summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale/utils: fix rgb -> fullrange yuvMichael Niedermayer2014-07-191-1/+1
* swscale/utils: remove unused defineMichael Niedermayer2014-07-191-2/+0
* swscale/x86/hscale_fast_bilinear_simd: add inline asm guardsMichael Niedermayer2014-07-191-0/+2
* sws: move inline asm hscale to MMX_OBJSMichael Niedermayer2014-07-191-2/+3
* sws/x86: split mmxext fast bilinear scaler outMichael Niedermayer2014-07-195-363/+389
* sws: Move fast bilinear C code into seperate fileMichael Niedermayer2014-07-194-37/+65
* swscale/swscale_internal: add needed version.hMichael Niedermayer2014-07-191-0/+2
* swscale/x86/rgb2rgb_template: fix 1 byte overread in yuyvtoyuv420 and uyvytoy...Michael Niedermayer2014-07-131-2/+40
* fix spelling errorsAndreas Cadhalpun2014-07-121-1/+1
* swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the paddingMichael Niedermayer2014-06-221-1/+19
* swscale/x86/input: prevent RGB32_TO_UV_FN from reading into the paddingMichael Niedermayer2014-06-221-0/+26
* s86/scale: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos2014-06-191-1/+2
* swscale/swscale: replace potentially slow % by &Michael Niedermayer2014-06-181-6/+6
* swscale/input: fix harmless integer overflowMichael Niedermayer2014-06-161-2/+2
* swscale: Allow the max filter size to be set at compile timeDerek Buitenhuis2014-06-132-2/+2
* x86/scale: fix xmm register count for hscale*_sse2James Almer2014-06-091-1/+1
* Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer2014-06-029-904/+5
|\
| * Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-029-903/+5
* | sws: document color range >8bit oddityMichael Niedermayer2014-05-211-0/+2
* | swscale/utils: Add check that ensures that the hardcoded struct offsets are v...Michael Niedermayer2014-05-142-0/+3
* | Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'Michael Niedermayer2014-05-131-1/+0
|\ \ | |/
| * build: handle library dependencies in configureJanne Grunau2014-05-131-1/+0
* | inline asm: fix arrays as named constraints.Matt Oliver2014-05-071-1/+1
* | swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array()Michael Niedermayer2014-05-041-13/+13
* | Merge commit '3a177a9cca924e097265b32f9282814f6b653e08'Michael Niedermayer2014-05-031-1/+1
|\ \ | |/
| * swscale: Fix an undefined behaviourLuca Barbato2014-05-031-1/+1
| * swscale: Set alpha to opaque for internal palettes.Justin Ruggles2014-04-121-5/+5
| * swscale: fix some undefined signed left shiftsJustin Ruggles2014-04-121-2/+2
* | sws: dont use the optimized 410->420 unscaled conversion when height%4Michael Niedermayer2014-04-301-1/+1
* | Fix teh typosMichael Niedermayer2014-04-271-1/+1
* | Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-192-6/+12
* | swscale/swscale: fix srcStride/srcSlice typoMichael Niedermayer2014-04-161-1/+1
* | swscale/utils: fix changing src/dst range after initializing the contextMichael Niedermayer2014-04-151-0/+6
* | swscale/utils: move handling of unscaled case to the end of init functionMichael Niedermayer2014-04-141-14/+14
* | swscale: factor ff_sws_init_range_convert() outMichael Niedermayer2014-04-142-21/+28
* | swscale/swscale: clear to/from convert pointers when they used.Michael Niedermayer2014-04-141-0/+2
* | Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad'Michael Niedermayer2014-04-132-3/+2
|\ \ | |/
| * swscale: fix an implementation-defined unsigned-to-signed conversionJustin Ruggles2014-04-121-2/+2
* | sws: fix warning about RGB_PACK24_B_OPERANDS redefinitionLukasz Marek2014-04-101-0/+2
* | swscale/input: replace assert() by av_assert1()Michael Niedermayer2014-04-091-1/+1
* | Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3'Michael Niedermayer2014-04-094-2/+30
|\ \ | |/
| * swscale: support converting YVYU422 pixel formatVittorio Giovara2014-04-073-1/+28
* | swscale/utils: scale filter_size in warning so that it can be used as max for...Michael Niedermayer2014-04-091-1/+2
* | swscale/utils: dont print message about filter size when the cause is a mallo...Michael Niedermayer2014-04-091-1/+3
* | swscale/swscale_internal: remove obsolete warningMichael Niedermayer2014-04-081-1/+1
* | swscale/swscale_internal: make the offset strings update themselfs when the M...Michael Niedermayer2014-04-081-12/+12
* | swscale/x86/swscale_template: loose hardcoded dstw_offsetMichael Niedermayer2014-04-081-41/+37
* | swscale: add full bgra64 supportMichael Niedermayer2014-04-024-24/+77
* | Merge commit '0ca0924c10d9617a5793964bf79655424ef32b68'Michael Niedermayer2014-04-022-4/+6
|\ \ | |/
| * swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau2014-04-022-4/+6