| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: cavs: Refactor duplicate dspfunc macro | Diego Biurrun | 2013-04-22 | 1 | -22/+14 |
* | h264: Drop unused variable | Diego Biurrun | 2013-04-22 | 1 | -1/+1 |
* | x86: cavs: Put mmx-specific code into its own init function | Diego Biurrun | 2013-04-22 | 3 | -15/+31 |
* | x86: Remove some duplicate function declarations | Diego Biurrun | 2013-04-22 | 2 | -7/+0 |
* | ppc: hpeldsp: Include attributes.h | Martin Storsjö | 2013-04-20 | 1 | -0/+1 |
* | x86: Remove unused inline asm instruction defines | Martin Storsjö | 2013-04-20 | 1 | -3/+0 |
* | vc1: Remove now unused variables | Martin Storsjö | 2013-04-20 | 1 | -2/+0 |
* | cosmetics: bfin: Fix indentation in the dsputil init function | Martin Storsjö | 2013-04-19 | 1 | -2/+2 |
* | dsputil: Remove non-8bpp draw_edge | Ronald S. Bultje | 2013-04-19 | 2 | -10/+4 |
* | 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 | 2 | -46/+39 |
* | dsputil: Remove dct_bits | Ronald S. Bultje | 2013-04-19 | 3 | -16/+2 |
* | dsputil: Remove hpel functions (moved to hpeldsp) | Ronald S. Bultje | 2013-04-19 | 5 | -227/+8 |
* | alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 10 | -290/+381 |
* | sparc: hpeldsp: Move vis half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 6 | -3507/+3540 |
* | sh4: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Michael Niedermayer | 2013-04-19 | 6 | -97/+373 |
* | bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 9 | -465/+555 |
* | arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 16 | -1349/+1544 |
* | ppc: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 5 | -421/+470 |
* | x86: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 10 | -657/+962 |
* | mjpeg: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 2 | -4/+7 |
* | svq1enc: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -6/+10 |
* | svq3: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -7/+10 |
* | mpegvideo: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 6 | -36/+40 |
* | svq1: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -11/+11 |
* | mimic: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -2/+5 |
* | interplayvideo: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -5/+5 |
* | bink: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -7/+10 |
* | indeo3: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -8/+8 |
* | vp56: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 2 | -9/+10 |
* | vp3: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -4/+5 |
* | hpeldsp: Add half-pel functions (currently copies of dsputil) | Ronald S. Bultje | 2013-04-19 | 6 | -6/+416 |
* | h264: fully support cropping. | Anton Khirnov | 2013-04-19 | 6 | -39/+105 |
* | ff_get_buffer(): allocate the frame for max(coded,display) dimensions | Anton Khirnov | 2013-04-19 | 1 | -5/+13 |
* | indeo3: check motion vectors. | Anton Khirnov | 2013-04-17 | 1 | -5/+29 |
* | indeo3: fix data size check | Anton Khirnov | 2013-04-17 | 1 | -2/+1 |
* | indeo3: switch parsing the header to bytestream2 | Anton Khirnov | 2013-04-17 | 1 | -17/+22 |
* | rv10: check that extradata is large enough | Anton Khirnov | 2013-04-17 | 1 | -0/+5 |
* | rv10: return meaningful error codes. | Anton Khirnov | 2013-04-17 | 1 | -26/+26 |
* | rv10: cosmetics, reformat | Anton Khirnov | 2013-04-17 | 1 | -265/+273 |
* | qdm2: check that the FFT size is a power of 2 | Anton Khirnov | 2013-04-17 | 1 | -0/+4 |
* | svq1dec: clip motion vectors to the frame size. | Anton Khirnov | 2013-04-17 | 1 | -14/+13 |
* | svq1dec: check that the reference frame has the same dimensions as the curren... | Anton Khirnov | 2013-04-17 | 1 | -1/+2 |
* | vp3: Use full transpose for all IDCTs | Ronald S. Bultje | 2013-04-15 | 12 | -117/+135 |
* | vp3: bfin: Transpose the IDCTs | Martin Storsjö | 2013-04-15 | 1 | -2/+8 |
* | x86: Move constants to the only place where they are used | Ronald S. Bultje | 2013-04-15 | 3 | -9/+4 |
* | bfin: Match DEFUN_END macros to the right functions | Martin Storsjö | 2013-04-15 | 1 | -1/+2 |
* | x86: dsputil: Move some ifdefs to avoid unused variable warnings | Diego Biurrun | 2013-04-12 | 1 | -2/+2 |
* | x86: dsputil: cosmetics: Remove two pointless variable indirections | Diego Biurrun | 2013-04-12 | 1 | -4/+2 |
* | x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations | Diego Biurrun | 2013-04-12 | 3 | -15/+6 |