Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-05-02 00:06:55 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-05-02 00:06:55 +0400
commit75f847aa6b1bc88733e59d680809f614977b4c07 (patch)
tree53261bf30de91f2f8c831d51b65e002840415e3d /doc/APIchanges
parentaab5a4521c4034c218cbd72325b5d1946a3ec3c2 (diff)
parentf1ffb01ee9fd3a15c395c3cf6ff362ac5cd668d0 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: avplay: use libavresample for sample format conversion and channel mixing Fix compilation with YASM/NASM without AVX support. WMAL: do not output last frame again if nothing was decoded in current packet WMAL: do not start decoding if frame does not end in current packet adpcm-thp: fix invalid array indexing ppc: add const where needed in scalarproduct_int16_altivec() ppc: remove shift parameter from scalarproduct_int16_altivec() ppc: dsputil: do unaligned block accesses correctly dvenc: do not call dsputil functions with stride not a multiple of 16 APIchanges: fill in some dates and commit hashes Conflicts: doc/APIchanges ffplay.c libavcodec/adpcm.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 0867fa4fe0..57187692ff 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,14 +2,14 @@ Never assume the API of libav* to be stable unless at least 1 month has passed
since the last major version increase.
The last version increases were:
-libavcodec: 2012-01-27
-libavdevice: 2011-04-18
-libavfilter: 2011-04-18
-libavformat: 2012-01-27
-libavresample: 2012-xx-xx
-libpostproc: 2011-04-18
-libswscale: 2011-06-20
-libavutil: 2011-04-18
+libavcodec: 2012-01-27
+libavdevice: 2011-04-18
+libavfilter: 2011-04-18
+libavformat: 2012-01-27
+libavresample: 2012-04-24
+libpostproc: 2011-04-18
+libswscale: 2011-06-20
+libavutil: 2011-04-18
API changes, most recent first:
@@ -23,13 +23,13 @@ API changes, most recent first:
2012-03-26 - a67d9cf - lavfi 2.66.100
Add avfilter_fill_frame_from_{audio_,}buffer_ref() functions.
-2012-04-25 - xxxxxxx - lavu 51.29.0 - cpu.h
+2012-04-25 - 3527a73 - lavu 51.29.0 - cpu.h
Add av_parse_cpu_flags()
-2012-xx-xx - xxxxxxx - lavr 0.0.0
+2012-04-24 - c8af852 - lavr 0.0.0
Add libavresample audio conversion library
-2012-xx-xx - xxxxxxx - lavu 51.28.0 - audio_fifo.h
+2012-04-20 - 0c0d1bc - lavu 51.28.0 - audio_fifo.h
Add audio FIFO functions:
av_audio_fifo_free()
av_audio_fifo_alloc()
@@ -41,10 +41,10 @@ API changes, most recent first:
av_audio_fifo_size()
av_audio_fifo_space()
-2012-xx-xx - xxxxxxx - lavfi 2.16.0 - avfiltergraph.h
- Add avfilter_graph_parse2()
+2012-04-14 - lavfi 2.16.0 - avfiltergraph.h
+ d7bcc71 Add avfilter_graph_parse2().
-2012-xx-xx - xxxxxxx - lavu 51.27.0 - samplefmt.h
+2012-04-08 - 4d693b0 - lavu 51.27.0 - samplefmt.h
Add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()
2012-03-21 - b75c67d - lavu 51.43.100