106 Commits (d5bf704f507d75d3ca996703440b51a68b87d5ba)

Author SHA1 Message Date
  Gyan Doshi 49a32fa45c avfilter/delogo: correct indentation for option show. 5 years ago
  Gyan Doshi 74fe697f96 avfilter/delogo: remove deprecated options 5 years ago
  Paul B Mahol d64cbd4fda remove CHAR_MIN/CHAR_MAX usage 5 years ago
  Steven Liu a76a516e76 avfilter/vf_delogo: make the interp value compute method simple 5 years ago
  Steven Liu aea82dfe22 avfilter/vf_delogo: add auto set the area inside of the frame 5 years ago
  Paul B Mahol 22f3b6286e avfilter: add av_cold where it is missing 5 years ago
  Paul B Mahol 6b09030756 avfilter/vf_delogo: unbreak fate 5 years ago
  Steven Liu 2183def1a5 avfilter/vf_delogo: support expr in delogo filter 5 years ago
  Jean Delvare aeefe018f8 avfilter/delogo: Check that logo area is inside the picture 9 years ago
  Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
  Jean Delvare 47b2ba9878 avfilter/vf_delogo: change the definition of logo_x2 and logo_y2 9 years ago
  Jean Delvare 932cbc846f avfilter/vf_delogo: fix show option when clipping 9 years ago
  Jean Delvare ec11cfdf75 avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_components 9 years ago
  Jean Delvare e74f1a121e avfilter/vf_delogo: round to the closest value 9 years ago
  Jean Delvare 8bc708fcee avfilter/delogo: Set default band to 1 9 years ago
  Jean Delvare 3e5b02bdb8 avfilter/delogo: Fix show option when band is small 9 years ago
  Jean Delvare d9c72e0d24 Update my email address 9 years ago
  Clément Bœsch ee4f0ec0cd avfilter/delogo: use AV_OPT_TYPE_BOOL for show option 9 years ago
  Clément Bœsch fd682b1892 avfilter: handle error in query_formats() of a bunch of random video filters 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
  Paul B Mahol b077d8d908 avfilter: remove redundant .get_(audio/video)_buffer initializations 11 years ago
  Michael Niedermayer e43a0a232d avfilter: fix plane validity checks 12 years ago
  Jean Delvare b6d0bb6086 lavfi/delogo: Fix sign extension issue 12 years ago
  Jean Delvare 4e10d87f38 lavfi/delogo: band width must be at least 1 12 years ago
  Jean Delvare 72abce3c46 lavfi/delogo: option show shouldn't affect band 12 years ago
  Jean Delvare 4e8d6b315c lavfi/delogo: remember left and right samples when interpolating 12 years ago
  Jean Delvare 6fc8c4cc0e lavfi/delogo: don't recompute the same difference again and again 12 years ago
  Jean Delvare f0bcb13aed lavfi/delogo: avoid propagation of rounding errors in chroma planes 12 years ago
  Jean Delvare 99f1d74933 lavfi/delogo: take SAR into account 12 years ago
  Jean Delvare 16fd75ceec lavfi/delogo: use weighted interpolation 12 years ago
  Jean Delvare b08cd2fb94 delogo: Fix function description 12 years ago
  Anton Khirnov ba09675f44 vf_delogo: 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 50e66726a2 lavfi: use ceil right shift for chroma width/height. 12 years ago
  Clément Bœsch 73050df240 lavfi: add timeline support in {de,remove}logo. 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 63e58c55c1 vf_delogo: switch to an AVOptions-based system. 12 years ago
  Nicolas George 37438d0a72 lavfi/vf_delogo: use standard options parsing. 12 years ago
  Clément Bœsch 8d84e90c9b lavfi/delogo: 10l forgotten trailing NULL in shorthand. 12 years ago
  Clément Bœsch de3e0ab35f lavfi/delogo: remove sscanf and rely on av_opt_set_from_string() only. 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Anton Khirnov 7194330bcd vf_delogo: fix copying the input frame. 12 years ago
  Anton Khirnov f81c37e40f vf_delogo: fix an uninitialized read. 12 years ago
  Paul B Mahol 185d1f3bfc lavfi: declare arrays that never change as static const 12 years ago
  Clément Bœsch b5eb630e21 lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props. 12 years ago
  Clément Bœsch a5b765236b lavfi: add priv_class for some forgotten filters. 12 years ago
  Michael Niedermayer 384641468b vf_delogo: switch to filter_frame, this filter did not support slices 12 years ago