summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
...
* Document coeff and length fields in SwsVector.Stefano Sabatini2009-02-091-2/+2
* Revert #undefining system functions, it is not necessary.Diego Biurrun2009-02-091-7/+0
* Add config.h #include for ARCH_X86 definition.Diego Biurrun2009-02-091-0/+1
* Add #undefs to reenable system functions that are normally forbidden in otherDiego Biurrun2009-02-091-0/+7
* Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenDiego Biurrun2009-02-091-2/+2
* Prefix visible YUV2RGB functions with sws_Kostya Shishkov2009-02-096-16/+16
* Give better name to Inverse_Table_6_9Kostya Shishkov2009-02-092-4/+4
* Remove file name from file headers.Diego Biurrun2009-02-091-1/+1
* Drop the deprecated sws_scale_ordered() at the next major versionStefano Sabatini2009-02-082-0/+4
* Replace int type with enum PixelFormat for the dstFormat/srcFormatStefano Sabatini2009-02-081-3/+3
* Fix a typo: lumaSarpen -> lumaSharpen.Stefano Sabatini2009-02-081-1/+1
* cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun2009-02-011-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-256-31/+31
* Declare struct SwsContext before using it, fixes the checkheaders warning:Diego Biurrun2009-01-251-0/+2
* Disable C code when compiling AltiVec code, fixes the warning:Diego Biurrun2009-01-251-0/+1
* spelling/grammar cosmeticsDiego Biurrun2009-01-251-48/+48
* Fix #endif comments.Diego Biurrun2009-01-251-5/+5
* Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Carl Eugen Hoyos2009-01-201-0/+4
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willNVIDIA Corporation2009-01-161-0/+4
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-148-186/+195
* Add PIX_FMT_VDPAU_H264.Carl Eugen Hoyos2009-01-081-0/+2
* Avoid POSIX-reserved _t namespace.Diego Biurrun2008-12-271-3/+3
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-271-3/+3
* Remove pointless malloc.h #include.Diego Biurrun2008-12-193-9/+0
* Some forgotten eax -> REG_a changes.Reimar Döffinger2008-12-121-24/+24
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-033-31/+31
* Remove commented-out duplicate declarations.Diego Biurrun2008-12-021-2/+0
* Remove unused declarations.Diego Biurrun2008-12-021-15/+0
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-201-2/+2
* Put variable declaration inside an #ifdef to avoid an unused variable warning.Diego Biurrun2008-11-171-2/+3
* Add some const specifiers to function name variables; fixes a bunch ofDiego Biurrun2008-11-041-2/+2
* Merge ARCH_BFIN lines.Diego Biurrun2008-11-031-3/+1
* Add tests target for libswscale test programs.Diego Biurrun2008-11-031-0/+2
* Remove forgotten ASM_OBJS in libswscaleMåns Rullgård2008-11-031-1/+1
* 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
OpenPOWER on IntegriCloud