summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* vorbis: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö2012-02-151-10/+10
* dsputil: Add ff_ prefix to inv_zigzag_direct16Martin Storsjö2012-02-151-2/+2
* libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö2012-02-151-2/+2
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-10/+10
* Remove Sun medialib glue code.Diego Biurrun2012-02-081-1/+0
* dsputil: remove debug message in dsputil_init().Justin Ruggles2012-02-031-2/+0
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-291-16/+0
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-111-0/+13
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-111-28/+37
* dsputil: add vector_fmac_scalar()Mans Rullgard2011-09-281-0/+9
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-111-24/+4
* dsputil: move a bink-only function to binkdspMans Rullgard2011-07-271-17/+0
* dsputil: remove some unused functionsMans Rullgard2011-07-271-72/+0
* bink: make IDCT take 32-bit inputKostya Shishkov2011-07-271-5/+0
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-20/+1
* dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard2011-07-211-8/+16
* jfdctint: add 10-bit versionMans Rullgard2011-07-211-11/+16
* dsputil: allow 9/10-bit functions for non-h264 codecsMans Rullgard2011-07-211-15/+12
* dsputil: Remove extra blank line at end.Alex Converse2011-07-201-1/+0
* dsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT.Alex Converse2011-07-201-1/+1
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-4/+11
* Remove h264_lowres_idct_put/add functionsMans Rullgard2011-07-201-23/+2
* dsputil: fix ff_check_alignment()Mans Rullgard2011-07-191-2/+2
* dsputil: restore mistakenly removed hunk of disabled codeDiego Biurrun2011-07-181-0/+11
* dsputil: remove disabled codeDiego Biurrun2011-07-181-32/+0
* Use LOCAL_ALIGNED in ff_check_alignment()Mans Rullgard2011-07-161-1/+1
* ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-011-0/+17
* 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
OpenPOWER on IntegriCloud