| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fixed palette8to{rgb24,bgr24,rgb32,bgr32} | Alex Beregszaszi | 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 Beregszaszi | 2002-08-30 | 1 | -0/+54 |
* | removed -W -Wall -g and other gcc-specific warning/debug options | Joey Parrish | 2002-08-22 | 1 | -1/+1 |
* | remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>) | Eric Sesterhenn | 2002-08-13 | 1 | -3/+3 |
* | 1000l | Michael Niedermayer | 2002-08-08 | 1 | -1/+1 |
* | planar yuv 444 422 411 support | Michael Niedermayer | 2002-08-01 | 1 | -3/+19 |
* | fixing sinc filter (seems the problem was caused by rounding in pmulhw -> sol... | Michael Niedermayer | 2002-07-09 | 2 | -6/+12 |
* | more scaling algos | Michael Niedermayer | 2002-07-04 | 2 | -50/+107 |
* | using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4) | Michael Niedermayer | 2002-06-30 | 1 | -352/+140 |
* | last line messed up in Y800 bugfix | Michael Niedermayer | 2002-06-30 | 1 | -2/+2 |
* | fixing rgb24tobgr32 | Michael Niedermayer | 2002-06-30 | 1 | -2/+1 |
* | fixing memory overwrite bugs in the new converters | Michael Niedermayer | 2002-06-29 | 1 | -7/+8 |
* | test new converter stuff too | Michael Niedermayer | 2002-06-29 | 1 | -1/+93 |
* | merging changes from mplayerxp (rgb2rgb*.{c,h} only) | Michael Niedermayer | 2002-06-29 | 3 | -1/+827 |
* | fixing memory overwrite bugs again ... | Michael Niedermayer | 2002-06-29 | 1 | -16/+16 |
* | colorspace converter tests (memory corruption tests at different width/src/dst) | Michael Niedermayer | 2002-06-29 | 2 | -0/+186 |
* | yvu9 -> yv12 unscaled converter with linear chroma scaling | Michael Niedermayer | 2002-06-27 | 4 | -2/+143 |
* | -sws 6 (luma bicubic & chroma bilinear) | Michael Niedermayer | 2002-06-27 | 2 | -5/+15 |
* | use unified yuv2rgb init | Michael Niedermayer | 2002-06-27 | 3 | -615/+449 |
* | fixing scaling/contrast for 1/4/8 bpp | Michael Niedermayer | 2002-06-27 | 1 | -38/+109 |
* | killing globals | Michael Niedermayer | 2002-06-24 | 2 | -11/+6 |
* | 10l | Michael Niedermayer | 2002-06-24 | 1 | -3/+3 |