[FFmpeg-cvslog] doc: Update APIchanges with info on muxer flushing
Martin Storsjö
git at videolan.org
Thu Jan 26 03:20:22 CET 2012
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Jan 25 12:43:19 2012 +0200| [6cb288290dcc66a405e0c226b26f31a7d248b7cd] | committer: Martin Storsjö
doc: Update APIchanges with info on muxer flushing
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6cb288290dcc66a405e0c226b26f31a7d248b7cd
---
doc/APIchanges | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 904e346..aa57291 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,12 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-01-25 - lavf 53.22.0
+ f1caf01 Allow doing av_write_frame(ctx, NULL) for flushing possible
+ buffered data within a muxer. Added AVFMT_ALLOW_FLUSH for
+ muxers supporting it (av_write_frame makes sure it is called
+ only for muxers with this flag).
+
2012-01-15 - lavc 53.34.0
New audio encoding API:
b2c75b6 Add CODEC_CAP_VARIABLE_FRAME_SIZE capability for use by audio
More information about the ffmpeg-cvslog
mailing list