1. 21 Nov, 2011 10 commits
  2. 20 Nov, 2011 1 commit
    • 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
  3. 19 Nov, 2011 6 commits
  4. 18 Nov, 2011 12 commits
  5. 13 Nov, 2011 2 commits
  6. 08 Nov, 2011 7 commits
  7. 04 Nov, 2011 2 commits
    • Michael Niedermayer's avatar
      update versions for 0.7 branch · 8045254b
      Michael Niedermayer authored
      Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
      8045254b
    • Michael Niedermayer's avatar
      Merge branch 'release/0.8' into release/0.7 · 3e175434
      Michael Niedermayer authored
      * release/0.8: (96 commits)
        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)
        apedec: check for filter buffer allocation failure (cherry picked from commit 75007813
      
      )
        mpegaudiodec: check output data size based on avctx->frame_size
        resample: Fix array size
        resample2: fix potential overflow
        ...
      
      Conflicts:
      	Doxyfile
      	RELEASE
      	VERSION
      Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
      3e175434