Merge branch 'master' of git://git.libav.org/libav

Multimedia / Libav - anzwix [anzwix-MS-7593.(none)] - 11 January 2014 02:46 UTC

f80a81a Merge branch 'master' of git://git.libav.org/libav

Changelog | 2 +
configure | 14 +
doc/filters.texi | 45 +
doc/general.texi | 1 +
libavcodec/Makefile | 2 +
libavcodec/ac3tab.h | 4 +-
libavcodec/allcodecs.c | 1 +
libavcodec/arm/Makefile | 1 +
libavcodec/arm/neontest.c | 79 ++
libavcodec/atrac3plus.c | 1818 ++++++++++++++++++++++++++++
libavcodec/atrac3plus.h | 242 ++++
libavcodec/atrac3plus_data.h | 1914 ++++++++++++++++++++++++++++++
libavcodec/atrac3plusdec.c | 387 ++++++
libavcodec/atrac3plusdsp.c | 638 ++++++++++
libavcodec/hevc.c | 33 +-
libavcodec/hevc.h | 6 +-
libavcodec/mjpegdec.c | 32 +-
libavcodec/mjpegdec.h | 3 +
libavcodec/mpegvideo.c | 51 +-
libavcodec/mpegvideo.h | 2 +-
libavcodec/mpegvideo_enc.c | 2 +-
libavcodec/mpegvideo_motion.c | 78 +-
libavcodec/mss2.c | 2 -
libavcodec/rv10.c | 1 -
libavcodec/rv34.c | 2 -
libavcodec/svq3.c | 2 +-
libavcodec/vc1dec.c | 2 -
libavcodec/version.h | 2 +-
libavcodec/vp8.c | 96 +-
libavcodec/vp9block.c | 4 +-
libavcodec/wmv2.c | 22 +-
libavcodec/x86/ac3dsp_init.c | 1 +
libavcodec/x86/hpeldsp_init.c | 3 +-
libavcodec/x86/rv34dsp_init.c | 1 +
libavcodec/x86/vc1dsp_init.c | 1 +
libavcodec/x86/vp6dsp_init.c | 1 +
libavcodec/x86/vp8dsp_init.c | 1 +
libavcodec/x86/vp9dsp_init.c | 1 +
libavfilter/Makefile | 1 +
libavfilter/allfilters.c | 1 +
libavfilter/avfilter.c | 25 +-
libavfilter/avfilter.h | 6 +
libavfilter/internal.h | 8 +
libavfilter/version.h | 2 +-
libavfilter/vf_framepack.c | 363 ++++++
libavformat/flacenc.c | 28 +
libavformat/omadec.c | 3 +-
libavformat/version.h | 2 +-
libavutil/arm/neontest.h | 62 +
libavutil/frame.h | 3 +-
tests/fate/filter-video.mak | 8 +
tests/fate/microsoft.mak | 18 +
tests/fate/vpx.mak | 2 -
tests/ref/fate/filter-framepack-columns | 16 +
tests/ref/fate/filter-framepack-frameseq | 16 +
tests/ref/fate/filter-framepack-lines | 16 +
tests/ref/fate/filter-framepack-sbs | 16 +
tests/ref/fate/filter-framepack-tab | 16 +
tests/ref/fate/mss2-pal | 3 +
tests/ref/fate/mss2-pals | 3 +
tests/ref/fate/mss2-rgb555 | 3 +
tests/ref/fate/mss2-rgb555s | 3 +
tests/ref/fate/mss2-wmv | 101 ++
63 files changed, 5990 insertions(+), 232 deletions(-)

Upstream: git.libav.org


  • Share