| Commit message (Expand) | Author | Age | Files | Lines |
* | 10l in rgb2rgb_template.c | iive | 2006-04-16 | 1 | -2/+2 |
* | add support for intel mac. mp3lib is not fixed yet. | nplourde | 2006-04-15 | 2 | -31/+44 |
* | Reorganize vector constants to work around gcc 4.1 bug: | pacman | 2006-04-06 | 1 | -4/+3 |
* | Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more | pacman | 2006-03-13 | 1 | -12/+16 |
* | Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that | pacman | 2006-02-24 | 1 | -6/+6 |
* | Just a comment update, replacing a FIXME to reflect the new expectation of | pacman | 2006-02-18 | 1 | -1/+2 |
* | don't call altivec_yuv2packedX() with a dstFormat that it doesn't support; | pacman | 2006-02-18 | 1 | -7/+12 |
* | Fix vec_clip for gcc's that don't handle (vector signed short){16} according | pacman | 2006-02-17 | 1 | -16/+14 |
* | ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>) | michael | 2006-02-16 | 1 | -2/+2 |
* | make swscale-example compile patch by (Alan Curry <pacman TheWorld com>) | michael | 2006-02-16 | 1 | -5/+5 |
* | Remove obsolete big-endian FIXMEs. | diego | 2006-02-13 | 1 | -6/+0 |
* | Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just | diego | 2006-02-11 | 3 | -26/+28 |
* | cosmetics: indentation fixes | diego | 2006-02-11 | 1 | -47/+47 |
* | Fix big-endian color permutation problems. | diego | 2006-02-11 | 2 | -11/+46 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -1/+1 |
* | Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each | diego | 2006-02-09 | 1 | -3/+3 |
* | altivec_yuv2packedX() ignores the requested output format and unconditionally | diego | 2006-02-08 | 1 | -2/+32 |
* | AltiVec operations need to have memory aligned on 16-byte boundaries. | diego | 2006-02-08 | 2 | -5/+10 |
* | vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect | diego | 2006-02-08 | 1 | -4/+4 |
* | change sws sharpen filter a little | michael | 2006-02-04 | 1 | -29/+18 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 | 7 | -7/+7 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-14 | 8 | -20/+20 |
* | 100l -- mismatched type after changing sizes to type long! | rfelker | 2005-10-17 | 1 | -1/+1 |
* | Change unsigned->signed and int->long, this fits the asm code better on 64 | reimar | 2005-10-12 | 4 | -236/+237 |
* | Reduce unnecessary swscaler verbosity. | diego | 2005-09-06 | 1 | -1/+1 |
* | Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg | gpoirier | 2005-07-12 | 1 | -0/+6 |
* | Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others | gpoirier | 2005-06-30 | 1 | -1/+1 |
* | Another REG_d -> REG_D fix. | reimar | 2005-06-28 | 1 | -1/+1 |
* | width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>) | michael | 2005-06-27 | 1 | -0/+10 |
* | Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompile | gpoirier | 2005-06-24 | 1 | -1/+1 |
* | 10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32 | gpoirier | 2005-06-19 | 1 | -1/+1 |
* | GCC-4 fix for AMD-64 | gpoirier | 2005-06-18 | 1 | -4/+4 |
* | 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 |
* | |