]> git.sesse.net Git - ffmpeg/commit
Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 21 Dec 2011 23:48:38 +0000 (00:48 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Dec 2011 00:51:53 +0000 (01:51 +0100)
commit52c522c72090233edeeb0486a9bd8bee925a710a
tree23f091bb1fb649e8358d01516670360c13cb08e6
parenta40f43db647bfacafbd1e27a4cd5f6134c6e6c53
parente9dc92012773aab5f51d8d37eb14564988c5f217
Merge remote-tracking branch 'qatar/master'

* qatar/master: (27 commits)
  asfdec: add side data to ASFStream packet instead of output packet.
  idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur.
  nellymoserdec: Indicate that the decoder can handle changed parameters
  libavcodec: Apply parameter change side data when decoding audio
  flvdec: Add param change side data if the sample rate or channels have changed
  libavformat: Add a utility function for adding parameter change side data
  libavcodec: Define a side data type for parameter changes
  aacdec: Handle new extradata passed as side data
  flvdec: Export new AAC/H.264 extradata as side data on the next packet
  libavcodec: Define a side data type for new extradata
  flacdec: skip all track indices at once instead of looping.
  mxf: Add PictureEssenceCoding UL for V210.
  mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24*
  mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.
  mxf: H.264/MPEG-4 AVC Intra support
  configure: Show whether the safe bitstream reader is enabled
  x86: Tighten register constraints for decode_significance*_x86.
  Replace Subversion revisions in comments by Git hashes.
  h264_cabac: synchronize decode_significance_*_x86 conditionals
  w32threads: wait for the waked thread in pthread_cond_signal.
  ...

Conflicts:
libavcodec/avcodec.h
libavcodec/version.h
libavformat/flvdec.c
libavformat/utils.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>
22 files changed:
configure
libavcodec/aacdec.c
libavcodec/avcodec.h
libavcodec/h264.c
libavcodec/h264_cabac.c
libavcodec/lpc.c
libavcodec/nellymoserdec.c
libavcodec/utils.c
libavcodec/version.h
libavcodec/wmalosslessdec.c
libavcodec/x86/h264_i386.h
libavformat/asfdec.c
libavformat/flacdec.c
libavformat/flv.h
libavformat/flvdec.c
libavformat/idroqdec.c
libavformat/internal.h
libavformat/network.c
libavformat/utils.c
libavutil/aes.c
libpostproc/postprocess_altivec_template.c
libpostproc/postprocess_template.c