summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-24lsws: use av_pix_fmt_get_chroma_sub_sample()Stefano Sabatini1-9/+2
2013-10-23swscale/utils: check mprotect() return codeMichael Niedermayer1-2/+5
2013-10-17swscale/yuv2rgb: clip cy, avoid division by 0 with 0 contrastMichael Niedermayer1-4/+4
2013-10-17swscale/utils/sws_setColorspaceDetails(): fix indentionMichael Niedermayer1-6/+6
2013-10-16swsscale/swscale_unscaled: add GBRAP16Paul B Mahol1-6/+40
2013-10-16swscale/swscale_unscaled: fix alpha pointer & stride for planarRgb16ToRgb16Wr...Michael Niedermayer1-4/+4
2013-10-10swscale: Use full resolution chroma for yuv2rgb when the input has full chromaMichael Niedermayer2-15/+25
2013-10-06Merge commit '6b3ff6f91a535d6383f41ca7bdf760165dcb6015'Michael Niedermayer1-2/+13
2013-10-06swscale/options: switch default to bicubicMichael Niedermayer3-2/+5
2013-10-05swscale: provide a default scaler if none is setVittorio Giovara1-1/+11
2013-09-30swscale/utils: dont divide by zero with zero vectorsMichael Niedermayer1-0/+4
2013-09-30swscale: make bilinear scaling the defaultwm41-1/+1
2013-09-19swscale/swscale_unscaled: fix alpha values for rgb/bgr -> RGB32_1 / BGR32_1Michael Niedermayer1-1/+6
2013-09-17swscale/utils: remove redundant NULL checks before sws_freeVec()Michael Niedermayer1-8/+4
2013-09-17swscale/utils: simplify cpu caps printing codeMichael Niedermayer1-6/+8
2013-09-17swscale/utils: Simplify scaler name printing codeMichael Niedermayer1-13/+15
2013-09-17swscale/utils: Allow sws_setColorspaceDetails() to use the tables from sws_ge...Michael Niedermayer1-2/+2
2013-09-16swscale/yuv2rgb: make sure yuvTable is set to NULL after deallocationMichael Niedermayer1-2/+1
2013-09-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-11/+12
2013-09-10Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun9-11/+12
2013-09-08swscale/utils: use memcpy instead of loop in sws_cloneVec()Michael Niedermayer1-3/+1
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-08-30Merge commit '79aec43ce813a3e270743ca64fa3f31fa43df80b'Michael Niedermayer2-6/+17
2013-08-30ppc: don't return a value from a function declared voidSean McGovern1-1/+1
2013-08-30Merge commit 'a6b650118543e1580e872896d8976042b7c32d01'Michael Niedermayer8-30/+40
2013-08-29ppc: don't return a value from a function declared voidSean McGovern1-1/+1
2013-08-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer6-23/+30
2013-08-29Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'Michael Niedermayer6-37/+37
2013-08-29Merge commit '4e0799a4d04404abfa8fbc072640be76465158cf'Michael Niedermayer3-4/+7
2013-08-29Merge commit '3aa682f25324d811ec284edc808eb71a46eae950'Michael Niedermayer6-10/+9
2013-08-29Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer9-25/+51
2013-08-29Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer8-19/+19
2013-08-29Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf'Michael Niedermayer4-13/+38
2013-08-29x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2-6/+17
2013-08-29ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun8-30/+40
2013-08-29cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun6-23/+30
2013-08-29swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun6-35/+35
2013-08-29swscale: Add some missing av_cold to arch-specific init functionsDiego Biurrun3-4/+7
2013-08-29swscale: consistent names for arch-specific acceleration functionsDiego Biurrun6-10/+9
2013-08-29swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun9-25/+51
2013-08-28swscale: x86: Hide arch-specific initialization detailsDiego Biurrun8-19/+19
2013-08-28ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun4-13/+38
2013-08-19swscale: improve dither checksMichael Niedermayer2-12/+16
2013-08-19swscale: set dither to a specific value for rgb/bgr8 outputMichael Niedermayer1-0/+2
2013-08-16swscale: change ff_dither_8x8_128 dimensions to be consistent with the othersMichael Niedermayer2-2/+3
2013-08-16Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer5-59/+59
2013-08-16Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4'Michael Niedermayer3-4/+3
2013-08-15sws: add dither enumMichael Niedermayer8-10/+32
2013-08-15swscale_unscaled: make dither_scale static, its not used elsewhere and has no...Michael Niedermayer2-2/+1
[next]