-
- Downloads
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>
No related branches found
No related tags found
Showing
- avconv.c 225 additions, 212 deletionsavconv.c
- cmdutils.c 2 additions, 0 deletionscmdutils.c
- cmdutils.h 2 additions, 0 deletionscmdutils.h
- doc/avconv.texi 30 additions, 16 deletionsdoc/avconv.texi
- ffmpeg.c 276 additions, 267 deletionsffmpeg.c
- libavcodec/ac3enc.c 1 addition, 1 deletionlibavcodec/ac3enc.c
- libavcodec/ac3enc.h 2 additions, 0 deletionslibavcodec/ac3enc.h
- libavcodec/ac3enc_fixed.c 17 additions, 0 deletionslibavcodec/ac3enc_fixed.c
- libavcodec/ac3enc_float.c 16 additions, 3 deletionslibavcodec/ac3enc_float.c
- libavcodec/ac3enc_opts_template.c 0 additions, 2 deletionslibavcodec/ac3enc_opts_template.c
- libavcodec/ac3enc_template.c 19 additions, 27 deletionslibavcodec/ac3enc_template.c
- libavcodec/mpeg12.c 19 additions, 21 deletionslibavcodec/mpeg12.c
- libavcodec/wavpack.c 5 additions, 4 deletionslibavcodec/wavpack.c
- tests/fate-run.sh 1 addition, 1 deletiontests/fate-run.sh
- tests/fate/h264.mak 1 addition, 1 deletiontests/fate/h264.mak
- tests/ref/acodec/ac3_fixed 1 addition, 1 deletiontests/ref/acodec/ac3_fixed
- tests/ref/seek/ac3_rm 20 additions, 15 deletionstests/ref/seek/ac3_rm
Loading
Please register or sign in to comment