aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/2.8' of https://github.com/FFmpeg/FFmpeg into cm-13.0cm-13.0-oldSteve Kondik2016-01-184-65/+110
|\
| * swscale/vscale: Check that 2 tap filters are bilinear before using bilinear codeMichael Niedermayer2016-01-152-7/+26
| * swscale: Move VScalerContext into vscale.cMichael Niedermayer2016-01-152-9/+10
| * swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() callsMichael Niedermayer2016-01-151-4/+18
| * swscale/yuv2rgb: Increase YUV2RGB table headroomMichael Niedermayer2016-01-151-2/+2
| * swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM outMichael Niedermayer2016-01-152-44/+46
| * swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny ...Michael Niedermayer2016-01-151-0/+6
| * swscale/utils: Fix intermediate format for cascaded alpha downscalingMichael Niedermayer2016-01-151-0/+3
* | Add MODULE_LICENSE and NOTICE filesstable/cm-13.0-ZNH0ERicardo Cerqueira2015-12-232-0/+1
* | Merge branch 'release/2.8' of https://github.com/FFmpeg/FFmpeg into cm-13.0Steve Kondik2015-12-222-6/+7
|\|
| * swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer2015-12-151-8/+6
| * swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer2015-12-151-1/+4
| * swscale/utils: Fix for runtime error: left shift of negative value -1Michael Niedermayer2015-12-061-1/+1
* | swscale: Disable NEW_FILTER on Android, for now.Steve Kondik2015-11-271-1/+3
* | Merge branch 'release/2.8' of https://github.com/FFmpeg/FFmpeg into cm-13.0Steve Kondik2015-11-273-19/+22
|\|
| * swscale: fix ticket #4881Pedro Arthur2015-10-133-19/+22
* | Clean up some build-time warningsRicardo Cerqueira2015-10-121-0/+2
* | Fixup armv8-a building, and make multiarch builds workRicardo Cerqueira2015-10-121-0/+11
* | Update Android build for FFMPEG 2.5Steve Kondik2015-10-121-0/+3
* | Android porting for ffmpeg 2.1 releaseChih-Wei Huang2015-10-121-0/+15
|/
* swscale: fix ticket #4877Pedro Arthur2015-10-081-11/+12
* swscale: fix ticket 4850Pedro Arthur2015-10-081-4/+4
* swscale/swscale: Fix "unused variable" warningMichael Niedermayer2015-10-081-1/+1
* swscale: re-enable gammaPedro Arthur2015-09-047-10/+109
* swscale: added proper error check for ff_init_filtersPedro Arthur2015-09-041-6/+11
* swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails...Michael Niedermayer2015-08-311-3/+6
* swscale/utils: Split scaling if possible and yuv->yuv with different matrixes...Michael Niedermayer2015-08-311-1/+66
* swscale: Silence an unused variable warningTimothy Gu2015-08-251-2/+2
* swscale/alphablend: fix pointer castGanesh Ajjanagadde2015-08-221-1/+1
* swscale/alphablend: Fix pointer type warningsMichael Niedermayer2015-08-211-9/+9
* swscale: refactor vertical scalerPedro Arthur2015-08-196-42/+380
* swscale: Fixed typosPedro Arthur2015-08-181-2/+2
* swscale: fixed compiler warningsPedro Arthur2015-08-183-16/+25
* swscale: add license headers and copyrightsPedro Arthur2015-08-182-0/+40
* swscale: process horizontal lines in batchesPedro Arthur2015-08-183-16/+49
* swscale: refactor horizontal scalingPedro Arthur2015-08-187-11/+751
* swscale/swscale-test: Fix slice height in random reference data creation.Michael Niedermayer2015-08-171-1/+1
* swscale/alphablend: Support chroma subsamplingMichael Niedermayer2015-08-092-15/+62
* swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARDMichael Niedermayer2015-08-093-11/+18
* swscale/alphablend: Factor target computation out of the loopsMichael Niedermayer2015-08-091-8/+9
* swscale/alphablend: Fix big endian formats on LEMichael Niedermayer2015-08-091-1/+1
* swscale/alphablend: support packed pixel formatsMichael Niedermayer2015-08-092-11/+53
* swscale/swscale: Document param[0..1]Michael Niedermayer2015-08-091-0/+6
* swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer2015-08-085-1/+192
* swscale: Add sws_alloc_set_opts()Michael Niedermayer2015-08-082-4/+30
* swscale/output: Fix "warning: assignment from incompatible pointer type"Michael Niedermayer2015-07-251-4/+8
* swscale: ayuv64le output supportPaul B Mahol2015-07-242-1/+49
* swscale: ayuv64le input supportPaul B Mahol2015-07-244-0/+40
* swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() and vec...Rong Yan2015-07-161-0/+5
* swscale/utils: Clear pix buffersMichael Niedermayer2015-07-151-3/+3