]> git.sesse.net Git - ffmpeg/history - libavcodec/qdm2.c
libopusdec: fix out-of-bounds read
[ffmpeg] / libavcodec / qdm2.c
2016-11-18 Alexandra Hájkováqdm2: Convert to the new bitstream reader
2016-07-31 Anton KhirnovFix instances of broken indentation found by gcc 6
2016-06-07 Diego Biurrunget_bits: Move BITSTREAM_READER_LE definition before...
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-05-03 Diego BiurrunDrop pointless assert.h #includes
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-02-17 Himangi Saraogiqdm2: Return meaningful error codes
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2014-11-21 Vittorio Giovaraqdm2: avoid integer overflow
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-07-28 Luca Barbatoqdm2: Whitespace cosmetics
2013-07-09 Luca Barbatoqdm2: Conceal broken samples
2013-07-09 Luca Barbatoqdm2: refactor joined stereo support
2013-07-07 Luca Barbatoqdm2: check and reset dithering index per channel
2013-07-07 Luca Barbatoqdm2: formatting cosmetics
2013-07-07 Luca Barbatoqdm2: use init_static_data
2013-04-17 Anton Khirnovqdm2: check that the FFT size is a power of 2
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-17 Michael Niedermayerqdm2: check array index before use, fix out of array...
2013-02-12 Justin Rugglesqdm2: decode directly to the user-provided AVFrame
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-01 Justin Rugglesqdm2: remove unneeded checks for channel count
2012-11-01 Justin Rugglesqdm2: make sure channels is not <= 0 and set channel...
2012-08-09 Diego Biurrundoxygen: qdm2: Drop documentation for non-existing...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-05 Diego Biurrunqdm2: remove broken and disabled dump_context() debug...
2012-05-07 Ronald S. Bultjeqdm2: clip array indices returned by qdm2_get_vlc().
2012-04-13 Mans Rullgardqdm2: fix a dubious pointer cast
2012-04-12 Mans Rullgardqdm2: make a table static const
2012-04-12 Mans Rullgardqdm2: simplify bitstream reader setup for some subpacke...
2012-04-12 Mans Rullgardqdm2: use get_bits_left()
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-01-26 Alex Converseqdm2: Check data block size for bytes to bits overflow.
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-04 Justin Rugglesqdm2: check output buffer size before decoding
2011-10-04 Laurent AimarFix out of bound reads in the QDM2 decoder.
2011-10-04 Laurent AimarCheck for out of bound writes in the QDM2 decoder.
2011-07-14 Diego Biurrundoxygen: place empty line between brief description...
2011-06-20 Michael Niedermayerqdm2: Fix alignment of local array.
2011-05-20 Vitor Sessakqdm2: Use floating point synthesis filter.
2011-05-19 Mans RullgardMove some mpegaudio functions to new mpegaudiodsp subsystem
2011-05-17 Mans Rullgardmpegaudio: add _fixed suffix to some names
2011-05-17 Mans Rullgardqdm2: include correct header for rdft
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-12-13 Reimar DöffingerReturn the amount of input data actually used in the...
2010-11-19 Baptiste CoudurierFix qdm2 decoder packet handling to match the api
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-08-24 Alex ConverseFix undefined expressions that use multiple calls to...
2010-07-02 Diego BiurrunRemove non-existing stray arguments from Doxygen functi...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-14 Reimar DöffingerAllow hard-coding several QDM2 tables (about 32 kB...
2010-03-07 Måns RullgårdGive RDFT types more meaningful names
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-10-19 Reimar Döffingermpegaudiodec, mpc and qdm2 all use the same mpa_synth...
2009-05-17 Benjamin LarssonIndent
2009-05-17 Benjamin LarssonSwitch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA...
2009-04-22 Benjamin LarssonRemove redundant code, found by CSA
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Alex ConverseUse the new RDFT code in the QDM2 decoder.
2009-01-14 Diego BiurrunUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-19 Benjamin LarssonPrevent the qdm2 code from overreading/overflowing...
2008-07-19 Benjamin LarssonFix for possible null pointer dereferencing, closes...
2008-07-18 Michael Niedermayerminor simplification of qdm2_decode_fft_packets()
2008-06-24 Stefan Gehrermark read-only data as const
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-01 Michael Niedermayerconst
2008-01-06 Diego BiurrunRename two structures, identifiers starting with _...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-15 Reimar DöffingerUse DECLARE_ALIGNED to ease porting
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-06-02 Benjamin LarssonFixed a possible bug, checked against the assembly.
2006-05-29 Roberto Togni10000l don't reuse outer loop index in inner loops
2006-03-02 Michael Niedermayerfix infinite loop
2006-01-30 Dieteradd static keyword to some functions
2006-01-14 Diego BiurrunFix a bunch of spelling/grammar mistakes in doxygen...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-06 Roberto TogniSupport for samples with fft_order = 7
next