summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index d77706b401..9fa0e07640 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -31,21 +31,24 @@ API changes, most recent first:
2011-10-20 - b35e9e1 - lavu 51.22.0
Add av_strtok() to avstring.h.
+2011-01-03 - b73ec05 - lavu 51.21.0
+ Add av_popcount64
+
2011-12-18 - 8400b12 - lavc 53.28.1
Deprecate AVFrame.age. The field is unused.
-2011-xx-xx - xxxxxxx - lavf 53.17.0
- Add avformat_open_input().
+2011-12-12 - 5266045 - lavf 53.17.0
+ Add avformat_close_input().
Deprecate av_close_input_file() and av_close_input_stream().
-2011-xx-xx - xxxxxxx - lavc 53.25.0
+2011-12-02 - 0eea212 - lavc 53.25.0
Add nb_samples and extended_data fields to AVFrame.
Deprecate AVCODEC_MAX_AUDIO_FRAME_SIZE.
Deprecate avcodec_decode_audio3() in favor of avcodec_decode_audio4().
avcodec_decode_audio4() writes output samples to an AVFrame, which allows
audio decoders to use get_buffer().
-2011-xx-xx - xxxxxxx - lavc 53.24.0
+2011-12-04 - 560f773 - lavc 53.24.0
Change AVFrame.data[4]/base[4]/linesize[4]/error[4] to [8] at next major bump.
Change AVPicture.data[4]/linesize[4] to [8] at next major bump.
Change AVCodecContext.error[4] to [8] at next major bump.