summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJosh de Kock <josh@itanimul.li>2017-12-22 22:17:00 +0000
committerJosh de Kock <josh@itanimul.li>2018-02-06 18:50:27 +0000
commit7e8eba2d8755962d9dca5eade57bf8f591a73c0c (patch)
treeb997d9b1f5efa61f828f21e130355e3f9d85d3b0 /doc/APIchanges
parentcaa4bd7a9fe9186a56fdcb8194263b066978cbbe (diff)
lavc: add new API for iterating codecs and codec parsers
Based on an unfinished patch by atomnuker.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index b802f62d4d..bb49fd5f24 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2017-10-21
API changes, most recent first:
+2018-01-xx - xxxxxxx - lavc 58.9.100 - avcodec.h
+ Deprecate use of avcodec_register(), avcodec_register_all(), and
+ av_codec_next(). Add av_codec_iterate().
+
2018-02-xx - xxxxxxx - lavf 58.8.100 - avformat.h
Deprecate the current names of the RTSP "timeout", "stimeout", "user-agent"
options. Introduce "listen_timeout" as replacement for the current "timeout"