summaryrefslogtreecommitdiffstats
path: root/postproc
Commit message (Collapse)AuthorAgeFilesLines
* unusedAlex Beregszaszi2003-06-011-4/+0
| | | | Originally committed as revision 10236 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* vf_scale.h & related cleanup & some small warning fix by dominikMichael Niedermayer2003-06-011-0/+2
| | | | Originally committed as revision 10234 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cs_test cleanup and fix compilation if gui enabledAlex Beregszaszi2003-05-231-3/+2
| | | | Originally committed as revision 10175 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* updateAlex Beregszaszi2003-05-231-0/+10
| | | | Originally committed as revision 10174 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* non-x86 supportAlex Beregszaszi2003-05-231-2/+15
| | | | Originally committed as revision 10173 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* removed the last mp_msg :)Alex Beregszaszi2003-05-013-11/+11
| | | | Originally committed as revision 10047 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>)Michael Niedermayer2003-04-251-3/+9
| | | | Originally committed as revision 9989 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* remove remaining cpudetect dependancyMichael Niedermayer2003-04-257-533/+237
| | | | Originally committed as revision 9988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* moving getFilter stuff back (vf_scale.c -> swscale.c)Michael Niedermayer2003-04-252-1/+79
| | | | Originally committed as revision 9986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* removing sws - global verbose var dependancyMichael Niedermayer2003-04-243-218/+60
| | | | | | | removing sws - cpudetect dependancy (note rgb2rgb still needs it) moving mplayer specific stuff from swscale.c -> vf_scale.c Originally committed as revision 9976 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* killed an mp_msg occuranceAlex Beregszaszi2003-04-211-1/+1
| | | | Originally committed as revision 9971 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* mplayer idependant (not really yet) swscale exampleMichael Niedermayer2003-04-174-133/+207
| | | | Originally committed as revision 9922 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l patch by (Andreas Hess <jaska at gmx dot net>)Andreas Öman2003-04-081-1/+1
| | | | Originally committed as revision 9886 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2003-03-271-2/+2
| | | | Originally committed as revision 9699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10000l (YUV vs. YVU swscale fix/cleanup)Michael Niedermayer2003-03-273-40/+47
| | | | Originally committed as revision 9698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-246-63/+31
| | | | Originally committed as revision 9500 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer2003-02-237-121/+159
| | | | | | sws_scale() returns the number of outputed lines Originally committed as revision 9495 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 100l (gcc 3.2 .....)Michael Niedermayer2003-02-211-1/+1
| | | | Originally committed as revision 9478 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer2003-02-218-808/+617
| | | | | | | | yuv2rgb deglobalize yuv2rgb optimizations / cleanup bugs? Originally committed as revision 9477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-181-84/+20
| | | | Originally committed as revision 9456 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* optimizeMichael Niedermayer2003-02-182-2/+77
| | | | Originally committed as revision 9455 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 1000lMichael Niedermayer2003-02-151-1/+1
| | | | Originally committed as revision 9435 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bigendian bug (fixes?)Michael Niedermayer2003-02-151-74/+34
| | | | Originally committed as revision 9434 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* simpler & fasterMichael Niedermayer2003-02-151-29/+15
| | | | Originally committed as revision 9431 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* moving postprocess to ffmpeg/libavcodecMichael Niedermayer2003-02-145-4233/+1
| | | | | | Originally committed as revision 1586 to svn://svn.ffmpeg.org/ffmpeg/trunk Originally committed as revision 9427 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc Originally committed as revision 9428 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-131-96/+130
| | | | Originally committed as revision 9418 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* brightness / saturation / contrast / different yuv colorspace support for ↵Michael Niedermayer2003-02-132-10/+56
| | | | | | some yuv2rgb converters (many converters still ignore it) Originally committed as revision 9417 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-132-184/+164
| | | | Originally committed as revision 9415 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-133-95/+153
| | | | Originally committed as revision 9414 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* avoid #include "../Michael Niedermayer2003-02-112-5/+5
| | | | Originally committed as revision 9403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* #ifdef c++Michael Niedermayer2003-02-111-1/+15
| | | | Originally committed as revision 9402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -fPIC compileableMichael Niedermayer2003-02-111-35/+28
| | | | Originally committed as revision 9395 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yv12 -> yuy2 converter in alpha asm (from mplayerxp)Michael Niedermayer2003-02-111-2/+50
| | | | Originally committed as revision 9394 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanup (unsigned stride -> int stride)Michael Niedermayer2003-02-115-48/+47
| | | | Originally committed as revision 9393 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuv9 -> yv12 bugfixesMichael Niedermayer2003-02-031-39/+52
| | | | Originally committed as revision 9257 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Michael Niedermayer2003-02-011-2/+2
| | | | Originally committed as revision 9189 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing rgb4 & bgr4 (2 pixels per byte)Michael Niedermayer2003-01-302-12/+150
| | | | | | adding bg4b & rg4b (1 pixel per byte) Originally committed as revision 9172 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* UYVY inputMichael Niedermayer2003-01-232-4/+79
| | | | Originally committed as revision 9072 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* C implementation of the median deinterlacer (seems to be the only oneD Richard Felker III2003-01-232-11/+16
| | | | | | | that generates tolerable output for anime) so it will work on non-MMX architectures. Someone should optimize it better eventually. Originally committed as revision 9071 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* YUV 411/422/444 support for ppMichael Niedermayer2003-01-054-8/+26
| | | | Originally committed as revision 8806 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l another int i missing (without ^M)Sascha Sommer2002-12-301-0/+1
| | | | Originally committed as revision 8667 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l (int i)Michael Niedermayer2002-12-301-1/+2
| | | | Originally committed as revision 8657 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleaning corners of green dirt ;)Michael Niedermayer2002-12-291-2/+18
| | | | Originally committed as revision 8652 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* buffer alloc cleanup / 10lMichael Niedermayer2002-12-292-32/+48
| | | | Originally committed as revision 8631 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski2002-11-232-1/+6
| | | | Originally committed as revision 8255 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing compilation of cs_testMichael Niedermayer2002-11-181-1/+1
| | | | Originally committed as revision 8232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* *HUGE* set of compiler warning fixes, unused variables removalArpi2002-11-061-0/+1
| | | | | | based on patch by Dominik Mierzejewski <dominik@rangers.eu.org> Originally committed as revision 8124 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dont use fastmemcpy for PICMichael Niedermayer2002-11-041-0/+2
| | | | Originally committed as revision 8108 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2002-11-041-1/+1
| | | | Originally committed as revision 8100 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing dependanciesMichael Niedermayer2002-11-041-3/+3
| | | | | | removing stray tabs Originally committed as revision 8099 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
OpenPOWER on IntegriCloud