148 Commits (901b0f1a219e96d008c801dbd99bb21aae0aea4e)

Author SHA1 Message Date
  Clément Bœsch f1148390d7 sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neon 9 years ago
  Kieran Kunhya 4170a44bbc Add GBRAP12 pixel format 9 years ago
  Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
  Hendrik Leppkes 2e31434d84 swscale: add P010 input support 10 years ago
  Michael Niedermayer 757248ea3c swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper() 9 years ago
  Michael Niedermayer ad3b6fa7d8 swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper() 9 years ago
  Clément Bœsch e8bc642202 lavu: add AV_CEIL_RSHIFT and use it in various places 9 years ago
  Matthieu Bouron 46feb66972 swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon 10 years ago
  Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 10 years ago
  Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 10 years ago
  Paul B Mahol 052f64ecb2 swscale: ayuv64le input support 10 years ago
  Michael Niedermayer f6ab967eae swscale/swscale_unscaled: Fix rounding difference with RGBA output between little and big endian 10 years ago
  Ronald S. Bultje 711d8812ad swscale: add yuv440p10/12 pixfmts. 10 years ago
  Himangi Saraogi 9a60b1fad0 libswscale: fix compiler warnings enumerated type mixed with another type 10 years ago
  Paul B Mahol 928061670e libswscale: GBRAP input & output and GBRAP16 input support 11 years ago
  Derek Buitenhuis 33c827f632 swscale: Properly scale YUV 11 years ago
  Michael Niedermayer 700bf1fa4e swscale/swscale_unscaled: fix ya16 input 11 years ago
  Vittorio Giovara f84a1b597c swscale: support AV_PIX_FMT_YA16 as input 11 years ago
  Vittorio Giovara e96c3b81ca avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 11 years ago
  Kostya Shishkov 5420099cab swscale: correctly pad destination buffer in rgb conversion 11 years ago
  Diego Biurrun 880e2aa236 Remove all Blackfin architecture optimizations 11 years ago
  Michael Niedermayer 421b21ca8a sws: dont use the optimized 410->420 unscaled conversion when height%4 11 years ago
  Justin Ruggles d9a542ace1 swscale: Set alpha to opaque for internal palettes. 11 years ago
  Justin Ruggles 20c38c9c18 swscale: fix some undefined signed left shifts 11 years ago
  Justin Ruggles 60c4660ba0 swscale: fix an implementation-defined unsigned-to-signed conversion 11 years ago
  Janne Grunau 0ca0924c10 swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64 11 years ago
  Peter Ross 02b63246cf libswscale: bayer to rgb24 & yv12 colorspace converters 11 years ago
  Michael Niedermayer 9047491f8b swscale: add nv12/nv21->yuv420 converter 12 years ago
  Michael Niedermayer eb01a25fe1 swscale: fix stride used in planarToNv12Wrapper() 12 years ago
  Michael Niedermayer 6bd001d766 swscale: disable ARM code until its build failure with clang/iphone is fixed 11 years ago
  Michael Niedermayer 6044f161d3 Revert "swscale: disable ARM code until its build failure with clang/iphone is fixed" 11 years ago
  Carl Eugen Hoyos 693a36b6f8 Unscaled 16bit packed RGB to planar GBR converter. 11 years ago
  Michael Niedermayer c8c7736c10 swscale: disable ARM code until its build failure with clang/iphone is fixed 11 years ago
  Yu Xiaolei 1c67ad9d93 swscale: NEON optimized unscaled rgba to nv12 conversion 12 years ago
  Michael Niedermayer 94d7ca2b58 swscale: fix used stride in planarToNv12Wrapper() 12 years ago
  Michael Niedermayer ef627bf9ec swscale: add nv12/nv21->yuv420 converter 12 years ago
  Michael Niedermayer 6909a611d2 swscale/swscale_unscaled: fix right column handling in planarCopyWrapper 12 years ago
  Paul B Mahol 37d6b2b4e6 swsscale/swscale_unscaled: add GBRAP16 12 years ago
  Michael Niedermayer 9ec9d46365 swscale/swscale_unscaled: fix alpha pointer & stride for planarRgb16ToRgb16Wrapper() 12 years ago
  Michael Niedermayer 13eff473ad swscale/swscale_unscaled: fix alpha values for rgb/bgr -> RGB32_1 / BGR32_1 12 years ago
  Diego Biurrun 1909f6b1b6 swscale: cosmetics: Drop silly camelCase from swScale function pointer name 12 years ago
  Diego Biurrun 3aa682f253 swscale: consistent names for arch-specific acceleration functions 12 years ago
  Diego Biurrun c2503d9c8a swscale: ppc: Hide arch-specific initialization details 13 years ago
  Michael Niedermayer 23b3141261 swscale: improve dither checks 12 years ago
  Michael Niedermayer 1e0e193240 sws: add dither enum 12 years ago
  Michael Niedermayer 60e9b8556a swscale_unscaled: make dither_scale static, its not used elsewhere and has no prefix 12 years ago
  Diego Biurrun aa2ba8c99e swscale: Move extern declarations for tables to swscale_internal.h 12 years ago
  Diego Biurrun d258531502 swscale: Mark a bunch of tables only used within one file static 12 years ago
  Carl Eugen Hoyos 7800b09ece Check more completely for invalid pix_fmts in planarRgb16ToRgb16Wrapper() 12 years ago
  Michael Niedermayer 0047da071e swscale/swscale_unscaled: add () 12 years ago