Mercurial > mplayer.hg
comparison Changelog @ 23973:0d483afee811
xan wc4 video decoding, removed bframe warning message
author | compn |
---|---|
date | Wed, 01 Aug 2007 18:11:09 +0000 |
parents | 545aef4edc84 |
children | 400c39bc7256 |
comparison
equal
deleted
inserted
replaced
23972:b0eae82768a1 | 23973:0d483afee811 |
---|---|
23 * fixed resolution switching with libmpeg2 | 23 * fixed resolution switching with libmpeg2 |
24 * handle resolution switching for Real codecs | 24 * handle resolution switching for Real codecs |
25 * ffmpeg video decoder handles aspect ratio changes | 25 * ffmpeg video decoder handles aspect ratio changes |
26 * amr now handled via libamr wrapper (http://www.penguin.cz/~utx/amr) | 26 * amr now handled via libamr wrapper (http://www.penguin.cz/~utx/amr) |
27 * SIMD optimizations for mp3lib under AMD64 | 27 * SIMD optimizations for mp3lib under AMD64 |
28 * XAN wc4 video decoding via binary codec | |
28 | 29 |
29 Demuxers: | 30 Demuxers: |
30 * implemented switch_video and switch_program consistently with switch_audio | 31 * implemented switch_video and switch_program consistently with switch_audio |
31 (default keys are "_" and TAB, respectively). For the time being program | 32 (default keys are "_" and TAB, respectively). For the time being program |
32 switching is only available in TS streams handled by demux_ts.c (not | 33 switching is only available in TS streams handled by demux_ts.c (not |
77 * add audio left/right balance feature to af_pan | 78 * add audio left/right balance feature to af_pan |
78 | 79 |
79 MEncoder: | 80 MEncoder: |
80 * write to output streams (currently only file:// and smb://) | 81 * write to output streams (currently only file:// and smb://) |
81 * support -ffourcc with -of lavf | 82 * support -ffourcc with -of lavf |
83 * removed bframe warning message | |
82 | 84 |
83 Ports: | 85 Ports: |
84 * Complete Intel Mac support | 86 * Complete Intel Mac support |
85 * Hitachi SuperH (SH3) support | 87 * Hitachi SuperH (SH3) support |
86 | 88 |