| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -5/+0 |
* | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 1 | -9/+0 |
* | avcodec: Remove broken MMI optimizations | Diego Biurrun | 2012-10-12 | 1 | -1/+0 |
* | dsputil: split out mlp dsp function | Luca Barbato | 2012-10-11 | 1 | -4/+0 |
* | ac3: move ac3_downmix() from dsputil to ac3dsp | Mans Rullgard | 2012-09-12 | 1 | -4/+0 |
* | intrax8: move functions from dsputil to own context | Mans Rullgard | 2012-09-02 | 1 | -3/+0 |
* | Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static." | Mans Rullgard | 2012-08-27 | 1 | -14/+14 |
* | celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() | Diego Biurrun | 2012-08-27 | 1 | -2/+2 |
* | eamad/eatgq/eatqi: call special EA IDCT directly | Mans Rullgard | 2012-07-29 | 1 | -3/+0 |
* | vp3: move idct and loop filter pointers to new vp3dsp context | Mans Rullgard | 2012-07-18 | 1 | -12/+0 |
* | float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil | Justin Ruggles | 2012-06-18 | 1 | -9/+0 |
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -7/+0 |
* | dsputil: fix invalid array indexing | Mans Rullgard | 2012-04-26 | 1 | -6/+10 |
* | dsputil: remove unused functions | Mans Rullgard | 2012-04-21 | 1 | -62/+0 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -54/+6 |
* | ppc: drop unused function dct_quantize_altivec() | Diego Biurrun | 2012-04-18 | 1 | -3/+0 |
* | dsputil: remove shift parameter from scalarproduct_int16 | Christophe GISQUET | 2012-03-07 | 1 | -2/+2 |
* | Don't use ff_cropTbl[] for IDCT. | Ronald S. Bultje | 2012-03-06 | 1 | -40/+30 |
* | vorbis: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | libavcodec: Add ff_ prefix to j_rev_dct* | Martin Storsjö | 2012-02-15 | 1 | -10/+10 |
* | dsputil: Add ff_ prefix to inv_zigzag_direct16 | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | libavcodec: Prefix fdct_ifast, fdct_ifast248 | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -10/+10 |
* | Remove Sun medialib glue code. | Diego Biurrun | 2012-02-08 | 1 | -1/+0 |
* | dsputil: remove debug message in dsputil_init(). | Justin Ruggles | 2012-02-03 | 1 | -2/+0 |
* | png: move DSP functions to their own DSP context. | Ronald S. Bultje | 2012-01-29 | 1 | -16/+0 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -1/+1 |
* | twinvq: add SSE/AVX optimized sum/difference stereo interleaving | Justin Ruggles | 2011-11-11 | 1 | -0/+13 |
* | prores: extract idct into its own dspcontext and merge with put_pixels. | Ronald S. Bultje | 2011-10-11 | 1 | -28/+37 |
* | dsputil: add vector_fmac_scalar() | Mans Rullgard | 2011-09-28 | 1 | -0/+9 |
* | Move RV3/4-specific DSP functions into their own context | Kostya Shishkov | 2011-08-11 | 1 | -24/+4 |
* | dsputil: move a bink-only function to binkdsp | Mans Rullgard | 2011-07-27 | 1 | -17/+0 |
* | dsputil: remove some unused functions | Mans Rullgard | 2011-07-27 | 1 | -72/+0 |
* | bink: make IDCT take 32-bit input | Kostya Shishkov | 2011-07-27 | 1 | -5/+0 |
* | dsputil: template get_pixels() for different bit depths | Mans Rullgard | 2011-07-21 | 1 | -20/+1 |
* | dsputil: create 16/32-bit dctcoef versions of some functions | Mans Rullgard | 2011-07-21 | 1 | -8/+16 |
* | jfdctint: add 10-bit version | Mans Rullgard | 2011-07-21 | 1 | -11/+16 |
* | dsputil: allow 9/10-bit functions for non-h264 codecs | Mans Rullgard | 2011-07-21 | 1 | -15/+12 |
* | dsputil: Remove extra blank line at end. | Alex Converse | 2011-07-20 | 1 | -1/+0 |
* | dsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT. | Alex Converse | 2011-07-20 | 1 | -1/+1 |
* | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 1 | -4/+11 |
* | Remove h264_lowres_idct_put/add functions | Mans Rullgard | 2011-07-20 | 1 | -23/+2 |
* | dsputil: fix ff_check_alignment() | Mans Rullgard | 2011-07-19 | 1 | -2/+2 |
* | dsputil: restore mistakenly removed hunk of disabled code | Diego Biurrun | 2011-07-18 | 1 | -0/+11 |
* | dsputil: remove disabled code | Diego Biurrun | 2011-07-18 | 1 | -32/+0 |
* | Use LOCAL_ALIGNED in ff_check_alignment() | Mans Rullgard | 2011-07-16 | 1 | -1/+1 |
* | ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions. | Justin Ruggles | 2011-07-01 | 1 | -0/+17 |
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -108/+174 |
* | Move some functions in dsputil.c into a new file dsputil_template.c. | Oskar Arvidsson | 2011-05-10 | 1 | -1226/+2 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -7/+0 |