| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 100l (non mmx versions didnt compile) | Michael Niedermayer | 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 Niedermayer | 2002-06-23 | 2 | -96/+109 |
* | cleanup | Michael Niedermayer | 2002-06-23 | 2 | -5/+3 |
* | selftest support | Michael Niedermayer | 2002-06-23 | 3 | -29/+195 |
* | cleanup & grayscale support | Michael Niedermayer | 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 Beregszaszi | 2002-06-21 | 2 | -0/+58 |
* | 10l | Michael Niedermayer | 2002-06-17 | 1 | -34/+33 |
* | 1bpp support | Michael Niedermayer | 2002-06-17 | 1 | -42/+97 |
* | 8bpp bugfixes (brightness, contrast ...) | Michael Niedermayer | 2002-06-17 | 1 | -8/+165 |
* | ordered dither for 8bpp | Michael Niedermayer | 2002-06-16 | 1 | -8/+89 |
* | 8bpp support (no dithering yet, use -vop noise for now) | Michael Niedermayer | 2002-06-16 | 1 | -0/+78 |
* | applied 64bit patch from Ulrich Hecht <uli at suse dot de> | Alex Beregszaszi | 2002-05-23 | 1 | -1/+1 |
* | 64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org> | Artur Grabowski | 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) | Michael Niedermayer | 2002-05-15 | 1 | -18/+16 |
* | various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc... | Björn Sandell | 2002-05-12 | 1 | -0/+2 |
* | 3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com> | Michael Niedermayer | 2002-05-05 | 1 | -8/+8 |
* | 10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixels | Arpi | 2002-05-03 | 1 | -2/+2 |
* | printf to mp_msg | Alban Bedel | 2002-05-02 | 3 | -55/+57 |
* | x1 deblocking filter bugfix | Michael Niedermayer | 2002-04-22 | 1 | -4/+5 |
* | yuv422p -> yuy2 (untested) | Michael Niedermayer | 2002-04-13 | 3 | -8/+53 |
* | rgb24->bgr24 | Michael Niedermayer | 2002-04-13 | 3 | -0/+88 |