[FFmpeg-cvslog] doc/APIchanges: Document addition of list BSF API in lavc

Jan Sebechlebsky git at videolan.org
Wed Aug 17 05:19:22 EEST 2016


ffmpeg | branch: master | Jan Sebechlebsky <sebechlebskyjan at gmail.com> | Tue Aug 16 22:14:50 2016 +0200| [9023a4a30c83c62528aba944f47774c5ec9493b6] | committer: James Almer

doc/APIchanges: Document addition of list BSF API in lavc

Signed-off-by: Jan Sebechlebsky <sebechlebskyjan at gmail.com>
Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9023a4a30c83c62528aba944f47774c5ec9493b6
---

 doc/APIchanges | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/APIchanges b/doc/APIchanges
index 74145b2..40851f6 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()
 



More information about the ffmpeg-cvslog mailing list