87 Commits (18c9d5d3e80dc0b47e0a260b51f5230bdd499e8b)

Author SHA1 Message Date
  Michael Niedermayer c347b28699 avfilter/vf_unsharp: Free out AVFrame on error 8 years ago
  Paul B Mahol 4096bb176b avfilter/vf_unsharp: limit matrix size in either direction to 23 8 years ago
  Paul B Mahol d790887d1c avfilter/vf_unsharp: check if scalebits is too high 8 years ago
  Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
  Vittorio Giovara 4709f72115 lavfi: Use AV_CEIL_RSHIFT where needed 9 years ago
  Clément Bœsch b0431383cb avfilter/unsharp: use AV_OPT_TYPE_BOOL for opencl option 9 years ago
  Ganesh Ajjanagadde 78995dc241 avfilter/vf_unsharp: use the name 's' for the pointer to the private context 9 years ago
  Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 10 years ago
  Michael Niedermayer 498396f80c avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in memory 10 years ago
  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