summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-06-28 12:33:07 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-06-28 12:33:07 +0200
commite925a82e2478adfbfb17813729ed8e68cf9c7120 (patch)
treed0aba4224dd836e1912a3af938849c33c5899854
parent504475f38ef049996c2c7954de00e92668a05de5 (diff)
parentf134b5ec53b4cb51cb69bf0c64de87687ea72b12 (diff)
Merge commit 'f134b5ec53b4cb51cb69bf0c64de87687ea72b12'
* commit 'f134b5ec53b4cb51cb69bf0c64de87687ea72b12': apichanges: fill in changes for lavu 51.19 and 51.20 Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--doc/APIchanges7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 3e594eeaa9..d65b2262e8 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -964,6 +964,9 @@ lavd 54.4.100 / 54.0.0, lavfi 3.5.0
Add avformat_close_input().
Deprecate av_close_input_file() and av_close_input_stream().
+2011-12-09 - b2890f5 - lavu 51.20.0 - audioconvert.h
+ Expand the channel layout list.
+
2011-12-02 - e4de716 / 0eea212 - lavc 53.40.0 / 53.25.0
Add nb_samples and extended_data fields to AVFrame.
Deprecate AVCODEC_MAX_AUDIO_FRAME_SIZE.
@@ -977,6 +980,10 @@ lavd 54.4.100 / 54.0.0, lavfi 3.5.0
Change AVCodecContext.error[4] to [8] at next major bump.
Add AV_NUM_DATA_POINTERS to simplify the bump transition.
+2011-11-24 - lavu 51.19.0
+ bd97b2e - add planar RGB pixel formats
+ 6b0768e - add PIX_FMT_PLANAR and PIX_FMT_RGB pixel descriptions
+
2011-11-23 - 8e576d5 / bbb46f3 - lavu 51.27.0 / 51.18.0
Add av_samples_get_buffer_size(), av_samples_fill_arrays(), and
av_samples_alloc(), to samplefmt.h.