Diego Biurrun
|
f81be06cf6
|
cavs: Change type of stride parameters to ptrdiff_t
ptrdiff_t is the correct type for array strides and similar.
|
8 years ago |
Diego Biurrun
|
368f50359e
|
dsputil: Split off quarterpel bits into their own context
|
11 years ago |
Diego Biurrun
|
88bd7fdc82
|
Drop DCTELEM typedef
It does not help as an abstraction and adds dsputil dependencies.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
12 years ago |
Janne Grunau
|
cb36febcbc
|
x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)
|
12 years ago |
Mans Rullgard
|
6efb698883
|
cavsdsp: set idct permutation independently of dsputil
CAVS uses its own idct so using dsputil to set the permutation
is fragile.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
12 years ago |
Diego Biurrun
|
153382e1b6
|
multiple inclusion guard cleanup
Add missing multiple inclusion guards; clean up #endif comments;
add missing library prefixes; keep guard names consistent.
|
14 years ago |
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Måns Rullgård
|
f079a64aea
|
Move cavs dsp functions to their own struct
Originally committed as revision 24685 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
14 years ago |
Michael Niedermayer
|
b482e2d12f
|
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |
Michael Niedermayer
|
0abc2e73f8
|
new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)
Originally committed as revision 5567 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
19 years ago |