OSDN Git Service

Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 21 Jul 2011 14:27:55 +0000 (16:27 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 21 Jul 2011 14:28:53 +0000 (16:28 +0200)
commitf93f6963babf08a7bcf85b9a57f37266dc0a4ae0
treed9729ad7db8cb9f9a6a5483ac960ef7a56310072
parent8c2863b87f651bfce061d5b0e03cd756b049a553
parente5985185d2eda942333ebbb72bd7d043ffe40be7
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  rv30: return AVERROR(EINVAL) instead of EINVAL
  build: add -L flags before existing LDFLAGS
  simple_idct: whitespace cosmetics
  simple_idct: make repeated code a macro
  dsputil: remove huge #if 0 block
  simple_idct: change 10-bit add/put stride from pixels to bytes
  dsputil: allow 9/10-bit functions for non-h264 codecs
  dnxhd: rename some data tables
  dnxhdenc: remove inline from function only called through pointer
  dnxhdenc: whitespace cosmetics
  swscale: mark YUV422P10(LE,BE) as supported for output
  configure: add -xc99 to LDFLAGS for Sun CC
  Remove unused and non-compiling vestigial g729 decoder
  Remove unused code under G729_BITEXACT #ifdef.
  mpegvideo: fix invalid picture unreferencing.
  dsputil: Remove extra blank line at end.
  dsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT.
  simple_idct: add 10-bit version

Conflicts:
Makefile
libavcodec/g729data.h
libavcodec/g729dec.c
libavcodec/rv30.c
tests/ref/lavfi/pixdesc
tests/ref/lavfi/pixfmts_copy
tests/ref/lavfi/pixfmts_null
tests/ref/lavfi/pixfmts_scale
tests/ref/lavfi/pixfmts_vflip

Merged-by: Michael Niedermayer <michaelni@gmx.at>
29 files changed:
Makefile
common.mak
configure
libavcodec/acelp_pitch_delay.c
libavcodec/acelp_vectors.c
libavcodec/acelp_vectors.h
libavcodec/alpha/dsputil_alpha.c
libavcodec/amrnbdec.c
libavcodec/arm/dsputil_init_arm.c
libavcodec/arm/dsputil_init_armv5te.c
libavcodec/arm/dsputil_init_armv6.c
libavcodec/arm/dsputil_init_neon.c
libavcodec/bfin/dsputil_bfin.c
libavcodec/celp_math.c
libavcodec/dct-test.c
libavcodec/dnxhdenc.c
libavcodec/dsputil.c
libavcodec/dsputil_template.c
libavcodec/lsp.c
libavcodec/mpegvideo.c
libavcodec/ppc/dsputil_ppc.c
libavcodec/ps2/dsputil_mmi.c
libavcodec/sh4/dsputil_sh4.c
libavcodec/simple_idct.c
libavcodec/simple_idct.h
libavcodec/sparc/dsputil_vis.c
libavcodec/vc1.c
libavcodec/x86/dsputil_mmx.c
libswscale/utils.c