comparison ChangeLog @ 15028:dfc473e13cf0

spelling + updates
author diego
date Thu, 31 Mar 2005 22:08:02 +0000
parents e13f8066ed4b
children 50b14fd5ef5a
comparison
equal deleted inserted replaced
15027:2165a2306f02 15028:dfc473e13cf0
27 * expose support for 422P and 444P raw formats 27 * expose support for 422P and 444P raw formats
28 * 32 bit RGB support in binary TSCC decoder 28 * 32 bit RGB support in binary TSCC decoder
29 * dropped support of old faad2 versions (<= 1.1) 29 * dropped support of old faad2 versions (<= 1.1)
30 * support for Real 10 cook Linux binary codec (decodes cook5.1) 30 * support for Real 10 cook Linux binary codec (decodes cook5.1)
31 * improved NV12/NV21 support 31 * improved NV12/NV21 support
32 * support for 32 bit float and extended WAV files
33 * prefer native RealAudio 1.0 / 2.0 decoder over binary decoders
32 * support for multichannel WAV files 34 * support for multichannel WAV files
33 * alac (QuickTime lossless audio) support via lavc 35 * ALAC (QuickTime lossless audio) support via lavc
36 * WNV1 support via lavc
34 37
35 Demuxers: 38 Demuxers:
36 * vqf demuxer 39 * vqf demuxer
37 * seeking in MPEG-ES fixed 40 * seeking in MPEG-ES fixed
38 * support for Real multirate files 41 * support for Real multirate files
39 * framerate autodetection for MPEG-4 and H264 video in ES and TS streams 42 * framerate autodetection for MPEG-4 and H.264 video in ES and TS streams
40 * MP3 in Real files 43 * MP3 in Real files
41 * more user-friendly info about audio and subtitle tracks in Ogg files 44 * more user-friendly info about audio and subtitle tracks in Ogg files
42 * avisynth demuxer 45 * avisynth demuxer
43 * Multichannel MP3 in MP4 files support (MP3on4) 46 * Multichannel MP3 in MP4 files support (MP3on4)
47 * some classes of nonworking 14.4/28.8 RealAudio files fixed
44 48
45 Streaming: 49 Streaming:
46 * stream selection and bandwidth support for MMS over HTTP 50 * stream selection and bandwidth support for MMS over HTTP
47 * fallback to HTTP if connection refused on pnm:// 51 * fallback to HTTP if connection refused on pnm://
48 * support for UDP streaming (udp://) 52 * support for UDP streaming (udp://)
53 * support for vstream TiVo streams (tivo://)
49 54
50 FFmpeg/libavcodec: 55 FFmpeg/libavcodec:
51 * RV20 fixes 56 * RV20 fixes
52 * many H.264 fixes 57 * many H.264 fixes
53 * B-frames in H.264, H.264 weighted prediction support 58 * B-frames in H.264, H.264 weighted prediction support
54 * a lot of integer overflow and pointer fixes 59 * a lot of integer overflow and pointer fixes
55 * 32 bit RGB support in TSCC 60 * 32 bit RGB support in TSCC
56 * multichannel MP3 decoder (MP3on4) 61 * multichannel MP3 decoder (MP3on4)
57 * 3g2 support 62 * 3g2 support
58 * alac audio decoder 63 * ALAC audio decoder
59 * loco video decoder 64 * LOCO video decoder
65 * WNV1 video decoder
60 * shorten audio decoder and demuxer 66 * shorten audio decoder and demuxer
61 67
62 GUI: 68 GUI:
63 * half size event implemented and added to the menu 69 * half size event implemented and added to the menu
64 * ESD configuration dialog and software volume control option 70 * ESD configuration dialog and software volume control option