aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dwt.h
Commit message (Collapse)AuthorAgeFilesLines
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
| | | | Anonymous structs cannot be forward declared and have no benefit.
* dwt: Remove unused code.Diego Biurrun2012-08-261-52/+0
|
* dwt: remove variable-length arraysRonald S. Bultje2012-06-171-9/+9
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* dwt: return errors from ff_slice_buffer_init()Diego Biurrun2012-05-221-3/+3
|
* dwt: K&R prettyprinting cosmeticsJordi Ortiz2012-05-211-26/+48
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Make ff_spatial_idwt_{init, slice} static to dwt.cDiego Elio Pettenò2011-01-251-2/+0
| | | | | | | Both functions seem to be commanded by the ff_spatial_idwt function instead. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Add ff_ prefix to dwt functionsMåns Rullgård2010-03-141-9/+9
| | | | Originally committed as revision 22523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate DWT from snow and dsputilMåns Rullgård2010-03-141-0/+156
This moves the DWT functions from snow.c and dsputil.c to a file of their own. A new struct, DWTContext, holds the function pointers previously part of DSPContext. Originally committed as revision 22522 to svn://svn.ffmpeg.org/ffmpeg/trunk