aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Gravatar diego2009-02-01
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Gravatar diego2009-01-25
* Declare struct SwsContext before using it, fixes the checkheaders warning:Gravatar diego2009-01-25
* Disable C code when compiling AltiVec code, fixes the warning:Gravatar diego2009-01-25
* spelling/grammar cosmeticsGravatar diego2009-01-25
* Fix #endif comments.Gravatar diego2009-01-25
* Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Gravatar cehoyos2009-01-20
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willGravatar cehoyos2009-01-16
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Gravatar aurel2009-01-14
* Add PIX_FMT_VDPAU_H264.Gravatar cehoyos2009-01-08
* Avoid POSIX-reserved _t namespace.Gravatar diego2008-12-27
* consistency cosmetics: Rename POWERPC identifiers to PPC.Gravatar diego2008-12-27
* Remove pointless malloc.h #include.Gravatar diego2008-12-19
* Some forgotten eax -> REG_a changes.Gravatar reimar2008-12-12
* Delete unnecessary 'extern' keywords.Gravatar diego2008-12-03
* Remove commented-out duplicate declarations.Gravatar diego2008-12-02
* Remove unused declarations.Gravatar diego2008-12-02
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Gravatar diego2008-11-20
* Put variable declaration inside an #ifdef to avoid an unused variable warning.Gravatar diego2008-11-17
* Add some const specifiers to function name variables; fixes a bunch ofGravatar diego2008-11-04
* Merge ARCH_BFIN lines.Gravatar diego2008-11-03
* Add tests target for libswscale test programs.Gravatar diego2008-11-03
* Remove forgotten ASM_OBJS in libswscaleGravatar mru2008-11-03
* Silence GCC warnings:Gravatar vitor2008-10-27
* rgb2rgb.h was not really intended to be a public header, thus remove it.Gravatar michael2008-10-27
* Remove rgb2rgb.h dependancy.Gravatar michael2008-10-27
* Silence the following GCC warning:Gravatar vitor2008-10-26
* Remove unused code that can't be compiled without svn archive.Gravatar cehoyos2008-10-25
* Do not attempt to use the unscaled yuv2rgb converter when height is odd becauseGravatar michael2008-10-25
* Cosmetics: alignmentGravatar vitor2008-10-23
* Fix broken palette8to*.Gravatar vitor2008-10-23
* cosmetics: typo fixGravatar diego2008-10-23
* Convert typeof keyword into __typeof__Gravatar conrad2008-10-19
* Convert asm keyword into __asm__.Gravatar flameeyes2008-10-16
* Mark some symbols in swscale.c as constant.Gravatar flameeyes2008-10-09
* Mark dither_2x2_{8,4} static to swscale.cGravatar flameeyes2008-10-09
* Mark variation-specific interleaveBytes static.Gravatar flameeyes2008-10-09
* Invert logic for the single-pass in swScale() functions.Gravatar flameeyes2008-10-09
* Change variable types from int to enum PixelFormat.Gravatar cehoyos2008-10-09
* Do not set src[1] to the palette, it is now in the contextGravatar vitor2008-10-08
* Add a new unscaled PAL8 -> RGB converter.Gravatar vitor2008-10-08
* Change one more variable type from int to enum PixelFormat.Gravatar aurel2008-10-08
* Change variable types from int to enum PixelFormat.Gravatar cehoyos2008-10-07
* gcc-apple specific fallback not necessary anymoreGravatar lu_zero2008-10-05
* Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.Gravatar diego2008-10-05
* Remove b5Dither, g5Dither and r5Dither from libswscale.Gravatar cehoyos2008-10-04
* Remove g6Dither from libswscale.Gravatar cehoyos2008-10-04
* Remove MPlayer-specific MP_WORDSIZE hack.Gravatar diego2008-10-04
* Remove unused function fast_memcpy.Gravatar diego2008-09-29
* cosmetics: indentationGravatar diego2008-09-29