Partial reimplementation of encoder quant initialization more in line with derf's...
[xiph/unicode.git] / ffmpeg2theora / ChangeLog
blob88369dca5a4ac47ba65770c3006850fae92c1be5
1 0.19 2007-06-29
2     - use libswscale api
3     - add frontend mode and a simple PythonCard Frontend
4     - support for output larger than 2GB on 32bit systems
5     - fix short option -k to output Ogg Skeleton  
7 0.18 2007-02-16
8     - new option -Z/--saturation
9     - document contrast / gamma / brightness / saturation options
10     - Mac OS X(Intel) now supports MMX accelerated libtheora
11     
12 0.17 2006-11-13
13     - new option -F/--framerate to set output framerate
14     - skeleton support(-k)
15     - vhook support(only available if libav* is linked as shared lib)
16     
17 0.16  2006-02-11
18     - support encoding from .ogg input file.
19     - don't change samplerate and audio channels unless we use command
20       line options -H or -c, or when the input channels are > 2
21       (limiting it to a maximum of 2).
22     - don't change the image resolution, unless we use the presets or the
23       -x or -y options (old default was to encode to preset preview).
24     - change the audio quality levels that were multiplied by 0.99, now 
25       match the quality settings of oggenc, e.g. -a2 == -q2.
26     - add --optimize option: use a full search for motion vectors and
27       reduce Theora bitrate by about 5%, but it is slower.
28     - compile video4linux only under linux.
29     - update to help and man page.
31 0.15     2005-08-31
32     - ti.dropframes_p = 0 so we do not loos half of the frames.
33     - also increase keyframe interval for better search support.
34     - this time the windows build also supports ac3 decoding again.
36 0.14     2005-08-15
37     - add support for v4l input devices
38     - update to latest version of ffmpeg-cvs(now uses pkg-config)
39     - --audiostream id, new option to select an audio stream if 
40       input has more than one audio stream
41     - fixed ogg muxer
43 0.13     2005-03-12
44     - add new command line options, starttime, endtime, sharpness, keyint
45     - fix compile issues with new version of faad
46     - better support for stdout on win32,
47        to allow ezstream streaming non-theora source types
48     - deinterlace only input marked as interlaced by default
49     - handle input files with frame sizes that are not a multiple of 16
50     - document --channels to resample audio to i.e. 1 channel
52 0.12     2004-11-18
53     - add more command line options, for bitrate modes, metadata
54     - update kino plugin
56 0.11     2004-09-04
57     - changed default, then called without parameters to -p preview mode
58     - changed PREVIEW(PAL) settings to 384x288 to make pixel aspect ratio 1:1
59     - performance improvement if compiled with theora-mmx 
60       [http://svn.xiph.org/branches/theora-mmx]
61     - new option: --aspect to define frame aspect ratio: i.e. 4:3 or 16:9
63 0.10.2     2004-07-17
64     - add cropping support
65     - remove support for ffmpeg<0.4.9-pre1
66     - change configure.ac and Makefile.am to better build with
67       mingw32
69 0.10.1     2004-07-15 21:03:15
70     - fix problems with mpeg files using ffmpeg from cvs or versions
71       newer than 0.4.8.
72     - remove --with-ffmpegcvs and detect changes by LIBAVCODEC_BUILD
74 0.10     2004-07-10 18:14:15
75     - write eos at the end of the file.
76     - fix memleak due to not enough calls of ogg_stream_pageout
78 0.9     2004-07-04 13:14:15
79     - add presets
80     - add more comandline options
82 0.8     2004-06-19 18:47:14
83     - use ffmpeg aspect ration if possible
84     - normalize quality options to 0-10
85     - fix skipping issues with a/v sync
87 0.7.1     2004-05-31 01:55:40
88     - added --enable-ffmpegcvs to link against ffmpeg from cvs
89     - try to find and link to shared avcodec/avformat 
90       if source not found
92 0.7     2004-05-30 18:40:40
93     - add comandline options for audio/video quality
94     - fix bug causing crashes with DV files, without resizing
95     - use autotools
97 0.6     2004-05-06 13:47:30
98     - added resize option
100 0.5.1   2004-03-27 21:59:40
101     - fix kino export
102     - add -f fmt do define input format.
104 0.5     2004-03-27 19:59:40
105     - link against shared library on linux
106     - kino export module and support to read from stdin
107        [works only to some extend for now]
110     - fix wrong deinterlaceing
111     - change memory allocation to work with mingw32
114     - make encoding of audio only files possible. 
115       can be used to transcode audio files[mp4,wav,ac3...] to ogg vorbis now
116       time to call if ffmpeg2ogg?
117     - some code cleanup
120     - added deinterlace support
121     
123     - initial version