summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* swscale/output: Fix "warning: assignment from incompatible pointer type"Michael Niedermayer2015-07-25
* swscale: ayuv64le output supportPaul B Mahol2015-07-24
* swscale: ayuv64le input supportPaul B Mahol2015-07-24
* swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() and vec...Rong Yan2015-07-16
* swscale/utils: Clear pix buffersMichael Niedermayer2015-07-15
* YUV->BGR32 MMX supportKevin Coyle2015-07-04
* swscale/output: fix input indexing in yuv2ya8_2_c()Michael Niedermayer2015-07-04
* swscale/output: fix null pointer dereference in yuv2ya8_2_c()Michael Niedermayer2015-07-03
* swscale: implement YA8 outputPaul B Mahol2015-07-02
* swscale/swscale_unscaled: Fix rounding difference with RGBA output between li...Michael Niedermayer2015-06-29
* swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,...James Almer2015-06-23
* swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functionsJames Almer2015-06-23
* swscale/x86/rgb2rgb_template: add missing xmm clobbersJames Almer2015-06-23
* swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c()Michael Niedermayer2015-06-23
* swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_byte...Michael Niedermayer2015-06-23
* swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endianMichael Niedermayer2015-06-22
* swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chro...Michael Niedermayer2015-06-17
* swscale/output: Factorize rgb48 and 64bit codeMichael Niedermayer2015-06-17
* Mark vectors as NAN instead of dereferencing NULL pointers on malloc failureMichael Niedermayer2015-06-12
* swscale: Assert that pixel format descriptor is not NULLMichael Niedermayer2015-06-12
* libswscale/x86/hscale_fast_bilinear_simd.c: There's no need to save BX if it'...Nick Lewycky2015-05-13
* libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on...Nick Lewycky2015-05-13
* swscale/x86/swscale: Fix warning about loosing significant bits in castMichael Niedermayer2015-05-10
* swscale/x86/hscale_fast_bilinear_simd: Remove ancient out-commented debug codeMichael Niedermayer2015-05-07
* Merge remote-tracking branch 'rbultje/vp9-profile23-wip'Michael Niedermayer2015-05-07
|\
| * swscale: add yuv440p10/12 pixfmts.Ronald S. Bultje2015-05-06
* | swscale/x86/hscale_fast_bilinear_simd: Fix variable names in commentsMichael Niedermayer2015-05-07
|/
* swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macr...Rong Yan2015-04-27
* swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flagMichael Niedermayer2015-04-23
* Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur2015-04-23
* swscale/output: Fix undefined shiftsMichael Niedermayer2015-03-25
* Merge commit '7ebb3022297aa00afda6800105684b8303f2608e'Michael Niedermayer2015-03-22
|\
| * swscale: Check memory allocationFederico Tomassetti2015-03-21
* | Merge commit '9a60b1fad02cb783b895b2145c3dafc01f7b337c'Michael Niedermayer2015-03-16
|\|
| * libswscale: fix compiler warnings enumerated type mixed with another typeHimangi Saraogi2015-03-15
* | ppc: libswscale: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-14
* | swscale/utils: Fix undefined shift in initFilter()Michael Niedermayer2015-03-11
* | swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer2015-02-27
* | swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer2015-02-27
* | swscale/utils: add asserts to check filterposMichael Niedermayer2015-02-24
* | swscale/utils: More carefully merge and clear coefficients outside the inputMichael Niedermayer2015-02-24
* | swscale: Use av_clip_uintp2()Michael Niedermayer2015-02-21
* | swscale/yuv2rgb: Use av_clip_uint8()Michael Niedermayer2015-02-21
* | swscale/bayer_template: Add () to protect the argument of BAYER_READ()Michael Niedermayer2015-02-18
* | Merge commit 'e51f22122d23589e93ac4f0b3e570bb925755915'Michael Niedermayer2015-02-17
|\|
| * swscale: Check memory allocationsFederico Tomassetti2015-02-17
| * swscale: fix gbrap to gbrap alpha scalingVittorio Giovara2015-01-16
| * swscale: fix warning about incompatible function pointer typeVittorio Giovara2015-01-16
* | swscale/utils: Limit filter shifting so as not to read from prior the arrayMichael Niedermayer2015-02-05
* | swscale/input: fix rgba64 alpha non nativeMichael Niedermayer2015-01-21