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

Ronald S. Bultje rsbultje
Wed Apr 8 05:21:05 CEST 2009


Hi,

On Tue, Apr 7, 2009 at 9:53 PM, Robert Swain <robert.swain at gmail.com> wrote:
> This requires a doc/APIChanges patch, does it not?

Probably. See attached?

Ronald
-------------- next part --------------
Index: doc/APIchanges
===================================================================
--- doc/APIchanges	(revision 18371)
+++ doc/APIchanges	(working copy)
@@ -12,6 +12,12 @@
 
 API changes, most recent first:
 
+2009-04-07 - r18351 - lavc 52.23.0 - avcodec_decode_video/audio/subtitle
+  The old decoding functions are deprecated, all new code should use the
+  new functions avcodec_decode_video2(), avcodec_decode_audio3() and
+  avcodec_decode_subtitle2(). These new functions take an AVPacket *pkt
+  argument instead of a const uint8_t *buf / int buf_size pair.
+
 2009-04-03 - r18321 - lavu 50.3.0 - av_fifo_space
   Introduce the av_fifo_space() function.
 



More information about the ffmpeg-cvslog mailing list