diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-05-25 17:49:15 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-08-10 14:26:37 +0200 |
commit | fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45 (patch) | |
tree | 00f966d82d400e4326e70871723c066c6126ac04 /doc | |
parent | 8c6f430291374cf6d2cfb85cdbb809803b5a7d83 (diff) | |
download | ffmpeg-fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45.tar.gz |
avresample: Introduce AVFrame-based API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 250088b24f..6e5242e382 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,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. |