comparison ChangeLog @ 15379:fb2f357e52ea

small updates/fixes
author diego
date Mon, 09 May 2005 12:43:05 +0000
parents 37861a573823
children 3eb54388bdc5
comparison
equal deleted inserted replaced
15378:9ba8e4851216 15379:fb2f357e52ea
9 9
10 Decoders: 10 Decoders:
11 * Indeo2 (RT21) support via lavc 11 * Indeo2 (RT21) support via lavc
12 12
13 Streaming: 13 Streaming:
14 * fix streaming of realaudio files over http 14 * fix streaming of RealAudio files over HTTP
15 15
16 FFmpeg/libavcodec: 16 FFmpeg/libavcodec:
17 * snow bug fixes and speedup 17 * snow bug fixes and speedup
18 * MPEG-1/2 decoder speedup 18 * MPEG-1/2 decoder speedup
19 * Indeo2 video decoder 19 * Indeo2 video decoder
20 * RV20 fixes
20 * countless bug fixes all over the place 21 * countless bug fixes all over the place
21 22
22 MEncoder: 23 MEncoder:
23 * audio encoding modularized 24 * audio encoding modularized
24 * added FAAC encoder 25 * AAC (FAAC) audio encoding
25 * border processing adaptive quantization in libavcodec 26 * border processing adaptive quantization in libavcodec
26 27
27 Ports: 28 Ports:
28 * improved timer function on Mac OS X 29 * improved timer function on Mac OS X
29 * New Mac OS X "macosx" video output driver. Supported on OS X 10.4 30 * New Mac OS X "macosx" video output driver. Supported on OS X 10.4
30 and 10.3 with Quicktime 7 (Require Quicktime 7 SDK to build on 10.3) 31 and 10.3 with Quicktime 7 (requires QuickTime 7 SDK to build on 10.3)
32 * Mac OS X 10.4 (Tiger) fixes
33
31 34
32 pre7: "PatentCounter" April 16, 2005 35 pre7: "PatentCounter" April 16, 2005
33 36
34 Security: 37 Security:
35 * heap overflow in Real RTSP streaming code fixed 38 * heap overflow in Real RTSP streaming code fixed