- 04 Apr, 2014 1 commit
-
-
Diego Biurrun authored
-
- 26 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 22 Mar, 2014 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
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.
-
- 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
-
- 28 Aug, 2013 1 commit
-
-
Diego Biurrun authored
Also give consistent names to init functions.
-
- 15 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 19 Apr, 2013 3 commits
-
-
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>
-
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 1 commit
-
-
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>
-
- 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.
-
- 14 Mar, 2013 1 commit
-
-
Ronald S. Bultje authored
dct_bits is never set except in h264, where it is never used, thus remove it. Then, remove all functions that were set based on non-zero (32) values for dct_bits. Lastly, merge 9-14 bpp functions for get_pixels and draw_edge, which only care about pixel storage unit size, not actual bits used (i.e. they don't clip). Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 13 Mar, 2013 2 commits
-
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
- 12 Mar, 2013 1 commit
-
-
Luca Barbato authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 09 Mar, 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). We could perhaps also try to share specifically the 8bit functions from h264qpel between it and the others, but that will be slightly more complicated. H264qpel already had these functions, so we can simply remove the duplicates. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 06 Mar, 2013 1 commit
-
-
Ronald S. Bultje authored
These are widely used throughout libavcodec, nothing dsputil-specific. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Feb, 2013 1 commit
-
-
Ronald S. Bultje authored
These functions are mostly H264-specific (the only other user I can spot is bink), and this allows us to special-case some functionality for H264. Also remove the 16-bit-coeff with >8bpp versions (unused) and merge the duplicate 32-bit-coeff for >8bpp (identical). Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 17 Feb, 2013 1 commit
-
-
Luca Barbato authored
Convert to diffptr_t the line_size parameters still int. Remove all the warnings in dsputil.c
-
- 13 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 12 Feb, 2013 1 commit
-
-
Ronald S. Bultje authored
These functions are mostly H264-specific (the only other user I can spot is bink), and this allows us to special-case some functionality for H264. Also remove the 16-bit-coeff with >8bpp versions (unused) and merge the duplicate 32-bit-coeff for >8bpp (identical). Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 11 Feb, 2013 1 commit
-
-
Ronald S. Bultje authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-