diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-24 14:03:55 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-24 14:03:55 +0100 |
commit | 83e89787984d3f96cb793ebfddc6078d6bc50073 (patch) | |
tree | be7e09b4e106d85247a3650aa7ff578071482577 /doc | |
parent | 595ba3b96258538566d6f42113dd0180aaee87c4 (diff) | |
parent | 5a7e35dd2351c30bab45177b9482cb8833a0ca78 (diff) | |
download | ffmpeg-83e89787984d3f96cb793ebfddc6078d6bc50073.tar.gz |
Merge commit '5a7e35dd2351c30bab45177b9482cb8833a0ca78'
* commit '5a7e35dd2351c30bab45177b9482cb8833a0ca78':
Add replaygain side data type and code for parsing replaygain tags.
Conflicts:
libavcodec/avcodec.h
libavcodec/version.h
libavutil/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 9b4e0f3c57..c94228f69b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,13 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-02-xx - xxxxxxx - lavu 53.07.0 - frame.h, replaygain.h + Add AV_FRAME_DATA_REPLAYGAIN for exporting replaygain tags. + Add a new header replaygain.h with the AVReplayGain struct. + +2014-02-xx - xxxxxxx - lavc 55.36.0 - avcodec.h + Add AV_PKT_DATA_REPLAYGAIN for exporting replaygain tags. + 2014-02-xx - xxxxxxx - lavf 55.13.0 - avformat.h Add AVStream.side_data and AVStream.nb_side_data for exporting stream-global side data (e.g. replaygain tags, video rotation) |