| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: add nv12/nv21->yuv420 converter | Michael Niedermayer | 2014-01-21 | 4 | -0/+52 |
* | swscale: fix stride used in planarToNv12Wrapper() | Michael Niedermayer | 2014-01-21 | 1 | -2/+2 |
* | x86: Consistently use cpu flag detection macros in places that still miss it | Diego Biurrun | 2014-01-14 | 2 | -4/+5 |
* | avutil: Move library version related macros to version.h | Diego Biurrun | 2013-12-26 | 1 | -1/+1 |
* | doxy: Define a group for libswscale documentation | Luca Barbato | 2013-12-13 | 1 | -0/+8 |
* | swscale: x86: Consistently use lowercase function name suffixes | Diego Biurrun | 2013-11-22 | 3 | -24/+30 |
* | swscale: provide a default scaler if none is set | Vittorio Giovara | 2013-10-05 | 1 | -1/+11 |
* | Drop pointless directory name prefixes from #includes in the current dir | Diego Biurrun | 2013-09-10 | 1 | -1/+1 |
* | ppc: don't return a value from a function declared void | Sean McGovern | 2013-08-30 | 1 | -1/+1 |
* | x86: Add and use more convenience macros to check CPU extension availability | Diego Biurrun | 2013-08-29 | 1 | -6/+4 |
* | ppc: cosmetics: Consistently format CPU flag detection invocations | Diego Biurrun | 2013-08-29 | 1 | -2/+5 |
* | cosmetics: Place arch initialization calls in alphabetical order | Diego Biurrun | 2013-08-29 | 1 | -6/+6 |
* | swscale: cosmetics: Drop silly camelCase from swScale function pointer name | Diego Biurrun | 2013-08-29 | 6 | -35/+35 |
* | swscale: Add some missing av_cold to arch-specific init functions | Diego Biurrun | 2013-08-29 | 3 | -4/+7 |
* | swscale: consistent names for arch-specific acceleration functions | Diego Biurrun | 2013-08-29 | 6 | -10/+9 |
* | swscale: ppc: Hide arch-specific initialization details | Diego Biurrun | 2013-08-29 | 9 | -25/+51 |
* | swscale: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 8 | -19/+19 |
* | ppc: Add and use convenience macro to check for AltiVec availability | Diego Biurrun | 2013-08-28 | 1 | -7/+6 |
* | swscale: Move extern declarations for tables to swscale_internal.h | Diego Biurrun | 2013-08-15 | 6 | -40/+40 |
* | swscale: Mark a bunch of tables only used within one file static | Diego Biurrun | 2013-08-15 | 2 | -6/+6 |
* | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 1 | -2/+2 |
* | swscale: ppc: Remove commented-out define cruft | Diego Biurrun | 2013-06-02 | 1 | -2/+0 |
* | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 2 | -12/+12 |
* | swscale: support endianness conversion for AV_PIX_FMT_XYZ12 | Janne Grunau | 2013-05-06 | 2 | -1/+4 |
* | swscale: add support for endianness only conversion | Janne Grunau | 2013-05-06 | 3 | -2/+20 |
* | swscale: Use alpha from the right row in yuva2rgba_c | Martin Storsjö | 2013-05-06 | 1 | -6/+6 |
* | swscale: Remove unnecessary backslashes | Martin Storsjö | 2013-05-06 | 1 | -8/+8 |
* | swscale: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 3 | -10/+15 |
* | ppc: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -16/+16 |
* | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 1 | -11/+11 |
* | Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*. | Anton Khirnov | 2013-03-08 | 1 | -6/+6 |
* | swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB | Derek Buitenhuis | 2013-02-27 | 1 | -0/+78 |
* | swscale: Disallow conversion to GBRP16 | Martin Storsjö | 2013-02-11 | 1 | -2/+2 |
* | sws: disable yuv2rgb warning for planar rgb. | Michael Niedermayer | 2013-02-09 | 1 | -1/+2 |
* | sws: dont enable chrSrcHSubSample for planar RGB | Michael Niedermayer | 2013-02-09 | 1 | -0/+3 |
* | sws: use planarRgbToRgbWrapper only for 8bit per component | Michael Niedermayer | 2013-02-09 | 1 | -1/+9 |
* | sws: GBRP9, GBRP10, and GBRP16 output support | Michael Niedermayer | 2013-02-09 | 2 | -11/+33 |
* | swscale: GBRP output support | Michael Niedermayer | 2013-01-27 | 4 | -6/+125 |
* | x86inc: Rename "program_name" to "private_prefix" | Diego Biurrun | 2013-01-18 | 1 | -4/+4 |
* | swscale: fix NULL checking in sws_alloc_context() | Xi Wang | 2013-01-04 | 1 | -2/+4 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 2 | -2/+2 |
* | x86: SPLATD: port to cpuflags | Diego Biurrun | 2012-11-18 | 1 | -1/+1 |
* | libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR | Janne Grunau | 2012-11-16 | 1 | -2/+0 |
* | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 2 | -6/+6 |
* | x86: PALIGNR: port to cpuflags | Diego Biurrun | 2012-11-09 | 1 | -3/+1 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 4 | -17/+20 |
* | swscale: do not forget to swap data in formats with different endianness | Kostya Shishkov | 2012-10-31 | 1 | -0/+42 |
* | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 1 | -20/+20 |
* | x86: mmx2 ---> mmxext in variable names | Diego Biurrun | 2012-10-31 | 3 | -45/+56 |
* | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 10 | -19/+19 |