| Commit message (Expand) | Author | Age | Files | Lines |
* | Move add/diff_int16 to lossless_videodsp | Michael Niedermayer | 2014-01-20 | 1 | -41/+0 |
* | avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputil | Michael Niedermayer | 2014-01-20 | 1 | -0/+41 |
* | Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3' | Michael Niedermayer | 2013-12-09 | 1 | -14/+0 |
|\ |
|
| * | dsputil: Move apply_window_int16 to ac3dsp | Diego Biurrun | 2013-12-08 | 1 | -14/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-12-02 | 1 | -5/+0 |
|\| |
|
| * | dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideo | Diego Biurrun | 2013-12-02 | 1 | -5/+0 |
* | | Merge commit 'd1916d13e28b87f4b1b214231149e12e1d536b4b' | Michael Niedermayer | 2013-11-28 | 1 | -2/+2 |
|\| |
|
| * | 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 |
* | | Merge commit '0338c396987c82b41d322630ea9712fe5f9561d6' | Michael Niedermayer | 2013-11-08 | 1 | -79/+0 |
|\| |
|
| * | dsputil: Split off H.263 bits into their own H263DSPContext | Diego Biurrun | 2013-11-08 | 1 | -79/+0 |
* | | avcodec/dsputil: add 12bit simple idct | Michael Niedermayer | 2013-09-06 | 1 | -0/+5 |
* | | avcodec/dsputil: fix signedness in sizeof() comparissions | Michael Niedermayer | 2013-08-30 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-08-29 | 1 | -7/+14 |
|\| |
|
| * | cosmetics: Place arch initialization calls in alphabetical order | Diego Biurrun | 2013-08-29 | 1 | -7/+14 |
* | | Merge commit 'a64f6a04ac5773aeff2003897455dadb9609f18b' | Michael Niedermayer | 2013-08-29 | 1 | -1/+1 |
|\| |
|
| * | dsputil: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 1 | -1/+1 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -3/+6 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -3/+6 |
* | | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284' | Michael Niedermayer | 2013-05-01 | 1 | -4/+4 |
|\| |
|
| * | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -4/+4 |
* | | Merge commit 'd4d186d185df98492d8935a87c5b5cf369db9748' | Michael Niedermayer | 2013-04-20 | 1 | -3/+3 |
|\| |
|
| * | 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 |
* | | Add avpriv_dsputil_init() and use it in lavfi where relevant. | Clément Bœsch | 2013-04-14 | 1 | -0/+5 |
* | | Merge commit '6d25c9db11e87ec58652de6588448225137b0c57' | Michael Niedermayer | 2013-04-11 | 1 | -4/+4 |
|\| |
|
| * | 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 |
* | | Merge commit 'ed16c2dbf47cdd7c48825b4da6e7036698e5dde1' | Michael Niedermayer | 2013-04-05 | 1 | -29/+0 |
|\| |
|
| * | h261: Remove H.261 loop filter from dsputil | Diego Biurrun | 2013-04-05 | 1 | -29/+0 |
* | | dsputil: Fix "warning: initialization discards const qualifier from pointer t... | Michael Niedermayer | 2013-04-02 | 1 | -6/+6 |
* | | dsputil: remove non-8bpp draw_edge. | Ronald S. Bultje | 2013-03-15 | 1 | -4/+4 |
* | | dsputil: remove duplicate or unused functions. | Ronald S. Bultje | 2013-03-14 | 1 | -42/+9 |
* | | Merge commit 'a8b6015823e628047a45916404c00044c5e80415' | Michael Niedermayer | 2013-03-13 | 1 | -57/+114 |
|\| |
|
| * | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -53/+106 |
* | | dsputil: remove hpel functions (moved to hpeldsp). | Ronald S. Bultje | 2013-03-13 | 1 | -18/+0 |
* | | dsputil: make square put/avg_pixels functions local to h264qpel. | Ronald S. Bultje | 2013-03-09 | 1 | -1/+14 |
* | | Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables. | Ronald S. Bultje | 2013-03-06 | 1 | -18/+0 |
* | | Merge commit '2ed008204d5467be03a0a3af1e293b2f7038d0a0' | Michael Niedermayer | 2013-02-20 | 1 | -2/+1 |
|\| |
|
| * | h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil | Ronald S. Bultje | 2013-02-19 | 1 | -2/+22 |
* | | Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil. | Ronald S. Bultje | 2013-02-12 | 1 | -3/+24 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-09 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Move fdct function declarations to dct.h | Diego Biurrun | 2013-02-09 | 1 | -0/+1 |
* | | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9' | Michael Niedermayer | 2013-02-09 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+1 |
* | | Merge commit '059866eb17cd3c66422a61d3e9c3305f55830a50' | Michael Niedermayer | 2013-02-09 | 1 | -0/+14 |
|\| |
|