| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 5 | -16/+15 |
* | Bump major versions of all libraries | Vittorio Giovara | 2015-08-28 | 1 | -1/+1 |
* | sws: Drop deprecated SWS_CPU_CAPS defines | Vittorio Giovara | 2015-08-28 | 2 | -23/+0 |
* | ppc: Restrict some Altivec implementations to Big Endian | Luca Barbato | 2015-05-31 | 1 | -1/+1 |
* | swscale: Check memory allocation | Federico Tomassetti | 2015-03-21 | 1 | -8/+14 |
* | libswscale: fix compiler warnings enumerated type mixed with another type | Himangi Saraogi | 2015-03-15 | 1 | -1/+1 |
* | swscale: Check memory allocations | Federico Tomassetti | 2015-02-17 | 1 | -0/+9 |
* | swscale: fix gbrap to gbrap alpha scaling | Vittorio Giovara | 2015-01-16 | 1 | -3/+2 |
* | swscale: fix warning about incompatible function pointer type | Vittorio Giovara | 2015-01-16 | 1 | -1/+1 |
* | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2015-01-14 | 6 | -2/+54 |
* | swscale: check memory allocations | Vittorio Giovara | 2015-01-05 | 1 | -7/+11 |
* | swscale: Properly scale YUV | Derek Buitenhuis | 2014-12-05 | 1 | -12/+35 |
* | swscale: fix sign extensions in yuv planar conversion | Vittorio Giovara | 2014-10-18 | 1 | -4/+4 |
* | Bump major versions of all libraries. | Anton Khirnov | 2014-08-09 | 1 | -3/+3 |
* | Postpone API-incompatible changes until the next bump. | Anton Khirnov | 2014-08-09 | 1 | -2/+2 |
* | swscale: Undeprecate sws_getContext() | Diego Biurrun | 2014-08-07 | 3 | -9/+1 |
* | swscale: support AV_PIX_FMT_YA16 as input | Vittorio Giovara | 2014-08-04 | 5 | -2/+49 |
* | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 6 | -10/+10 |
* | swscale: correctly pad destination buffer in rgb conversion | Kostya Shishkov | 2014-08-04 | 1 | -1/+1 |
* | Remove all Blackfin architecture optimizations | Diego Biurrun | 2014-06-02 | 9 | -903/+5 |
* | build: handle library dependencies in configure | Janne Grunau | 2014-05-13 | 1 | -1/+0 |
* | swscale: Fix an undefined behaviour | Luca Barbato | 2014-05-03 | 1 | -1/+1 |
* | swscale: Set alpha to opaque for internal palettes. | Justin Ruggles | 2014-04-12 | 1 | -5/+5 |
* | swscale: fix some undefined signed left shifts | Justin Ruggles | 2014-04-12 | 1 | -2/+2 |
* | swscale: fix an implementation-defined unsigned-to-signed conversion | Justin Ruggles | 2014-04-12 | 1 | -2/+2 |
* | swscale: support converting YVYU422 pixel format | Vittorio Giovara | 2014-04-07 | 3 | -1/+28 |
* | swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64 | Janne Grunau | 2014-04-02 | 2 | -4/+6 |
* | Add missing headers to make template files compile (more) standalone | Diego Biurrun | 2014-03-26 | 3 | -0/+12 |
* | RGBA64 pixel formats | Jean First | 2014-03-16 | 2 | -0/+8 |
* | bfin: Refactor duplicated assembly-related macros | Diego Biurrun | 2014-03-13 | 1 | -16/+2 |
* | bfin: Refactor duplicated l1_text/l1_data_B macros | Diego Biurrun | 2014-03-13 | 2 | -17/+9 |
* | Remove all SPARC architecture optimizations | Diego Biurrun | 2014-03-13 | 4 | -220/+0 |
* | rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytes | Michael Niedermayer | 2014-01-21 | 1 | -0/+27 |
* | swscale/x86/rgb2rgb: add support for AVX | Michael Niedermayer | 2014-01-21 | 2 | -4/+15 |
* | 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 |