Skip to content
Snippets Groups Projects
  1. Jul 15, 2013
  2. Nov 24, 2011
  3. Nov 22, 2011
    • Michael Niedermayer's avatar
      Merge branch 'release/0.7' into oldabi · b55aca6b
      Michael Niedermayer authored
      
      * release/0.7: (33 commits)
        Update for 0.7.8
        svq1dec: call avcodec_set_dimensions() after dimensions changed. Fixes NGS00148
        vp3dec: Check coefficient index in vp3_dequant() Fixes NGS00145
        qdm2dec: fix buffer overflow. Fixes NGS00144
        h264: Fix invalid interlaced progressive MB combinations for direct mode prediction. Fixes Ticket312
        mpegvideo: dont use ff_mspel_motion() for vc1 Fixes Ticket655
        imgutils: Fix illegal read.
        ac3probe: Detect Sonic Foundry Soft Encode AC3 as raw AC3. Our ac3 code chain can handle it fine. More ideal would be to write a demuxer that actually extracts what can be from the additional headers and uses it for whatever it can be used for.
        mjpeg: support mpo Fixes stereoscopic_photo.mpo
        Add a version bump and APIchanges entry for avcodec_open2 and avformat_find_stream_info.
        lavf: fix multiplication overflow in avformat_find_stream_info()
        lavf: fix invalid reads in avformat_find_stream_info()
        lavf: add avformat_find_stream_info()
        lavc: fix parentheses placement in avcodec_open2().
        lavc: introduce avcodec_open2() as a replacement for avcodec_open().
        rawdec: use a default sample rate if none is specified. Fixes "ffmpeg -f s16le -i /dev/zero"
        rawdec: add check on sample_rate
        qdm2dec: check remaining input bits in the mainloop of qdm2_fft_decode_tones() This is neccessary but likely not sufficient to prevent out of array reads.
        cinepak: check strip_size
        wma: Check channel number before init. Fixes Ticket240
        ...
      
      Conflicts:
      	RELEASE
      	doc/APIchanges
      	libavcodec/avcodec.h
      	libavcodec/utils.c
      	libavcodec/version.h
      	libavdevice/v4l2.c
      	libavformat/utils.c
      
      Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
      b55aca6b
  4. Nov 21, 2011
  5. Nov 20, 2011
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 · 14d4eee5
      Michael Niedermayer authored
      
      * qatar/release/0.7:
        Add a version bump and APIchanges entry for avcodec_open2 and avformat_find_stream_info.
        lavf: fix multiplication overflow in avformat_find_stream_info()
        lavf: fix invalid reads in avformat_find_stream_info()
        lavf: add avformat_find_stream_info()
        lavc: fix parentheses placement in avcodec_open2().
        lavc: introduce avcodec_open2() as a replacement for avcodec_open().
      
      Conflicts:
      	doc/APIchanges
      	libavcodec/utils.c
      	libavcodec/version.h
      	libavformat/avformat.h
      	libavformat/version.h
      
      Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
      14d4eee5
  6. Nov 19, 2011
  7. Nov 18, 2011
  8. Nov 13, 2011
  9. Nov 09, 2011
    • Michael Niedermayer's avatar
      Merge branch 'release/0.7' into oldabi · 57bf0d1f
      Michael Niedermayer authored
      
      * release/0.7: (290 commits)
        nuv: Fix combination of size changes and LZO compression.
        av_lzo1x_decode: properly handle negative buffer length.
        Do not call parse_keyframes_index with NULL stream.
        update versions for 0.7 branch
        Version numbers for 0.8.6
        snow: emu edge support Fixes Ticket592
        imc: validate channel count
        imc: check for ff_fft_init() failure (cherry picked from commit 95fee70d)
        libgsmdec: check output buffer size before decoding (cherry picked from commit b03761b1)
        configure: fix arch x86_32
        mp3enc: avoid truncating id3v1 tags by one byte
        asfdec: Check packet_replic_size earlier
        cin audio: validate the channel count
        binkaudio: add some buffer overread checks.
        atrac1: validate number of channels (cherry picked from commit bff5b2c1)
        atrac1: check output buffer size before decoding (cherry picked from commit 33684b9c)
        vp3: fix oob read for negative tokens and memleaks on error. (cherry picked from commit 8370e426)
        apedec: set s->currentframeblocks after validating nblocks
        apedec: use unsigned int for 'nblocks' and make sure that it's within int range
        apedec: check for data buffer realloc failure (cherry picked from commit 11ca8b2d)
        ...
      
      Conflicts:
      	Changelog
      	Makefile
      	RELEASE
      	configure
      	libavcodec/error_resilience.c
      	libavcodec/mpegvideo.c
      	libavformat/matroskaenc.c
      	tests/ref/lavf/mxf
      
      Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
      57bf0d1f
  10. Nov 08, 2011
Loading