summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-07
* swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-04
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* swscale: correctly pad destination buffer in rgb conversionKostya Shishkov2014-08-04
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-02
* build: handle library dependencies in configureJanne Grunau2014-05-13
* swscale: Fix an undefined behaviourLuca Barbato2014-05-03
* swscale: Set alpha to opaque for internal palettes.Justin Ruggles2014-04-12
* swscale: fix some undefined signed left shiftsJustin Ruggles2014-04-12
* swscale: fix an implementation-defined unsigned-to-signed conversionJustin Ruggles2014-04-12
* swscale: support converting YVYU422 pixel formatVittorio Giovara2014-04-07
* swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau2014-04-02
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* RGBA64 pixel formatsJean First2014-03-16
* bfin: Refactor duplicated assembly-related macrosDiego Biurrun2014-03-13
* bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun2014-03-13
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-13
* rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytesMichael Niedermayer2014-01-21
* swscale/x86/rgb2rgb: add support for AVXMichael Niedermayer2014-01-21
* swscale: add nv12/nv21->yuv420 converterMichael Niedermayer2014-01-21
* swscale: fix stride used in planarToNv12Wrapper()Michael Niedermayer2014-01-21
* x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-14
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-26
* doxy: Define a group for libswscale documentationLuca Barbato2013-12-13
* swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun2013-11-22
* swscale: provide a default scaler if none is setVittorio Giovara2013-10-05
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-10
* ppc: don't return a value from a function declared voidSean McGovern2013-08-30
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-29
* ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-29
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-29
* swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-29
* swscale: Add some missing av_cold to arch-specific init functionsDiego Biurrun2013-08-29
* swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-29
* swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-28
* swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-15
* swscale: Mark a bunch of tables only used within one file staticDiego Biurrun2013-08-15
* Give less generic names to global library option arraysDiego Biurrun2013-08-02
* swscale: ppc: Remove commented-out define cruftDiego Biurrun2013-06-02
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau2013-05-06
* swscale: add support for endianness only conversionJanne Grunau2013-05-06
* swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö2013-05-06
* swscale: Remove unnecessary backslashesMartin Storsjö2013-05-06
* swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov2013-03-08