79 Commits (0ebcf878032fa32a02e406a3397b51dc8b45109d)

Author SHA1 Message Date
  Michael Niedermayer 263aeb826d avfilter/vf_unsharp: use av_malloc_array() 11 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
  Clément Bœsch afec02afe7 lavfi/unsharp: remove unused float.h include. 12 years ago
  Clément Bœsch faceb0af0a lavfi/unsharp: use av_image_copy_plane(). 12 years ago
  Clément Bœsch 1776177b7f lavfi: replace passthrough_filter_frame with a flag. 12 years ago
  Clément Bœsch 4db84bac13 lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT. 12 years ago
  Stefano Sabatini ae0ce99ca4 lavfi/unsharp: use verbal form in help message options 12 years ago
  highgod0401 cd134963e8 lavfi/unsharp: add opencl unsharp filter 12 years ago
  Clément Bœsch fdd93eabfb lavfi: add timeline support. 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 b83e9efc53 vf_unsharp: switch to an AVOptions-based system. 12 years ago
  Nicolas George 8d4d11cd89 lavfi/vf_unsharp: use standard options parsing. 12 years ago
  Stefano Sabatini 606efe18be lavfi/unsharp: add missing option flags 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Stefano Sabatini 89505f2c3f lavfi/unsharp: add missing NULL check 12 years ago
  Stefano Sabatini 64e592eef2 lavfi/unsharp: merge definition and declaration in init_filter_param() 12 years ago
  Stefano Sabatini d2cadea3f0 lavfi/unsharp: directly access in-loop variables in apply_unsharp() 12 years ago
  Stefano Sabatini ef4c71e8f8 lavfi/unsharp: add check on matrix x/y size values oddity 12 years ago
  Stefano Sabatini 2042cd3769 lavfi/unsharp: extend range for amount values, to reflect the behavior of mp=unsharp 12 years ago
  Stefano Sabatini fbcc584d3a lavfi/unsharp: use named options, and add missing checks on matrix size values 13 years ago
  Stefano Sabatini 7ac3ccc5f2 lavfi/unsharp: use the same macros used in the original MP filter 13 years ago
  Paul B Mahol 185d1f3bfc lavfi: declare arrays that never change as static const 12 years ago
  Anton Khirnov 45eed9b197 vf_unsharp: switch to filter_frame, this filter did not support slices 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
  Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 13 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 4c9080a7ef lavfi: unref AVFilterLink.out_buf in ff_end_frame(). 13 years ago
  Anton Khirnov 07bad27810 lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). 13 years ago
  Anton Khirnov 1a49a169eb lavfi: make filters less verbose. 13 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 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
  Diego Biurrun 1f068e4450 vf_unsharp: Mark readonly variable as const. 13 years ago
  Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
  Michael Niedermayer cb3034e0d1 vf_unsharp: Fix false ‘src2’ may be used uninitialized in this function warning. 13 years ago
  Stefano Sabatini 1ee2014190 vf_unsharp: set default chroma size value to 5x5 13 years ago
  Stefano Sabatini 998e8519ef vf_unsharp: fix out-of-buffer read 13 years ago
  Stefano Sabatini 1c257dc32d vf_unsharp: store hsub/vsub in the filter context 13 years ago
  Stefano Sabatini e6d17ba426 vf_unsharp: adopt a more natural order of params in apply_unsharp() 13 years ago
  Stefano Sabatini de7b58da3e vf_unsharp: rename method "unsharpen" to "apply_unsharp" 13 years ago
  Stefano Sabatini b854c2a709 vf_unsharp: set default chroma size value to 5x5 13 years ago
  Stefano Sabatini 63b61d55f9 vf_unsharp: fix out-of-buffer read 13 years ago