73 Commits (495db0e3b097924d38e297132cb15c9efe1b3e43)

Author SHA1 Message Date
  Anton Khirnov 87c31cfd7a vf_gradfun: make config_props work properly when called multiple times. 12 years ago
  Anton Khirnov 05fab5530b vf_gradfun: 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 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 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 7ed833d78e vf_gradfun: switch to an AVOptions-based system. 12 years ago
  Clément Bœsch 2d66fc543b lavfi/gradfun: fix rounding in MMX code. 12 years ago
  Clément Bœsch 8b9a153ef3 lavfi/gradfun: do not increment DC pointer for odd values. 12 years ago
  Clément Bœsch b27a8ba13c lavfi/gradfun: use standard options parsing. 12 years ago
  Anton Khirnov 887d31d455 vf_gradfun: fix uninitialized variable use 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Paul B Mahol 5b9126ba84 lavfi/gradfun: support YUV440P 12 years ago
  Clément Bœsch de2022c5dd lavfi/gradfun: small align cosmetics. 12 years ago
  Clément Bœsch 526e2415bd lavfi/gradfun: support named options. 12 years ago
  Clément Bœsch 3bdd70fc66 lavfi/gradfun: reduce up limit for threshold. 12 years ago
  Clément Bœsch dd8a76ab08 lavfi/gradfun: do not increment DC pointer for odd values. 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 d91388367f lavfi/gradfun: remove check for AV_PERM_PRESERVE. 12 years ago
  Clément Bœsch a3554bb457 lavfi/gradfun: avoid use of uninitialized variable. 12 years ago
  Anton Khirnov 2a06bc10e7 vf_gradfun: 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
  Diego Biurrun f6c38c5f4e avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 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 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Loren Merritt fb44e7401f factor identical ff_inplace_start_frame out of two filters 13 years ago
  Anton Khirnov 1dc4205018 lavfi: check all avfilter_ref_buffer() calls for errors. 13 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
  Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 13 years ago
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 13 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 d19499c796 vf_gradfun: don't store two pointers to one AVFilterBufferRef. 13 years ago
  Mans Rullgard 2f0accf103 vf_gradfun: move x86 init code to x86/gradfun.c 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 6d58358a3a lavfi: make avfilter_get_video_buffer() private on next bump. 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 7331b6e718 Drop some completely unnecessary av_unused attributes. 13 years ago
  Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
  Mina Nagy Zaki fd2c0a5db2 lavfi: add layout negotiation fields and helper functions. 14 years ago
  Michael Niedermayer e6e7ba0ce3 Add some forgotten const to function arguments in libavfilter & libavformat. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago