1. 11 Feb, 2012 3 commits
    • Paul B Mahol's avatar
      tta: do not leak memory if bps == 3 · c6abf214
      Paul B Mahol authored
      In bps == 3 case output is decoded directly.
      Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      c6abf214
    • Ingo Brückl's avatar
      a697a185
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · a78f6b8c
      Michael Niedermayer authored
      * 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: 's avatarMichael Niedermayer <michaelni@gmx.at>
      a78f6b8c
  2. 10 Feb, 2012 37 commits