summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-27 23:21:23 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-27 23:21:23 +0200
commite3ec2cde2c394af6c9b64bccd39bc206a88a4e58 (patch)
tree0b92c7fb4a905429cbac55bf810575d8b656f12a /doc
parent29d147c94dd40a78ca3981f39365cc77dae9a0da (diff)
parentb94ec30428b9696f99b08055735689623fe63954 (diff)
Merge commit 'b94ec30428b9696f99b08055735689623fe63954'
* commit 'b94ec30428b9696f99b08055735689623fe63954': lavc: Update version and APIchanges Conflicts: doc/APIchanges libavcodec/avcodec.h libavcodec/version.h Merged-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index e90e23e321..875d4af2b0 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,12 @@ libavutil: 2014-08-09
API changes, most recent first:
+2015-xx-xx - lavc 56.35.0 - avcodec.h
+ xxxxxxxxx - Rename CODEC_FLAG* defines to AV_CODEC_FLAG*.
+ xxxxxxxxx - Rename CODEC_CAP_* defines to AV_CODEC_CAP_*.
+ xxxxxxxxx - Rename FF_INPUT_BUFFER_PADDING_SIZE and FF_MIN_BUFFER_SIZE
+ to AV_INPUT_BUFFER_PADDING_SIZE and AV_INPUT_BUFFER_MIN_SIZE.
+
2015-xx-xx - xxxxxxx - lavc 56.51.100 - avcodec.h
Add AV_PKT_DATA_QUALITY_STATS to export the quality value, PSNR, and pict_type
of an AVPacket.