summaryrefslogtreecommitdiff
path: root/libavcodec/qdm2.c
Commit message (Collapse)AuthorAge
* Use DECLARE_ALIGNED to ease portingReimar Döffinger2007-05-15
| | | | Originally committed as revision 9031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed a possible bug, checked against the assembly.Benjamin Larsson2006-06-02
| | | | | | No sample that used the code has been found though. Originally committed as revision 5448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l don't reuse outer loop index in inner loopsRoberto Togni2006-05-29
| | | | Originally committed as revision 5423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix infinite loopMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add static keyword to some functionsDieter2006-01-30
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bunch of spelling/grammar mistakes in doxygen comments and output.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for samples with fft_order = 7Roberto Togni2005-12-06
| | | | | | | | Fail init for unknown fft order, to prevent an array overflow Output sound high-pitched compared to binary. Sample here http://a1862.g.akamai.net/7/1862/14448/v1/esa.download.akamai.com/13452/qt/ESA_VenusExpress_110K_Stream.mov Originally committed as revision 4724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated fft initRoberto Togni2005-12-06
| | | | Originally committed as revision 4723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init_get_bits() requires size in bits, not bytesSteve L'Homme2005-10-19
| | | | | | Patch by Steve Lhomme ||| steve | lhomme >at< free | fr ||| Originally committed as revision 4653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QDM2 compatible decoderRoberto Togni2005-10-18
Originally committed as revision 4650 to svn://svn.ffmpeg.org/ffmpeg/trunk