OSDN Git Service

Merge remote branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 28 Apr 2011 02:23:36 +0000 (04:23 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 28 Apr 2011 02:26:01 +0000 (04:26 +0200)
commit0665199e438fcdd2000717352fc665a8cf017f7c
tree41e6d53948b16b9b1c82900da0d28c61efab9333
parente5d80c7b2d893422e2e60a97e08bfc48ca1684e6
parentb239526873dc81f9b66796ad4d9fe1cb93ec34d3
Merge remote branch 'qatar/master'

* qatar/master:
  vorbisdec: Rename silly "class_" variable to plain "class".
  simple_idct_alpha: Drop some useless casts.
  Simplify av_log_missing_feature().
  ac3enc: remove check for mismatching channels and channel_layout
  If AVCodecContext.channels is 0 and AVCodecContext.channel_layout is non-zero, set channels based on channel_layout.
  If AVCodecContext.channel_layout and AVCodecContext.channels are both non-zero, check to make sure they do not contradict eachother.
  cosmetics: indentation
  Check AVCodec.supported_samplerates and AVCodec.channel_layouts in avcodec_open().
  aacdec: remove sf_scale and sf_offset.
  aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficient table values from the spec.
  Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead of hardcoding 200 everywhere.
  Large intensity stereo and PNS indices are legal. Clip them instead of erroring out. A magnitude of 100 corresponds to 2^25 so the will most likely result in clipped output anyway.
  qpeg: use reget_buffer() in decode_frame()
  ultimotion: use reget_buffer() in ulti_decode_frame()
  smacker: remove unnecessary call to avctx->release_buffer in decode_frame()
  avparser: don't av_malloc(0).

Merged-by: Michael Niedermayer <michaelni@gmx.at>
12 files changed:
libavcodec/aac.h
libavcodec/aac_tablegen.h
libavcodec/aaccoder.c
libavcodec/aacdec.c
libavcodec/aacdectab.h
libavcodec/ac3enc.c
libavcodec/alpha/simple_idct_alpha.c
libavcodec/qpeg.c
libavcodec/smacker.c
libavcodec/ulti.c
libavcodec/utils.c
libavcodec/vorbisdec.c