comparison ChangeLog @ 11604:777f777b02e4

spelling cosmetics
author diego
date Tue, 09 Dec 2003 08:26:29 +0000
parents 2793d9e27b96
children 972d1998bde9
comparison
equal deleted inserted replaced
11603:fbef9326c2ed 11604:777f777b02e4
29 Codecs and demuxers: 29 Codecs and demuxers:
30 * better support for (buggy) MEncoder created streams in libmpeg2 30 * better support for (buggy) MEncoder created streams in libmpeg2
31 * MPEG-TS demuxer updates 31 * MPEG-TS demuxer updates
32 * fixed the MPEG muxer 32 * fixed the MPEG muxer
33 * fixed tons of bugs in MMS streaming 33 * fixed tons of bugs in MMS streaming
34 * user settable http user-agent field 34 * user settable HTTP user-agent field
35 * improved (now working) seeking with support for growing files in 35 * improved (now working) seeking with support for growing files in
36 Realmedia format 36 Realmedia format
37 * saveable and loadable index files (workaround for formats not 37 * saveable and loadable index files (workaround for formats not
38 supporting files over 2GB) 38 supporting files over 2GB)
39 * Ultimotion VfW decoder 39 * Ultimotion VfW decoder
47 * Matroska: VobSubs, MP2, FLAC, AAC and HE-AAC support 47 * Matroska: VobSubs, MP2, FLAC, AAC and HE-AAC support
48 * improved detection of Real RTSP through URL analysis 48 * improved detection of Real RTSP through URL analysis
49 * fixed stereo 16 bit TWOS 49 * fixed stereo 16 bit TWOS
50 * fixed MPNG when using BGR24 images 50 * fixed MPNG when using BGR24 images
51 * control functions in OGG demuxer 51 * control functions in OGG demuxer
52 * http cookies support 52 * HTTP cookies support
53 * LML-M4 MPEG4 capture card raw stream format support 53 * LML-M4 MPEG4 capture card raw stream format support
54 54
55 Filters: 55 Filters:
56 * some fixes in the delogo filter 56 * some fixes in the delogo filter
57 * optimized eq2 filter 57 * optimized eq2 filter
58 * weighted gamma support in the eq2 filter 58 * weighted gamma support in the eq2 filter
59 * new filters: hue, spp, fil, yuvcsp 59 * new filters: hue, spp, fil, yuvcsp
60 * alternative postprocessing filter (spp) 60 * alternative postprocessing filter (spp)
61 * big scale filter updates 61 * big scale filter updates
62 * zrmjpeg filter, a kick-ass mjpeg encoder using FFmpeg/libavcodec 62 * zrmjpeg filter, a kick-ass mjpeg encoder using FFmpeg/libavcodec
63 * filmdint: new inverse telecine filter, heavily mmx and 3dnow optimized 63 * filmdint: new inverse telecine filter, heavily MMX and 3DNow! optimized
64 64
65 FFmpeg/libavcodec: 65 FFmpeg/libavcodec:
66 * Lagrange multipliers instead of qscale, encoding quality much improved 66 * Lagrange multipliers instead of qscale, encoding quality much improved
67 * fixed an old bug in MPlayer's support code 67 * fixed an old bug in MPlayer's support code
68 * support wider range of VOLs in H263 68 * support wider range of VOLs in H263
143 * FAAD detection in configure fixed/improved 143 * FAAD detection in configure fixed/improved
144 * improved FLAC configure detection 144 * improved FLAC configure detection
145 * GUI file selector updated for newer formats 145 * GUI file selector updated for newer formats
146 * Fontconfig support 146 * Fontconfig support
147 * proper VobSub seeking support 147 * proper VobSub seeking support
148 * removed oldskool libcss support (nobody uses it and has drawbacks) 148 * removed oldskool libcss support (nobody uses it and it has drawbacks)
149 149
150 MEncoder: 150 MEncoder:
151 * FFmpeg/libavcodec audio encoding support 151 * FFmpeg/libavcodec audio encoding support
152 * exit if there's no video stream (avoids unexpected segfaults) 152 * exit if there's no video stream (avoids unexpected segfaults)
153 * huge bug fixed (missing InitTimer call), screwed up timers in some cases 153 * huge bug fixed (missing InitTimer call), screwed up timers in some cases
861 * libavcodec marked as default encoder for MEncoder 861 * libavcodec marked as default encoder for MEncoder
862 * manpage rewrite 862 * manpage rewrite
863 * lot of other fixes 863 * lot of other fixes
864 864
865 pre3: 865 pre3:
866 * 3DNow optimization of AC3 4ch downmix fixed, optims re-enabled 866 * 3DNow! optimization of AC3 4ch downmix fixed, optims re-enabled
867 * DGA error/fail after 1 second of playing fixed 867 * DGA error/fail after 1 second of playing fixed
868 * big A-V desync for some AVI files fixed 868 * big A-V desync for some AVI files fixed
869 * image distortions when seeking in some MPEG files fixed 869 * image distortions when seeking in some MPEG files fixed
870 * libmpdvdkit + gcc 3.x issue solved (our CFLAGS triggered a gcc3 bug...) 870 * libmpdvdkit + gcc 3.x issue solved (our CFLAGS triggered a gcc3 bug...)
871 * GUI aspect ratio and fullscreen switch fixes, cleanups 871 * GUI aspect ratio and fullscreen switch fixes, cleanups
1308 setting d_audio->id=-2 if has_audio==0 [bugreport by Dmitri Pogosyan] 1308 setting d_audio->id=-2 if has_audio==0 [bugreport by Dmitri Pogosyan]
1309 - some more messages added if verbose>=1 1309 - some more messages added if verbose>=1
1310 - demuxer.c: error message printed if A or V chunk buffer is full 1310 - demuxer.c: error message printed if A or V chunk buffer is full
1311 'mplayer test.avi -aid -2' still not works without option '-nosound' 1311 'mplayer test.avi -aid -2' still not works without option '-nosound'
1312 - adding new config.h option to set default MP3 audio codec (mpg123/l3codeca) 1312 - adding new config.h option to set default MP3 audio codec (mpg123/l3codeca)
1313 ./configure selects mp3lib only if you have 3Dnow [idea: Gabucino] 1313 ./configure selects mp3lib only if you have 3DNow! [idea: Gabucino]
1314 - automatic fallback to mp3lib/mpg123 if l3codeca.acm can't be loaded/inited 1314 - automatic fallback to mp3lib/mpg123 if l3codeca.acm can't be loaded/inited
1315 1315
1316 mplayer v0.11-pre1: 1316 mplayer v0.11-pre1:
1317 AVI sync fixes 1317 AVI sync fixes
1318 - AVI audio seeking improvements: now using nBlockAlign value to seek 1318 - AVI audio seeking improvements: now using nBlockAlign value to seek