summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* Use sws_printVec2() instead of the deprecated sws_printVec().Stefano Sabatini2009-02-141-2/+2
* Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini2009-02-142-7/+25
* Document sws_normalizeVec().Stefano Sabatini2009-02-141-0/+5
* Make hScale_altivec_real() trim its output like other implementations doKostya Shishkov2009-02-141-5/+5
* Some AltiVec functions in SwScaler produce different output than theirKostya Shishkov2009-02-142-2/+4
* Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini2009-02-121-7/+10
* Bump micro version, related to r28491.Stefano Sabatini2009-02-121-1/+1
* Document sws_getContext().Stefano Sabatini2009-02-111-0/+13
* Document sws_getIdentityVec().Stefano Sabatini2009-02-111-0/+5
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini2009-02-102-4/+5
* Document sws_cloneVec().Stefano Sabatini2009-02-101-0/+5
* Fix typo: lenght -> length.Stefano Sabatini2009-02-101-1/+1
* Document sws_scaleVec().Stefano Sabatini2009-02-101-0/+4
* Document sws_getConstVec().Stefano Sabatini2009-02-101-0/+5
* Move documentation of sws_getCachedContext() from swscale.c toStefano Sabatini2009-02-102-10/+10
* Remove pointless comment regarding sws_scale_ordered().Stefano Sabatini2009-02-101-3/+0
* Add a @deprecated notice to swscale_get_ordered().Stefano Sabatini2009-02-101-0/+3
* Remove unnecessary emms Assembler instructions.Diego Biurrun2009-02-101-9/+0
* 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
OpenPOWER on IntegriCloud