- 04 Apr, 2014 1 commit
-
-
Diego Biurrun authored
-
- 26 Mar, 2014 5 commits
-
-
Diego Biurrun authored
The functions are not used templatized.
-
Diego Biurrun authored
-
Diego Biurrun authored
The indirection makes no sense without multiple instantiation.
-
Diego Biurrun authored
This allows detemplatizing the bits that are not instantiated twice.
-
Diego Biurrun authored
Multiple inclusion makes no sense as it is only used in the 8-bit case.
-
- 22 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 20 Mar, 2014 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
This avoids recalculating the value over and over again.
-
- 13 Mar, 2014 7 commits
-
-
Diego Biurrun authored
Also switch from "tbl" to "tab" name suffixes.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
The function is supposed to confirm that the compiler provided enough alignment, but in practice it is only run in certain code paths and insufficient alignment problems are restricted to legacy compilers.
-
Diego Biurrun authored
SPARC is no longer being used in any multimedia-related fields and the VIS optimizations only represent a maintenance burden.
-
Diego Biurrun authored
SH4 has been end-of-lifed and no more test machines are available.
-
- 20 Jan, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This also fixes masking the bits Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Dec, 2013 1 commit
-
-
Diego Biurrun authored
The (optimized) functions are used nowhere else.
-
- 02 Dec, 2013 1 commit
-
-
Diego Biurrun authored
The table is MMX-specific and used nowhere else.
-
- 28 Nov, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes out of array accesses and integer overflows.
-
- 13 Nov, 2013 1 commit
-
-
Diego Biurrun authored
Alpha has been end-of-lifed and no more test machines are available.
-
- 08 Nov, 2013 1 commit
-
-
Diego Biurrun authored
-
- 05 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
Will be needed for jpeg Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Aug, 2013 1 commit
-
-
Diego Biurrun authored
-
- 28 Aug, 2013 1 commit
-
-
Diego Biurrun authored
Also give consistent names to init functions.
-
- 04 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 30 Apr, 2013 1 commit
-
-
Diego Biurrun authored
-
- 19 Apr, 2013 5 commits
-
-
Ronald S. Bultje authored
It is never used. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
These only care about pixel storage unit size, not actual bits used (i.e. they don't clip). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Previously, if dct_bits was set to 32, we used separate 32-bit versions of these functions. Since dct_bits now is removed, remove the unused 32-bit versions of the functions. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
dct_bits is never set except in h264, where it is never used, thus remove it. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 14 Apr, 2013 1 commit
-
-
Clément Bœsch authored
dsputil_init() is deprecated and not meant to be exported. ff_dsputil_init() is internal to libavcodec and thus can not be used. avpriv_dsputil_init() is the version shared between libraries. This commit fixes 3 unjustified libavfilter deprecated warnings.
-
- 10 Apr, 2013 1 commit
-
-
Ronald S. Bultje authored
Put a copy of the 8bit functions only in dsputil, where they are used for some other things (e.g. mpeg4qpel, mspel, cavsqpel). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Apr, 2013 2 commits
-
-
Ronald S. Bultje authored
These are widely used throughout libavcodec, nothing dsputil-specific. Change ff_cropTbl to a statically initialized table, to avoid initializing it with a function call. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
There's no point in these pointers not being const. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 05 Apr, 2013 1 commit
-
-
Diego Biurrun authored
There is no arch-optimized version of the H.261 loop filter and there likely will never be, so the dsputil overhead does not give any benefit.
-
- 02 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-