Mercurial > mplayer.hg
comparison ChangeLog @ 7884:081f66465944
updated
author | arpi |
---|---|
date | Wed, 23 Oct 2002 22:56:19 +0000 |
parents | d19b80288fd1 |
children | 9a781ead3c9c |
comparison
equal
deleted
inserted
replaced
7883:d375383e1a48 | 7884:081f66465944 |
---|---|
16 * 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 |
17 * stheaders.h cleanup, removed unneeded wine includes from mplayer core | 17 * stheaders.h cleanup, removed unneeded wine includes from mplayer core |
18 * 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 | 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 | 20 * major vo drivers are now -fixed-vo compliant: x11, xv, xvidix, xmga, gl2 |
21 * cleanup of libmpdemux option handling - now it's mplayer-independent again | |
22 * removed fork() from LIRC input module | |
21 | 23 |
22 Fixes: | 24 Fixes: |
23 * Some fullscreen switching fixes, including Metacity vs. KDE 3.1 | 25 * Some fullscreen switching fixes, including Metacity vs. KDE 3.1 |
24 * Some GUI bugfixes | 26 * Many GUI bugfixes |
25 * -vo DGA fixes, cleanup | 27 * -vo DGA fixes, cleanup |
26 * -dvdkey sig11 fixed | 28 * -dvdkey sig11 fixed |
27 * k6-3's 3dnowex vs. mmxext sigill fixed in mp3lib | 29 * k6-3's 3dnowex vs. mmxext sigill fixed in mp3lib |
28 * -vo gif89, jpeg U-V swapping fixed | 30 * -vo gif89, jpeg U-V swapping fixed |
29 * RTC setup fixes, more verbose messages, hints | 31 * RTC setup fixes, more verbose messages, hints |
36 * loader: fixed 2 10l bugs, ATI VCR2 dll now working. using newstyle CS code. | 38 * 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 | 39 * 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 | 40 * SPU decoder (DVD/VOB subs): fixed 2 major bugs, causing subtitles lost |
39 * various memleak fixes (valgrind rulez :) | 41 * various memleak fixes (valgrind rulez :) |
40 * fixed RealAudio SIPR(O) codec (the wrapper didn't find the dspr.so.6) | 42 * fixed RealAudio SIPR(O) codec (the wrapper didn't find the dspr.so.6) |
43 * mms:// audio (radio) streaming fixed | |
44 * DVB: -vop lavc=bitrate is working again | |
45 * various bigendian fixes | |
41 | 46 |
42 Features: | 47 Features: |
43 * new audio filter layer (libaf) - automatic samplerate conversion | 48 * new audio filter layer (libaf) - automatic samplerate conversion |
44 * experimental -vo directx driver for cygwin build | 49 * experimental -vo directx driver for cygwin build |
45 * unrarlib included for rar'ed vobsubs | 50 * unrarlib included for rar'ed vobsubs |
51 * smb:// url support (disabled by default, ./configure part not yet done!) | 56 * smb:// url support (disabled by default, ./configure part not yet done!) |
52 * support for 1/4/8bpp raw video (requires -vop palette / -vop 1bpp) | 57 * support for 1/4/8bpp raw video (requires -vop palette / -vop 1bpp) |
53 * support for quicktime alaw/agsm audio codecs, 3IV2, 3VID video codecs | 58 * 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) | 59 * swscale now can output in YUY2 format, upscaled (default) or unscaled (-sws 0) |
55 * Vidix with LinuxPPC support (mach64 is confirmed to work) | 60 * Vidix with LinuxPPC support (mach64 is confirmed to work) |
61 * GUI: cache, autoq settings, display current dvd chapter | |
62 * New video filter to overlay images over video: -vop bmovl | |
56 | 63 |
57 Libavcodec: | 64 Libavcodec: |
58 * RV10 codec cleanup (2nd level demuxer moved to demuxer layer) | 65 * RV10 codec cleanup (2nd level demuxer moved to demuxer layer) |
59 * mpeg4 interlaced DCT _en_coding support | 66 * mpeg4 interlaced DCT _en_coding support |
60 * luma masking support (encoding) | 67 * luma masking support (encoding) |