99 Commits (18c9d5d3e80dc0b47e0a260b51f5230bdd499e8b)

Author SHA1 Message Date
  Paul B Mahol aa234698e9 avfilter/vf_lut: make it possible to clip pixel values that are out of valid range 8 years ago
  Paul B Mahol 72864547f9 avfilter/vf_lut: do not always explicitly clip pixels 8 years ago
  Paul B Mahol 8175fb03f0 avfilter/vf_lut: unbreak planar rgb suppot on big-endian 8 years ago
  Paul B Mahol 0edfd8e6f4 avfilter/vf_lut: add planar RGB support 8 years ago
  Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
  Steven Robertson b38e685c05 vf_lut: Add support for RGB48 and RGBA64. 9 years ago
  Ganesh Ajjanagadde 4c96985af1 all: remove some casts of function pointer to void * 9 years ago
  Paul B Mahol af24763400 avfilter/vf_lut: use AV_OPT_TYPE_BOOL for negate_alpha option 9 years ago
  Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 9 years ago
  Paul B Mahol 866404df2d avfilter/vf_lut: fix oversight 10 years ago
  Michael Niedermayer 8f4cfda972 avutil: add missing bswap include 10 years ago
  Paul B Mahol b74ebd09c7 avfilter/vf_lut: >8 bit depth planar yuv support 10 years ago
  Clément Bœsch fd682b1892 avfilter: handle error in query_formats() of a bunch of random video filters 10 years ago
  Stefano Sabatini afa3c996fe lavfi/lut: apply minor compute_gammaval709() doxy fix 10 years ago
  Yayoi 0463df6f42 avfilter/lut: reduce dereference in the inner loop 10 years ago
  Peter Ross b186b7131e avfilter/vf_lut: gammaval709() 10 years ago
  Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Diego Elio Pettenò faa8245bd4 vf_lut: Constantize 11 years ago
  Michael Niedermayer e43a0a232d avfilter: fix plane validity checks 11 years ago
  Anton Khirnov b06848f4de vf_lut: make config_props work properly when called multiple times. 12 years ago
  Anton Khirnov 8d2565c28b vf_lut: use the name 's' for the pointer to the private context 12 years ago
  Clément Bœsch 1776177b7f lavfi: replace passthrough_filter_frame with a flag. 12 years ago
  Clément Bœsch 59d33eafd1 lavfi/lut: use FF_CEIL_RSHIFT for chroma w/h rounding. 12 years ago
  Paul B Mahol 94ff68ccb3 lavfi/lut: add support for YUVA422P and YUVA444P 12 years ago
  Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 12 years ago
  Paul B Mahol 785eb5fc57 lavfi/negate: unbreak negate alpha 12 years ago
  Clément Bœsch fdd93eabfb lavfi: add timeline support. 12 years ago
  Michael Niedermayer 45741dd81f vf_lut: fix simplification / off by 1 error 12 years ago
  Clément Bœsch 4c6fa4ef45 lavfi/lut: simplify nested component stepping. 12 years ago
  Clément Bœsch 45f5bf917b lavfi/lut: reindent after previous commit. 12 years ago
  Clément Bœsch 3db3b278f2 lavfi/lut: add direct path. 12 years ago
  Paul B Mahol 977ee8afd6 lavfi/negate: stop calling lut_init() as that function does nothing now 12 years ago
  Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov 20b46f8f4f vf_lut: switch to an AVOptions-based system. 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Michael Niedermayer 21c2e201f6 vf_lut: correct color/comp permutation 12 years ago
  Paul B Mahol ba1cbf40ce lavfi/lut: use ff_fill_rgba_map() 12 years ago
  Anton Khirnov bff576c779 vf_lut: switch to filter_frame 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Martin Storsjö 235f74db59 Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_* 12 years ago
  Stefano Sabatini 42d621d131 lavfi: add priv class to filter definitions and flags to filter internal options 12 years ago
  Stefano Sabatini a77436abad lavfi/lut: duplicate class definitions for each lut variant filter 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 13 years ago
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 12 years ago