Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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