81 Commits (38490e07247e2a73d31ccb3f57b02db65c033ae3)

Author SHA1 Message Date
Carl Eugen Hoyos 3323c5f353 Remove a few occurences of "long long" from the libraries. 10 years ago
Michael Niedermayer 6f51674c91 postproc: Avoid floats in maxClipped computation 10 years ago
Michael Niedermayer ebe919cce2 postproc/postprocess_template: Compute packedYScale and QPCorrecture without floats 10 years ago
Tucker DiNapoli cbe27006ce postproc: Made QP, nonBQP, and pQPb arrays 10 years ago
Tucker DiNapoli 6264b6227c postproc: Replaced inline asm for prefetching with prefetch functions 10 years ago
Tucker DiNapoli 303c3dada2 postproc: Removed unecessary if/else branch when getting QP. 10 years ago
Michael Niedermayer 83020f8978 postproc/postprocess_template: split 2nd blockgroup loop out 10 years ago
Michael Niedermayer d9e3fe8c22 postproc/postprocess_template: split first part of block loop 10 years ago
Michael Niedermayer 2a9b9579ab postproc/postprocess_template: Move QP initialization down 10 years ago
Michael Niedermayer 330113b032 postproc/postprocess_template: Remove dead code and comments 10 years ago
Michael Niedermayer fc90d1502a bpostproc/postprocess_template: drop avoidable #ifdef 10 years ago
Michael Niedermayer 93f4538363 postproc/postprocess_template: split loop in 2 (block groups of 4, blocks) 10 years ago
Michael Niedermayer ac682955e9 postproc: add basic deblock filter visualization support 10 years ago
Michael Niedermayer 3c4fc6a782 postproc/postprocess_template: mark unchanged function arguments const 10 years ago
Michael Niedermayer 7f8d28f686 postproc: Replace CLIP by av_clip_uint8 10 years ago
Michael Niedermayer bb8b752553 postproc: use FFMIN/FFMAX where appropriate 10 years ago
Carl Eugen Hoyos a19bcf4ee8 Fix libpostproc compilation with !HAVE_6REGS. 11 years ago
Matt Oliver 8236747511 Automatically change MANGLE() into named inline asm operands when direct symbol reference in inline asm are not supported. 11 years ago
Michael Niedermayer 78d2d1e027 postprocess_template: put rsp on the clobber list to prevent gcc from using it in "q" 12 years ago
Michael Niedermayer 1d3476f258 postproc/postprocess_template: remove empty comments 12 years ago
Michael Niedermayer a2f7314ba2 libpostproc: silence valgrind/fate warning about using uninitialized data 12 years ago
Carl Eugen Hoyos 7a259a5fcd Fix libpostproc compilation on x86_32 with disable-optimizations. 12 years ago
Michael Niedermayer 9e04e11e83 libpostproc: alloc a few bytes more in the temporary buffer 12 years ago
Michael Niedermayer f1185fbbec libpostproc: Fix off by 1 error in the C dering code 12 years ago
Clément Bœsch a1d14336d3 pp: fix a few typo in the template. 12 years ago
Clément Bœsch f48cddfe4c pp: add SSE2 deInterlaceInterpolateCubic(). 12 years ago
Clément Bœsch 4e264d1c79 pp: add support for SSE2. 12 years ago
Clément Bœsch 375cd3f2ec pp: rework the way templating is done. 12 years ago
Clément Bœsch 5cd567cfb4 pp: fix typo in avg() comment. 12 years ago
Michael Niedermayer 3689ec3d28 pp: avoid overflow in w*h 12 years ago
Derek Buitenhuis e20ac54f3e postproc: Fix unprotected inline asm 12 years ago
XhmikosR 08bd8c8ab3 rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT 12 years ago
Michael Niedermayer f5bf7b9f4b libpostproc: fix out of array accesses detected by AddressSanitizer. 13 years ago
Diego Biurrun b315042c8c Remove libpostproc. 13 years ago
Diego Biurrun 00a1cdd264 Place some START_TIMER invocations in separate blocks. 13 years ago
Diego Biurrun 8fd35b1aac Fix a bunch of typos. 13 years ago
Mans Rullgard b1bcddfb6d postproc: altivec: fix trivial cases of mixed declarations and code 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Michael Niedermayer e834f7d2bb postproc: remove stray + 13 years ago
Michael Niedermayer 3419d9b891 postproc: fix compilation failure, now really 13 years ago
Yuriy Kaminskiy d16ebec795 postproc: Fix compilation failure. 13 years ago
Yuriy Kaminskiy 2b2617da6b libpostproc: mmx code uses stack below %esp, fix that 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Yuriy Kaminskiy 5d39be73cb Fix warnings about redefining constants when compiling libpostproc. 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Diego Biurrun 386eaeb43f Remove disabled code cruft. 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun ebc3209a7d HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. 16 years ago