OSDN Git Service

Merge remote-tracking branch 'qatar/master'
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 11 Feb 2012 00:22:22 +0000 (01:22 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 11 Feb 2012 00:22:22 +0000 (01:22 +0100)
commita78f6b8cb98611a846a68f4bbb77e78fd5c175bf
tree45d4339cefc60f61310bd23b8d7cf7d0bf1f88b6
parent394d41ee30b0c4a38a8d33b65e28facfef15d465
parentf98ede7e610da644d3e5d553fc5d7102cf1ccde7
Merge remote-tracking branch 'qatar/master'

* qatar/master: (38 commits)
  v210enc: remove redundant check for pix_fmt
  wavpack: allow user to disable CRC checking
  v210enc: Use Bytestream2 functions
  cafdec: Check return value of avio_seek and avoid modifying state if it fails
  yop: Check return value of avio_seek and avoid modifying state if it fails
  tta: Check return value of avio_seek and avoid modifying state if it fails
  tmv: Check return value of avio_seek and avoid modifying state if it fails
  r3d: Check return value of avio_seek and avoid modifying state if it fails
  nsvdec: Check return value of avio_seek and avoid modifying state if it fails
  mpc8: Check return value of avio_seek and avoid modifying state if it fails
  jvdec: Check return value of avio_seek and avoid modifying state if it fails
  filmstripdec: Check return value of avio_seek and avoid modifying state if it fails
  ffmdec: Check return value of avio_seek and avoid modifying state if it fails
  dv: Check return value of avio_seek and avoid modifying state if it fails
  bink: Check return value of avio_seek and avoid modifying state if it fails
  Check AVCodec.pix_fmts in avcodec_open2()
  svq3: Prevent illegal reads while parsing extradata.
  remove ParseContext1
  vc1: use ff_parse_close
  mpegvideo parser: move specific fields into private context
  ...

Conflicts:
libavcodec/4xm.c
libavcodec/aacdec.c
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_cabac.c
libavcodec/h264_cavlc.c
libavcodec/mpeg4video_parser.c
libavcodec/svq3.c
libavcodec/v210enc.c
libavformat/cafdec.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
28 files changed:
ffmpeg.c
libavcodec/4xm.c
libavcodec/aac.h
libavcodec/aacdec.c
libavcodec/aacdectab.h
libavcodec/bitstream_filter.c
libavcodec/cavs_parser.c
libavcodec/dv.c
libavcodec/dvdata.c
libavcodec/dvdata.h
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_cabac.c
libavcodec/h264_cavlc.c
libavcodec/mpeg4video_parser.c
libavcodec/mpegvideo_parser.c
libavcodec/parser.c
libavcodec/parser.h
libavcodec/svq3.c
libavcodec/utils.c
libavcodec/v210enc.c
libavcodec/vc1_parser.c
libavcodec/wavpack.c
libavcodec/x86/ac3dsp.asm
libavdevice/timefilter.c
libavformat/cafdec.c
libavformat/dv.c
libavformat/rtpenc.c