comparison ChangeLog @ 16365:a9a27763d567

Updates
author rtognimp
date Fri, 02 Sep 2005 20:37:34 +0000
parents e460288b12fe
children e054a3c93a26
comparison
equal deleted inserted replaced
16364:f71d1d8468df 16365:a9a27763d567
25 * Fraps video decoder via binary DLL 25 * Fraps video decoder via binary DLL
26 * support for 8-bit PNGs with palette 26 * support for 8-bit PNGs with palette
27 * support for dmb1 MJPEG files with ffmjpeg 27 * support for dmb1 MJPEG files with ffmjpeg
28 * support for musepack audio (WARNING: when muxing into e.g. AVI you will 28 * support for musepack audio (WARNING: when muxing into e.g. AVI you will
29 be able to seek, but you might get ear- and speaker-breaking noises) 29 be able to seek, but you might get ear- and speaker-breaking noises)
30 * On2 VP7 video decoder via binary DLL
30 31
31 Demuxers: 32 Demuxers:
32 * simultaneous audio capture/playback (-tv immediatemode=0) fixed in v4l2 33 * simultaneous audio capture/playback (-tv immediatemode=0) fixed in v4l2
33 * PVR support 34 * PVR support
34 * AAC ADTS demuxer 35 * AAC ADTS demuxer
35 * libdvdread updated to v0.9.4 36 * libdvdread updated to v0.9.4
36 * support for some more MythTV NUV files 37 * support for some more MythTV NUV files
38 * modularization of demuxer code
37 39
38 Streaming: 40 Streaming:
39 * fix streaming of RealAudio files over HTTP 41 * fix streaming of RealAudio files over HTTP
40 * show SHOUT/Icecast metadata while playing 42 * show SHOUT/Icecast metadata while playing
41 * ultravox (unsv://) streaming support 43 * ultravox (unsv://) streaming support
44 * all stream code ported to new modular api
42 45
43 FFmpeg/libavcodec: 46 FFmpeg/libavcodec:
44 * Snow bug fixes and speedup 47 * Snow bug fixes and speedup
45 * MPEG-1/2 decoder speedup 48 * MPEG-1/2 decoder speedup
46 * Indeo2 video decoder 49 * Indeo2 video decoder
87 * -fb option removed, use the device suboption of -vo fbdev/fbdev2 instead 90 * -fb option removed, use the device suboption of -vo fbdev/fbdev2 instead
88 * massive stream layer cleanup, all streams ported to the new API 91 * massive stream layer cleanup, all streams ported to the new API
89 * full gcc 4 support for IA-32 and AMD-64 ports 92 * full gcc 4 support for IA-32 and AMD-64 ports
90 * TOOLS/vobshift.py: vobsub time-adjust tool 93 * TOOLS/vobshift.py: vobsub time-adjust tool
91 * fixed auto-insertion of lavc encoder (for DXR2/3 and DVB) 94 * fixed auto-insertion of lavc encoder (for DXR2/3 and DVB)
95
96
97 pre7try2: August 26, 2005
98
99 Security:
100 * heap overflow in PCM audio decoder fixed
92 101
93 102
94 pre7: "PatentCounter" April 16, 2005 103 pre7: "PatentCounter" April 16, 2005
95 104
96 Security: 105 Security: