summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* lsws: use av_pix_fmt_get_chroma_sub_sample()Stefano Sabatini2013-10-241-9/+2
* swscale/utils: check mprotect() return codeMichael Niedermayer2013-10-231-2/+5
* swscale/yuv2rgb: clip cy, avoid division by 0 with 0 contrastMichael Niedermayer2013-10-171-4/+4
* swscale/utils/sws_setColorspaceDetails(): fix indentionMichael Niedermayer2013-10-171-6/+6
* swsscale/swscale_unscaled: add GBRAP16Paul B Mahol2013-10-161-6/+40
* swscale/swscale_unscaled: fix alpha pointer & stride for planarRgb16ToRgb16Wr...Michael Niedermayer2013-10-161-4/+4
* swscale: Use full resolution chroma for yuv2rgb when the input has full chromaMichael Niedermayer2013-10-101-0/+10
* Merge commit '6b3ff6f91a535d6383f41ca7bdf760165dcb6015'Michael Niedermayer2013-10-061-2/+13
|\
| * swscale: provide a default scaler if none is setVittorio Giovara2013-10-051-1/+11
* | swscale/options: switch default to bicubicMichael Niedermayer2013-10-062-2/+2
* | swscale/utils: dont divide by zero with zero vectorsMichael Niedermayer2013-10-011-0/+4
* | swscale: make bilinear scaling the defaultwm42013-09-301-1/+1
* | swscale/swscale_unscaled: fix alpha values for rgb/bgr -> RGB32_1 / BGR32_1Michael Niedermayer2013-09-191-1/+6
* | swscale/utils: remove redundant NULL checks before sws_freeVec()Michael Niedermayer2013-09-171-8/+4
* | swscale/utils: simplify cpu caps printing codeMichael Niedermayer2013-09-171-6/+8
* | swscale/utils: Simplify scaler name printing codeMichael Niedermayer2013-09-171-13/+15
* | swscale/utils: Allow sws_setColorspaceDetails() to use the tables from sws_ge...Michael Niedermayer2013-09-171-2/+2
* | swscale/yuv2rgb: make sure yuvTable is set to NULL after deallocationMichael Niedermayer2013-09-161-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-111-1/+1
|\ \ | |/
| * Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-101-1/+1
| * ppc: don't return a value from a function declared voidSean McGovern2013-08-301-1/+1
* | swscale/utils: use memcpy instead of loop in sws_cloneVec()Michael Niedermayer2013-09-081-3/+1
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-304-16/+16
* | Merge commit '79aec43ce813a3e270743ca64fa3f31fa43df80b'Michael Niedermayer2013-08-301-6/+4
|\ \ | |/
| * x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-291-6/+4
* | ppc: don't return a value from a function declared voidSean McGovern2013-08-301-1/+1
* | Merge commit 'a6b650118543e1580e872896d8976042b7c32d01'Michael Niedermayer2013-08-301-2/+5
|\ \ | |/
| * ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-291-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-291-6/+6
|\ \ | |/
| * cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-291-6/+6
* | Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'Michael Niedermayer2013-08-296-37/+37
|\ \ | |/
| * swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-296-35/+35
* | Merge commit '4e0799a4d04404abfa8fbc072640be76465158cf'Michael Niedermayer2013-08-293-4/+7
|\ \ | |/
| * swscale: Add some missing av_cold to arch-specific init functionsDiego Biurrun2013-08-293-4/+7
* | Merge commit '3aa682f25324d811ec284edc808eb71a46eae950'Michael Niedermayer2013-08-296-10/+9
|\ \ | |/
| * swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-296-10/+9
* | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer2013-08-299-25/+51
|\ \ | |/
| * swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-299-25/+51
* | Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer2013-08-298-19/+19
|\ \ | |/
| * swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-288-19/+19
* | Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf'Michael Niedermayer2013-08-291-7/+6
|\ \ | |/
| * ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-281-7/+6
* | swscale: improve dither checksMichael Niedermayer2013-08-192-12/+16
* | swscale: set dither to a specific value for rgb/bgr8 outputMichael Niedermayer2013-08-191-0/+2
* | swscale: change ff_dither_8x8_128 dimensions to be consistent with the othersMichael Niedermayer2013-08-162-2/+3
* | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer2013-08-165-59/+59
|\ \ | |/
| * swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-156-40/+40
* | Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4'Michael Niedermayer2013-08-163-4/+3
|\ \ | |/
| * swscale: Mark a bunch of tables only used within one file staticDiego Biurrun2013-08-152-6/+6
* | sws: add dither enumMichael Niedermayer2013-08-157-10/+29