summaryrefslogtreecommitdiff
path: root/libavcodec/qdm2.c
Commit message (Expand)AuthorAge
...
* 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
* Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2Benjamin Larsson2008-07-19
* Fix for possible null pointer dereferencing, closes Coverity report 68 run 2.Benjamin Larsson2008-07-19
* minor simplification of qdm2_decode_fft_packets()Michael Niedermayer2008-07-18
* mark read-only data as constStefan Gehrer2008-06-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* constMichael Niedermayer2008-02-01
* Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun2008-01-06
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Use DECLARE_ALIGNED to ease portingReimar Döffinger2007-05-15
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Fixed a possible bug, checked against the assembly.Benjamin Larsson2006-06-02
* 10000l don't reuse outer loop index in inner loopsRoberto Togni2006-05-29
* fix infinite loopMichael Niedermayer2006-03-02
* add static keyword to some functionsDieter2006-01-30
* Fix a bunch of spelling/grammar mistakes in doxygen comments and output.Diego Biurrun2006-01-14
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Support for samples with fft_order = 7Roberto Togni2005-12-06
* Remove duplicated fft initRoberto Togni2005-12-06
* init_get_bits() requires size in bits, not bytesSteve L'Homme2005-10-19
* QDM2 compatible decoderRoberto Togni2005-10-18