| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Move draw_edges and clear_block* out of dsputil_template | Diego Biurrun | 2014-03-26 | 1 | -0/+38 |
* | dsputil: Move RV40-specific bits into rv40dsp | Diego Biurrun | 2014-03-26 | 1 | -22/+0 |
* | dsputil_template: Detemplatize the code | Diego Biurrun | 2014-03-26 | 1 | -13/+5 |
* | dsputil_template: Move bits that are used templatized into separate file | Diego Biurrun | 2014-03-26 | 1 | -1/+2 |
* | dsputil: Move hpel_template #include out of dsputil_template | Diego Biurrun | 2014-03-26 | 1 | -0/+1 |
* | dsputil: Move thirdpel-related bits into their own context | Diego Biurrun | 2014-03-22 | 1 | -298/+1 |
* | dsputil: Use correct type in me_cmp_func function pointer | Diego Biurrun | 2014-03-20 | 1 | -36/+31 |
* | dsputil: Propagate bit depth information to all (sub)init functions | Diego Biurrun | 2014-03-20 | 1 | -4/+6 |
* | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -12/+12 |
* | dsputil: Merge variable declarations and initializations | Diego Biurrun | 2014-03-13 | 1 | -71/+34 |
* | dsputil: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -1572/+1911 |
* | dsputil: Remove disabled avg_no_rnd_qpel leftovers | Diego Biurrun | 2014-03-13 | 1 | -4/+1 |
* | dsputil: Drop ff_check_alignment() function | Diego Biurrun | 2014-03-13 | 1 | -23/+0 |
* | Remove all SPARC architecture optimizations | Diego Biurrun | 2014-03-13 | 1 | -2/+0 |
* | Remove all SH4 architecture optimizations | Diego Biurrun | 2014-03-13 | 1 | -2/+0 |
* | dsputil: Move apply_window_int16 to ac3dsp | Diego Biurrun | 2013-12-08 | 1 | -14/+0 |
* | dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideo | Diego Biurrun | 2013-12-02 | 1 | -5/+0 |
* | dsputil/pngdsp: fix signed/unsigned type in end comparison | Michael Niedermayer | 2013-11-28 | 1 | -2/+2 |
* | Remove all Alpha architecture optimizations | Diego Biurrun | 2013-11-13 | 1 | -2/+0 |
* | dsputil: Split off H.263 bits into their own H263DSPContext | Diego Biurrun | 2013-11-08 | 1 | -79/+0 |
* | cosmetics: Place arch initialization calls in alphabetical order | Diego Biurrun | 2013-08-29 | 1 | -7/+14 |
* | dsputil: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 1 | -1/+1 |
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -3/+6 |
* | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -4/+4 |
* | dsputil: Remove non-8bpp draw_edge | Ronald S. Bultje | 2013-04-19 | 1 | -2/+2 |
* | dsputil: Merge 9-10 bpp functions for get_pixels and draw_edge | Ronald S. Bultje | 2013-04-19 | 1 | -8/+2 |
* | dsputil: Remove unused 32-bit functions | Ronald S. Bultje | 2013-04-19 | 1 | -8/+9 |
* | dsputil: Remove dct_bits | Ronald S. Bultje | 2013-04-19 | 1 | -10/+2 |
* | dsputil: Remove hpel functions (moved to hpeldsp) | Ronald S. Bultje | 2013-04-19 | 1 | -18/+0 |
* | dsputil: Make square put/avg_pixels functions local to h264qpel | Ronald S. Bultje | 2013-04-10 | 1 | -1/+18 |
* | lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables | Ronald S. Bultje | 2013-04-08 | 1 | -18/+0 |
* | lavc: Make pointers to ff_cropTbl const | Martin Storsjö | 2013-04-08 | 1 | -6/+6 |
* | h261: Remove H.261 loop filter from dsputil | Diego Biurrun | 2013-04-05 | 1 | -29/+0 |
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -53/+106 |
* | h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil | Ronald S. Bultje | 2013-02-19 | 1 | -2/+22 |
* | dsputil: Move fdct function declarations to dct.h | Diego Biurrun | 2013-02-09 | 1 | -0/+1 |
* | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+1 |
* | dsputil: Move WRAPPER8_16_SQ macro to the only place it is used | Diego Biurrun | 2013-02-08 | 1 | -0/+14 |
* | dsputil: Move ff_shrink* function declarations to separate header | Diego Biurrun | 2013-02-07 | 1 | -0/+1 |
* | dsputil: Move copy_block functions to a separate header | Diego Biurrun | 2013-02-07 | 1 | -0/+1 |
* | dsputil: Move ff_block_permute to mpegvideo_enc | Diego Biurrun | 2013-02-07 | 1 | -29/+0 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -7/+0 |
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 1 | -27/+1 |
* | dsputil: remove one array dimension from avg_no_rnd_pixels_tab. | Ronald S. Bultje | 2013-01-22 | 1 | -1/+1 |
* | dsputil: remove 9/10 bits hpel functions. | Ronald S. Bultje | 2013-01-22 | 1 | -19/+18 |
* | dsputil: remove avg_no_rnd_pixels8. | Ronald S. Bultje | 2013-01-22 | 1 | -1/+0 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -17/+17 |
* | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -12/+0 |
* | floatdsp: move butterflies_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -12/+0 |
* | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -8/+0 |