summaryrefslogtreecommitdiff
path: root/libavcodec/qdm2.c
Commit message (Expand)AuthorAge
* 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
* Return the amount of input data actually used in the qdm2 decoder,Reimar Döffinger2010-12-13
* Fix qdm2 decoder packet handling to match the apiBaptiste Coudurier2010-11-19
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Fix undefined expressions that use multiple calls to get_bits().Alex Converse2010-08-24
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger2010-03-14
* Give RDFT types more meaningful namesMåns Rullgård2010-03-07
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-19
* IndentBenjamin Larsson2009-05-17
* Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.Benjamin Larsson2009-05-17
* Remove redundant code, found by CSABenjamin Larsson2009-04-22
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Use the new RDFT code in the QDM2 decoder.Alex Converse2009-01-30
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31