comparison ChangeLog @ 12283:91c129f7b2e6

Ogg spelling fixed as pointed out by the wanderer.
author diego
date Mon, 26 Apr 2004 03:45:41 +0000
parents 7a6455ac3faa
children 309b42443b65
comparison
equal deleted inserted replaced
12282:76dc8fd54dec 12283:91c129f7b2e6
151 * support for MMS streams with UTF urls 151 * support for MMS streams with UTF urls
152 * big DVB demuxer update 152 * big DVB demuxer update
153 * fixed MOV demuxer to always read ImageDesc (fixes ffsvq3 bugs) 153 * fixed MOV demuxer to always read ImageDesc (fixes ffsvq3 bugs)
154 * fixed an old bug in AVI/Waveformatex size calculation 154 * fixed an old bug in AVI/Waveformatex size calculation
155 * XviD API-4 (1.0 beta2) support 155 * XviD API-4 (1.0 beta2) support
156 * improved FLAC-in-OGG support 156 * improved FLAC-in-Ogg support
157 * Matroska: better AC3 detection 157 * Matroska: better AC3 detection
158 * Matroska: VobSubs, MP2, FLAC, AAC and HE-AAC support 158 * Matroska: VobSubs, MP2, FLAC, AAC and HE-AAC support
159 * improved detection of Real RTSP through URL analysis 159 * improved detection of Real RTSP through URL analysis
160 * fixed stereo 16 bit TWOS 160 * fixed stereo 16 bit TWOS
161 * fixed MPNG when using BGR24 images 161 * fixed MPNG when using BGR24 images
162 * control functions in OGG demuxer 162 * control functions in Ogg demuxer
163 * HTTP cookies support 163 * HTTP cookies support
164 * LML-M4 MPEG4 capture card raw stream format support 164 * LML-M4 MPEG4 capture card raw stream format support
165 165
166 Filters: 166 Filters:
167 * some fixes in the delogo filter 167 * some fixes in the delogo filter
521 * ao_oss: limited channels handling fixed 521 * ao_oss: limited channels handling fixed
522 * fixed OGM subtitles and iconv 522 * fixed OGM subtitles and iconv
523 * fixed -subcp option with unicode truetype fonts 523 * fixed -subcp option with unicode truetype fonts
524 * -mf: type detection (based on extension), better defaults 524 * -mf: type detection (based on extension), better defaults
525 * vo_xv: -fixed-vo support fixed (fullscreen switching) 525 * vo_xv: -fixed-vo support fixed (fullscreen switching)
526 * OGG-in-AVI (audio format 0xFFFE) demuxing fixed 526 * Ogg-in-AVI (audio format 0xFFFE) demuxing fixed
527 * vorbis decoding fixed (outer loop cleanup) 527 * vorbis decoding fixed (outer loop cleanup)
528 * swscaler: 4bpp depth 1 pixel/byte format support for -vo svga 528 * swscaler: 4bpp depth 1 pixel/byte format support for -vo svga
529 * missing error message in command line parser for missing parameters 529 * missing error message in command line parser for missing parameters
530 * swscaler: YVU9->YV12 fixes 530 * swscaler: YVU9->YV12 fixes
531 * -ao mpegpes + -ac hwac3 fixed 531 * -ao mpegpes + -ac hwac3 fixed
564 Important fixes: 564 Important fixes:
565 * X11 fullscreen switching (yes, again...) rewritten, some x11 code cleanup 565 * X11 fullscreen switching (yes, again...) rewritten, some x11 code cleanup
566 * Voxware and QuickTime DLLs finally work (was broken in some contexts) 566 * Voxware and QuickTime DLLs finally work (was broken in some contexts)
567 * VIDIX Radeon support cleanup, should really solve the pink screen bugs 567 * VIDIX Radeon support cleanup, should really solve the pink screen bugs
568 * Cygwin: -vo directx crashes and garbled picture with some files fixed 568 * Cygwin: -vo directx crashes and garbled picture with some files fixed
569 * OGM/OGG seeking (broken frames) fixed, subtitle fixes, XCD support 569 * OGM/Ogg seeking (broken frames) fixed, subtitle fixes, XCD support
570 * libaf: big (audio filter layer) updates, floating point support, speedup 570 * libaf: big (audio filter layer) updates, floating point support, speedup
571 * ffwma2 fixed (better error resilience) 571 * ffwma2 fixed (better error resilience)
572 * SPU queueing - fixes missing or early disappearing DVD subtitles 572 * SPU queueing - fixes missing or early disappearing DVD subtitles
573 * the mysterious DVD audio delay (150-300ms) fixed 573 * the mysterious DVD audio delay (150-300ms) fixed
574 * extension-based fileformat detection fixed the .mp3 vs. MPEG-PS conflict 574 * extension-based fileformat detection fixed the .mp3 vs. MPEG-PS conflict
612 * libavcodec: wmv2 decoder (buggy/untested) 612 * libavcodec: wmv2 decoder (buggy/untested)
613 * DVB "HEAD" (aka. NEWSTRUCT) drivers support 613 * DVB "HEAD" (aka. NEWSTRUCT) drivers support
614 * Subtitles background bounding-box support (optional grey-level & opacity) 614 * Subtitles background bounding-box support (optional grey-level & opacity)
615 * libaf: 3 new filters: panning, compressor/limiter and a noise gate 615 * libaf: 3 new filters: panning, compressor/limiter and a noise gate
616 * per-mediafile config file support (for file-specific options) 616 * per-mediafile config file support (for file-specific options)
617 * iconv (codepage conversion) support for OGM (OGG) subtitles 617 * iconv (codepage conversion) support for OGM (Ogg) subtitles
618 * v4l: user friendly channel tuning 618 * v4l: user friendly channel tuning
619 * Freetype & old-style RAW font support usable (compilable) at the same time 619 * Freetype & old-style RAW font support usable (compilable) at the same time
620 * vo_directfb2, vo_dfbmga: DirectFB 0.9.16 support 620 * vo_directfb2, vo_dfbmga: DirectFB 0.9.16 support
621 * libavcodec: motion estimation pre pass, qpel encoding, trellis quantization 621 * libavcodec: motion estimation pre pass, qpel encoding, trellis quantization
622 * libavcodec, liba52, mp3lib: Altivec optimizations 622 * libavcodec, liba52, mp3lib: Altivec optimizations
937 * subreader (ASCII subtitle file parser) fixes 937 * subreader (ASCII subtitle file parser) fixes
938 * spudec (VOBsub) cleanup/fixes 938 * spudec (VOBsub) cleanup/fixes
939 * new (faster, better) scaler 939 * new (faster, better) scaler
940 * bbox support 940 * bbox support
941 * mmst:// streaming support 941 * mmst:// streaming support
942 * .ogm (OGG) audio/video stream selection 942 * .ogm (Ogg) audio/video stream selection
943 * native Micro$oft MPEG4v1 (MPG4) codec, error concealement for all MPEG4s 943 * native Micro$oft MPEG4v1 (MPG4) codec, error concealement for all MPEG4s
944 * various libavcodec encoding improvements 944 * various libavcodec encoding improvements
945 * MPEG1 && -vo x11 crash fixed when movie's height%16!=0 945 * MPEG1 && -vo x11 crash fixed when movie's height%16!=0
946 * raw (uncompressed) video fixed (AVI & MOV) 946 * raw (uncompressed) video fixed (AVI & MOV)
947 * flickering/blocking fixed for old vfw codecs (indeo3, cinepak etc) 947 * flickering/blocking fixed for old vfw codecs (indeo3, cinepak etc)
1013 * prelimenary dvdnav support (experimental) 1013 * prelimenary dvdnav support (experimental)
1014 * Direct Rendering - can't be used with libavcodec yet, sorry 1014 * Direct Rendering - can't be used with libavcodec yet, sorry
1015 * ability to display subtitles under the image, on black bands 1015 * ability to display subtitles under the image, on black bands
1016 * FFmpeg (included) now supports decoding MPEG4v2 (MP42) and DivX 5.0 files too 1016 * FFmpeg (included) now supports decoding MPEG4v2 (MP42) and DivX 5.0 files too
1017 * greatly enhanced MPEG4 encoder (libavcodec) 1017 * greatly enhanced MPEG4 encoder (libavcodec)
1018 * audio-only (WAV/MP3/WMA/OGG) file playback (console only) 1018 * audio-only (WAV/MP3/WMA/Ogg) file playback (console only)
1019 * playing/encoding audio from separate WAV/MP3 file 1019 * playing/encoding audio from separate WAV/MP3 file
1020 * support for more fileformats, including the new and very popular .ogg 1020 * support for more fileformats, including the new and very popular .ogg
1021 * multiple files playback from console, including various playlist formats 1021 * multiple files playback from console, including various playlist formats
1022 * and of course, faster than ever... :) 1022 * and of course, faster than ever... :)
1023 1023