804 Commits (dec112691561bddaea07e0ad455a71bf29ade60d)

Author SHA1 Message Date
Stefano Sabatini c36a4294dc Remove stray '\' at the end of macro definitions. 15 years ago
Stefano Sabatini 90eb284a77 Remove duplicated or pointless newlines. 15 years ago
Stefano Sabatini 398c193d0b Factorize error message logging, log it if the converter cannot be 15 years ago
Stefano Sabatini e36a545de5 Reindent after the last commit. 15 years ago
Stefano Sabatini c0d1dc1c4f Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper 15 years ago
Måns Rullgård 00c4127ec9 Remove double const 15 years ago
Stefano Sabatini 9a180390b9 Factorize error message logging in rgb2rgbWrapper(). 15 years ago
Måns Rullgård 1b5d46c6a6 Reindent 15 years ago
Måns Rullgård d39d7cf693 Remove inline from initFilter() 15 years ago
Stefano Sabatini e922e34c96 Add a const qualifier in a cast, fix the gcc warning: 15 years ago
Stefano Sabatini 5090d8e16a Add a const qualifier in a cast, fix the gcc warning: 15 years ago
Stefano Sabatini a630ed3ee9 Fix typo, "get rid off" -> "get rid of". 15 years ago
Stefano Sabatini 730cb9dab3 Revert r30331, which broke compilation. 15 years ago
Stefano Sabatini 73cadb4f13 Prefer enum PixelFormat to int as the parameter type of 15 years ago
Stefano Sabatini bc45751f7f Declare with av_unused the variable alpMmxFilter, fix the gcc warning: 15 years ago
Stefano Sabatini 80853cfc6a Factorize the code which calls the non optimized C functions in 15 years ago
Stefano Sabatini c70f1401df Prefer "to %s%s" over "to%s %s", slightly more readable. 15 years ago
Stefano Sabatini a9e2878c48 Simplify code in sws_getContext() which logs if the destination format 15 years ago
Ramiro Polla 9556124c97 Document some of SwsContext. 15 years ago
Ramiro Polla 0cc854e377 Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler. 15 years ago
Stefano Sabatini d95c863850 Factorize code which logs the source and destination formats in 15 years ago
Stefano Sabatini 3e906f4cfb Simplify reset_ptr(): employ usePal() macro rather than enumerating 15 years ago
Måns Rullgård e8393e1cb8 Add symbol versioning for shared libraries 15 years ago
Ramiro Polla 2e3e8031ec Don't initialize normal horizontal filter if MMX2 filter is used. 15 years ago
Zuxy Meng a959e24780 Const correctness for src pointer. Remove all constness related warnings in 15 years ago
Stefano Sabatini 3bfbbef64d Fix typo. 15 years ago
Ramiro Polla 00c081a8f0 Remove unused clip_table code. 15 years ago
Ramiro Polla efc034cc0f Add const qualifier to rgb48 to YV12 functions' src. 15 years ago
Ramiro Polla a3e35e2852 Add missing parameter to rgb48 to YV12 functions. 15 years ago
David Conrad 28b2866f45 /nop is illegal with Apple's older version of gas, this was fixed elsewhere 15 years ago
Zuxy Meng 845e37e770 Make sure that sfence is used after any non temporal stores. 15 years ago
Zuxy Meng 52c0fcaf52 Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for 15 years ago
Ramiro Polla 996de2fefa cosmetics: {} placement. 15 years ago
Zuxy Meng 23b0072ad7 MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just 15 years ago
Zuxy Meng 4b19045566 Remove unused PREFETCHW macro 15 years ago
Reimar Döffinger 1b168a428d Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will 15 years ago
Stefano Sabatini 8e9767f6fd Implement sws_isSupportedInput() and sws_isSupportedOutput(). 15 years ago
Zuxy Meng bb34acd8a4 Remove const to avoid a bunch of GCC warnings against discarded qualifiers and 15 years ago
Stefano Sabatini 634116df3e Prefer enum PixelFormat over int for the type of the format parameter 15 years ago
Stefano Sabatini 997980f0d8 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the 15 years ago
Stefano Sabatini f412d5e97a Simplify usePal() macro, make it use av_pix_fmt_descriptors. 15 years ago
Stefano Sabatini b3cf7cb144 Simplify getSubSampleFactors(), make it use the values provided by 15 years ago
Reimar Döffinger f514b4f937 Do not needlessly use the BP register in x86_64-specific code, there are 15 years ago
Diego Biurrun c887b30d79 Remove unused variable, fixes the warning: 15 years ago
Ramiro Polla aaba7e6c66 Remove parameters no longer used in h[yc]scale(). 15 years ago
Ramiro Polla a1f4b4bb6e Move fast bilinear scaler code to the existing h[yc]scale_fast() functions. 15 years ago
Ramiro Polla bb53e1d188 Rename function pointers used to convert from the input pixel format to the 15 years ago
Ramiro Polla e7a47515ab Check if chroma horizontal scaler is needed in sws_init_swScale(). 15 years ago
Ramiro Polla 6f9771d7a6 Remove unused fields from SwsContext. 15 years ago
Ramiro Polla d3243d1431 Indentation. 15 years ago