]> git.sesse.net Git - ffmpeg/commit
Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 3 Dec 2011 01:08:55 +0000 (02:08 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 3 Dec 2011 02:00:30 +0000 (03:00 +0100)
commite4de71677f3adeac0f74b89ac8df5d417364df2c
tree4792dd8d85d24f0f4eaddabb65f6044727907daa
parent12804348f5babf56a315fa01751eea1ffdddf98a
parentd268b79e3436107c11ee8bcdf9f3645368bb3fcd
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  aac_latm: reconfigure decoder on audio specific config changes
  latmdec: fix audio specific config parsing
  Add avcodec_decode_audio4().
  avcodec: change number of plane pointers from 4 to 8 at next major bump.
  Update developers documentation with coding conventions.
  svq1dec: avoid undefined get_bits(0) call
  ARM: h264dsp_neon cosmetics
  ARM: make some NEON macros reusable
  Do not memcpy raw video frames when using null muxer
  fate: update asf seektest
  vp8: flush buffers on size changes.
  doc: improve general documentation for MacOSX
  asf: use packet dts as approximation of pts
  asf: do not call av_read_frame
  rtsp: Initialize the media_type_mask in the rtp guessing demuxer
  Cleaned up alacenc.c

Conflicts:
doc/APIchanges
doc/developer.texi
libavcodec/8svx.c
libavcodec/aacdec.c
libavcodec/ac3dec.c
libavcodec/avcodec.h
libavcodec/nellymoserdec.c
libavcodec/tta.c
libavcodec/utils.c
libavcodec/version.h
libavcodec/wmadec.c
libavformat/asfdec.c
tests/ref/seek/lavf_asf

Merged-by: Michael Niedermayer <michaelni@gmx.at>
84 files changed:
avconv.c
doc/APIchanges
doc/developer.texi
doc/general.texi
ffmpeg.c
libavcodec/8svx.c
libavcodec/aac.h
libavcodec/aacdec.c
libavcodec/ac3dec.c
libavcodec/ac3dec.h
libavcodec/adpcm.c
libavcodec/adx.h
libavcodec/adxdec.c
libavcodec/alac.c
libavcodec/alacenc.c
libavcodec/alsdec.c
libavcodec/amrnbdec.c
libavcodec/amrwbdec.c
libavcodec/apedec.c
libavcodec/arm/h264dsp_neon.S
libavcodec/arm/vp8dsp_neon.S
libavcodec/atrac1.c
libavcodec/atrac3.c
libavcodec/avcodec.h
libavcodec/binkaudio.c
libavcodec/cook.c
libavcodec/dca.c
libavcodec/dpcm.c
libavcodec/dsicinav.c
libavcodec/flacdec.c
libavcodec/g726.c
libavcodec/gsmdec.c
libavcodec/gsmdec_data.h
libavcodec/huffyuv.c
libavcodec/imc.c
libavcodec/internal.h
libavcodec/libgsm.c
libavcodec/libopencore-amr.c
libavcodec/libspeexdec.c
libavcodec/mace.c
libavcodec/mlpdec.c
libavcodec/mpc.h
libavcodec/mpc7.c
libavcodec/mpc8.c
libavcodec/mpeg4audio.c
libavcodec/mpeg4audio.h
libavcodec/mpegaudiodec.c
libavcodec/mpegaudiodec_float.c
libavcodec/mpegvideo.c
libavcodec/nellymoserdec.c
libavcodec/pcm.c
libavcodec/qcelpdec.c
libavcodec/qdm2.c
libavcodec/ra144.h
libavcodec/ra144dec.c
libavcodec/ra288.c
libavcodec/s302m.c
libavcodec/shorten.c
libavcodec/sipr.c
libavcodec/smacker.c
libavcodec/svq1dec.c
libavcodec/truespeech.c
libavcodec/tta.c
libavcodec/twinvq.c
libavcodec/utils.c
libavcodec/version.h
libavcodec/vmdav.c
libavcodec/vorbisdec.c
libavcodec/vp3.c
libavcodec/vp8.c
libavcodec/wavpack.c
libavcodec/wma.h
libavcodec/wmadec.c
libavcodec/wmaprodec.c
libavcodec/wmavoice.c
libavcodec/ws-snd1.c
libavformat/adtsenc.c
libavformat/asfdec.c
libavformat/flvdec.c
libavformat/isom.c
libavformat/latmenc.c
libavformat/matroskaenc.c
libavformat/nullenc.c
libavformat/rtsp.c