summaryrefslogtreecommitdiff
path: root/postproc
Commit message (Collapse)AuthorAge
* 1000lMichael Niedermayer2003-11-06
| | | | Originally committed as revision 11407 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -sws 0 && -ssf chs fixedMichael Niedermayer2003-11-04
| | | | Originally committed as revision 11380 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l (forgot that the dstW offset is hardcoded in the asm)Michael Niedermayer2003-11-03
| | | | Originally committed as revision 11369 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv)Michael Niedermayer2003-10-22
| | | | Originally committed as revision 11214 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dither scaling coefficients so they add up to 1.0Michael Niedermayer2003-10-15
| | | | Originally committed as revision 11124 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* rounding fixesMichael Niedermayer2003-10-15
| | | | Originally committed as revision 11123 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yv12->uyvy MMXMichael Niedermayer2003-10-10
| | | | Originally committed as revision 11073 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 1E10lMichael Niedermayer2003-10-10
| | | | | | | | | | | | #undef ARCH_X86 ... #ifdef ARCH_X86 ... #define ARCH_X86 ... #endif Originally committed as revision 11072 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2003-10-09
| | | | Originally committed as revision 11071 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* uyvy output support in swscalerAlex Beregszaszi2003-10-09
| | | | Originally committed as revision 11069 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Fixed the brokeness and also bgr32 should work now. Patch by Ken Mandelberg ↵Ken Mandelberg2003-10-07
| | | | | | <km@mathcs.emory.edu> Originally committed as revision 11038 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* many small typo and grammar fixesGabucino2003-10-04
| | | | | | Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk> Originally committed as revision 11001 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* srcSliceY % 4 != 0 fixMichael Niedermayer2003-09-26
| | | | Originally committed as revision 10953 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* reversed for cause of code obsolescencePierre Lombard2003-09-21
| | | | Originally committed as revision 10896 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* printf() requires stdio.hPierre Lombard2003-09-20
| | | | Originally committed as revision 10891 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* remove cs_test and swscale-example tooAlex Beregszaszi2003-07-28
| | | | Originally committed as revision 10497 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing "internal error in orderYUV" bugMichael Niedermayer2003-06-19
| | | | Originally committed as revision 10313 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unusedAlex Beregszaszi2003-06-01
| | | | 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-01
| | | | Originally committed as revision 10234 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cs_test cleanup and fix compilation if gui enabledAlex Beregszaszi2003-05-23
| | | | Originally committed as revision 10175 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* updateAlex Beregszaszi2003-05-23
| | | | Originally committed as revision 10174 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* non-x86 supportAlex Beregszaszi2003-05-23
| | | | Originally committed as revision 10173 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* removed the last mp_msg :)Alex Beregszaszi2003-05-01
| | | | 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-25
| | | | Originally committed as revision 9989 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* remove remaining cpudetect dependancyMichael Niedermayer2003-04-25
| | | | 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-25
| | | | Originally committed as revision 9986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* removing sws - global verbose var dependancyMichael Niedermayer2003-04-24
| | | | | | | 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-21
| | | | Originally committed as revision 9971 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* mplayer idependant (not really yet) swscale exampleMichael Niedermayer2003-04-17
| | | | 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-08
| | | | Originally committed as revision 9886 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2003-03-27
| | | | Originally committed as revision 9699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10000l (YUV vs. YVU swscale fix/cleanup)Michael Niedermayer2003-03-27
| | | | Originally committed as revision 9698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-24
| | | | Originally committed as revision 9500 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer2003-02-23
| | | | | | 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-21
| | | | Originally committed as revision 9478 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer2003-02-21
| | | | | | | | yuv2rgb deglobalize yuv2rgb optimizations / cleanup bugs? Originally committed as revision 9477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-18
| | | | Originally committed as revision 9456 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* optimizeMichael Niedermayer2003-02-18
| | | | Originally committed as revision 9455 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 1000lMichael Niedermayer2003-02-15
| | | | Originally committed as revision 9435 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bigendian bug (fixes?)Michael Niedermayer2003-02-15
| | | | Originally committed as revision 9434 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* simpler & fasterMichael Niedermayer2003-02-15
| | | | Originally committed as revision 9431 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* moving postprocess to ffmpeg/libavcodecMichael Niedermayer2003-02-14
| | | | | | 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-13
| | | | Originally committed as revision 9418 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* brightness / saturation / contrast / different yuv colorspace support for ↵Michael Niedermayer2003-02-13
| | | | | | some yuv2rgb converters (many converters still ignore it) Originally committed as revision 9417 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-13
| | | | Originally committed as revision 9415 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-13
| | | | Originally committed as revision 9414 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* avoid #include "../Michael Niedermayer2003-02-11
| | | | Originally committed as revision 9403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* #ifdef c++Michael Niedermayer2003-02-11
| | | | Originally committed as revision 9402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -fPIC compileableMichael Niedermayer2003-02-11
| | | | Originally committed as revision 9395 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yv12 -> yuy2 converter in alpha asm (from mplayerxp)Michael Niedermayer2003-02-11
| | | | Originally committed as revision 9394 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc