OSDN Git Service

Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 5 Sep 2011 20:10:26 +0000 (22:10 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 5 Sep 2011 20:29:16 +0000 (22:29 +0200)
commit3c54e7ed4f42d8ed5aece9484190b5294e272c36
tree65e03151a2e17d9ac11aa76cc53b388a3185e3d6
parent27bf599350a869877a1c9304abf9c95991692dd2
parentae264bb29be3506a489347c6e27a04cded0de621
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.
  ac3enc: scale floating-point coupling channel coefficients in scale_coefficients() rather than in apply_channel_coupling()
  ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled.
  wavpack: fix wrong return value in wavpack_decode_block()
  avconv: fix parsing metadata specifiers.
  fate: use +frame+slice named constants instead of '3'
  mpeg12: propagate more real return values through chunk decode error return and fix some indentation
  wavpack: use context reset in appropriate places
  avconv: move mux_preload and mux_max_delay to options context
  avconv: move bitstream filters to options context.
  avconv: move rate_emu to options context.
  avconv: move max_frames to options context.
  avconv: move metadata to options context.
  avconv: move ts scale to options context.
  avconv: move chapter maps to options context.
  avconv: move metadata maps to options context.
  avconv: move codec_names to options context.

Conflicts:
avconv.c
tests/fate-run.sh

Merged-by: Michael Niedermayer <michaelni@gmx.at>
12 files changed:
avconv.c
cmdutils.c
cmdutils.h
doc/avconv.texi
ffmpeg.c
libavcodec/ac3enc.c
libavcodec/ac3enc_fixed.c
libavcodec/ac3enc_float.c
libavcodec/mpeg12.c
libavcodec/wavpack.c
tests/fate-run.sh
tests/fate/h264.mak