summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Sebechlebsky <sebechlebskyjan@gmail.com>2016-08-16 22:14:50 +0200
committerJames Almer <jamrial@gmail.com>2016-08-16 23:16:52 -0300
commit9023a4a30c83c62528aba944f47774c5ec9493b6 (patch)
tree6ff882e3ed9e75f7299eb7f3148aaac36cb13377 /doc
parent0d98686fde90d77d8e0824c7bdabf7168ec77d4e (diff)
doc/APIchanges: Document addition of list BSF API in lavc
Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 74145b20e1..40851f66a9 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -19,6 +19,12 @@ API changes, most recent first:
Add trailing_padding to AVCodecContext to match the corresponding
field in AVCodecParameters.
+2016-08-15 - b746ed7 - lavc 57.52.100 - avcodec.h
+ Add a new API for chained BSF filters and passthrough (null) BSF --
+ av_bsf_list_alloc(), av_bsf_list_free(), av_bsf_list_append(),
+ av_bsf_list_append2(), av_bsf_list_finalize(), av_bsf_list_parse_str()
+ and av_bsf_get_null_filter().
+
2016-08-04 - xxxxxxx - lavf 57.46.100 - avformat.h
Add av_get_frame_filename2()