diff options
author | Michael Niedermayer <[email protected]> | 2014-02-12 00:37:51 +0100 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2014-02-12 00:37:54 +0100 |
commit | 058a3d65427e48b086011d79efb0b0dd85cd3a79 (patch) | |
tree | 3c138440ecbd0a42cabcabf4e4c57ae9701fca35 /doc/APIchanges | |
parent | c33351f3e75d13803f8e19676304b405711d38ea (diff) | |
parent | edc7e67669ad5b4519b18d1932baf75c50577db3 (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/APIchanges | 3 |
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. |