Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 100l (gcc 3.2 .....) | Michael Niedermayer | 2003-02-21 | 1 | -1/+1 |
* | yuv2rgb brightness/contrast/saturation/different colorspaces support finished | Michael Niedermayer | 2003-02-21 | 8 | -808/+617 |
* | cleanup | Michael Niedermayer | 2003-02-18 | 1 | -84/+20 |
* | optimize | Michael Niedermayer | 2003-02-18 | 2 | -2/+77 |
* | 1000l | Michael Niedermayer | 2003-02-15 | 1 | -1/+1 |
* | bigendian bug (fixes?) | Michael Niedermayer | 2003-02-15 | 1 | -74/+34 |
* | simpler & faster | Michael Niedermayer | 2003-02-15 | 1 | -29/+15 |
* | moving postprocess to ffmpeg/libavcodec | Michael Niedermayer | 2003-02-14 | 5 | -4233/+1 |
* | cleanup | Michael Niedermayer | 2003-02-13 | 1 | -96/+130 |
* | brightness / saturation / contrast / different yuv colorspace support for som... | Michael Niedermayer | 2003-02-13 | 2 | -10/+56 |
* | cleanup | Michael Niedermayer | 2003-02-13 | 2 | -184/+164 |
* | cleanup | Michael Niedermayer | 2003-02-13 | 3 | -95/+153 |
* | avoid #include "../ | Michael Niedermayer | 2003-02-11 | 2 | -5/+5 |
* | #ifdef c++ | Michael Niedermayer | 2003-02-11 | 1 | -1/+15 |
* | -fPIC compileable | Michael Niedermayer | 2003-02-11 | 1 | -35/+28 |
* | yv12 -> yuy2 converter in alpha asm (from mplayerxp) | Michael Niedermayer | 2003-02-11 | 1 | -2/+50 |
* | cleanup (unsigned stride -> int stride) | Michael Niedermayer | 2003-02-11 | 5 | -48/+47 |
* | yuv9 -> yv12 bugfixes | Michael Niedermayer | 2003-02-03 | 1 | -39/+52 |
* | 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | Michael Niedermayer | 2003-02-01 | 1 | -2/+2 |
* | fixing rgb4 & bgr4 (2 pixels per byte) | Michael Niedermayer | 2003-01-30 | 2 | -12/+150 |
* | UYVY input | Michael Niedermayer | 2003-01-23 | 2 | -4/+79 |
* | C implementation of the median deinterlacer (seems to be the only one | D Richard Felker III | 2003-01-23 | 2 | -11/+16 |
* | YUV 411/422/444 support for pp | Michael Niedermayer | 2003-01-05 | 4 | -8/+26 |
* | 10l another int i missing (without ^M) | Sascha Sommer | 2002-12-30 | 1 | -0/+1 |
* | 10l (int i) | Michael Niedermayer | 2002-12-30 | 1 | -1/+2 |
* | cleaning corners of green dirt ;) | Michael Niedermayer | 2002-12-29 | 1 | -2/+18 |
* | buffer alloc cleanup / 10l | Michael Niedermayer | 2002-12-29 | 2 | -32/+48 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | Dominik Mierzejewski | 2002-11-23 | 2 | -1/+6 |
* | fixing compilation of cs_test | Michael Niedermayer | 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 Niedermayer | 2002-11-04 | 1 | -0/+2 |
* | 10l | Michael Niedermayer | 2002-11-04 | 1 | -1/+1 |
* | fixing dependancies | Michael Niedermayer | 2002-11-04 | 1 | -3/+3 |
* | pp docs | Michael Niedermayer | 2002-11-03 | 1 | -6/+5 |
* | cleanup | Michael Niedermayer | 2002-11-02 | 2 | -8/+8 |
* | cleanup | Michael Niedermayer | 2002-11-02 | 3 | -145/+179 |
* | verbose can be negative | Arpi | 2002-11-01 | 1 | -1/+1 |
* | cosmetics requested by kabi | Michael Niedermayer | 2002-11-01 | 2 | -5/+5 |
* | disabling compilation of .so if its not needed, gcc 3.1 seems to have problem... | Michael Niedermayer | 2002-10-31 | 1 | -1/+5 |
* | using fewer registers ... to workaround something | Michael Niedermayer | 2002-10-31 | 1 | -18/+17 |
* | removing "-npp" (found by arpi) | Michael Niedermayer | 2002-10-30 | 1 | -4/+4 |
* | per context cpuCaps (idea by kabi) | Michael Niedermayer | 2002-10-30 | 2 | -15/+10 |
* | change qscale type to int8 and fix qscale ordering | Michael Niedermayer | 2002-10-30 | 3 | -8/+10 |
* | using same numbers for cpuCaps as libmpeg2 & liba52 | Michael Niedermayer | 2002-10-30 | 1 | -3/+3 |
* | cleanly passing the cpuCaps | Michael Niedermayer | 2002-10-30 | 2 | -13/+16 |
* | 10l | Michael Niedermayer | 2002-10-29 | 1 | -0/+2 |
* | cleanup | Michael Niedermayer | 2002-10-29 | 3 | -55/+24 |
* | cosmetics ;) | Michael Niedermayer | 2002-10-29 | 2 | -11/+10 |
* | better deblocking filter | Michael Niedermayer | 2002-10-29 | 3 | -63/+101 |
* | -fomit-frame-pointer is needed for the PIC code | Michael Niedermayer | 2002-10-29 | 1 | -1/+1 |