| Commit message (Expand) | Author | Age | Files | Lines |
* | one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfa... | michael | 2005-06-02 | 1 | -3/+8 |
* | Should fix altivec detection for g3 system. | nplourde | 2005-05-20 | 1 | -4/+5 |
* | unused define | alex | 2005-04-29 | 1 | -6/+0 |
* | fix palette8tobgr32/palette8torgb32 on big endian | nplourde | 2005-04-27 | 1 | -0/+13 |
* | check for negative strides before memcpy | henry | 2005-04-24 | 1 | -4/+4 |
* | support for both orderings of the slices (top->down / bottom->up) | henry | 2005-04-24 | 2 | -4/+29 |
* | Fixes rgb32to16 conversion for I think all platforms since the int8 | diego | 2005-03-22 | 1 | -4/+2 |
* | 100l, forgot to change an ifdef on last commit | reimar | 2005-02-23 | 1 | -1/+1 |
* | fix for MAP_ANON vs. MAP_ANONYMOUS fix... | reimar | 2005-02-22 | 1 | -1/+4 |
* | Improved NV12/NV21 support. | syrjala | 2005-02-16 | 2 | -6/+97 |
* | FreeBSD fix | nexus | 2005-02-14 | 1 | -0/+1 |
* | Compile fix on non-x86 | reimar | 2005-02-01 | 1 | -0/+2 |
* | makes funnyCode pages executable (for CPU with NX bit) | aurel | 2005-01-31 | 2 | -2/+24 |
* | fix few x86_64 registers handling | aurel | 2005-01-21 | 2 | -6/+34 |
* | 100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_ | reimar | 2005-01-19 | 1 | -2/+2 |
* | 10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patch | aurel | 2004-10-22 | 1 | -6/+6 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 | aurel | 2004-10-21 | 7 | -672/+683 |
* | postproc/yuv2rgb_altivec.c compile fix | michael | 2004-10-05 | 3 | -96/+238 |
* | lot of bigendian fixes | alex | 2004-09-21 | 1 | -0/+34 |
* | passing an array or double precission parameters for the scaling function, in... | michael | 2004-09-18 | 3 | -20/+27 |
* | width instead of chromWidth causing segfault in some cases | reimar | 2004-08-10 | 1 | -1/+1 |
* | fix altivec.h inclusion (vector keyword in structure) | alex | 2004-07-17 | 2 | -3/+4 |
* | simplify the init | alex | 2004-07-17 | 1 | -45/+13 |
* | some fixes | alex | 2004-07-17 | 1 | -14/+9 |
* | Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at iris... | michael | 2004-07-06 | 2 | -0/+159 |
* | altivec yuv->rgb converter | michael | 2004-06-27 | 7 | -2/+878 |
* | bigendian fix | alex | 2004-06-25 | 1 | -1/+1 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+1 |
* | small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at i... | michael | 2004-06-04 | 1 | -8/+6 |
* | bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>) | michael | 2004-05-02 | 1 | -0/+10 |
* | this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as such | rfelker | 2004-05-01 | 2 | -10/+10 |
* | attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) | michael | 2004-04-26 | 3 | -52/+52 |
* | AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ... | michael | 2004-04-06 | 3 | -10/+222 |
* | make gcc happy under hurd | alex | 2004-04-05 | 1 | -6/+6 |
* | altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>) | michael | 2004-03-14 | 1 | -0/+3 |
* | AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R... | michael | 2004-03-11 | 4 | -2/+244 |
* | correct C init tables | alex | 2003-12-27 | 1 | -2/+2 |
* | 1000l | michael | 2003-11-06 | 1 | -1/+4 |
* | -sws 0 && -ssf chs fixed | michael | 2003-11-04 | 1 | -11/+12 |
* | 10l (forgot that the dstW offset is hardcoded in the asm) | michael | 2003-11-03 | 1 | -6/+6 |
* | minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv) | michael | 2003-10-22 | 1 | -4/+3 |
* | dither scaling coefficients so they add up to 1.0 | michael | 2003-10-15 | 1 | -1/+6 |
* | rounding fixes | michael | 2003-10-15 | 3 | -22/+27 |
* | yv12->uyvy MMX | michael | 2003-10-10 | 1 | -0/+44 |
* | 1E10l | michael | 2003-10-10 | 1 | -11/+7 |
* | 10l | michael | 2003-10-09 | 1 | -0/+9 |
* | uyvy output support in swscaler | alex | 2003-10-09 | 3 | -4/+98 |
* | Fixed the brokeness and also bgr32 should work now. Patch by Ken Mandelberg <... | alex | 2003-10-07 | 1 | -7/+7 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 3 | -17/+17 |
* | srcSliceY % 4 != 0 fix | michael | 2003-09-26 | 1 | -1/+4 |
* | reversed for cause of code obsolescence | pl | 2003-09-21 | 1 | -1/+1 |
* | printf() requires stdio.h | pl | 2003-09-20 | 1 | -0/+2 |
* | remove cs_test and swscale-example too | alex | 2003-07-28 | 1 | -2/+2 |
* | fixing "internal error in orderYUV" bug | michael | 2003-06-19 | 1 | -1/+2 |
* | unused | alex | 2003-06-01 | 1 | -4/+0 |
* | vf_scale.h & related cleanup & some small warning fix by dominik | michael | 2003-06-01 | 1 | -0/+2 |
* | cs_test cleanup and fix compilation if gui enabled | alex | 2003-05-23 | 1 | -3/+2 |
* | update | alex | 2003-05-23 | 1 | -0/+10 |
* | non-x86 support | alex | 2003-05-23 | 1 | -2/+15 |
* | removed the last mp_msg :) | alex | 2003-05-01 | 3 | -11/+11 |
* | bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>) | michael | 2003-04-25 | 1 | -3/+9 |
* | remove remaining cpudetect dependancy | michael | 2003-04-25 | 7 | -533/+237 |
* | moving getFilter stuff back (vf_scale.c -> swscale.c) | michael | 2003-04-25 | 2 | -1/+79 |
* | removing sws - global verbose var dependancy | michael | 2003-04-24 | 3 | -218/+60 |
* | killed an mp_msg occurance | alex | 2003-04-21 | 1 | -1/+1 |
* | mplayer idependant (not really yet) swscale example | michael | 2003-04-17 | 4 | -133/+207 |
* | 10l patch by (Andreas Hess <jaska at gmx dot net>) | michael | 2003-04-08 | 1 | -1/+1 |
* | 10l | michael | 2003-03-27 | 1 | -2/+2 |
* | 10000l (YUV vs. YVU swscale fix/cleanup) | michael | 2003-03-27 | 3 | -40/+47 |
* | cleanup | michael | 2003-02-24 | 6 | -63/+31 |
* | sws_ prefix, more seperation between internal & external swscaler API | michael | 2003-02-23 | 7 | -121/+159 |
* | 100l (gcc 3.2 .....) | michael | 2003-02-21 | 1 | -1/+1 |
* | yuv2rgb brightness/contrast/saturation/different colorspaces support finished | michael | 2003-02-21 | 8 | -808/+617 |
* | cleanup | michael | 2003-02-18 | 1 | -84/+20 |
* | optimize | michael | 2003-02-18 | 2 | -2/+77 |
* | 1000l | michael | 2003-02-15 | 1 | -1/+1 |
* | bigendian bug (fixes?) | michael | 2003-02-15 | 1 | -74/+34 |
* | simpler & faster | michael | 2003-02-15 | 1 | -29/+15 |
* | in libavcodec now -> remove | michael | 2003-02-14 | 4 | -4202/+0 |
* | moving postprocess code to libavcodec | michael | 2003-02-14 | 1 | -31/+1 |
* | cleanup | michael | 2003-02-13 | 1 | -96/+130 |
* | brightness / saturation / contrast / different yuv colorspace support for som... | michael | 2003-02-13 | 2 | -10/+56 |
* | cleanup | michael | 2003-02-13 | 2 | -184/+164 |
* | cleanup | michael | 2003-02-13 | 3 | -95/+153 |
* | avoid #include "../ | michael | 2003-02-11 | 2 | -5/+5 |
* | #ifdef c++ | michael | 2003-02-11 | 1 | -1/+15 |
* | -fPIC compileable | michael | 2003-02-11 | 1 | -35/+28 |
* | yv12 -> yuy2 converter in alpha asm (from mplayerxp) | michael | 2003-02-11 | 1 | -2/+50 |
* | cleanup (unsigned stride -> int stride) | michael | 2003-02-11 | 5 | -48/+47 |
* | yuv9 -> yv12 bugfixes | michael | 2003-02-03 | 1 | -39/+52 |
* | 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | michael | 2003-02-01 | 1 | -2/+2 |
* | fixing rgb4 & bgr4 (2 pixels per byte) | michael | 2003-01-30 | 2 | -12/+150 |
* | UYVY input | michael | 2003-01-23 | 2 | -4/+79 |
* | C implementation of the median deinterlacer (seems to be the only one | rfelker | 2003-01-23 | 2 | -11/+16 |
* | YUV 411/422/444 support for pp | michael | 2003-01-05 | 4 | -8/+26 |
* | 10l another int i missing (without ^M) | faust3 | 2002-12-30 | 1 | -0/+1 |
* | 10l (int i) | michael | 2002-12-30 | 1 | -1/+2 |
* | cleaning corners of green dirt ;) | michael | 2002-12-29 | 1 | -2/+18 |
* | buffer alloc cleanup / 10l | michael | 2002-12-29 | 2 | -32/+48 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | michael | 2002-11-23 | 2 | -1/+6 |
* | fixing compilation of cs_test | michael | 2002-11-18 | 1 | -1/+1 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+1 |
* | dont use fastmemcpy for PIC | michael | 2002-11-04 | 1 | -0/+2 |
* | 10l | michael | 2002-11-04 | 1 | -1/+1 |
* | fixing dependancies | michael | 2002-11-04 | 1 | -3/+3 |
* | pp docs | michael | 2002-11-03 | 1 | -6/+5 |
* | cleanup | michael | 2002-11-02 | 2 | -8/+8 |
* | cleanup | michael | 2002-11-02 | 3 | -145/+179 |
* | verbose can be negative | arpi | 2002-11-01 | 1 | -1/+1 |
* | cosmetics requested by kabi | michael | 2002-11-01 | 2 | -5/+5 |
* | disabling compilation of .so if its not needed, gcc 3.1 seems to have problem... | michael | 2002-10-31 | 1 | -1/+5 |
* | using fewer registers ... to workaround something | michael | 2002-10-31 | 1 | -18/+17 |
* | removing "-npp" (found by arpi) | michael | 2002-10-30 | 1 | -4/+4 |
* | per context cpuCaps (idea by kabi) | michael | 2002-10-30 | 2 | -15/+10 |
* | change qscale type to int8 and fix qscale ordering | michael | 2002-10-30 | 3 | -8/+10 |
* | using same numbers for cpuCaps as libmpeg2 & liba52 | michael | 2002-10-30 | 1 | -3/+3 |
* | cleanly passing the cpuCaps | michael | 2002-10-30 | 2 | -13/+16 |
* | 10l | michael | 2002-10-29 | 1 | -0/+2 |
* | cleanup | michael | 2002-10-29 | 3 | -55/+24 |
* | cosmetics ;) | michael | 2002-10-29 | 2 | -11/+10 |
* | better deblocking filter | michael | 2002-10-29 | 3 | -63/+101 |
* | -fomit-frame-pointer is needed for the PIC code | michael | 2002-10-29 | 1 | -1/+1 |
* | using fewer registers (fixes compilation bug hopefully) | michael | 2002-10-29 | 1 | -5/+6 |
* | fix compilation on non-x86 with gcc 2.95 | colin | 2002-10-29 | 1 | -0/+2 |
* | postprocessing cleanup: | michael | 2002-10-28 | 4 | -870/+661 |
* | fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot ... | michael | 2002-10-23 | 1 | -0/+9 |
* | avoid multiple init | michael | 2002-10-17 | 1 | -2/+2 |
* | fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant) | michael | 2002-10-13 | 1 | -10/+11 |
* | mmx yuy2 output | michael | 2002-10-13 | 2 | -25/+163 |
* | yuy2 output support | michael | 2002-10-13 | 2 | -11/+40 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -1/+5 |
* | use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WO... | arpi | 2002-09-16 | 1 | -1/+2 |
* | fixing y422p output | michael | 2002-09-09 | 1 | -2/+4 |
* | fixed palette8to{rgb24,bgr24,rgb32,bgr32} | alex | 2002-09-09 | 1 | -17/+21 |
* | warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> | arpi | 2002-09-01 | 1 | -0/+2 |
* | added missing palette8tobgr pairs (hope it's correct) | alex | 2002-08-30 | 1 | -0/+54 |
* | removed -W -Wall -g and other gcc-specific warning/debug options | arpi | 2002-08-22 | 1 | -1/+1 |
* | remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>) | michael | 2002-08-13 | 1 | -3/+3 |
* | 1000l | michael | 2002-08-08 | 1 | -1/+1 |
* | planar yuv 444 422 411 support | michael | 2002-08-01 | 1 | -3/+19 |
* | fixing sinc filter (seems the problem was caused by rounding in pmulhw -> sol... | michael | 2002-07-09 | 2 | -6/+12 |
* | more scaling algos | michael | 2002-07-04 | 2 | -50/+107 |
* | using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4) | michael | 2002-06-30 | 1 | -352/+140 |
* | last line messed up in Y800 bugfix | michael | 2002-06-30 | 1 | -2/+2 |
* | fixing rgb24tobgr32 | michael | 2002-06-30 | 1 | -2/+1 |
* | fixing memory overwrite bugs in the new converters | michael | 2002-06-29 | 1 | -7/+8 |
* | test new converter stuff too | michael | 2002-06-29 | 1 | -1/+93 |
* | merging changes from mplayerxp (rgb2rgb*.{c,h} only) | michael | 2002-06-29 | 3 | -1/+827 |
* | fixing memory overwrite bugs again ... | michael | 2002-06-29 | 1 | -16/+16 |
* | colorspace converter tests (memory corruption tests at different width/src/dst) | michael | 2002-06-29 | 2 | -0/+186 |
* | yvu9 -> yv12 unscaled converter with linear chroma scaling | michael | 2002-06-27 | 4 | -2/+143 |
* | -sws 6 (luma bicubic & chroma bilinear) | michael | 2002-06-27 | 2 | -5/+15 |
* | use unified yuv2rgb init | michael | 2002-06-27 | 3 | -615/+449 |
* | fixing scaling/contrast for 1/4/8 bpp | michael | 2002-06-27 | 1 | -38/+109 |
* | killing globals | michael | 2002-06-24 | 2 | -11/+6 |
* | 10l | michael | 2002-06-24 | 1 | -3/+3 |
* | 100l (non mmx versions didnt compile) | michael | 2002-06-24 | 3 | -69/+50 |
* | IF09 is alias for YVU9 (actually it has extra 4th plane containing MC change | arpi | 2002-06-23 | 1 | -2/+3 |
* | yvu9 support (other planar yuv formats with other chroma subsamplings should ... | michael | 2002-06-23 | 2 | -96/+109 |
* | cleanup | michael | 2002-06-23 | 2 | -5/+3 |
* | selftest support | michael | 2002-06-23 | 3 | -29/+195 |
* | cleanup & grayscale support | michael | 2002-06-22 | 2 | -128/+109 |
* | sync with mplayer xp | arpi | 2002-06-22 | 8 | -287/+1123 |
* | pre-yvu9toyv12 converter, only grayscale Y-plane coping :) | alex | 2002-06-21 | 2 | -0/+58 |
* | 10l | michael | 2002-06-17 | 1 | -34/+33 |
* | 1bpp support | michael | 2002-06-17 | 1 | -42/+97 |
* | 8bpp bugfixes (brightness, contrast ...) | michael | 2002-06-17 | 1 | -8/+165 |
* | ordered dither for 8bpp | michael | 2002-06-16 | 1 | -8/+89 |
* | 8bpp support (no dithering yet, use -vop noise for now) | michael | 2002-06-16 | 1 | -0/+78 |
* | applied 64bit patch from Ulrich Hecht <uli at suse dot de> | alex | 2002-05-23 | 1 | -1/+1 |
* | 64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org> | arpi | 2002-05-20 | 1 | -1/+1 |
* | big cosmetics patch, cleanup of messages printed by mplayer and libs. | arpi | 2002-05-20 | 1 | -13/+11 |
* | fixing end overwrite bugs (some at least) | <