Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | using fewer registers (fixes compilation bug hopefully) | Michael Niedermayer | 2002-10-29 | 1 | -5/+6 | |
* | fix compilation on non-x86 with gcc 2.95 | Colin Leroy | 2002-10-29 | 1 | -0/+2 | |
* | postprocessing cleanup: | Michael Niedermayer | 2002-10-28 | 4 | -870/+661 | |
* | fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot ... | Colin Leroy | 2002-10-23 | 1 | -0/+9 | |
* | avoid multiple init | Michael Niedermayer | 2002-10-17 | 1 | -2/+2 | |
* | fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant) | Michael Niedermayer | 2002-10-13 | 1 | -10/+11 | |
* | mmx yuy2 output | Michael Niedermayer | 2002-10-13 | 2 | -25/+163 | |
* | yuy2 output support | Michael Niedermayer | 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 Niedermayer | 2002-09-09 | 1 | -2/+4 |