comparison ChangeLog @ 7816:fc8da5477d32

updated...
author arpi
date Sun, 20 Oct 2002 14:04:08 +0000
parents 407031aeedcf
children 290ff15ece77
comparison
equal deleted inserted replaced
7815:c81e5a7f5862 7816:fc8da5477d32
1 1
2 mplayer (0.90) 2 mplayer (0.90)
3 3
4 pre9: 4 pre9:
5 Docs:
6 * manpage rewritten again :)))
7 * manpage updated to latest options, including lavc opts.
8 * Chinese docs translation added
9 * Hungarian translation is (was? :)) uptodate again
10
5 Cleanup: 11 Cleanup:
6 * divx4_vbr.c is now really GPL - with the permission of DivX.com guys! 12 * divx4_vbr.c is now really GPL - with the permission of DivX.com guys!
7 * cyuv decoder restructuring, now supports planar YUV formats too 13 * cyuv decoder restructuring, now supports planar YUV formats too
8 * removed obsolete variables, like has_audio, has_video, allow_dshow, fifo 14 * removed obsolete variables, like has_audio, has_video, allow_dshow, fifo
9 * help_mp-XX.h files moved to help/ subdir, removed obsolete entries 15 * help_mp-XX.h files moved to help/ subdir, removed obsolete entries
10 * the obsolete 0x1ff eof hack removed from mpeg-es demuxer and decoders 16 * the obsolete 0x1ff eof hack removed from mpeg-es demuxer and decoders
11 * stheaders.h cleanup, removed unneeded wine includes from mplayer core 17 * stheaders.h cleanup, removed unneeded wine includes from mplayer core
12 * tons of compiler warning fixes, including some 10l one 18 * tons of compiler warning fixes, including some 10l one
19 * mga/xmga vo shared code, vesa and svga drivers cleanup
20 * major vo drivers are now -fixed-vo compliant: x11, xv, xvidix, xmga, gl2
13 21
14 Fixes: 22 Fixes:
15 * Some fullscreen switching fixes, including metacity vs. kde 3.1 23 * Some fullscreen switching fixes, including Metacity vs. KDE 3.1
16 * Some GUI bugfixes 24 * Some GUI bugfixes
17 * -vo DGA fixes, cleanup 25 * -vo DGA fixes, cleanup
18 * -dvdkey sig11 fixed 26 * -dvdkey sig11 fixed
19 * k6-3's 3dnowex vs. mmxext sigill fixed in mp3lib 27 * k6-3's 3dnowex vs. mmxext sigill fixed in mp3lib
20 * -vo gif89, jpeg U-V swapping fixed 28 * -vo gif89, jpeg U-V swapping fixed
21 * RTC setup fixes, more verbose messages, hints 29 * RTC setup fixes, more verbose messages, hints
22 * mencoder: demuxer/codec uninit order fixed (solves some sig11) 30 * mencoder: demuxer/codec uninit order fixed (solves some sig11)
23 * various v4l and alsa capturing fixes 31 * various v4l and alsa capturing fixes
24 * demux_mov: fixed crash with mpeg4 on SPARC, decoding on bigendian 32 * demux_mov: fixed crash with mpeg4 on SPARC, decoding on bigendian
33 * various NAS ao fixes
34 * libvo: optional stride support for packed yuv / rgb formats
35 * mencoder: set keyframe flags on audio packet, fixes windows seeking probs
36 * loader: fixed 2 10l bugs, ATI VCR2 dll now working. using newstyle CS code.
37 * demux_avi: always use block counter, even if dwSampleSize!=0, fixes some files
38 * SPU decoder (DVD/VOB subs): fixed 2 major bugs, causing subtitles lost
39 * various memleak fixes (valgrind rulez :)
40 * fixed RealAudio SIPR(O) codec (the wrapper didn't find the dspr.so.6)
25 41
26 Features: 42 Features:
27 * new audio filter layer (libaf) - automatic samplerate conversion 43 * new audio filter layer (libaf) - automatic samplerate conversion
28 * experimental -vo directx driver for cygwin build 44 * experimental -vo directx driver for cygwin build
29 * unrarlib included for rar'ed vobsubs 45 * unrarlib included for rar'ed vobsubs
30 * native xvid encoding (-ovc xvid) interface for mencoder 46 * native xvid encoding (-ovc xvid) interface for mencoder
31 * new softeq filter with gamma support: -vop eq2 47 * new softeq filter with gamma support: -vop eq2
32 * -ao/-vo accepts list of drivers, and can fallback too (just like -ac/-vc) 48 * -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 49 * audio/video codec selection (-ac/-afm) rewritten, now uses codec/fm list
34 * get_delay() smoothing (-autosync) - should help buggy sound drivers 50 * get_delay() smoothing (-autosync) - should help buggy sound drivers
51 * smb:// url support (disabled by default, ./configure part not yet done!)
52 * support for 1/4/8bpp raw video (requires -vop palette / -vop 1bpp)
53 * support for quicktime alaw/agsm audio codecs, 3IV2, 3VID video codecs
54 * swscale now can output in YUY2 format, upscaled (default) or unscaled (-sws 0)
35 55
36 Libavcodec: 56 Libavcodec:
37 * RV10 codec cleanup (2nd level demuxer moved to demuxer layer) 57 * RV10 codec cleanup (2nd level demuxer moved to demuxer layer)
38 * mpeg4 interlaced DCT _en_coding support 58 * mpeg4 interlaced DCT _en_coding support
39 * luma masking support (encoding) 59 * luma masking support (encoding)
40 * runtime selectable IDCT algo 60 * runtime selectable IDCT algo
41 * faster mpeg 1/2 decoder 61 * faster mpeg 1/2 decoder
42 * DV decoding 62 * DV decoding (both PAL and NTSC)
63 * mpeg1 2-pass encoding support
64 * better/cleaner error resilience (done in a 2nd pass after decoding)
65 * h263/mpeg4 out of order slice decoding
66 * -lavdopts bug= reworked, now uses flags, autodetects most of them
67 * data partitioning, packetizing support at encoding (mpeg4)
68 * complete mpeg4 GMC decoding support
69
43 70
44 pre8: 71 pre8:
45 Docs: 72 Docs:
46 * manpage has been rewritten, now has better indenting, and convertable to html 73 * manpage has been rewritten, now has better indenting, and convertable to html
47 * AUTHORS, MAINTAINERS converted back to separate text files, and updated. 74 * AUTHORS, MAINTAINERS converted back to separate text files, and updated.