File: ChangeLog

package info (click to toggle)
oggvideotools 0.8-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,420 kB
  • ctags: 1,281
  • sloc: sh: 9,201; cpp: 9,045; ansic: 1,216; makefile: 75
file content (66 lines) | stat: -rw-r--r-- 1,988 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Version 0.1:
initial Version
added oggDump
added oggSplit

Version 0.2:
added oggJoin
added oggCut

Version 0.3:
added oggCat
added configure script (thanks to John Jolly at Novell)
changed oggCut to be able to Cut audio only files

Version 0.4:
added oggLength
added workaround for ogg-Skeleton
added library classes to decode theora files
added oggScroll to scroll through the video frames

Version 0.5:
updates for gcc 4.3 (done by Matt Domsch <mdomsch@fedoraproject.org>)
configure script updates (done by Matt Domsch <mdomsch@fedoraproject.org>)
started doxygen sourcecode documentation
documentation pdf-File with detailed information about the tools

Version 0.6:
added oggSlideshow
added oggThumb
handling for huge files > 4GB implemented
packet order with oggCut has been fixed and cleaned up
ogg type in BOS packet is completely analysed
added support for kate-streams (done by ogg.k.ogg.k)

Version 0.7:
added OggResize
bugfix for wrong size in oggThumb, which causes a green border
support for more recent gcc compilers

Version 0.7a:
minor bugfixes:
  - random number generator is always initialized with a random seed
  - command line options harmonized (e.g. -s is always size)
handling for corrupt End-Of-Stream markers
scripts for easy creation of thumbnails and slideshows with sound
documentation update

Version 0.7b:
minor bugfixes:
  - oggCut packet handling
  - oggSlideshow helpscreen
Added Additions for windows compilations

Version 0.8:
- man pages included
- reworked rgb plane handling (e.g. video size != multiple of 16)
- comment handling in oggResize and oggSlideshow 
- oggSlideshow: bluring changeover effect
- added oggSilence (silence vorbis stream generator)
- oggResize:
  - filters for better quality for resizing
  - audio resizing (samplerate, datarate, channels)
  - omitting frames for "fast" films and previews
  - adding PNG logos with alpha channel
- Bugfixes: flush-mechanism for ogg pages in ogg muxer corrected 
- testing for memory leaks