From 681ed0009905a088aae2a5caf2308d89aaa80562 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 26 Jul 2012 16:35:12 -0700 Subject: avf: introduce nobuffer option Useful in cases where a significant analyzeduration is still needed, while minimizing buffering before output. An example is processing low-latency streams where all media types won't necessarily come in if the analyzeduration is small. Additional changes by Josh Allmann Signed-off-by: Anton Khirnov --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index 8770b6d..058fab6 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-07-xx - xxxxxxx - lavf 54.13.0 - avformat.h + Add AVFMT_FLAG_NOBUFFER for low latency use cases. + 2012-07-xx - xxxxxxx - lavfi 3.0.0 - avfilter.h Add avfilter_unref_bufferp(). -- cgit v1.1