summaryrefslogtreecommitdiff
path: root/libavcodec/libpostproc
Commit message (Collapse)AuthorAge
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-26
| | | | | | based on a patch by Lina Pezzella <J4rg0n -- at -- gentoo -- dot -- org> Originally committed as revision 4616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-27
| | | | Originally committed as revision 4397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC4 fixGuillaume Poirier2005-06-23
| | | | Originally committed as revision 4388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)Jacob Meuser2005-05-22
| | | | Originally committed as revision 4303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch ↵Aurelien Jacobs2005-05-19
| | | | | | from <j at v2v.cc>) Originally committed as revision 4276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix shared libpostproc buildMåns Rullgård2005-05-18
| | | | Originally committed as revision 4272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove/replace non-ascii charactersMåns Rullgård2005-05-13
| | | | Originally committed as revision 4237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing pp=ac to pp_help.Diego Biurrun2005-05-11
| | | | Originally committed as revision 4221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC4 fix by (Keenan Pepper (keenanpepper gmail com)Michael Niedermayer2005-05-05
| | | | Originally committed as revision 4177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace stray spaces by a tab.Diego Biurrun2005-03-23
| | | | Originally committed as revision 4074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable luma in postprocess filters patch by (Tuukka Toivonen |tuukkat ↵Tuukka Toivonen2005-03-19
| | | | | | | | ee.oulu fi) fixed by myself Originally committed as revision 4056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)Luca Barbato2005-03-16
| | | | Originally committed as revision 4050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for negative stridesJindřich Makovička2005-02-27
| | | | Originally committed as revision 3989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build libpostproc out of source directory patch by (James A. Morrison ↵James A. Morrison2005-02-04
| | | | | | >ja2morri csclub.uwaterloo ca>) Originally committed as revision 3933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention the l5 pp filter in 'mplayer -pphelp' output.Diego Biurrun2005-01-15
| | | | Originally committed as revision 3837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make -pphelp output consistent with the other instances of -xxx help.Diego Biurrun2005-01-03
| | | | Originally committed as revision 3792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>)Drew Hess2004-12-18
| | | | Originally committed as revision 3757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000lD Richard Felker III2004-10-12
| | | | | | | | btw what is the sense in all these nonsense REAL_* macros? the extra level of indirection seems to help nothing... can we reverse that and commit a sane replacement? Originally committed as revision 3587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 ↵Aurelien Jacobs2004-10-11
| | | | | | patch by (Aurelien Jacobs <aurel at gnuage dot org>) Originally committed as revision 3578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build process: libpostproc patch by (Franti?ek Dvo?ák <valtri at users dot ↵Frantisek Dvorak2004-10-05
| | | | | | sourceforge dot net>) Originally committed as revision 3559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux ↵Michel Bardiaux2004-10-01
| | | | | | <mbardiaux at peaktime dot be>) Originally committed as revision 3546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (signed vs. unsigend)Michael Niedermayer2004-09-28
| | | | Originally committed as revision 3530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix by (Marcin 'Morgoth' Kurek <morgoth6 at box43 dot pl>)Michael Niedermayer2004-08-25
| | | | Originally committed as revision 3415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* buglet in libpostproc Makefile patch by (Brendan Kehoe <brendan at zen dot org>)Brendan Kehoe2004-07-10
| | | | Originally committed as revision 3303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove AltiVec.linux warning patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2004-06-05
| | | | Originally committed as revision 3194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another (final?) patch for libpostproc.Romain Dolbeau2004-05-30
| | | | | | | | | | | | | This one replace horizClassify by a transpose/(use Vert)/transpose sequence. This add LowPass and DefFilter for "free". I also fixed the header in postprocess.c and special-cased some of the well-aligned cases (all horiz stuff is well-aligned). patch by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 3175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Newer version, using a vectorized version of theRomain Dolbeau2004-05-28
| | | | | | | | | | | | new organisation of code in doVertLowPass. it seems to be faster in AltiVec also... Also includes a compile fix for the new do_a_deblock when using AltiVec. patch by (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 3167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per line lowpass filter in mmxMichael Niedermayer2004-05-28
| | | | Originally committed as revision 3166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx optimized version of the per line/accurate deblock filterMichael Niedermayer2004-05-27
| | | | | | vertical default mmx deblock filter fix Originally committed as revision 3165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster c lowpass filterMichael Niedermayer2004-05-27
| | | | Originally committed as revision 3164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* accurate/slow (per line instead of per block) deblock filter spport which is ↵Michael Niedermayer2004-05-27
| | | | | | identical to what is recommanded in the mpeg4 spec Originally committed as revision 3163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau ↵Michael Niedermayer2004-05-26
| | | | | | at irisa dot fr>) Originally committed as revision 3162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-25
| | | | Originally committed as revision 3156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some of the warning fixes by (Michael Roitzsch <mroi at users dot ↵Michael Niedermayer2004-05-18
| | | | | | sourceforge dot net>) Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))Dmitry Baryshkov2004-03-01
| | | | Originally committed as revision 2832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed includesAlex Beregszaszi2004-01-31
| | | | Originally committed as revision 2739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 QP clamping fixMichael Niedermayer2004-01-04
| | | | Originally committed as revision 2663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* linear blend 1 line shift fixMichael Niedermayer2003-10-28
| | | | Originally committed as revision 2443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition fixes (courtesy of Diego BiurrunMike Melanson2003-09-14
| | | | | | <diego at biurrun.de>) Originally committed as revision 2273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 2.95 workaroundMichael Niedermayer2003-06-28
| | | | Originally committed as revision 1992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blinking blocks around thin vertical lines and dots bugfixMichael Niedermayer2003-06-26
| | | | Originally committed as revision 1988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning and compatibility fixes.Falk Hüffner2003-05-24
| | | | Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>)Dan Christiansen2003-05-11
| | | | Originally committed as revision 1853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* looks better (req. for mp-G2)Arpi2003-05-03
| | | | Originally committed as revision 1830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better? default thresholds, if this is worse for any files, then tell us ASAPMichael Niedermayer2003-04-18
| | | | Originally committed as revision 1787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 qscale flagMichael Niedermayer2003-04-18
| | | | | | | a few bugfixes for the C pp code minor optimization Originally committed as revision 1786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2003-03-31
| | | | Originally committed as revision 1721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster C linear blend & interpolate deinterlacersMichael Niedermayer2003-03-29
| | | | Originally committed as revision 1716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing cliping of c deinterlacersMichael Niedermayer2003-03-29
| | | | | | 5 tap lowpass deinterlacer Originally committed as revision 1715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy / cosmeticsMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1637 to svn://svn.ffmpeg.org/ffmpeg/trunk