| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Move draw_edges and clear_block* out of dsputil_template | Diego Biurrun | 2014-03-26 | 1 | -40/+0 |
* | dsputil: Move RV40-specific bits into rv40dsp | Diego Biurrun | 2014-03-26 | 1 | -52/+0 |
* | dsputil_template: Detemplatize the code | Diego Biurrun | 2014-03-26 | 1 | -114/+109 |
* | dsputil_template: Move bits that are used templatized into separate file | Diego Biurrun | 2014-03-26 | 1 | -27/+0 |
* | dsputil: Move hpel_template #include out of dsputil_template | Diego Biurrun | 2014-03-26 | 1 | -4/+0 |
* | dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros | Diego Biurrun | 2014-03-22 | 1 | -0/+2 |
* | dsputil_template: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -164/+257 |
* | dsputil: Merge variable declarations and initializations | Diego Biurrun | 2014-03-13 | 1 | -2/+1 |
* | dsputil: Remove non-8bpp draw_edge | Ronald S. Bultje | 2013-04-19 | 1 | -8/+2 |
* | dsputil: Remove unused 32-bit functions | Ronald S. Bultje | 2013-04-19 | 1 | -38/+30 |
* | dsputil: Remove hpel functions (moved to hpeldsp) | Ronald S. Bultje | 2013-04-19 | 1 | -153/+0 |
* | dsputil: Make square put/avg_pixels functions local to h264qpel | Ronald S. Bultje | 2013-04-10 | 1 | -17/+2 |
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -4/+8 |
* | h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil | Ronald S. Bultje | 2013-02-19 | 1 | -42/+0 |
* | dsputil: convert remaining op_pixels_func | Luca Barbato | 2013-02-17 | 1 | -1/+1 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -118/+0 |
* | Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. | Diego Biurrun | 2013-02-05 | 1 | -11/+11 |
* | dsputil: remove unused functions copy_block{2, 4, 8, 16}. | Ronald S. Bultje | 2013-01-30 | 1 | -48/+0 |
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 1 | -559/+2 |
* | dsputil: remove 9/10 bits hpel functions. | Ronald S. Bultje | 2013-01-22 | 1 | -28/+36 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -7/+7 |
* | vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext. | Ronald S. Bultje | 2013-01-21 | 1 | -4/+0 |
* | Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. | Ronald S. Bultje | 2013-01-19 | 1 | -4/+0 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -79/+0 |
* | dsputil: template get_pixels() for different bit depths | Mans Rullgard | 2011-07-21 | 1 | -0/+23 |
* | dsputil: create 16/32-bit dctcoef versions of some functions | Mans Rullgard | 2011-07-21 | 1 | -48/+58 |
* | dsputil: remove huge #if 0 block | Mans Rullgard | 2011-07-21 | 1 | -145/+0 |
* | Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.c | Diego Biurrun | 2011-07-05 | 1 | -1/+1 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -3/+3 |
* | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -3/+3 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -3/+3 |
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -19/+61 |
* | Template dsputil_template.c with respect to pixel size, etc. | Oskar Arvidsson | 2011-05-10 | 1 | -306/+398 |
* | Move some functions in dsputil.c into a new file dsputil_template.c. | Oskar Arvidsson | 2011-05-10 | 1 | -0/+1257 |