summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* RGBA64 pixel formatsJean First2014-03-162-0/+8
* bfin: Refactor duplicated assembly-related macrosDiego Biurrun2014-03-131-16/+2
* bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun2014-03-132-17/+9
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-134-220/+0
* rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytesMichael Niedermayer2014-01-211-0/+27
* swscale/x86/rgb2rgb: add support for AVXMichael Niedermayer2014-01-212-4/+15
* swscale: add nv12/nv21->yuv420 converterMichael Niedermayer2014-01-214-0/+52
* swscale: fix stride used in planarToNv12Wrapper()Michael Niedermayer2014-01-211-2/+2
* x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-142-4/+5
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-261-1/+1
* doxy: Define a group for libswscale documentationLuca Barbato2013-12-131-0/+8
* swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun2013-11-223-24/+30
* swscale: provide a default scaler if none is setVittorio Giovara2013-10-051-1/+11
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-101-1/+1
* ppc: don't return a value from a function declared voidSean McGovern2013-08-301-1/+1
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-291-6/+4
* ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-291-2/+5
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-291-6/+6
* swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-296-35/+35
* swscale: Add some missing av_cold to arch-specific init functionsDiego Biurrun2013-08-293-4/+7
* swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-296-10/+9
* swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-299-25/+51
* swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-288-19/+19
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-281-7/+6
* swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-156-40/+40
* swscale: Mark a bunch of tables only used within one file staticDiego Biurrun2013-08-152-6/+6
* Give less generic names to global library option arraysDiego Biurrun2013-08-021-2/+2
* swscale: ppc: Remove commented-out define cruftDiego Biurrun2013-06-021-2/+0
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-152-12/+12
* swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau2013-05-062-1/+4
* swscale: add support for endianness only conversionJanne Grunau2013-05-063-2/+20
* swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö2013-05-061-6/+6
* swscale: Remove unnecessary backslashesMartin Storsjö2013-05-061-8/+8
* swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-043-10/+15
* ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-16/+16
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-271-11/+11
* Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov2013-03-081-6/+6
* swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGBDerek Buitenhuis2013-02-271-0/+78
* swscale: Disallow conversion to GBRP16Martin Storsjö2013-02-111-2/+2
* sws: disable yuv2rgb warning for planar rgb.Michael Niedermayer2013-02-091-1/+2
* sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer2013-02-091-0/+3
* sws: use planarRgbToRgbWrapper only for 8bit per componentMichael Niedermayer2013-02-091-1/+9
* sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer2013-02-092-11/+33
* swscale: GBRP output supportMichael Niedermayer2013-01-274-6/+125
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-181-4/+4
* swscale: fix NULL checking in sws_alloc_context()Xi Wang2013-01-041-2/+4
* miscellaneous typo fixesDiego Biurrun2012-12-212-2/+2
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-181-1/+1
* libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJORJanne Grunau2012-11-161-2/+0
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-142-6/+6
OpenPOWER on IntegriCloud