diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-10 18:20:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-10 18:20:37 +0200 |
commit | 78eaaa857e95fa5542dc008c8ad3664e6ab6801a (patch) | |
tree | 41bed9cbaefc6147bd6acbb8018e9e1dd33544ca /doc/APIchanges | |
parent | 0d0d24af0159ff08f396ad04cd63ce5655b1fc60 (diff) | |
parent | fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45 (diff) | |
download | ffmpeg-78eaaa857e95fa5542dc008c8ad3664e6ab6801a.tar.gz |
Merge commit 'fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45'
* commit 'fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45':
avresample: Introduce AVFrame-based API
Conflicts:
libavresample/utils.c
libavutil/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 4d4ac3f757..b7961ae6da 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,12 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-04-xx - xxxxxxx - lavr 2.1.0 - avresample.h + Add avresample_convert_frame() and avresample_config(). + +2014-04-xx - xxxxxxx - lavu 54.1.0 - error.h + Add AVERROR_INPUT_CHANGED and AVERROR_OUTPUT_CHANGED. + 2014-08-xx - xxxxxxx - lavc 55.57.4 - avcodec.h Deprecate FF_IDCT_XVIDMMX define and xvidmmx idct option. Replaced by FF_IDCT_XVID and xvid respectively. |