]> git.sesse.net Git - ffmpeg/history - libavcodec/shorten.c
libopusdec: fix out-of-bounds read
[ffmpeg] / libavcodec / shorten.c
2016-11-08 Diego BiurrunUse avpriv_report_missing_feature() where appropriate
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2014-11-13 Vittorio Giovarashorten: check for return value
2014-02-04 Anton Khirnovshorten: pad the internal bitstream buffer
2013-12-09 Alexandra Khirnovaavcodec: Use av_reallocp where suitable
2013-10-10 Tim Walkershorten: Fix out-of-array read
2013-10-09 Luca Barbatoshorten: Extend fixed_coeffs to properly support pred_o...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-12 Martin Storsjöshorten: Break out of loop looking for fmt chunk if...
2013-09-12 Martin Storsjöshorten: Use a checked bytestream reader for the wave...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-06 Luca Barbatoshorten: use the unsigned type where needed
2013-03-06 Luca Barbatoshorten: report meaningful errors
2013-03-06 Luca Barbatoshorten: K&R formatting cosmetics
2013-03-06 Michael Niedermayershorten: set invalid channels count to 0
2013-02-12 Justin Rugglesshorten: decode directly to the user-provided AVFrame
2013-01-28 Luca Barbatoshorten: fix array subscript is below array bounds...
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-01 Justin Rugglesshorten: validate that the channel count in the header...
2012-10-14 Justin Rugglesshorten: use planar sample format
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-16 Michael Niedermayershorten: Use separate pointers for the allocated memory...
2011-12-08 John Brooksshorten: avoid abort() on unknown audio types
2011-12-04 Paul B. Maholshorten: remove dead initialization
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-11 Justin Rugglesshorten: do not modify samples pointer when interleaving
2011-10-20 Justin Rugglesshorten: fix end-of-stream decoding.
2011-10-20 Justin Rugglesshorten: do not use block size to determine whether...
2011-10-20 Justin Rugglesshorten: check output buffer size before decoding
2011-10-20 Justin Rugglesshorten: use av_clip_int16() for output sample clipping
2011-10-20 Justin Rugglesshorten: use bytestream functions to decode the embedde...
2011-10-20 Justin Rugglesshorten: add some comments
2011-10-20 Justin Rugglesshorten: merge decoding of FN_DIFF* subblocks into...
2011-10-20 Justin Rugglescosmetics: remove some needless commented-out stuff
2011-10-20 Justin Rugglesshorten: validate block size
2011-10-20 Justin Rugglesshorten: move declaration of 'ret' to top of shorten_de...
2011-10-20 Justin Rugglesshorten: pass on error value from allocate_buffers...
2011-10-20 Justin Rugglesshorten: check for realloc failure
2011-10-20 Justin Rugglesshorten: move decoding of prediction order and applying...
2011-10-20 Justin Rugglesshorten: only calculate output size when returning...
2011-10-20 Justin Rugglescosmetics: reindent
2011-10-20 Justin Rugglesshorten: separate processing of audio commands from...
2011-10-20 Justin Rugglesshorten: skip some fields in the WAV header embedded...
2011-10-20 Justin Rugglesshorten: split reading of file header into a separate...
2011-10-13 Justin Rugglesshorten: remove the flush function.
2011-10-07 Laurent Aimarshorten: Fix out of bound writes in fix_bitshift()
2011-10-07 Laurent Aimarshorten: Prevent block size from increasing
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-03 Mans RullgardRemove statements immediately following unconditional...
2011-06-07 Diego Biurrunshorten: Remove stray DEBUG #define and corresponding...
2011-06-02 Mans RullgardRemove unused variables
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-06-26 Måns Rullgårdshorten: remove VLA and check for buffer overflow
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-31 Måns Rullgårdshorten: trivial simplification of signature check
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-12-23 Diego Biurruntypo: begining --> beginning
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-05-05 Diego BiurrunFix multiple "‘inline/static’ is not at beginning of...
2007-03-26 Aurelien Jacobsproperly set *data_size when returning >= 0 values...
2007-03-12 Michel BardiauxGive context to dprintf
2006-11-22 Matthias Hopffix some potential security issues, patch by Matthias...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-05-13 Michael Niedermayersanity checks, some might have been exploitable ...
2006-01-25 Diego Biurrunwarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-02-26 Michael Niedermayershorten decoder by (Jeff Muizelaar <jrmuizel gmail...