83 Commits (f3158c3f29cd24cf50a02b58201ec2cf149b51e5)

Author SHA1 Message Date
  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
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Stefano Sabatini c17808cebd lavfi: define macro AVFILTER_DEFINE_CLASS 13 years ago
  Michael Niedermayer a46f8915be vf_lut: fix handling of odd dimensions 13 years ago
  Paul B Mahol 54101214d8 lavfi: use designated initializers for AVClass 13 years ago
  Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
  Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
  Stefano Sabatini 0f0f3bd1e0 lavfi: use av_default_item_name() as filter private context logger 13 years ago
  Stefano Sabatini 4d6a8a2bdb lavfi: add avfilter_default_filter_name() 13 years ago
  Stefano Sabatini f3fea5bab1 lavfi/lut: fix component -> rgba mapping 13 years ago
  Michael Niedermayer 2a793ff2bf vf_lut: fix pointer type (const) warning 13 years ago
  Stefano Sabatini bb39c74b59 lavfi/lut: remove unused variable 13 years ago
  Michael Niedermayer c0af87550a vf_lut: fix rgba map regression 13 years ago
  Michael Niedermayer 38477e1981 vf_lut: avoid rgb component indexing in the inner loop 13 years ago
  Michael Niedermayer 002d9ded4a vf_lut: optimize rgb codepath 13 years ago
  Michael Niedermayer 79a1d98676 vf_lut: optimize planar case 13 years ago
  Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago