aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-01-21 12:27:36 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-13 20:48:07 +0100
commit2029acb6679b073aa4d72824a27fb96ea0cda43f (patch)
treefbe0422773face046db09732d2374fc1525596ca
parent0a878d0c941c44a8243c7e223f65e5ae4cf3a6b0 (diff)
downloadffmpeg-2029acb6679b073aa4d72824a27fb96ea0cda43f.tar.gz
doc/APIchanges: Add av_find_best_pix_fmt_of_2() and av_get_pix_fmt_loss()
also add deprecation note for avcodec_get_pix_fmt_loss(), avcodec_find_best_pix_fmt_of_2() Found-by: wm4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit f7a1c5e4d2294a8970ede7f6deb2fe0a64e202a5) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index bba06fbb0d..37ad708212 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -236,6 +236,10 @@ API changes, most recent first:
Deprecate CODEC_FLAG_INPUT_PRESERVED. Its functionality is replaced by passing
reference-counted frames to encoders.
+2014-04-30 - 617e866 - lavu 52.81.100 - pixdesc.h
+ Add av_find_best_pix_fmt_of_2(), av_get_pix_fmt_loss()
+ Deprecate avcodec_get_pix_fmt_loss(), avcodec_find_best_pix_fmt_of_2()
+
2014-04-29 - 1bf6396 - lavc 55.60.100 - avcodec.h
Add AVCodecDescriptor.mime_types field.