summaryrefslogtreecommitdiff
path: root/libavcodec/qdm2.c
Commit message (Expand)AuthorAge
* 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