19 Commits (8cd8eaa54675527c4a22ff108f516768edc3258a)

Author SHA1 Message Date
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 16e0bf7349 cosmetics: Fix indentation to be 4 spaces and consistently place {}. 17 years ago
Michael Niedermayer ae77c4b007 Make src const. 17 years ago
Michael Niedermayer b0ddba1291 void arithmetic 17 years ago
Michael Niedermayer 927688d6e0 unused 17 years ago
Diego Pettenò 9656df7994 Remove clip_table as it is not used anymore. 17 years ago
Diego Pettenò 31bfd6f34f Make the av_class member of PPContext a poiner to constant AVClass. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun 53eecfdefc Fix 'make checkheaders'. 18 years ago
Guillaume Poirier efb775777f add a comment to indicate which #endif belong to which #define 18 years ago
Måns Rullgård 699b3f99d0 add multiple inclusion guards to headers 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Diego Biurrun e7becfb25f printf --> av_log with some help from Oded 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Luca Barbato 6ab6c7c3cc make postproc use avutil 18 years ago
Luca Barbato 24dd8c616d Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org> 19 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 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 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Jindřich Makovička 655f688d54 support for negative strides 20 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
Michael Niedermayer 2e90b37c5e mpeg2 QP clamping fix 21 years ago
Michael Niedermayer 0426af3111 mpeg2 qscale flag 22 years ago
Michael Niedermayer 134eb1e504 fixing cliping of c deinterlacers 22 years ago
Michael Niedermayer b304569aff doxy / cosmetics 22 years ago
Michael Niedermayer bba9b16c26 moving postprocess to ffmpeg/libavcodec 22 years ago
Michael Niedermayer e9effafdf9 YUV 411/422/444 support for pp 22 years ago
Michael Niedermayer 88c0bc7e9c buffer alloc cleanup / 10l 22 years ago
Michael Niedermayer c41d972d9c cleanup 22 years ago
Michael Niedermayer b401ebad91 cosmetics requested by kabi 22 years ago
Michael Niedermayer fa6ea14e40 per context cpuCaps (idea by kabi) 22 years ago
Michael Niedermayer 4407a3c47a change qscale type to int8 and fix qscale ordering 22 years ago
Michael Niedermayer b49d916512 using same numbers for cpuCaps as libmpeg2 & liba52 22 years ago
Michael Niedermayer 4603ed8f91 cleanly passing the cpuCaps 22 years ago
Michael Niedermayer df8d4d0ed5 cleanup 22 years ago
Michael Niedermayer 9cb54f4311 cosmetics ;) 22 years ago
Michael Niedermayer ec487e5db8 better deblocking filter 22 years ago
Michael Niedermayer 9c9e467d8d postprocessing cleanup: 22 years ago
Michael Niedermayer 096172d435 fix typo found by Milan Cutka <cutka@szm.sk> 23 years ago
Michael Niedermayer 8aaac43576 -npp fq:<quantizer> 23 years ago
Michael Niedermayer 07f8991b60 minor brightness/contrast bugfix / moved some global vars into ppMode 23 years ago
Michael Niedermayer 45b4f28550 new -pp options stuff (-npp ...) 23 years ago
Michael Niedermayer 06c4804a79 compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound 23 years ago
Michael Niedermayer 117e45b03b temporal noise reducer in C (-pp 0x100000) 23 years ago
Michael Niedermayer cf76316aa3 just a few "not implemented yet" removed 23 years ago
Michael Niedermayer 911879d15e auto brightness/ contrast bugfix 23 years ago
Arpi 311832de1f PP_FUNNY_STRIDE disabled 23 years ago