Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-17swscale/utils/sws_setColorspaceDetails(): fix indentionMichael Niedermayer
2013-10-10swscale: Use full resolution chroma for yuv2rgb when the input has full chromaMichael Niedermayer
2013-10-06Merge commit '6b3ff6f91a535d6383f41ca7bdf760165dcb6015'Michael Niedermayer
2013-10-05swscale: provide a default scaler if none is setVittorio Giovara
2013-10-01swscale/utils: dont divide by zero with zero vectorsMichael Niedermayer
2013-09-17swscale/utils: remove redundant NULL checks before sws_freeVec()Michael Niedermayer
2013-09-17swscale/utils: simplify cpu caps printing codeMichael Niedermayer
2013-09-17swscale/utils: Simplify scaler name printing codeMichael Niedermayer
2013-09-17swscale/utils: Allow sws_setColorspaceDetails() to use the tables from sws_ge...Michael Niedermayer
2013-09-08swscale/utils: use memcpy instead of loop in sws_cloneVec()Michael Niedermayer
2013-08-30Merge commit '79aec43ce813a3e270743ca64fa3f31fa43df80b'Michael Niedermayer
2013-08-29Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'Michael Niedermayer
2013-08-29Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer
2013-08-29Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf'Michael Niedermayer
2013-08-29x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun
2013-08-29swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun
2013-08-29swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun
2013-08-29ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun
2013-08-19swscale: improve dither checksMichael Niedermayer
2013-08-19swscale: set dither to a specific value for rgb/bgr8 outputMichael Niedermayer
2013-08-16Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer
2013-08-15sws: add dither enumMichael Niedermayer
2013-08-15swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun
2013-08-08swscale/utils: Fix potential overflow of srcPos*C before converting to 64bitMichael Niedermayer
2013-08-08swscale/utils: Fix potential overflow of dstPos*xInc before converting to 64bitMichael Niedermayer
2013-07-27swscale/fill_rgb2yuv_table: fix default detectionMichael Niedermayer
2013-07-25swscale/sws_getColorspaceDetails: dont fail for non yuvMichael Niedermayer
2013-07-25swscale: exchange src & dst chroma posMichael Niedermayer
2013-07-23libswscale: Adding RGB => XYZ supportclook
2013-07-17swscale: Add support to specify chroma positionMichael Niedermayer
2013-07-16swscale: move default colorspace setup to sws_init_filter()Michael Niedermayer
2013-07-14swscale: call handle_format() from the functions that need itMichael Niedermayer
2013-07-14swscale: make handle_formats() safe to be called multiple timesMichael Niedermayer
2013-07-14swscale: move format handling to its own functionMichael Niedermayer
2013-07-08swscale: treat gray as a fullrage (0-255) formatMichael Niedermayer
2013-06-21swscale: fix filter alignment reduction without inline asmHendrik Leppkes
2013-05-21add YUVJ411PMichael Niedermayer
2013-05-12swscale: RGBA64 outputPaul B Mahol
2013-05-12Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64"Michael Niedermayer
2013-05-12sws: support endianness conversion for AV_PIX_FMT_RGBA64Paul B Mahol
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-05-08libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2013-05-07Merge commit '9cfa21c8c2b81146aab574f55c93f27e5c2d435c'Michael Niedermayer
2013-05-07Merge commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491'Michael Niedermayer
2013-05-06swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau
2013-05-06swscale: add support for endianness only conversionJanne Grunau
2013-05-05Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70'Michael Niedermayer
2013-05-05Avoid incorrect deprecated pixel format warning.Reimar Döffinger
2013-05-05swscale: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-03lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol