1912 Commits (fa7dec8cb00d2d0dd96ff9863ccda38428610a21)

Author SHA1 Message Date
  Nick Lewycky 891df2a1ae libswscale/x86/hscale_fast_bilinear_simd.c: There's no need to save BX if it's in the clobber list. 10 years ago
  Nick Lewycky 48e9f68384 libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on x86_64, because it isn't implicitly included when PIC is on. 10 years ago
  Michael Niedermayer 54e64eaf68 swscale/x86/swscale: Fix warning about loosing significant bits in cast 10 years ago
  Michael Niedermayer 3b12335395 swscale/x86/hscale_fast_bilinear_simd: Remove ancient out-commented debug code 10 years ago
  Michael Niedermayer 21b30947f2 swscale/x86/hscale_fast_bilinear_simd: Fix variable names in comments 10 years ago
  Ronald S. Bultje 711d8812ad swscale: add yuv440p10/12 pixfmts. 10 years ago
  Rong Yan 603c839398 swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macro GET_VF() it was wrong 10 years ago
  Michael Niedermayer b57f9f5724 swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flag 10 years ago
  Pedro Arthur 2a7128f4ed Add gamma encodign/decoding before/after scaling in libswscale 10 years ago
  Michael Niedermayer bdcd36a4c8 swscale/output: Fix undefined shifts 11 years ago
  Federico Tomassetti 7ebb302229 swscale: Check memory allocation 11 years ago
  Himangi Saraogi 9a60b1fad0 libswscale: fix compiler warnings enumerated type mixed with another type 11 years ago
  Christophe Gisquet 5d38c628b0 ppc: libswscale: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 11 years ago
  Michael Niedermayer fa74058dd3 swscale/utils: Fix undefined shift in initFilter() 11 years ago
  Michael Niedermayer ae20682f6b swscale: Add prefix to updateMMXDitherTables() 11 years ago
  Michael Niedermayer 007498fc1a swscale/utils: clear formatConvBuffer on allocation 11 years ago
  Michael Niedermayer fb8e5044b4 swscale/utils: add asserts to check filterpos 11 years ago
  Michael Niedermayer 1895d414aa swscale/utils: More carefully merge and clear coefficients outside the input 11 years ago
  Michael Niedermayer 03bffb68f6 swscale: Use av_clip_uintp2() 11 years ago
  Michael Niedermayer b20426398c swscale/yuv2rgb: Use av_clip_uint8() 11 years ago
  Michael Niedermayer d501b986a9 swscale/bayer_template: Add () to protect the argument of BAYER_READ() 11 years ago
  Federico Tomassetti e51f22122d swscale: Check memory allocations 11 years ago
  Michael Niedermayer 692b22626e swscale/utils: Limit filter shifting so as not to read from prior the array 11 years ago
  Michael Niedermayer f30798584f swscale/input: fix rgba64 alpha non native 11 years ago
  Michael Niedermayer 95d04690aa swscale/input: Fix alpha of YA16 input 11 years ago
  Vittorio Giovara 2df7277711 swscale: fix gbrap to gbrap alpha scaling 11 years ago
  Vittorio Giovara 89df3fd49e swscale: fix warning about incompatible function pointer type 11 years ago
  Paul B Mahol 928061670e libswscale: GBRAP input & output and GBRAP16 input support 11 years ago
  Vittorio Giovara 1dd797e3c9 swscale: check memory allocations 11 years ago
  Kieran Kunhya 18982f084c swscale: Pass through chroma positions in sws_getCachedContext 11 years ago
  Michael Niedermayer 3a2bed1f9e swscale/yuv2rgb: Fix width % 4 != 0 with bgr4_byte/rgb4_byte 11 years ago
  Michael Niedermayer 3848512d48 swscale/yuv2rgb: Fix width % 4 != 0 with bgr4/rgb4 11 years ago
  Michael Niedermayer 3d00ba2688 swscale/yuv2rgb: fix width % 8 != 0 and rgb/bgr8 output 11 years ago
  Michael Niedermayer 2a983ff7fe swscale: increase yuv2rgb table headroom 11 years ago
  Derek Buitenhuis 33c827f632 swscale: Properly scale YUV 11 years ago
  Michael Niedermayer 8524558858 swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 output 11 years ago
  Michael Niedermayer 4388e78a0f swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*() 11 years ago
  Michael Niedermayer 2f6bb86f85 swscale/utils: support bayer input + scaling, and bayer input + any supported output 11 years ago
  Rong Yan e74e14608f libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() yuv2planeX_16_altivec() yuv2planeX_8() for little endian 11 years ago
  Kieran Kunhya b546023b93 swscale: fix yuv2yuvX_8 assembly on x86 11 years ago
  Vittorio Giovara fc1eda543c swscale: fix sign extensions in yuv planar conversion 11 years ago
  Michael Niedermayer fba894615d swscale: support internal scaler cascades 11 years ago
  James Almer fb7d8d50bc swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruft 11 years ago
  Michael Niedermayer 61af6bebb4 swscale: Allow chroma samples to be above and to the left of luma samples 11 years ago
  Vitor Sessak 55d11d277b swscale/x86: do not expect registers to be preserved across inline ASM blocks 11 years ago
  Clément Bœsch d469aa8cfa sws: use av_clip() instead of av_clip_c() 11 years ago
  James Almer 9ffac3d00d lsws: duplicate ff_log2_tab 11 years ago
  Anton Khirnov 1985c2e75c Bump major versions of all libraries. 11 years ago
  Anton Khirnov f4c444e17d Postpone API-incompatible changes until the next bump. 11 years ago
  Diego Biurrun bb789016d4 swscale: Undeprecate sws_getContext() 11 years ago