summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* Remove pointless malloc.h #include.Diego Biurrun2008-12-19
* Some forgotten eax -> REG_a changes.Reimar Döffinger2008-12-12
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Remove commented-out duplicate declarations.Diego Biurrun2008-12-02
* Remove unused declarations.Diego Biurrun2008-12-02
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
* Put variable declaration inside an #ifdef to avoid an unused variable warning.Diego Biurrun2008-11-17
* Add some const specifiers to function name variables; fixes a bunch ofDiego Biurrun2008-11-04
* Merge ARCH_BFIN lines.Diego Biurrun2008-11-03
* Add tests target for libswscale test programs.Diego Biurrun2008-11-03
* Remove forgotten ASM_OBJS in libswscaleMåns Rullgård2008-11-03
* Silence GCC warnings:Vitor Sessak2008-10-27
* rgb2rgb.h was not really intended to be a public header, thus remove it.Michael Niedermayer2008-10-27
* Remove rgb2rgb.h dependancy.Michael Niedermayer2008-10-27
* Silence GCC warningVitor Sessak2008-10-26
* Remove unused code that can't be compiled without svn archive.Carl Eugen Hoyos2008-10-25
* Do not attempt to use the unscaled yuv2rgb converter when height is odd becauseMichael Niedermayer2008-10-25
* Cosmetics: alignmentVitor Sessak2008-10-23
* Fix broken palette8to*.Vitor Sessak2008-10-23
* cosmetics: typo fixDiego Biurrun2008-10-23
* Convert typeof keyword into __typeof__; this is a gcc extension and the forme...David Conrad2008-10-19
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Mark some symbols in swscale.c as constant.Diego Pettenò2008-10-09
* Mark dither_2x2_{8,4} static to swscale.cDiego Pettenò2008-10-09
* Mark variation-specific interleaveBytes static.Diego Pettenò2008-10-09
* Invert logic for the single-pass in swScale() functions.Diego Pettenò2008-10-09
* Change variable types from int to enum PixelFormat.Carl Eugen Hoyos2008-10-09
* Do not set src[1] to the palette, it is now in the contextVitor Sessak2008-10-08
* Add a new unscaled PAL8 -> RGB converter.Vitor Sessak2008-10-08
* Change one more variable type from int to enum PixelFormat.Aurelien Jacobs2008-10-08
* Change variable types from int to enum PixelFormat.Carl Eugen Hoyos2008-10-07
* gcc-apple specific fallback not necessary anymore (btw no apple hardware is l...Luca Barbato2008-10-05
* Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.Diego Biurrun2008-10-05
* Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos2008-10-04
* Remove g6Dither from libswscale.Carl Eugen Hoyos2008-10-04
* Remove MPlayer-specific MP_WORDSIZE hack.Diego Biurrun2008-10-04
* Remove unused function fast_memcpy.Diego Biurrun2008-09-29
* cosmetics: indentationDiego Biurrun2008-09-29
* Revert mistakely commited hunk.Michael Niedermayer2008-09-29
* Print all cases that are tested, not just the ones that are bad.Michael Niedermayer2008-09-29
* Fix infinite loop with spline, bug was introduced in r27612 by me.Michael Niedermayer2008-09-29
* Uniform *ToY and *ToUV function signaturesLuca Barbato2008-09-18
* Split mono2Y in monowhite and monoblackLuca Barbato2008-09-18
* Factorize unit32_t* casts for palette pointerLuca Barbato2008-09-18
* Fix segfault with rgb24 and full_internal_chrome due to non existing alphaMichael Niedermayer2008-09-16
* Avoid using floating point for calculating filter coefficients.Michael Niedermayer2008-09-15
* Avoid some explicit types in sizeof().Michael Niedermayer2008-09-14
* Use av_mallocz() instead of for() =0;Michael Niedermayer2008-09-14
* Move dither tables from yuv2rgb to swscale, they have been written by me andMichael Niedermayer2008-09-14
* Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.Benjamin Zores2008-09-13