summaryrefslogtreecommitdiffstats
path: root/postproc
Commit message (Collapse)AuthorAgeFilesLines
* altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)michael2004-03-141-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12024 b3059339-0415-0410-9bf9-f77b7e298cf2
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by ↵michael2004-03-114-2/+244
| | | | | | (Romain Dolbeau <dolbeau at irisa dot fr>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12018 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct C init tablesalex2003-12-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11692 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lmichael2003-11-061-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11407 b3059339-0415-0410-9bf9-f77b7e298cf2
* -sws 0 && -ssf chs fixedmichael2003-11-041-11/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11380 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (forgot that the dstW offset is hardcoded in the asm)michael2003-11-031-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11369 b3059339-0415-0410-9bf9-f77b7e298cf2
* minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv)michael2003-10-221-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11214 b3059339-0415-0410-9bf9-f77b7e298cf2
* dither scaling coefficients so they add up to 1.0michael2003-10-151-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11124 b3059339-0415-0410-9bf9-f77b7e298cf2
* rounding fixesmichael2003-10-153-22/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11123 b3059339-0415-0410-9bf9-f77b7e298cf2
* yv12->uyvy MMXmichael2003-10-101-0/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11073 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1E10lmichael2003-10-101-11/+7
| | | | | | | | | | | | | #undef ARCH_X86 ... #ifdef ARCH_X86 ... #define ARCH_X86 ... #endif git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11072 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2003-10-091-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11071 b3059339-0415-0410-9bf9-f77b7e298cf2
* uyvy output support in swscaleralex2003-10-093-4/+98
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11069 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed the brokeness and also bgr32 should work now. Patch by Ken Mandelberg ↵alex2003-10-071-7/+7
| | | | | | <km@mathcs.emory.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11038 b3059339-0415-0410-9bf9-f77b7e298cf2
* many small typo and grammar fixesgabucino2003-10-043-17/+17
| | | | | | | Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11001 b3059339-0415-0410-9bf9-f77b7e298cf2
* srcSliceY % 4 != 0 fixmichael2003-09-261-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10953 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversed for cause of code obsolescencepl2003-09-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10896 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf() requires stdio.hpl2003-09-201-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10891 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove cs_test and swscale-example tooalex2003-07-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10497 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing "internal error in orderYUV" bugmichael2003-06-191-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10313 b3059339-0415-0410-9bf9-f77b7e298cf2
* unusedalex2003-06-011-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10236 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_scale.h & related cleanup & some small warning fix by dominikmichael2003-06-011-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10234 b3059339-0415-0410-9bf9-f77b7e298cf2
* cs_test cleanup and fix compilation if gui enabledalex2003-05-231-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10175 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatealex2003-05-231-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10174 b3059339-0415-0410-9bf9-f77b7e298cf2
* non-x86 supportalex2003-05-231-2/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10173 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed the last mp_msg :)alex2003-05-013-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10047 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>)michael2003-04-251-3/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9989 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove remaining cpudetect dependancymichael2003-04-257-533/+237
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9988 b3059339-0415-0410-9bf9-f77b7e298cf2
* moving getFilter stuff back (vf_scale.c -> swscale.c)michael2003-04-252-1/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9986 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing sws - global verbose var dependancymichael2003-04-243-218/+60
| | | | | | | | removing sws - cpudetect dependancy (note rgb2rgb still needs it) moving mplayer specific stuff from swscale.c -> vf_scale.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9976 b3059339-0415-0410-9bf9-f77b7e298cf2
* killed an mp_msg occurancealex2003-04-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9971 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer idependant (not really yet) swscale examplemichael2003-04-174-133/+207
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9922 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l patch by (Andreas Hess <jaska at gmx dot net>)michael2003-04-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9886 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2003-03-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9699 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000l (YUV vs. YVU swscale fix/cleanup)michael2003-03-273-40/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9698 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupmichael2003-02-246-63/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9500 b3059339-0415-0410-9bf9-f77b7e298cf2
* sws_ prefix, more seperation between internal & external swscaler APImichael2003-02-237-121/+159
| | | | | | | sws_scale() returns the number of outputed lines git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9495 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l (gcc 3.2 .....)michael2003-02-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9478 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedmichael2003-02-218-808/+617
| | | | | | | | | yuv2rgb deglobalize yuv2rgb optimizations / cleanup bugs? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9477 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupmichael2003-02-181-84/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9456 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimizemichael2003-02-182-2/+77
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9455 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lmichael2003-02-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9435 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendian bug (fixes?)michael2003-02-151-74/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9434 b3059339-0415-0410-9bf9-f77b7e298cf2
* simpler & fastermichael2003-02-151-29/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9431 b3059339-0415-0410-9bf9-f77b7e298cf2
* in libavcodec now -> removemichael2003-02-144-4202/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9428 b3059339-0415-0410-9bf9-f77b7e298cf2
* moving postprocess code to libavcodecmichael2003-02-141-31/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9427 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupmichael2003-02-131-96/+130
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9418 b3059339-0415-0410-9bf9-f77b7e298cf2
* brightness / saturation / contrast / different yuv colorspace support for ↵michael2003-02-132-10/+56
| | | | | | some yuv2rgb converters (many converters still ignore it) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9417 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupmichael2003-02-132-184/+164
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9415 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupmichael2003-02-133-95/+153
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9414 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid #include "../michael2003-02-112-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9403 b3059339-0415-0410-9bf9-f77b7e298cf2
* #ifdef c++michael2003-02-111-1/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9402 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fPIC compileablemichael2003-02-111-35/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9395 b3059339-0415-0410-9bf9-f77b7e298cf2
* yv12 -> yuy2 converter in alpha asm (from mplayerxp)michael2003-02-111-2/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9394 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup (unsigned stride -> int stride)michael2003-02-115-48/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9393 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv9 -> yv12 bugfixesmichael2003-02-031-39/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9257 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2003-02-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9189 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing rgb4 & bgr4 (2 pixels per byte)michael2003-01-302-12/+150
| | | | | | | adding bg4b & rg4b (1 pixel per byte) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9172 b3059339-0415-0410-9bf9-f77b7e298cf2
* UYVY inputmichael2003-01-232-4/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9072 b3059339-0415-0410-9bf9-f77b7e298cf2
* C implementation of the median deinterlacer (seems to be the only onerfelker2003-01-232-11/+16
| | | | | | | | that generates tolerable output for anime) so it will work on non-MMX architectures. Someone should optimize it better eventually. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9071 b3059339-0415-0410-9bf9-f77b7e298cf2
* YUV 411/422/444 support for ppmichael2003-01-054-8/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8806 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l another int i missing (without ^M)faust32002-12-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8667 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (int i)michael2002-12-301-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8657 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleaning corners of green dirt ;)michael2002-12-291-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8652 b3059339-0415-0410-9bf9-f77b7e298cf2
* buffer alloc cleanup / 10lmichael2002-12-292-32/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8631 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-232-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8255 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing compilation of cs_testmichael2002-11-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8232 b3059339-0415-0410-9bf9-f77b7e298cf2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+1
| | | | | | | based on patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8124 b3059339-0415-0410-9bf9-f77b7e298cf2
* dont use fastmemcpy for PICmichael2002-11-041-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8108 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-11-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8100 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing dependanciesmichael2002-11-041-3/+3
| | | | | | | removing stray tabs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8099 b3059339-0415-0410-9bf9-f77b7e298cf2
* pp docsmichael2002-11-031-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8077 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupmichael2002-11-022-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8041 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanupmichael2002-11-023-145/+179
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8039 b3059339-0415-0410-9bf9-f77b7e298cf2
* verbose can be negativearpi2002-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8028 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics requested by kabimichael2002-11-012-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8020 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabling compilation of .so if its not needed, gcc 3.1 seems to have ↵michael2002-10-311-1/+5
| | | | | | problems with it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7995 b3059339-0415-0410-9bf9-f77b7e298cf2
* using fewer registers ... to workaround somethingmichael2002-10-311-18/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7991 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing "-npp" (found by arpi)michael2002-10-301-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7987 b3059339-0415-0410-9bf9-f77b7e298cf2
* per context cpuCaps (idea by kabi)michael2002-10-302-15/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7986 b3059339-0415-0410-9bf9-f77b7e298cf2
* change qscale type to int8 and fix qscale orderingmichael2002-10-303-8/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7985 b3059339-0415-0410-9bf9-f77b7e298cf2
* using same numbers for cpuCaps as libmpeg2 & liba52michael2002-10-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7974 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanly passing the cpuCapsmichael2002-10-302-13/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7973 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-10-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7969 b3059339-0415-0410-9bf9-f77b7e298cf2
*