Mercurial > mplayer.hg
comparison ChangeLog @ 15512:539bc90e2fe5
misc updates, Snow spelling
author | diego |
---|---|
date | Wed, 18 May 2005 22:20:58 +0000 |
parents | 8dc4ab938e75 |
children | ccf2c61afacd |
comparison
equal
deleted
inserted
replaced
15511:7a2d85a8da98 | 15512:539bc90e2fe5 |
---|---|
10 Decoders: | 10 Decoders: |
11 * Indeo2 (RT21) support via lavc | 11 * Indeo2 (RT21) support via lavc |
12 * Fraps video decoder via binary DLL | 12 * Fraps video decoder via binary DLL |
13 * support for 8-bit PNGs with palette | 13 * support for 8-bit PNGs with palette |
14 | 14 |
15 Demuxers: | |
16 * simultaneous audio capture and playback in MPlayer | |
17 (-tv immediatemode=0) fixed in v4l2 | |
18 | |
15 Streaming: | 19 Streaming: |
16 * fix streaming of RealAudio files over HTTP | 20 * fix streaming of RealAudio files over HTTP |
17 | 21 |
18 FFmpeg/libavcodec: | 22 FFmpeg/libavcodec: |
19 * snow bug fixes and speedup | 23 * Snow bug fixes and speedup |
20 * MPEG-1/2 decoder speedup | 24 * MPEG-1/2 decoder speedup |
21 * Indeo2 video decoder | 25 * Indeo2 video decoder |
26 * Fraps video decoder (v0 & v1) | |
27 * Vorbis audio decoder | |
22 * RV20 fixes | 28 * RV20 fixes |
29 * VP3 decoder fixes and speedup | |
23 * countless bug fixes all over the place | 30 * countless bug fixes all over the place |
24 * vstrict=-1 is default, snow, ffv1 etc. need vstrict=-2 | 31 * vstrict=-1 is default, Snow, ffv1 etc. need vstrict=-2 |
25 | 32 |
26 MEncoder: | 33 MEncoder: |
27 * audio encoding modularized | 34 * audio encoding modularized |
28 * AAC (FAAC) audio encoding | 35 * AAC (FAAC) audio encoding |
29 * border processing adaptive quantization in libavcodec | 36 * border processing adaptive quantization in libavcodec |
30 | 37 |
31 Ports: | 38 Ports: |
32 * improved timer function on Mac OS X | 39 * improved timer function on Mac OS X |
33 * New Mac OS X "macosx" video output driver. Supported on OS X 10.4 | 40 * New Mac OS X "macosx" video output driver. Supported on OS X 10.4 |
34 and 10.3 with Quicktime 7 (requires QuickTime 7 SDK to build on 10.3) | 41 and 10.3 with QuickTime 7 (requires QuickTime 7 SDK to build on 10.3) |
35 * Mac OS X 10.4 (Tiger) fixes | 42 * Mac OS X 10.4 (Tiger) fixes |
36 | 43 |
37 Demuxers: | 44 Others: |
38 * simultaneous audio capture and playback in mplayer | 45 * enabled hinting for TrueType fonts |
39 (-tv immediatemode=0) fixed in v4l2 | 46 * support for file:// syntax |
47 | |
40 | 48 |
41 | 49 |
42 pre7: "PatentCounter" April 16, 2005 | 50 pre7: "PatentCounter" April 16, 2005 |
43 | 51 |
44 Security: | 52 Security: |
52 * slave mode command documentation finished | 60 * slave mode command documentation finished |
53 * TOOLS documented in TOOLS/README | 61 * TOOLS documented in TOOLS/README |
54 * audio filter documentation moved to the man page and updated | 62 * audio filter documentation moved to the man page and updated |
55 * all audio filters documented | 63 * all audio filters documented |
56 * improved encoding guide | 64 * improved encoding guide |
57 * preliminary documentation for snow codec in DOCS/tech/snow.txt | 65 * preliminary documentation for Snow codec in DOCS/tech/snow.txt |
58 * misc updates and fixes all over the place | 66 * misc updates and fixes all over the place |
59 | 67 |
60 Ports: | 68 Ports: |
61 * DirectX video output fixed on Windows95 | 69 * DirectX video output fixed on Windows95 |
62 * DirectX video output now supports 256 color mode | 70 * DirectX video output now supports 256 color mode |
136 * LOCO video decoder | 144 * LOCO video decoder |
137 * WNV1 video decoder | 145 * WNV1 video decoder |
138 * shorten audio decoder and demuxer | 146 * shorten audio decoder and demuxer |
139 * AASC video decoder | 147 * AASC video decoder |
140 * AMR NB/WB support via external reference decoders | 148 * AMR NB/WB support via external reference decoders |
141 * significantly faster snow decoding | 149 * significantly faster Snow decoding |
142 * experimental ratecontrol for snow | 150 * experimental ratecontrol for Snow |
143 * countless bug fixes all over the place | 151 * countless bug fixes all over the place |
144 | 152 |
145 GUI: | 153 GUI: |
146 * half size event implemented and added to the menu | 154 * half size event implemented and added to the menu |
147 * ESD configuration dialog and software volume control option | 155 * ESD configuration dialog and software volume control option |
251 * IBM Ultimotion video support via libavcodec | 259 * IBM Ultimotion video support via libavcodec |
252 * Micronas Speech codec support via binary DLL | 260 * Micronas Speech codec support via binary DLL |
253 * H.261 video codec support via libavcodec | 261 * H.261 video codec support via libavcodec |
254 * TechSmith Camtasia video codec support via libavcodec | 262 * TechSmith Camtasia video codec support via libavcodec |
255 * sonic audio codec support via libavcodec | 263 * sonic audio codec support via libavcodec |
256 * snow video codec support via libavcodec | 264 * Snow video codec support via libavcodec |
257 * QuickDraw video support via libavcodec | 265 * QuickDraw video support via libavcodec |
258 * Cinepak, CYUV and RoQ audio/video moved to FFmpeg | 266 * Cinepak, CYUV and RoQ audio/video moved to FFmpeg |
259 * Vianet Lsvx video support via binary DLL | 267 * Vianet Lsvx video support via binary DLL |
260 | 268 |
261 Demuxers: | 269 Demuxers: |
279 * support for MMS on non-standard port | 287 * support for MMS on non-standard port |
280 * EOF detected in Real RTSP streams | 288 * EOF detected in Real RTSP streams |
281 | 289 |
282 FFmpeg/libavcodec: | 290 FFmpeg/libavcodec: |
283 * reduced resolution decoding with the lowres option | 291 * reduced resolution decoding with the lowres option |
284 * new experimental wavelet-based snow video codec | 292 * new experimental wavelet-based Snow video codec |
285 * new sonic audio codec | 293 * new sonic audio codec |
286 * TechSmith Camtasia video decoder | 294 * TechSmith Camtasia video decoder |
287 * IBM Ultimotion video decoder | 295 * IBM Ultimotion video decoder |
288 * QuickDraw video decoder | 296 * QuickDraw video decoder |
289 * Creative ADPCM decoder | 297 * Creative ADPCM decoder |
322 * preliminary decoding support for H.264 with CABAC and B-frames | 330 * preliminary decoding support for H.264 with CABAC and B-frames |
323 * dvr-ms support in ASF demuxer | 331 * dvr-ms support in ASF demuxer |
324 * NSV demuxer | 332 * NSV demuxer |
325 * DVD compatible MPEG muxer | 333 * DVD compatible MPEG muxer |
326 * MJPEG-B fixes | 334 * MJPEG-B fixes |
327 * range coder (arithmetic entropy coder) used by snow and ffv1 | 335 * range coder (arithmetic entropy coder) used by Snow and ffv1 |
328 * ffv1 enhancements: signed golomb, range codes | 336 * ffv1 enhancements: signed golomb, range codes |
329 * multi slice support for main profile H.264 streams | 337 * multi slice support for main profile H.264 streams |
330 * as usual, lots of bug fixes and optimizations | 338 * as usual, lots of bug fixes and optimizations |
331 | 339 |
332 Filters: | 340 Filters: |