Commit History

Author SHA1 Message Date
  Michael Niedermayer 5d40272ba8 swscale/swscale: Add some sanity checks for srcSlice* parameters 8 years ago
  Michael Niedermayer 633a2a082f swscale: support internal scaler cascades 10 years ago
  Michael Niedermayer e9f7c7aef9 sws: Move fast bilinear C code into seperate file 10 years ago
  Michael Niedermayer 7f5296005c swscale/swscale: replace potentially slow % by & 10 years ago
  Michael Niedermayer 14fa7fc6a8 swscale/swscale: fix srcStride/srcSlice typo 10 years ago
  Michael Niedermayer a2f088c0f9 swscale: factor ff_sws_init_range_convert() out 10 years ago
  Michael Niedermayer 3751e5a821 swscale/swscale: clear to/from convert pointers when they used. 10 years ago
  Michael Niedermayer 28875c4188 Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad' 10 years ago
  Michael Niedermayer c9c0451224 swscale/swscale: fix integer overflow 10 years ago
  Michael Niedermayer ab9d7e0b12 swscale: fix rgb48Toxyz12() endianness 10 years ago
  Michael Niedermayer 01cac26f68 Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557' 11 years ago
  Michael Niedermayer 5ff1b588eb Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19' 11 years ago
  Michael Niedermayer db6b389c7f Merge commit 'a519583991c38d38503ab08357716513facc5725' 11 years ago
  Diego Biurrun 1909f6b1b6 swscale: cosmetics: Drop silly camelCase from swScale function pointer name 11 years ago
  Diego Biurrun c2503d9c8a swscale: ppc: Hide arch-specific initialization details 12 years ago
  Diego Biurrun a519583991 swscale: x86: Hide arch-specific initialization details 12 years ago
  Michael Niedermayer c62801270f swscale: change ff_dither_8x8_128 dimensions to be consistent with the others 11 years ago
  Michael Niedermayer c14fc4585c Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3' 11 years ago
  Michael Niedermayer 1ef0b8f9cc Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4' 11 years ago
  Michael Niedermayer 1e0e193240 sws: add dither enum 11 years ago
  Diego Biurrun aa2ba8c99e swscale: Move extern declarations for tables to swscale_internal.h 11 years ago
  Diego Biurrun d258531502 swscale: Mark a bunch of tables only used within one file static 11 years ago
  clook b9b1a2c3e4 libswscale: Adding RGB => XYZ support 11 years ago
  Michael Niedermayer 6d323ff57a swscale: remove unneeded include assert.h 11 years ago
  Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 11 years ago
  Michael Niedermayer b2cf655d6e sws: add casts to silence pointer type mismatch warnings 11 years ago
  Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 11 years ago
  Paul B Mahol 5c057433cc libswscale: GBRAP input & output and GBRAP16 input support 11 years ago
  Michael Niedermayer cb23b06e5e sws: fix typo in xyz2rgb matrix use. 11 years ago
  Michael Niedermayer 24ec7a5e04 sws: Check for malloc failure of rgb0_tmp 11 years ago
  Michael Niedermayer 0c47c9028b sws: support xyz input 11 years ago
  Michael Niedermayer 9aafb95ae2 sws: init input_rgb2yuv_table depending on yuv colorspace 11 years ago
  Michael Niedermayer 3662e49dde sws: move RGB2YUV_SHIFT to swscale_internal.h 11 years ago
  Michael Niedermayer d4956b0bfb sws/input: replace hardcoded rgb2yuv coefficients by table 11 years ago
  Michael Niedermayer 353bd158f5 sws: Fix "warning: comparison of distinct pointer types lacks a cast" 11 years ago
  Michael Niedermayer 4eb93bed4e swscale: GBRP output support 11 years ago
  Michael Niedermayer 61884d1985 sws: GBRP output support 11 years ago
  Michael Niedermayer 89afa635bf sws: check that dither array is not null before memset 11 years ago
  Michael Niedermayer 8045c0167d sws: Only reset dither state for bitexact mode 11 years ago
  Michael Niedermayer 646ade7679 sws: Support error diffusion dither for mono output 11 years ago
  Michael Niedermayer c77eb4ee90 sws: fix warning: cast from pointer to integer of different size 11 years ago
  Michael Niedermayer aa9507cc3d swscale: fix warning: assignment from incompatible pointer type 11 years ago
  Michael Niedermayer d27edc038a Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' 11 years ago
  Diego Biurrun 511cf612ac miscellaneous typo fixes 11 years ago
  Michael Niedermayer 320ae9fb78 sws_scale: check input against NULL 11 years ago
  Michael Niedermayer 4d2f1d8c93 swscale.c:remove fill_plane9or10() use fillPlane16() 12 years ago
  Michael Niedermayer a201639a01 Merge remote-tracking branch 'qatar/master' 12 years ago
  Luca Barbato 26b5ad2543 swscale: support gray to 9bit and 10bit formats 12 years ago
  Michael Niedermayer 7a32ab5ed0 sws: get rid of C99 signed overflows try #2 12 years ago
  Michael Niedermayer 3ee8eefbf2 sws: avoid signed C99 overflows 12 years ago