]> git.sesse.net Git - ffmpeg/commit
Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 14 Feb 2012 00:53:31 +0000 (01:53 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 14 Feb 2012 00:53:31 +0000 (01:53 +0100)
commit04b53746ad296b9167002ec5d16a9cfb9de7985b
tree091021a7ecae7fe76b9d180c2fa1a2d4a4c66ef4
parent387783749faca39c98571d139c32866923ab5653
parent7dfe8f55575a3ae0fdd6f0678fa9627122580b07
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  rtpdec: Use 4 byte startcodes for H.264
  matroskadec: Mark variable as av_unused.
  Move some conditionally used variables into the block where they are used.
  Drop some completely unnecessary av_unused attributes.
  swscale: Remove unused variable alpMmxFilter.
  Drop unnecessary av_uninit attributes from some variable declarations.
  movenc: Support muxing wmapro in ismv/isma
  mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be written
  swscale: move YUV2PACKED16WRAPPER() macro down to where it is used.
  swscale: handle gray16 as a "planar" YUV format (Y-only, of course).
  swscale: use yuv2packed1() functions for unscaled chroma also.
  swscale: fix incorrect chroma bias in yuv2rgb48_1_c().
  swscale: fix invalid memory accesses in yuvpacked1() functions.
  Move PS2 MMI code below the mips subdirectory, where it belongs.
  mips: Move MMI function declarations to a header.
  build: Set correct dependencies for rtmp* protocols implemented by librtmp.

Conflicts:
libavcodec/ac3enc_template.c
libavformat/mpegtsenc.c
libswscale/output.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
26 files changed:
configure
libavcodec/Makefile
libavcodec/ac3enc.c
libavcodec/ac3enc_template.c
libavcodec/avcodec.h
libavcodec/eatgv.c
libavcodec/flacdec.c
libavcodec/mips/dsputil_mmi.c
libavcodec/mips/idct_mmi.c
libavcodec/mips/mmi.h
libavcodec/mips/mpegvideo_mmi.c
libavcodec/msrledec.c
libavcodec/options.c
libavcodec/qtrleenc.c
libavfilter/vf_gradfun.c
libavfilter/vf_yadif.c
libavformat/allformats.c
libavformat/asfdec.c
libavformat/matroskadec.c
libavformat/movenc.c
libavformat/mpegtsenc.c
libavformat/nsvdec.c
libavformat/rtpdec_h264.c
libavutil/sha.c
libswscale/output.c
libswscale/swscale.c