| Commit message (Expand) | Author | Age | Files | Lines |
* | libavcodec, libpostproc: Remove outcommented START/STOP_TIMER | Andreas Rheinhardt | 2020-03-14 | 1 | -7/+1 |
* | postproc/postprocess_template: remove FF_REG_sp from clobber list | Michael Niedermayer | 2018-12-22 | 1 | -1/+1 |
* | postproc/postprocess_template: Avoid using %4 for the threshold compare | Michael Niedermayer | 2018-12-22 | 1 | -4/+4 |
* | postproc: remove usage of deprecated QP_STORE_T define | James Almer | 2017-08-30 | 1 | -2/+2 |
* | asm: FF_-prefix internal macros used in inline assembly | Matthieu Bouron | 2016-06-27 | 1 | -322/+322 |
* | avutil/x86/asm: rename REG_SP to REG_sp | Ganesh Ajjanagadde | 2015-08-22 | 1 | -1/+1 |
* | Remove a few occurences of "long long" from the libraries. | Carl Eugen Hoyos | 2015-06-13 | 1 | -1/+1 |
* | postproc: Avoid floats in maxClipped computation | Michael Niedermayer | 2015-05-31 | 1 | -1/+1 |
* | postproc/postprocess_template: Compute packedYScale and QPCorrecture without ... | Michael Niedermayer | 2015-05-31 | 1 | -5/+5 |
* | postproc: Made QP, nonBQP, and pQPb arrays | Tucker DiNapoli | 2015-04-22 | 1 | -43/+38 |
* | postproc: Replaced inline asm for prefetching with prefetch functions | Tucker DiNapoli | 2015-04-22 | 1 | -55/+71 |
* | postproc: Removed unecessary if/else branch when getting QP. | Tucker DiNapoli | 2015-03-28 | 1 | -8/+4 |
* | postproc/postprocess_template: split 2nd blockgroup loop out | Michael Niedermayer | 2015-03-23 | 1 | -1/+30 |
* | postproc/postprocess_template: split first part of block loop | Michael Niedermayer | 2015-03-23 | 1 | -4/+12 |
* | postproc/postprocess_template: Move QP initialization down | Michael Niedermayer | 2015-03-23 | 1 | -23/+22 |
* | postproc/postprocess_template: Remove dead code and comments | Michael Niedermayer | 2015-03-23 | 1 | -27/+0 |
* | bpostproc/postprocess_template: drop avoidable #ifdef | Michael Niedermayer | 2015-03-23 | 1 | -3/+2 |
* | postproc/postprocess_template: split loop in 2 (block groups of 4, blocks) | Michael Niedermayer | 2015-03-23 | 1 | -1/+5 |
* | postproc: add basic deblock filter visualization support | Michael Niedermayer | 2014-09-24 | 1 | -4/+10 |
* | postproc/postprocess_template: mark unchanged function arguments const | Michael Niedermayer | 2014-09-22 | 1 | -5/+5 |
* | postproc: Replace CLIP by av_clip_uint8 | Michael Niedermayer | 2014-09-19 | 1 | -16/+16 |
* | postproc: use FFMIN/FFMAX where appropriate | Michael Niedermayer | 2014-09-04 | 1 | -4/+4 |
* | Fix libpostproc compilation with !HAVE_6REGS. | Carl Eugen Hoyos | 2014-04-24 | 1 | -15/+15 |
* | Automatically change MANGLE() into named inline asm operands when direct symb... | Matt Oliver | 2014-03-18 | 1 | -0/+7 |
* | postprocess_template: put rsp on the clobber list to prevent gcc from using i... | Michael Niedermayer | 2013-06-16 | 1 | -1/+1 |
* | postproc/postprocess_template: remove empty comments | Michael Niedermayer | 2013-05-23 | 1 | -21/+21 |
* | libpostproc: silence valgrind/fate warning about using uninitialized data | Michael Niedermayer | 2013-03-25 | 1 | -1/+3 |
* | Fix libpostproc compilation on x86_32 with disable-optimizations. | Carl Eugen Hoyos | 2013-02-09 | 1 | -2/+2 |
* | libpostproc: alloc a few bytes more in the temporary buffer | Michael Niedermayer | 2012-12-28 | 1 | -1/+1 |
* | libpostproc: Fix off by 1 error in the C dering code | Michael Niedermayer | 2012-12-28 | 1 | -0/+1 |
* | pp: fix a few typo in the template. | Clément Bœsch | 2012-12-19 | 1 | -5/+5 |
* | pp: add SSE2 deInterlaceInterpolateCubic(). | Clément Bœsch | 2012-11-18 | 1 | -4/+27 |
* | pp: add support for SSE2. | Clément Bœsch | 2012-11-18 | 1 | -0/+11 |
* | pp: rework the way templating is done. | Clément Bœsch | 2012-11-16 | 1 | -94/+140 |
* | pp: fix typo in avg() comment. | Clément Bœsch | 2012-11-15 | 1 | -1/+1 |
* | pp: avoid overflow in w*h | Michael Niedermayer | 2012-10-13 | 1 | -1/+1 |
* | postproc: Fix unprotected inline asm | Derek Buitenhuis | 2012-09-11 | 1 | -83/+83 |
* | rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT | XhmikosR | 2012-08-20 | 1 | -49/+49 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -1/+1 |
|\ |
|
| * | Remove libpostproc. | Diego Biurrun | 2012-02-23 | 1 | -3634/+0 |
* | | libpostproc: fix out of array accesses detected by AddressSanitizer. | Michael Niedermayer | 2012-02-29 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-05 | 1 | -2/+3 |
|\| |
|
| * | Place some START_TIMER invocations in separate blocks. | Diego Biurrun | 2012-01-04 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-03 | 1 | -2/+2 |
|\| |
|
| * | Fix a bunch of typos. | Diego Biurrun | 2012-01-02 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-22 | 1 | -1/+2 |
|\| |
|
| * | postproc: altivec: fix trivial cases of mixed declarations and code | Mans Rullgard | 2011-12-21 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -2/+2 |
|\| |
|
| * | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |