[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...

Robert Swain robert.swain
Wed Apr 8 03:53:27 CEST 2009


On 7/4/09 16:59, 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.
>
> Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread
> "Google Summer of Code participation" on the mailinglist.

This requires a doc/APIChanges patch, does it not?

Regards,
Rob



More information about the ffmpeg-cvslog mailing list