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
2014-06-19s86/scale: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos
2014-06-18swscale/swscale: replace potentially slow % by &Michael Niedermayer
2014-06-17swscale/input: fix harmless integer overflowMichael Niedermayer
2014-06-13swscale: Allow the max filter size to be set at compile timeDerek Buitenhuis
2014-06-09x86/scale: fix xmm register count for hscale*_sse2James Almer
2014-06-02Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer
2014-06-02Remove all Blackfin architecture optimizationsDiego Biurrun
2014-05-21sws: document color range >8bit oddityMichael Niedermayer
2014-05-14swscale/utils: Add check that ensures that the hardcoded struct offsets are v...Michael Niedermayer
2014-05-14Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'Michael Niedermayer
2014-05-13build: handle library dependencies in configureJanne Grunau
2014-05-07inline asm: fix arrays as named constraints.Matt Oliver
2014-05-04swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array()Michael Niedermayer
2014-05-04Merge commit '3a177a9cca924e097265b32f9282814f6b653e08'Michael Niedermayer
2014-05-03swscale: Fix an undefined behaviourLuca Barbato
2014-04-30sws: dont use the optimized 410->420 unscaled conversion when height%4Michael Niedermayer
2014-04-27Fix teh typosMichael Niedermayer
2014-04-19Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos
2014-04-16swscale/swscale: fix srcStride/srcSlice typoMichael Niedermayer
2014-04-15swscale/utils: fix changing src/dst range after initializing the contextMichael Niedermayer
2014-04-15swscale/utils: move handling of unscaled case to the end of init functionMichael Niedermayer
2014-04-15swscale: factor ff_sws_init_range_convert() outMichael Niedermayer
2014-04-15swscale/swscale: clear to/from convert pointers when they used.Michael Niedermayer
2014-04-13Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad'Michael Niedermayer
2014-04-12swscale: Set alpha to opaque for internal palettes.Justin Ruggles
2014-04-12swscale: fix an implementation-defined unsigned-to-signed conversionJustin Ruggles
2014-04-12swscale: fix some undefined signed left shiftsJustin Ruggles
2014-04-10sws: fix warning about RGB_PACK24_B_OPERANDS redefinitionLukasz Marek
2014-04-09swscale/input: replace assert() by av_assert1()Michael Niedermayer
2014-04-09Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3'Michael Niedermayer
2014-04-09swscale/utils: scale filter_size in warning so that it can be used as max for...Michael Niedermayer
2014-04-09swscale/utils: dont print message about filter size when the cause is a mallo...Michael Niedermayer
2014-04-08swscale/swscale_internal: remove obsolete warningMichael Niedermayer
2014-04-08swscale/swscale_internal: make the offset strings update themselfs when the M...Michael Niedermayer
2014-04-08swscale/x86/swscale_template: loose hardcoded dstw_offsetMichael Niedermayer
2014-04-08swscale: support converting YVYU422 pixel formatVittorio Giovara
2014-04-02swscale: add full bgra64 supportMichael Niedermayer
2014-04-02Merge commit '0ca0924c10d9617a5793964bf79655424ef32b68'Michael Niedermayer
2014-04-02swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau
2014-03-26Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-03-25Do not set swscale sizeFactor to -1.Carl Eugen Hoyos
2014-03-25swscale: add two spatially stable dithering methodsØyvind Kolås
2014-03-24swscale/swscale: fix integer overflowMichael Niedermayer
2014-03-19Add APIchanges entry and bump libswscale micro version for making gray16 full...Carl Eugen Hoyos
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2014-03-19swscale/utils: Fix color range of gray16Carl Eugen Hoyos
2014-03-17Merge commit '1481d24c3a0abf81e1d7a514547bd5305232be30'Michael Niedermayer
2014-03-17Add missing external declarations.Matt Oliver
2014-03-17swscale/x86/swscale: remove unused constantsMichael Niedermayer