]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
Merge commit 'dca7ba4bffe3e4aeb620cb62955256a0d87561f4'
[ffmpeg] / doc / APIchanges
index 9c3bdf2d6d8cc6304df1fad77325168f19480b29..11027ef0d9d96373bea0119b4f4b22b8da1acb3a 100644 (file)
@@ -15,6 +15,23 @@ libavutil:     2012-10-22
 
 API changes, most recent first:
 
+2014-06-10 - xxxxxxx - lavf 55.43.100 - avformat.h
+  New field int64_t max_analyze_duration2 instead of deprecated
+  int max_analyze_duration.
+
+2014-05-30 - xxxxxxx - lavu 52.89.100 - opt.h
+  Add av_opt_copy()
+
+2014-04-xx - xxxxxxx - lavc 55.54.0 - avcodec.h
+  Add AVCodecContext.side_data_only_packets to allow encoders to output packets
+  with only side data. This option may become mandatory in the future, so all
+  users are recommended to update their code and enable this option.
+
+2014-xx-xx - xxxxxxx - lavu 53.16.0 - frame.h, pixfmt.h
+  Move all color-related enums (AVColorPrimaries, AVColorSpace, AVColorRange,
+  AVColorTransferCharacteristic, and AVChromaLocation) inside lavu.
+  And add AVFrame fields for them.
+
 2014-04-xx - xxxxxxx - lavr 1.3.0 - avresample.h
   Add avresample_max_output_samples