Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-26dwt: Remove unused code.Diego Biurrun
2012-08-15Don't include common.h from avutil.hMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-06-18dwt: remove variable-length arraysRonald S. Bultje
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-22dwt: return errors from ff_slice_buffer_init()Diego Biurrun
2012-05-22dwt: check malloc callsJordi Ortiz
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-05-21dwt: K&R prettyprinting cosmeticsJordi Ortiz
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-25Make ff_spatial_idwt_{init, slice} static to dwt.cDiego Elio Pettenò
Both functions seem to be commanded by the ff_spatial_idwt function instead. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2010-03-15DWT: x86 init should depend on HAVE_MMXMåns Rullgård
The init function is only compiled if MMX is enabled, the call must use the same condition. Originally committed as revision 22531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-14Add ff_ prefix to dwt functionsMåns Rullgård
Originally committed as revision 22523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-14Separate DWT from snow and dsputilMåns Rullgård
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