Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vp56: Separate VP5 and VP6 dsp initialization | Diego Biurrun | 2016-08-26 | 1 | -1/+1 |
| | | | | | VP5 has no arch-specific optimizations (nor will it get some in the future), so it makes no sense to try to share dsp init code with VP6. | ||||
* | vp56: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-08-26 | 1 | -2/+2 |
| | | | | | This avoids SIMD-optimized functions having to sign-extend their line size argument manually to be able to do pointer arithmetic. | ||||
* | Drop unnecessary libavutil/x86/asm.h #includes | Diego Biurrun | 2016-05-28 | 1 | -1/+0 |
| | |||||
* | x86: avcodec: Add a bunch of missing #includes for av_cold | Diego Biurrun | 2014-01-09 | 1 | -0/+1 |
| | |||||
* | vp56: Mark VP6-only optimizations as such. | Diego Biurrun | 2013-08-23 | 1 | -0/+45 |
Most of our VP56 optimizations are VP6-only and will stay that way. So avoid compiling them for VP5-only builds. |