summaryrefslogtreecommitdiff
path: root/libavcodec/intrax8dsp.c
Commit message (Collapse)AuthorAge
* intrax8: Drop lots of pointless parenthesesDiego Biurrun2016-03-29
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* intrax8: K&R formatting cosmeticsVittorio Giovara2016-03-22
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
|
* intrax8: move functions from dsputil to own contextMans Rullgard2012-09-02
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
| | | | Also remove one pointless zero initialization in rangecoder.c.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More av_cold for infrequently called functions.Zuxy Meng2010-01-13
| | | | Originally committed as revision 21179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun2007-11-10
| | | | Originally committed as revision 10993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling/grammar/wording fixes in commentsDiego Biurrun2007-11-10
| | | | Originally committed as revision 10991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove #if 0 codeMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeMichael Niedermayer2007-11-09
| | | | Originally committed as revision 10972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09
Originally committed as revision 10971 to svn://svn.ffmpeg.org/ffmpeg/trunk