OSDN Git Service

Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 23 Jun 2011 02:49:04 +0000 (04:49 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 23 Jun 2011 02:49:04 +0000 (04:49 +0200)
commit4b87a088bf5acad2a11e9f9c1dcec8f29bab3ec9
treea42f2f7b366968658fcb1797faa5d46351416d09
parent1af1b527727ccdfcfec8c02fa4e1ff291e9dd932
parent9cd7b8549b71bcfced2062596fd9eecba092aeb1
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  configure: add --optflags option
  build: move documentation rules to doc/Makefile
  build: move test rules to tests/Makefile
  ac3enc: remove unneeded local variable in asym_quant()
  ac3enc: remove a branch in asym_quant() by doing 2 shifts
  ac3enc: avoid masking output in asym_quant() by using signed values for quantized mantissas.
  H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF
  H.264: fix 4:4:4 + deblocking + MBAFF
  H.264: fix 4:4:4 cropping warning
  H.264: reference the correct SPS in decode_scaling_matrices
  H.264: fix bug in lossless 4:4:4 decoding

Conflicts:
Makefile

Merged-by: Michael Niedermayer <michaelni@gmx.at>
Makefile
configure
libavcodec/ac3enc.c
libavcodec/ac3enc.h
libavcodec/h264.c
libavcodec/h264_loopfilter.c
libavcodec/h264_ps.c