summaryrefslogtreecommitdiffstats
path: root/libavcodec/ivi_dsp.h
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* indeo: Give Indeo4/5 shared code a more consistent nameDiego Biurrun2015-03-301-2/+3
|
* indeo4: B-frames decodingDirk Ausserhaus2014-06-261-0/+48
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* indeo4: add missing Haar and slanted transformsKostya Shishkov2013-05-281-0/+89
| | | | | That involves fixing INV_HAAR4() macro and changing it to work with different input and output like INV_HAAR8() instead of in-place transform.
* indeo4/5: remove constant parameter num_bands from wavelet recompositionJanne Grunau2012-10-101-4/+2
| | | | Fixes bogus uninitialized value compiler and coverity warnings.
* Indeo 4 decoderKostya Shishkov2011-12-281-1/+38
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Fix Doxygen @param command attribute syntax.Diego Biurrun2010-07-171-40/+40
| | | | | | The [in] and [out] attributes have to be appended to the @param command. Originally committed as revision 24283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
| | | | Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
| | | | | | | | 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
* Indeo Video Interactive 4 and 5 common code and DSP functions.Kostya Shishkov2010-01-301-0/+170
Reviewed and corrected by myself because there were no other volunteers in the last weeks. Originally committed as revision 21531 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud