comparison ChangeLog @ 18421:e1a27546e0d2

fuse XviD entries, more correct entry about Coverity scans mention that lavf's MP4 and MOV have greatly improved
author gpoirier
date Wed, 10 May 2006 08:36:56 +0000
parents 06cbbf7d8e61
children 0a7b0052210a
comparison
equal deleted inserted replaced
18420:9d2caaa137c7 18421:e1a27546e0d2
2 2
3 pre8: 3 pre8:
4 4
5 Security: 5 Security:
6 * support for compilation with non-executable stack 6 * support for compilation with non-executable stack
7 * fix the majority of issues caught by Coverity's static analysis runs 7 * fix the major issues caught by Coverity's static analysis runs
8 8
9 DOCS: 9 DOCS:
10 * environment variables documentation started 10 * environment variables documentation started
11 * interactive control fully documented 11 * interactive control fully documented
12 * improved encoding guide 12 * improved encoding guide
133 * AIFF/AIFF-C audio format, encoding and decoding 133 * AIFF/AIFF-C audio format, encoding and decoding
134 * Creative VOC demuxing 134 * Creative VOC demuxing
135 * Zip Motion-Block Video (ZBMV) decoder 135 * Zip Motion-Block Video (ZBMV) decoder
136 * KMVC decoder 136 * KMVC decoder
137 * NuppelVideo/MythTV demuxer and RTJpeg decoder 137 * NuppelVideo/MythTV demuxer and RTJpeg decoder
138 * MP4 and MOV demuxer greatly improved to support all varieties of
139 currently available files
138 * AVS demuxer and video decoder 140 * AVS demuxer and video decoder
139 * American Laser Games multimedia (*.mm) playback system 141 * American Laser Games multimedia (*.mm) playback system
140 142
141 GUI: 143 GUI:
142 * skins now reside in a directory named 'skins', not 'Skin' 144 * skins now reside in a directory named 'skins', not 'Skin'
162 164
163 MEncoder: 165 MEncoder:
164 * audio encoding modularized 166 * audio encoding modularized
165 * AAC (FAAC) audio encoding 167 * AAC (FAAC) audio encoding
166 * border processing adaptive quantization in libavcodec 168 * border processing adaptive quantization in libavcodec
167 * encoding zones, DivX profiles support and luminance masking for XviD 169 * encoding zones, DivX profiles support, luminance masking,
170 multi-threaded encoding for XviD
168 * raw audio muxer 171 * raw audio muxer
169 * fixed various bugs in the EDL code 172 * fixed various bugs in the EDL code
170 * x264 "turbo mode" to speed up first pass of multi-pass encoding 173 * x264 "turbo mode" to speed up first pass of multi-pass encoding
171 * x264 custom quantization matrices 174 * x264 custom quantization matrices
172 * XviD multi-threaded encoding support
173 * -delay allows real audio delay instead of just a delay in the header 175 * -delay allows real audio delay instead of just a delay in the header
174 * search for (deprecated!) frameno.avi is now disabled by default (use 176 * search for (deprecated!) frameno.avi is now disabled by default (use
175 -frameno-file frameno.avi to enable) 177 -frameno-file frameno.avi to enable)
176 * -o is now mandatory. You can add 'o=test.avi' in ~/.mplayer/mencoder 178 * -o is now mandatory. You can add 'o=test.avi' in ~/.mplayer/mencoder
177 to get the old behavior back. 179 to get the old behavior back.