diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-14 03:31:31 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-26 03:39:44 +0100 |
commit | 3348e66e2eb37c5c25ffddd8f4129d383c1870ea (patch) | |
tree | 2a586bb5dcd5264348df4ef92def3f5d064c872c /doc/APIchanges | |
parent | 6e8ed38fabb51c46467bed29bed75523785c883f (diff) | |
download | ffmpeg-3348e66e2eb37c5c25ffddd8f4129d383c1870ea.tar.gz |
doc/APIchanges: fix odd .01 versions
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 9f16cb9e50a5a196af9244dc7d33ed193227528a)
Signed-off-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 a75d268b33..63ae46c809 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -344,19 +344,19 @@ API changes, most recent first: 2012-02-08 - 38d5533 - lavu 51.22.1 - pixdesc.h Add PIX_FMT_PSEUDOPAL flag. -2012-02-08 - 52f82a1 - lavc 54.01.0 +2012-02-08 - 52f82a1 - lavc 54.1.0 Add avcodec_encode_video2() and deprecate avcodec_encode_video(). -2012-02-01 - 316fc74 - lavc 54.01.0 +2012-02-01 - 316fc74 - lavc 54.1.0 Add av_fast_padded_malloc() as alternative for av_realloc() when aligned memory is required. The buffer will always have FF_INPUT_BUFFER_PADDING_SIZE zero-padded bytes at the end. -2012-01-31 - dd6d3b0 - lavf 54.01.0 +2012-01-31 - dd6d3b0 - lavf 54.1.0 Add avformat_get_riff_video_tags() and avformat_get_riff_audio_tags(). NOTE: this was backported to 0.8 -2012-01-31 - af08d9a - lavc 54.01.0 +2012-01-31 - af08d9a - lavc 54.1.0 Add avcodec_is_open() function. NOTE: this was backported to 0.8 |