diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-17 02:08:10 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-17 02:20:20 +0100 |
commit | c961ce969a613e08c720cb6aa3cce4bd81cefe3f (patch) | |
tree | 2ec5c1ed47aae83f32f455c08a7d947c659498c0 /doc/APIchanges | |
parent | 52cea9ce9209bf4ee0af6475b7db880e962cb924 (diff) | |
parent | a335ffd7f4cdaaa6a8fe4187f6f06b0418eea19a (diff) | |
download | ffmpeg-c961ce969a613e08c720cb6aa3cce4bd81cefe3f.tar.gz |
Merge commit 'a335ffd7f4cdaaa6a8fe4187f6f06b0418eea19a' into release/0.10
* commit 'a335ffd7f4cdaaa6a8fe4187f6f06b0418eea19a':
h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profiles
h264: check sps.log2_max_frame_num for validity
h264: slice-mt: get last_pic_dropable from master context
ppc: always use pic for shared libraries
h264: error out on unset current_picture_ptr for h->current_slice > 0
flashsv: make sure data for zlib priming is available
h264: enable low delay only if no delayed frames were seen
flashsv: check for keyframe before using differential coding
lavf: avoid integer overflow in ff_compute_frame_duration()
aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.
APIchanges: Fill in missing commit hashes
Conflicts:
doc/APIchanges
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index ed13f21bd9..d387b5020b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -22,17 +22,17 @@ API changes, most recent first: muxers supporting it (av_write_frame makes sure it is called only for muxers with this flag). -2012-03-04 - xxxxxxx - lavu 51.22.1 - error.h +2012-03-04 - 7f3f855 - lavu 51.22.1 - error.h Add AVERROR_UNKNOWN -2012-02-29 - xxxxxxx - lavf 53.21.1 +2012-02-29 - 2ad77c6 - lavf 53.21.1 Add avformat_get_riff_video_tags() and avformat_get_riff_audio_tags(). -2012-02-29 - xxxxxxx - lavu 51.22.0 - intfloat.h +2012-02-29 - a1556d3 - lavu 51.22.0 - intfloat.h Add a new installed header libavutil/intfloat.h with int/float punning functions. -2012-02-17 - xxxxxxx - lavc 53.35.0 +2012-02-17 - 350d06d - lavc 53.35.0 Add avcodec_is_open() function. 2012-01-15 - lavc 53.34.0 |