summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-07-25 16:00:33 -0700
committerDiego Biurrun <diego@biurrun.de>2014-08-03 03:24:16 -0700
commit9f17685dfb70a73823aca16ad246ee3b831d1de8 (patch)
tree4c5e11ae4f4588016041ac24bf769b01ab5ff8e3 /doc/APIchanges
parentbad81800bb51f43d28d656abf5d45b477e3b3198 (diff)
avcodec: Deprecate unused defines and options
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 261993b634..fd202aa70a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,13 @@ libavutil: 2013-12-xx
API changes, most recent first:
+2014-08-xx - xxxxxxx - lavc 55.57.1 - avcodec.h
+ Deprecate unused FF_IDCT_IPP define and ipp avcodec option.
+ Deprecate unused FF_DEBUG_PTS define and pts avcodec option.
+ Deprecate unused FF_CODER_TYPE_DEFLATE define and deflate avcodec option.
+ Deprecate unused FF_DCT_INT define and int avcodec option.
+ Deprecate unused avcodec option scenechange_factor.
+
2014-07-xx - xxxxxxx - lavu 53.19.0 - avstring.h
Make name matching function from lavf public as av_match_name().