aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/qdm2.c
Commit message (Expand)AuthorAgeFilesLines
* qdm2: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-10/+5
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* qdm2: remove unneeded checks for channel countJustin Ruggles2012-11-011-8/+0
* qdm2: make sure channels is not <= 0 and set channel layoutJustin Ruggles2012-11-011-1/+4
* doxygen: qdm2: Drop documentation for non-existing function parametersDiego Biurrun2012-08-091-2/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* qdm2: remove broken and disabled dump_context() debug functionDiego Biurrun2012-07-051-48/+0
* qdm2: clip array indices returned by qdm2_get_vlc().Ronald S. Bultje2012-05-071-5/+13
* qdm2: fix a dubious pointer castMans Rullgard2012-04-131-5/+6
* qdm2: make a table static constMans Rullgard2012-04-121-1/+1
* qdm2: simplify bitstream reader setup for some subpacket typesMans Rullgard2012-04-121-20/+26
* qdm2: use get_bits_left()Mans Rullgard2012-04-121-25/+21
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-8/+8
* qdm2: Check data block size for bytes to bits overflow.Alex Converse2012-01-261-0/+4
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-14/+18
* qdm2: check output buffer size before decodingJustin Ruggles2011-10-031-2/+9
* Fix out of bound reads in the QDM2 decoder.Laurent Aimar2011-10-031-0/+2
* Check for out of bound writes in the QDM2 decoder.Laurent Aimar2011-10-031-1/+6
* doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-141-0/+1
* qdm2: Fix alignment of local array.Michael Niedermayer2011-06-201-3/+3
* qdm2: Use floating point synthesis filter.Vitor Sessak2011-05-191-17/+12
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-1/+5
* mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-171-3/+3
* qdm2: include correct header for rdftMans Rullgard2011-05-171-1/+1
* Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+1
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Return the amount of input data actually used in the qdm2 decoder,Reimar Döffinger2010-12-131-1/+1
* Fix qdm2 decoder packet handling to match the apiBaptiste Coudurier2010-11-191-10/+13
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Fix undefined expressions that use multiple calls to get_bits().Alex Converse2010-08-241-1/+2
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-021-1/+0
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger2010-03-141-67/+1
* Give RDFT types more meaningful namesMåns Rullgård2010-03-071-1/+1
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-3/+3
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-3/+3
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-191-4/+2
* IndentBenjamin Larsson2009-05-171-102/+102
* Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.Benjamin Larsson2009-05-171-17/+63
* Remove redundant code, found by CSABenjamin Larsson2009-04-221-3/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-7/+7