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