15 Commits (4edfceccec5a4f5f62415904dd008a2ab23f5d83)

Author SHA1 Message Date
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Måns Rullgård 800c289a66 less preprocessor magic in version number macros 17 years ago
Måns Rullgård 76a448ed4f Install headers in $prefix/include/$libname 17 years ago
Måns Rullgård 8815bf011e #include avutil.h in postprocess.h 17 years ago
Måns Rullgård e97ac1e6f5 Clean up lib* version definitions 17 years ago
Michael Niedermayer 6c51fd3f2b const 17 years ago
Diego Pettenò 69fdc40db7 Make pp_help a constant array of characters to move it to .rodata. 17 years ago
Diego Pettenò 10ff3ff43b Make pp_help a constant pointer to constant characters, moves it partially 17 years ago
Diego Pettenò ca32534337 Make pp_get_mode_by_name_and_quality accept a constant string. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun 52703a6459 Use filename as multiple inclusion guard. 17 years ago
Diego Biurrun 53eecfdefc Fix 'make checkheaders'. 17 years ago
Diego Biurrun 605315248c Remove extern C declarations for C++. 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 69e9b2cf45 Define separate version number for 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
Michael Niedermayer b0ac780ac5 altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Michael Niedermayer 0426af3111 mpeg2 qscale flag 22 years ago
Michael Niedermayer b304569aff doxy / cosmetics 22 years ago
Michael Niedermayer bba9b16c26 moving postprocess to ffmpeg/libavcodec 22 years ago
Michael Niedermayer 6524b641c0 #ifdef c++ 22 years ago
Michael Niedermayer e9effafdf9 YUV 411/422/444 support for pp 22 years ago
Michael Niedermayer 326d40af06 cleanup 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
Michael Niedermayer a0e8aca364 added compiletime option to turn width%8==0 on 23 years ago
Michael Niedermayer 658a85f26f fixed a bug in the tmp buffer 23 years ago
Michael Niedermayer acced5532e fixed the height%8!=0 bug 23 years ago
Michael Niedermayer a6be81113e minor cleanups 23 years ago
Michael Niedermayer 3b58b885fa rewrote the horizontal lowpass filter to fix a bug which caused a blocky look 23 years ago