summaryrefslogtreecommitdiffstats
path: root/libavcodec/qdm2.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-1/+1
|\
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-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
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Use the new RDFT code in the QDM2 decoder.Alex Converse2009-01-301-68/+31
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-141-5/+0
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+2
* Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2Benjamin Larsson2008-07-191-1/+1
* Fix for possible null pointer dereferencing, closes Coverity report 68 run 2.Benjamin Larsson2008-07-191-0/+3
* minor simplification of qdm2_decode_fft_packets()Michael Niedermayer2008-07-181-2/+2
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-2/+2
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* typo fix: inited --> initializedDiego Biurrun2008-02-131-3/+3
* constMichael Niedermayer2008-02-011-6/+6
* Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun2008-01-061-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Use DECLARE_ALIGNED to ease portingReimar Döffinger2007-05-151-4/+4
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-8/+8
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fixed a possible bug, checked against the assembly.Benjamin Larsson2006-06-021-1/+1
* 10000l don't reuse outer loop index in inner loopsRoberto Togni2006-05-291-6/+6
* fix infinite loopMichael Niedermayer2006-03-021-1/+3
* add static keyword to some functionsDieter2006-01-301-7/+7
OpenPOWER on IntegriCloud