OSDN Git Service

Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 16 Jul 2011 17:40:35 +0000 (19:40 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 16 Jul 2011 17:43:35 +0000 (19:43 +0200)
commit15285d8fc528483aebf4ae7c522ea33c558f503c
tree0c6e05a3593224ab22b88d2ab5d979e4f608d8f6
parentc31a5b23b4cd566724743685e5ea158b0c818647
parent8342a82680966055af8cbc48e0ad129411df7c44
Merge remote-tracking branch 'qatar/master'

* qatar/master: (22 commits)
  arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()
  Remove commented-out call to non-existing function print_pow1().
  Do not decode RV30 files if the extradata is too small
  flashsv: split flashsv_decode_block() off from flashsv_decode_frame().
  ppc: remove disabled code
  libspeexdec: Drop const qualifier to silence compiler warning.
  libopenjpeg: Drop const qualifier to silence compiler warning.
  alac: Remove unused dummy code.
  Remove unused structs and tables.
  vaapi: do not assert on value read from input bitstream
  flashsvenc: replace bitstream description by a link to the specification
  flashsvenc: drop unnecessary cast
  flashsvenc: improve some variable names and fix corresponding comments
  flashsvenc: merge two consecutive if-conditions
  flashsvenc: merge variable declarations and initializations
  flashsvenc: convert some debug av_log() to av_dlog()
  flashsvenc: whitespace cosmetics
  flashsvenc: drop some unnecessary parentheses
  flashsvenc: fix some comment typos
  aacps: skip some memcpy() if src and dst would be equal
  ...

Conflicts:
libavcodec/vaapi_mpeg2.c
libavformat/aviobuf.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
20 files changed:
libavcodec/aacps.c
libavcodec/alac.c
libavcodec/arm/mpegvideo_iwmmxt.c
libavcodec/cabac.c
libavcodec/flashsv.c
libavcodec/flashsvenc.c
libavcodec/libopenjpeg.c
libavcodec/libspeexdec.c
libavcodec/mjpegdec.c
libavcodec/mpegaudioenc.c
libavcodec/ppc/dsputil_altivec.c
libavcodec/ppc/dsputil_ppc.c
libavcodec/ppc/fdct_altivec.c
libavcodec/ppc/mpegvideo_altivec.c
libavcodec/rv30.c
libavcodec/sp5x.h
libavcodec/vaapi_mpeg2.c
libavcodec/vc1data.c
libavformat/aviobuf.c
libavformat/utils.c