33 Commits (96a1459ed58ca0afef31327564f97bb28fa498c0)

Author SHA1 Message Date
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
Carl Eugen Hoyos ff5d91d9a1 Fix compilation. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Reimar Döffinger 7cebed70a8 Replace long with x86_reg in postprocess_template.c like in all other 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun aa089f6c05 typo fixes: tempBlured --> tempBlurred 17 years ago
Diego Biurrun 04932b0d97 cosmetics: typo fixes 17 years ago
Diego Biurrun a94948d327 cosmetics: Fix typo in variable name, numSkiped --> numSkipped. 17 years ago
Diego Biurrun 16e0bf7349 cosmetics: Fix indentation to be 4 spaces and consistently place {}. 17 years ago
Måns Rullgård 6fcc9af012 simplify ALIGN_MASK definition 17 years ago
Måns Rullgård b55aa9a904 get register names from x86_cpu.h 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Michael Niedermayer 6c51fd3f2b const 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Reimar Döffinger 0bda781739 Use DECLARE_ALIGNED for alignment in libpostprocess 18 years ago
Diego Biurrun e42dba481f typos/grammar 18 years ago
Diego Biurrun 57177f648d cosmetics: Fix another common typo, gurantee --> guArantee. 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun 02305ff38f Rename SIGN macro to FFSIGN to avoid clashes with system headers. 18 years ago
Diego Biurrun e7becfb25f printf --> av_log with some help from Oded 18 years ago
Diego Biurrun 8925915fcc Change libpostproc to use the FFMIN/FFMAX macros from libavutil. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 6d9a242106 libavcodec/libpostproc ---> libpostproc 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 64c968daaa Add some comments to #ifdef #else #endif blocks and fix wrong ones. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Guillaume Poirier ee8f719308 GCC4 fix 20 years ago
Måns Rullgård 30344a83e0 remove/replace non-ascii characters 20 years ago
Michael Niedermayer 5fddb9b382 GCC4 fix by (Keenan Pepper (keenanpepper gmail com) 20 years ago
Jindřich Makovička 655f688d54 support for negative strides 20 years ago
D Richard Felker III 4471e59b24 1000l 20 years ago
Aurelien Jacobs 053dea12f2 adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) 20 years ago
Michael Niedermayer a5cd3c48fb 100l (signed vs. unsigend) 20 years ago
Romain Dolbeau 20646267cd Another (final?) patch for libpostproc. 21 years ago
Romain Dolbeau a7b2871cd1 Newer version, using a vectorized version of the 21 years ago
Michael Niedermayer 39d89b6966 per line lowpass filter in mmx 21 years ago
Michael Niedermayer 792a5a7c6a mmx optimized version of the per line/accurate deblock filter 21 years ago
Michael Niedermayer 8c8bbd10e0 faster c lowpass filter 21 years ago
Michael Niedermayer 12eebd26ae accurate/slow (per line instead of per block) deblock filter spport which is identical to what is recommanded in the mpeg4 spec 21 years ago