summaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMichael Niedermayer <[email protected]>2014-02-12 00:37:51 +0100
committerMichael Niedermayer <[email protected]>2014-02-12 00:37:54 +0100
commit058a3d65427e48b086011d79efb0b0dd85cd3a79 (patch)
tree3c138440ecbd0a42cabcabf4e4c57ae9701fca35 /doc/APIchanges
parentc33351f3e75d13803f8e19676304b405711d38ea (diff)
parentedc7e67669ad5b4519b18d1932baf75c50577db3 (diff)
Merge remote-tracking branch 'cigaes/master'
* cigaes/master: lavf/lavd: version bump and APIchanges for uncoded frames. tools: add uncoded_frame test program. lavf: add uncodedframecrc test muxer. lavd/xv: preliminary support of uncoded frame. lavd/alsa: preliminary support of uncoded frame. lavf: add write_uncoded_frame() API. Merged-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 6ddf5b3cf7..77a9e4eacd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-02-11 - 1b05ac2 - lavf 55.32.100 - avformat.h
+ Add av_write_uncoded_frame() and av_interleaved_write_uncoded_frame().
+
2014-02-04 - 3adb5f8 / d9ae103 - lavf 55.30.100 / 55.11.0 - avformat.h
Add AVFormatContext.max_interleave_delta for controlling amount of buffering
when interleaving.