comparison ChangeLog @ 7666:407031aeedcf

cosmetics :)
author arpi
date Tue, 08 Oct 2002 17:59:52 +0000
parents ead1bdd8c78c
children fc8da5477d32
comparison
equal deleted inserted replaced
7665:fbd5445cc853 7666:407031aeedcf
4 pre9: 4 pre9:
5 Cleanup: 5 Cleanup:
6 * divx4_vbr.c is now really GPL - with the permission of DivX.com guys! 6 * divx4_vbr.c is now really GPL - with the permission of DivX.com guys!
7 * cyuv decoder restructuring, now supports planar YUV formats too 7 * cyuv decoder restructuring, now supports planar YUV formats too
8 * removed obsolete variables, like has_audio, has_video, allow_dshow, fifo 8 * removed obsolete variables, like has_audio, has_video, allow_dshow, fifo
9 * audio/video codec selection (-ac/-afm) rewritten, now uses codec/fm list
10 * help_mp-XX.h files moved to help/ subdir, removed obsolete entries 9 * help_mp-XX.h files moved to help/ subdir, removed obsolete entries
11 * the obsolete 0x1ff eof hack removed from mpeg-es demuxer and decoders 10 * the obsolete 0x1ff eof hack removed from mpeg-es demuxer and decoders
12 * stheaders.h cleanup, removed unneeded wine includes from mplayer core 11 * stheaders.h cleanup, removed unneeded wine includes from mplayer core
13 * tons of compiler warning fixes, including some 10l one 12 * tons of compiler warning fixes, including some 10l one
14 * libavcodec: RV10 cleanup (2nd level demuxer moved from codec to demuxer)
15 13
16 Fixes: 14 Fixes:
17 * Some fullscreen switching fixes, including metacity vs. kde 3.1 15 * Some fullscreen switching fixes, including metacity vs. kde 3.1
18 * Some GUI bugfixes 16 * Some GUI bugfixes
19 * -vo DGA fixes, cleanup 17 * -vo DGA fixes, cleanup
20 * -dvdkey sig11 fixed 18 * -dvdkey sig11 fixed
21 * k6-3's 3dnowex vs. mmxext sigill fixed in mp3lib 19 * k6-3's 3dnowex vs. mmxext sigill fixed in mp3lib
22 * -vo gif89, jpeg U-V swapping fixed 20 * -vo gif89, jpeg U-V swapping fixed
23 * RTC setup fixes, more verbose messages, hints 21 * RTC setup fixes, more verbose messages, hints
24 * get_delay() smoothing (-autosync) - should help buggy sound drivers
25 * mencoder: demuxer/codec uninit order fixed (solves some sig11) 22 * mencoder: demuxer/codec uninit order fixed (solves some sig11)
26 * various v4l and alsa capturing fixes 23 * various v4l and alsa capturing fixes
27 * demux_mov: fixed crash with mpeg4 on SPARC, decoding on bigendian 24 * demux_mov: fixed crash with mpeg4 on SPARC, decoding on bigendian
28 25
29 Features: 26 Features:
30 * new audio filter layer (libaf) - automatic samplerate conversion 27 * new audio filter layer (libaf) - automatic samplerate conversion
31 * experimental -vo directx driver for cygwin build 28 * experimental -vo directx driver for cygwin build
32 * unrarlib included for rar'ed vobsubs 29 * unrarlib included for rar'ed vobsubs
33 * native xvid encoding (-ovc xvid) interface 30 * native xvid encoding (-ovc xvid) interface for mencoder
34 * libavcodec: mpeg4 interlaced DCT _en_coding, luma masking support
35 * libavcodec: runtime-selectable IDCT algo, faster mpeg12 decoding
36 * new softeq filter with gamma support: -vop eq2 31 * new softeq filter with gamma support: -vop eq2
37 * -ao/-vo accepts list of drivers, and can fallback too (just like -ac/-vc) 32 * -ao/-vo accepts list of drivers, and can fallback too (just like -ac/-vc)
33 * audio/video codec selection (-ac/-afm) rewritten, now uses codec/fm list
34 * get_delay() smoothing (-autosync) - should help buggy sound drivers
35
36 Libavcodec:
37 * RV10 codec cleanup (2nd level demuxer moved to demuxer layer)
38 * mpeg4 interlaced DCT _en_coding support
39 * luma masking support (encoding)
40 * runtime selectable IDCT algo
41 * faster mpeg 1/2 decoder
42 * DV decoding
38 43
39 pre8: 44 pre8:
40 Docs: 45 Docs:
41 * manpage has been rewritten, now has better indenting, and convertable to html 46 * manpage has been rewritten, now has better indenting, and convertable to html
42 * AUTHORS, MAINTAINERS converted back to separate text files, and updated. 47 * AUTHORS, MAINTAINERS converted back to separate text files, and updated.