summaryrefslogtreecommitdiff
path: root/libavcodec/qdm2.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* qdm2: Return meaningful error codesHimangi Saraogi2015-02-17
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* qdm2: avoid integer overflowVittorio Giovara2014-11-21
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* qdm2: Whitespace cosmeticsLuca Barbato2013-07-28
* qdm2: Conceal broken samplesLuca Barbato2013-07-09
* qdm2: refactor joined stereo supportLuca Barbato2013-07-09
* qdm2: check and reset dithering index per channelLuca Barbato2013-07-07
* qdm2: formatting cosmeticsLuca Barbato2013-07-07
* qdm2: use init_static_dataLuca Barbato2013-07-07
* qdm2: check that the FFT size is a power of 2Anton Khirnov2013-04-17
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* qdm2: check array index before use, fix out of array accessesMichael Niedermayer2013-02-17
* qdm2: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* qdm2: remove unneeded checks for channel countJustin Ruggles2012-11-01
* qdm2: make sure channels is not <= 0 and set channel layoutJustin Ruggles2012-11-01
* doxygen: qdm2: Drop documentation for non-existing function parametersDiego Biurrun2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* qdm2: remove broken and disabled dump_context() debug functionDiego Biurrun2012-07-05
* qdm2: clip array indices returned by qdm2_get_vlc().Ronald S. Bultje2012-05-07
* qdm2: fix a dubious pointer castMans Rullgard2012-04-13
* qdm2: make a table static constMans Rullgard2012-04-12
* qdm2: simplify bitstream reader setup for some subpacket typesMans Rullgard2012-04-12
* qdm2: use get_bits_left()Mans Rullgard2012-04-12
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* qdm2: Check data block size for bytes to bits overflow.Alex Converse2012-01-26
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* qdm2: check output buffer size before decodingJustin Ruggles2011-10-03
* Fix out of bound reads in the QDM2 decoder.Laurent Aimar2011-10-03
* Check for out of bound writes in the QDM2 decoder.Laurent Aimar2011-10-03
* doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-14
* qdm2: Fix alignment of local array.Michael Niedermayer2011-06-20
* qdm2: Use floating point synthesis filter.Vitor Sessak2011-05-19
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-19
* mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-17
* qdm2: include correct header for rdftMans Rullgard2011-05-17
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26