| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun | 2011-04-26 | 1 | -2/+0 |
* | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
* | Convert some undefined 1<<31 shifts into 1U<<31. | Alex Converse | 2011-04-11 | 1 | -2/+2 |
* | dsputil: allow to skip drawing of top/bottom edges. | Alexander Strange | 2011-03-26 | 1 | -14/+11 |
* | Add apply_window_int16() to DSPContext with x86-optimized versions and use it | Justin Ruggles | 2011-03-22 | 1 | -0/+14 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | dsputil: add bswap16_buf() | Mans Rullgard | 2011-03-16 | 1 | -0/+7 |
* | dsputil: make {add/put/put_signed}_pixels_clamped() non-static. | Ronald S. Bultje | 2011-02-21 | 1 | -14/+14 |
* | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje | 2011-02-17 | 1 | -53/+0 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -33/+0 |
* | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 1 | -4/+6 |
* | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-28 | 1 | -0/+1 |
* | Optimize C version of ff_emulated_edge_mc(). | Ronald S. Bultje | 2011-01-28 | 1 | -16/+23 |
* | Make ff_float_to_int16*_c() static. | Alex Converse | 2011-01-28 | 1 | -2/+2 |
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -8/+1 |
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. | Justin Ruggles | 2011-01-22 | 1 | -2/+2 |
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-21 | 1 | -4/+0 |
* | Remove unneeded #include | Justin Ruggles | 2011-01-09 | 1 | -1/+0 |
* | Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, | Stefano Sabatini | 2010-09-07 | 1 | -1/+2 |
* | Remove duplicate definitions of fullpel MC functions | Måns Rullgård | 2010-08-25 | 1 | -31/+22 |
* | Move vp6_filter_diag4() from DSPContext to VP56DSPContext. | Ronald S. Bultje | 2010-08-25 | 1 | -3/+0 |
* | Move cavs dsp functions to their own struct | Måns Rullgård | 2010-08-03 | 1 | -4/+0 |
* | Make ff_inverse stay with libavutil, and optional copy it to libavcodec. | Diego Pettenò | 2010-07-21 | 1 | -38/+0 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -9/+9 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Set rv34 (0,0) subpel mc functions to the optimised h264 ones | Måns Rullgård | 2010-06-28 | 1 | -0/+10 |
* | Add const to some pointer parameters. | Eli Friedman | 2010-06-27 | 1 | -2/+2 |
* | Make VP8 DSP functions take two strides | Jason Garrett-Glaser | 2010-06-25 | 1 | -12/+0 |
* | Native VP8 decoder. | David Conrad | 2010-06-22 | 1 | -0/+13 |