summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-108/+174
* Move some functions in dsputil.c into a new file dsputil_template.c.Oskar Arvidsson2011-05-101-1226/+2
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-7/+0
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-2/+0
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-111-2/+2
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-261-14/+11
* Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-221-0/+14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* dsputil: add bswap16_buf()Mans Rullgard2011-03-161-0/+7
* dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje2011-02-211-14/+14
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-171-53/+0
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-33/+0
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-4/+6
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-0/+1
* Optimize C version of ff_emulated_edge_mc().Ronald S. Bultje2011-01-281-16/+23
* Make ff_float_to_int16*_c() static.Alex Converse2011-01-281-2/+2
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-8/+1
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-221-2/+2
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-4/+0
* Remove unneeded #includeJustin Ruggles2011-01-091-1/+0
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-071-1/+2
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-251-31/+22
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-251-3/+0
* Move cavs dsp functions to their own structMåns Rullgård2010-08-031-4/+0
* Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò2010-07-211-38/+0
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-9/+9
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Set rv34 (0,0) subpel mc functions to the optimised h264 onesMåns Rullgård2010-06-281-0/+10
* Add const to some pointer parameters.Eli Friedman2010-06-271-2/+2
* Make VP8 DSP functions take two stridesJason Garrett-Glaser2010-06-251-12/+0
* Native VP8 decoder.David Conrad2010-06-221-0/+13
* Add const to ff_emulated_edge_mcDavid Conrad2010-05-271-1/+1
* Add more const to _l4 pixel functionsDavid Conrad2010-05-271-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* vp3: DC-only IDCTDavid Conrad2010-04-171-0/+1
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-288/+0
* Separate DWT from snow and dsputilMåns Rullgård2010-03-141-109/+3
* Add some required castsMåns Rullgård2010-03-111-2/+2
* Move ff_spatial_dwt() prototype to snow.hMåns Rullgård2010-03-061-3/+0
* Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-061-8/+0
* Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-061-2/+2
* Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård2010-03-061-14/+0
* Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård2010-03-061-12/+4
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Bink video decoderKostya Shishkov2010-02-211-0/+72
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-171-7/+7
* Simplify some declarations of aligned arraysMåns Rullgård2010-02-171-15/+8
* The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needsReimar Döffinger2010-01-221-1/+1
OpenPOWER on IntegriCloud