summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* Silence GCC warnings:Vitor Sessak2008-10-271-1/+2
* rgb2rgb.h was not really intended to be a public header, thus remove it.Michael Niedermayer2008-10-271-1/+1
* Remove rgb2rgb.h dependancy.Michael Niedermayer2008-10-271-6/+0
* Silence GCC warningVitor Sessak2008-10-261-1/+1
* Remove unused code that can't be compiled without svn archive.Carl Eugen Hoyos2008-10-251-269/+0
* Do not attempt to use the unscaled yuv2rgb converter when height is odd becauseMichael Niedermayer2008-10-251-1/+1
* Cosmetics: alignmentVitor Sessak2008-10-231-3/+3
* Fix broken palette8to*.Vitor Sessak2008-10-233-75/+43
* cosmetics: typo fixDiego Biurrun2008-10-233-3/+3
* Convert typeof keyword into __typeof__; this is a gcc extension and the forme...David Conrad2008-10-191-10/+10
* Convert asm keyword into __asm__.Diego Pettenò2008-10-166-180/+180
* Mark some symbols in swscale.c as constant.Diego Pettenò2008-10-091-7/+7
* Mark dither_2x2_{8,4} static to swscale.cDiego Pettenò2008-10-092-4/+2
* Mark variation-specific interleaveBytes static.Diego Pettenò2008-10-091-1/+1
* Invert logic for the single-pass in swScale() functions.Diego Pettenò2008-10-091-3/+3
* Change variable types from int to enum PixelFormat.Carl Eugen Hoyos2008-10-091-2/+2
* Do not set src[1] to the palette, it is now in the contextVitor Sessak2008-10-082-3/+1
* Add a new unscaled PAL8 -> RGB converter.Vitor Sessak2008-10-082-10/+55
* Change one more variable type from int to enum PixelFormat.Aurelien Jacobs2008-10-081-1/+1
* Change variable types from int to enum PixelFormat.Carl Eugen Hoyos2008-10-072-6/+6
* gcc-apple specific fallback not necessary anymore (btw no apple hardware is l...Luca Barbato2008-10-051-5/+0
* Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.Diego Biurrun2008-10-051-3/+2
* Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos2008-10-044-58/+48
* Remove g6Dither from libswscale.Carl Eugen Hoyos2008-10-044-14/+12
* Remove MPlayer-specific MP_WORDSIZE hack.Diego Biurrun2008-10-041-5/+0
* Remove unused function fast_memcpy.Diego Biurrun2008-09-291-4/+0
* cosmetics: indentationDiego Biurrun2008-09-291-6/+5
* Revert mistakely commited hunk.Michael Niedermayer2008-09-291-1/+1
* Print all cases that are tested, not just the ones that are bad.Michael Niedermayer2008-09-291-3/+1
* Fix infinite loop with spline, bug was introduced in r27612 by me.Michael Niedermayer2008-09-291-1/+1
* Uniform *ToY and *ToUV function signaturesLuca Barbato2008-09-181-51/+51
* Split mono2Y in monowhite and monoblackLuca Barbato2008-09-181-4/+19
* Factorize unit32_t* casts for palette pointerLuca Barbato2008-09-181-6/+6
* Fix segfault with rgb24 and full_internal_chrome due to non existing alphaMichael Niedermayer2008-09-161-2/+7
* Avoid using floating point for calculating filter coefficients.Michael Niedermayer2008-09-151-81/+83
* Avoid some explicit types in sizeof().Michael Niedermayer2008-09-141-6/+6
* Use av_mallocz() instead of for() =0;Michael Niedermayer2008-09-141-2/+1
* Move dither tables from yuv2rgb to swscale, they have been written by me andMichael Niedermayer2008-09-142-111/+111
* Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.Benjamin Zores2008-09-131-6/+6
* Fix indention.Michael Niedermayer2008-09-131-313/+313
* Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.Michael Niedermayer2008-09-132-12/+17
* Disable mmx routines that are not bitexact when the user wantsMichael Niedermayer2008-09-131-6/+15
* Make horizontal mmx scaling code match C code.Michael Niedermayer2008-09-131-16/+15
* Ensure that additional filter coeffs that exist due to alignmentMichael Niedermayer2008-09-131-0/+2
* yvu9toyv12Wrapper is not bitexact so disable it when the user wantsMichael Niedermayer2008-09-121-1/+1
* Make the horizontal C scaler code clip only against INT16_MAX not 0,Michael Niedermayer2008-09-121-1/+1
* Add bitexact flag.Michael Niedermayer2008-09-122-0/+2
* The yuv->rgb tables are too small for cliping to be avoidable,Michael Niedermayer2008-09-121-1/+1
* Fix another 1000l bug in the mono input code.Michael Niedermayer2008-09-121-2/+2
* Add support for PIX_FMT_YUV440P.Michael Niedermayer2008-09-121-0/+2
OpenPOWER on IntegriCloud