]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
avcodec: add AVCodecContext.sw_pix_fmt
[ffmpeg] / doc / APIchanges
index 69da4428a409d37993fd31e9236cadc1e7f9a69a..49e43f4e4a50356a6c7a3663b558d28a380a5fce 100644 (file)
@@ -13,6 +13,12 @@ libavutil:     2014-08-09
 
 API changes, most recent first:
 
+201x-xx-xx - xxxxxxx - lavc 56.8.0 - avcodec.h
+  Add AVCodecContext.sw_pix_fmt.
+
+2014-11-xx - xxxxxxx - lavf 56.06.3 - avformat.h
+  Add AVFormatContext.avoid_negative_ts.
+
 2014-11-xx - xxxxxxx - lavc 56.6.0 - vorbis_parser.h
   Add a public API for parsing vorbis packets.
 
@@ -37,12 +43,16 @@ API changes, most recent first:
   Add av_vdpau_bind_context(). This function should now be used for creating
   (or resetting) a AVVDPAUContext instead of av_vdpau_alloc_context().
 
-2014-08-xx - xxxxxxx - lavc 56.1.0 - avcodec.h
-  Add AV_PKT_DATA_STEREO3D to export container-level stereo3d information.
-
 2014-08-xx - xxxxxxx - lavf 56.03.0 - avformat.h
   Add AVFormatContext.max_ts_probe.
 
+------------------------------8<-------------------------------------
+                   11 branch was cut here
+----------------------------->8--------------------------------------
+
+2014-08-28 - 9301486 - lavc 56.1.0 - avcodec.h
+  Add AV_PKT_DATA_STEREO3D to export container-level stereo3d information.
+
 2014-08-13 - 8ddc326 - lavu 54.03.0 - mem.h
   Add av_strndup().