]> git.sesse.net Git - ffmpeg/commit
Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 6 Mar 2012 02:56:25 +0000 (03:56 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 6 Mar 2012 05:03:32 +0000 (06:03 +0100)
commitf095391a140ed3f379e1fb16605fac821c3e6660
tree6b0be38bffb002457cba26183c57e56d5d464551
parent01606d10e600c4794d89490e731c321fb73a5141
parent632eb1bbae473f7105e0ec6556cb040ea6d30910
Merge remote-tracking branch 'qatar/master'

* qatar/master: (31 commits)
  cdxl demux: do not create packets with uninitialized data at EOF.
  Replace computations of remaining bits with calls to get_bits_left().
  amrnb/amrwb: Remove get_bits usage.
  cosmetics: reindent
  avformat: do not require a pixel/sample format if there is no decoder
  avformat: do not fill-in audio packet duration in compute_pkt_fields()
  lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()
  dca_parser: parse the sample rate and frame durations
  libspeexdec: do not set AVCodecContext.frame_size
  libopencore-amr: do not set AVCodecContext.frame_size
  alsdec: do not set AVCodecContext.frame_size
  siff: do not set AVCodecContext.frame_size
  amr demuxer: do not set AVCodecContext.frame_size.
  aiffdec: do not set AVCodecContext.frame_size
  mov: do not set AVCodecContext.frame_size
  ape: do not set AVCodecContext.frame_size.
  rdt: remove workaround for infinite loop with aac
  avformat: do not require frame_size in avformat_find_stream_info() for CELT
  avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3
  avformat: do not require frame_size in avformat_find_stream_info() for AAC
  ...

Conflicts:
doc/APIchanges
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/h264.c
libavcodec/h264_ps.c
libavcodec/utils.c
libavcodec/version.h
libavcodec/x86/dsputil_mmx.c
libavformat/utils.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
37 files changed:
doc/APIchanges
libavcodec/Makefile
libavcodec/alsdec.c
libavcodec/amrnbdec.c
libavcodec/amrwbdec.c
libavcodec/avcodec.h
libavcodec/dca.c
libavcodec/dca_parser.c
libavcodec/escape124.c
libavcodec/h261dec.c
libavcodec/h263dec.c
libavcodec/h264.c
libavcodec/h264_ps.c
libavcodec/h264_sei.c
libavcodec/huffyuv.c
libavcodec/ituh263dec.c
libavcodec/libopencore-amr.c
libavcodec/libspeexdec.c
libavcodec/mjpegdec.c
libavcodec/utils.c
libavcodec/version.h
libavcodec/vp6.c
libavcodec/x86/dsputil_mmx.c
libavformat/aiffdec.c
libavformat/amr.c
libavformat/ape.c
libavformat/avformat.h
libavformat/dv.c
libavformat/mov.c
libavformat/rdt.c
libavformat/riff.c
libavformat/rtpenc.c
libavformat/seek.c
libavformat/seek.h
libavformat/siff.c
libavformat/swfenc.c
libavformat/utils.c