[FFmpeg-cvslog] r18351 - in trunk/libavcodec: 4xm.c 8bps.c 8svx.c aac.c aasc.c ac3dec.c adpcm.c adxdec.c alac.c apedec.c asv1.c atrac3.c avcodec.h avs.c bethsoftvideo.c bfi.c bmp.c c93.c cavsdec.c cinepak.c cljr.c...

Vitor Sessak vitor1001
Tue Apr 7 18:42:37 CEST 2009


rbultje wrote:
> Author: rbultje
> Date: Tue Apr  7 17:59:50 2009
> New Revision: 18351
> 
> Log:
> Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
> AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows
> passing of packet-specific flags from demuxer to decoder, such as the keyframe
> flag, which appears necessary to playback corePNG P-frames.

It looks like this commit broke VP6 decoding. See for example the 
following FATE result: 
http://fate.multimedia.cx/index.php?build_record=71480

-Vitor



More information about the ffmpeg-cvslog mailing list