Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2017-06-18 15:38:39 +0300
committerMarton Balint <cus@passwd.hu>2017-06-24 19:51:29 +0300
commit09891c53916224abfb07c91064654189c46d034c (patch)
tree51af6b9caedb8f3f376abe7f5efec4595b75e8c0 /doc
parentc14fa7a330f634738003bee731f17ff4c5717228 (diff)
avformat/aviobuf: add support for specifying minimum packet size and marking flush points
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 5dca6b3e51..fc013fd513 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2017-06-24 - xxxxxxx - lavf 57.75.100 - avio.h
+ Add AVIO_DATA_MARKER_FLUSH_POINT to signal preferred flush points to aviobuf.
+
2017-06-14 - xxxxxxx - lavu 55.66.100 - hwcontext.h
av_hwframe_ctx_create_derived() now takes some AV_HWFRAME_MAP_* combination
as its flags argument (which was previously unused).