1202 Commits (71d6551e674c86d07c165439c2bf6613b3892307)

Author SHA1 Message Date
Stefano Sabatini 70bf0416cf Bump micro version, related to r28491. 16 years ago
Stefano Sabatini a15886540b Document sws_getContext(). 16 years ago
Stefano Sabatini b5fdaebb44 Document sws_getIdentityVec(). 16 years ago
Stefano Sabatini 6d3cf67c2a Move sws_getGaussianVec() documentation from swscale.c to swscale.h. 16 years ago
Stefano Sabatini 89b7464732 Document sws_cloneVec(). 16 years ago
Stefano Sabatini 70838eefbf Fix typo: lenght -> length. 16 years ago
Stefano Sabatini 0bcb5b3918 Document sws_scaleVec(). 16 years ago
Stefano Sabatini c326825e51 Document sws_getConstVec(). 16 years ago
Stefano Sabatini b954b34a6d Move documentation of sws_getCachedContext() from swscale.c to 16 years ago
Stefano Sabatini 9ea5e6f639 Remove pointless comment regarding sws_scale_ordered(). 16 years ago
Stefano Sabatini 1eeded3992 Add a @deprecated notice to swscale_get_ordered(). 16 years ago
Diego Biurrun 3d021dd6eb Remove unnecessary emms Assembler instructions. 16 years ago
Stefano Sabatini edbdf77ec5 Document coeff and length fields in SwsVector. 16 years ago
Diego Biurrun 945f7c6e92 Revert #undefining system functions, it is not necessary. 16 years ago
Diego Biurrun 516c5f88a1 Add config.h #include for ARCH_X86 definition. 16 years ago
Diego Biurrun 84205e0239 Add #undefs to reenable system functions that are normally forbidden in other 16 years ago
Diego Biurrun 43175f5010 Drop DECLARE_ALIGNED from extern declarations. It creates trouble when 16 years ago
Kostya Shishkov e2a004ad4e Prefix visible YUV2RGB functions with sws_ 16 years ago
Kostya Shishkov fa58ba15f8 Give better name to Inverse_Table_6_9 16 years ago
Diego Biurrun 2907deed0f Remove file name from file headers. 16 years ago
Stefano Sabatini c099766fad Drop the deprecated sws_scale_ordered() at the next major version 16 years ago
Stefano Sabatini 96b27045d2 Replace int type with enum PixelFormat for the dstFormat/srcFormat 16 years ago
Stefano Sabatini b534f73d25 Fix a typo: lumaSarpen -> lumaSharpen. 16 years ago
Diego Biurrun bf89d54edb cosmetics: Remove period after copyright statement non-sentence. 16 years ago
Diego Biurrun 82aaa790d2 Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun f4406ec177 HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. 16 years ago
Diego Biurrun 1615fb91a1 Declare struct SwsContext before using it, fixes the checkheaders warning: 16 years ago
Diego Biurrun dfe44a855d Disable C code when compiling AltiVec code, fixes the warning: 16 years ago
Diego Biurrun f40c7dbb7e spelling/grammar cosmetics 16 years ago
Diego Biurrun 7a24ec506c Fix #endif comments. 16 years ago
Carl Eugen Hoyos 0ab8039577 Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1. 16 years ago
NVIDIA Corporation 4e2b48760b Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will 16 years ago
Aurelien Jacobs b63f641e9b Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Carl Eugen Hoyos 420169e520 Add PIX_FMT_VDPAU_H264. 16 years ago
Diego Biurrun 643d2e880f Avoid POSIX-reserved _t namespace. 16 years ago
Diego Biurrun cb82a0736d consistency cosmetics: Rename POWERPC identifiers to PPC. 16 years ago
Diego Biurrun b9263c945f Remove pointless malloc.h #include. 16 years ago
Reimar Döffinger 217d820253 Some forgotten eax -> REG_a changes. 16 years ago
Diego Biurrun 376924583a Delete unnecessary 'extern' keywords. 16 years ago
Diego Biurrun 1599c47ce3 Remove commented-out duplicate declarations. 16 years ago
Diego Biurrun 2ef8819c9a Remove unused declarations. 16 years ago
Diego Biurrun 4d382e2076 cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 16 years ago
Diego Biurrun 5155b8395c Put variable declaration inside an #ifdef to avoid an unused variable warning. 16 years ago
Diego Biurrun dcc37c9b6a Add some const specifiers to function name variables; fixes a bunch of 16 years ago
Diego Biurrun 6408c25b95 Merge ARCH_BFIN lines. 16 years ago
Diego Biurrun efa430faed Add tests target for libswscale test programs. 16 years ago
Måns Rullgård 1a220bcde3 Remove forgotten ASM_OBJS in libswscale 16 years ago
Vitor Sessak 75add6fbfc Silence GCC warnings: 16 years ago
Michael Niedermayer bddddb5a0b rgb2rgb.h was not really intended to be a public header, thus remove it. 16 years ago
Michael Niedermayer b29e65513c Remove rgb2rgb.h dependancy. 16 years ago