Mercurial > mplayer.hg
comparison ChangeLog @ 14499:735207ba522e
Update
author | rtognimp |
---|---|
date | Sat, 15 Jan 2005 15:15:54 +0000 |
parents | 7c6b577624bb |
children | 0ffa29b63757 |
comparison
equal
deleted
inserted
replaced
14498:6c8fe2938564 | 14499:735207ba522e |
---|---|
13 * audio output layer cleanup | 13 * audio output layer cleanup |
14 | 14 |
15 Decoders: | 15 Decoders: |
16 * TWinVQ decoder via binary DLL | 16 * TWinVQ decoder via binary DLL |
17 * integrated Tremor decoder for Ogg/Vorbis | 17 * integrated Tremor decoder for Ogg/Vorbis |
18 * fixed decoding of stereo alaw files | |
18 | 19 |
19 Demuxers: | 20 Demuxers: |
20 * vqf demuxer | 21 * vqf demuxer |
21 * seeking in MPEG-ES fixed | 22 * seeking in MPEG-ES fixed |
23 * Real multirate files | |
24 * automatic framerate calculation for MPEG-4 in raw and TS files | |
25 * MP3 in Real files | |
22 | 26 |
23 Streaming: | 27 Streaming: |
24 * stream selection and bandwidth support for MMS over HTTP | 28 * stream selection and bandwidth support for MMS over HTTP |
25 * fallback to HTTP if connection refused on pnm:// | 29 * fallback to HTTP if connection refused on pnm:// |
26 | 30 |
27 FFmpeg/libavcodec: | 31 FFmpeg/libavcodec: |
28 * RV20 fixes | 32 * RV20 fixes |
29 * many H.264 fixes | 33 * many H.264 fixes |
30 * B-frames in H.264 support | 34 * B-frames in H.264 support |
35 * Lots of integer overflow and pointer fixes | |
31 | 36 |
32 Filters: | 37 Filters: |
33 * big cleanup of audio filter layer | 38 * big cleanup of audio filter layer |
34 * faster af_format for most common cases | 39 * faster af_format for most common cases |
35 * audio plugins finally removed. | 40 * audio plugins finally removed. |