OSDN Git Service

Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 24 Feb 2012 01:57:18 +0000 (02:57 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 24 Feb 2012 01:57:18 +0000 (02:57 +0100)
commite2cc39b6096ed4353293252e3955417b7766f161
tree0bc4d98c120dedcffb9b6e50943b4fc9e3c2a877
parent32e74395a8e88dee1c149aeb36e7a21df431c181
parent31632e73f47d25e2077fce729571259ee6354854
Merge remote-tracking branch 'qatar/master'

* qatar/master: (40 commits)
  swf: check return values for av_get/new_packet().
  wavpack: Don't shift minclip/maxclip
  rtpenc: Expose the max packet size via an avoption
  rtpenc: Move max_packet_size to a context variable
  rtpenc: Add an option for not sending RTCP packets
  lavc: drop encode() support for video.
  snowenc: switch to encode2().
  snowenc: don't abuse input picture for storing information.
  a64multienc: switch to encode2().
  a64multienc: don't write into output buffer when there's no output.
  libxvid: switch to encode2().
  tiffenc: switch to encode2().
  tiffenc: properly forward error codes in encode_frame().
  lavc: drop libdirac encoder.
  gifenc: switch to encode2().
  libvpxenc: switch to encode2().
  flashsvenc: switch to encode2().
  Remove libpostproc.
  lcl: don't overwrite input memory.
  swscale: take first/lastline over/underflows into account for MMX.
  ...

Conflicts:
.gitignore
Makefile
cmdutils.c
configure
doc/APIchanges
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/libdiracenc.c
libavcodec/libxvidff.c
libavcodec/qtrleenc.c
libavcodec/tiffenc.c
libavcodec/utils.c
libavformat/mov.c
libavformat/movenc.c
libpostproc/Makefile
libpostproc/postprocess.c
libpostproc/postprocess.h
libpostproc/postprocess_altivec_template.c
libpostproc/postprocess_internal.h
libpostproc/postprocess_template.c
libswscale/swscale.c
libswscale/utils.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
42 files changed:
configure
libavcodec/Makefile
libavcodec/a64enc.h
libavcodec/a64multienc.c
libavcodec/ac3_parser.c
libavcodec/ac3dec.c
libavcodec/ac3tab.c
libavcodec/ac3tab.h
libavcodec/allcodecs.c
libavcodec/asv1.c
libavcodec/ffv1.c
libavcodec/flacdec.c
libavcodec/flashsvenc.c
libavcodec/gif.c
libavcodec/jpeglsenc.c
libavcodec/lcldec.c
libavcodec/lclenc.c
libavcodec/libschroedingerenc.c
libavcodec/libtheoraenc.c
libavcodec/libvpxenc.c
libavcodec/libxavs.c
libavcodec/libxvidff.c
libavcodec/ljpegenc.c
libavcodec/qtrleenc.c
libavcodec/snowenc.c
libavcodec/tiffenc.c
libavcodec/truemotion2.c
libavcodec/utils.c
libavcodec/wavpack.c
libavformat/Makefile
libavformat/mov.c
libavformat/movenc.c
libavformat/rtp.c
libavformat/rtpenc.c
libavformat/rtpenc.h
libavformat/rtpenc_h263.c
libavformat/rtsp.c
libavformat/sdp.c
libavformat/swfdec.c
libswscale/swscale.c
libswscale/utils.c
libswscale/x86/swscale_mmx.c