diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-20 18:55:22 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-20 18:55:22 +0100 |
commit | eef74b2e97139d8422f76a0f8241aed17fc0617d (patch) | |
tree | a3b2851c96fbe1cd527f1444c9bcdd47cfe99e61 /doc | |
parent | 8001e9f7d17e90b4b0898ba64e3b8bbd716c513c (diff) | |
parent | 93c553c71ef48550ff7c2aa7b5712a7e01f1999f (diff) | |
download | ffmpeg-streaming-eef74b2e97139d8422f76a0f8241aed17fc0617d.zip ffmpeg-streaming-eef74b2e97139d8422f76a0f8241aed17fc0617d.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().
Conflicts:
doc/APIchanges
libavcodec/utils.c
libavcodec/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index eaddc9b..8c8c466 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,11 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-01-xx - xxxxxxx - lavc 55.32.1 - avcodec.h + Edges are not required anymore on video buffers allocated by get_buffer2() + (i.e. as if the CODEC_FLAG_EMU_EDGE flag was always on). Deprecate + CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width(). + 2014-01-19 - xxxxxxx - lavf 55.25.100 - avformat.h Add avformat_get_mov_video_tags() and avformat_get_mov_audio_tags(). |