summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-11
|\
| * Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-10
| * ppc: don't return a value from a function declared voidSean McGovern2013-08-30
* | swscale/utils: use memcpy instead of loop in sws_cloneVec()Michael Niedermayer2013-09-08
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | Merge commit '79aec43ce813a3e270743ca64fa3f31fa43df80b'Michael Niedermayer2013-08-30
|\|
| * x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-29
* | ppc: don't return a value from a function declared voidSean McGovern2013-08-30
* | Merge commit 'a6b650118543e1580e872896d8976042b7c32d01'Michael Niedermayer2013-08-30
|\|
| * ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-29
|\|
| * cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-29
* | Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'Michael Niedermayer2013-08-29
|\|
| * swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-29
* | Merge commit '4e0799a4d04404abfa8fbc072640be76465158cf'Michael Niedermayer2013-08-29
|\|
| * swscale: Add some missing av_cold to arch-specific init functionsDiego Biurrun2013-08-29
* | Merge commit '3aa682f25324d811ec284edc808eb71a46eae950'Michael Niedermayer2013-08-29
|\|
| * swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-29
* | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer2013-08-29
|\|
| * swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* | Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer2013-08-29
|\|
| * swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* | Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf'Michael Niedermayer2013-08-29
|\|
| * ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-28
* | swscale: improve dither checksMichael Niedermayer2013-08-19
* | swscale: set dither to a specific value for rgb/bgr8 outputMichael Niedermayer2013-08-19
* | swscale: change ff_dither_8x8_128 dimensions to be consistent with the othersMichael Niedermayer2013-08-16
* | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer2013-08-16
|\|
| * swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-15
* | Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4'Michael Niedermayer2013-08-16
|\|
| * swscale: Mark a bunch of tables only used within one file staticDiego Biurrun2013-08-15
* | sws: add dither enumMichael Niedermayer2013-08-15
* | swscale_unscaled: make dither_scale static, its not used elsewhere and has no...Michael Niedermayer2013-08-15
* | swscale/utils: Fix potential overflow of srcPos*C before converting to 64bitMichael Niedermayer2013-08-08
* | swscale/utils: Fix potential overflow of dstPos*xInc before converting to 64bitMichael Niedermayer2013-08-08
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-03
|\|
| * Give less generic names to global library option arraysDiego Biurrun2013-08-02
* | swscale/fill_rgb2yuv_table: fix default detectionMichael Niedermayer2013-07-27
* | swscale/sws_getColorspaceDetails: dont fail for non yuvMichael Niedermayer2013-07-25
* | swscale: exchange src & dst chroma posMichael Niedermayer2013-07-24
* | libswscale: Adding RGB => XYZ supportclook2013-07-23
* | swscale: remove unneeded include assert.hMichael Niedermayer2013-07-19
* | swscale/input: fix 16bit gbrp inputMichael Niedermayer2013-07-19
* | swscale/options: fix copy and paste typoMichael Niedermayer2013-07-17
* | swscale: Add support to specify chroma positionMichael Niedermayer2013-07-17
* | swscale: move default colorspace setup to sws_init_filter()Michael Niedermayer2013-07-16
* | swscale: call handle_format() from the functions that need itMichael Niedermayer2013-07-14
* | swscale: make handle_formats() safe to be called multiple timesMichael Niedermayer2013-07-14
* | swscale: move format handling to its own functionMichael Niedermayer2013-07-14
* | swscale: treat gray as a fullrage (0-255) formatMichael Niedermayer2013-07-08