86 Commits (0ebcf878032fa32a02e406a3397b51dc8b45109d)

Author SHA1 Message Date
  Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
  Clément Bœsch 199b8fbd09 avfilter/fade: use FADE_OUT macro. 11 years ago
  Clément Bœsch 981128c2c1 avfilter/fade: remove a bunch of useless parenthesis. 11 years ago
  Clément Bœsch 461e810cfc avfilter/fade: use inlink->frame_count. 11 years ago
  Clément Bœsch 3e1097b909 avfilter/fade: add color option. 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Michael Niedermayer 4bc7a2a64b avfilter: remove duplicate includes 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 e0f2e0fcf0 vf_fade: remove unused function 12 years ago
  Michael Niedermayer 0cbfbdef4a vf_fade: Support slice threaded alpha 12 years ago
  Michael Niedermayer a3d62f3377 vf_fade: Fix alpha flag integration 12 years ago
  Michael Niedermayer bca59d7745 fade: fix slice sizes 12 years ago
  Anton Khirnov 8a994b7406 vf_fade: support slice threading 12 years ago
  Anton Khirnov c0279956b3 vf_fade: use the name 's' for the pointer to the private context 12 years ago
  Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
  Clément Bœsch 50e66726a2 lavfi: use ceil right shift for chroma width/height. 12 years ago
  Andy Martin 4ac2da3793 lavfi/fade: Added ability to do video fade based on timestamp 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 b9dfee9fa2 vf_fade: switch to an AVOptions-based system. 12 years ago
  Nicolas George 4e2bcec95f lavfi/vf_fade: use standard options parsing. 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Paul B Mahol c79be51dfc vf_fade: use AVPixFmtDescriptor to find out if pixel format have alpha 12 years ago
  Stefano Sabatini 2852bd704a lavfi/fade: accept shorthand syntax 12 years ago
  Paul B Mahol d084c5c742 vf_fade: support YUVA422P & YUVA444P 12 years ago
  Anton Khirnov 9a65b8c0a2 vf_fade: switch to filter_frame 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Michael Niedermayer f374e9989b vf_fade: fix memleaks of args 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
  Stefano Sabatini 42d621d131 lavfi: add priv class to filter definitions and flags to filter internal options 12 years ago
  Nicolas George 3c0cc3ae67 vf_fade: fix permissions. 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 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 1a49a169eb lavfi: make filters less verbose. 13 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
  Paul B Mahol 54101214d8 lavfi: use designated initializers for AVClass 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
  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
  Anton Khirnov c04c533f62 lavfi: remove avfilter_null_* from public API on next bump. 13 years ago
  Stefano Sabatini 95ce0ddcfe lavfi/fade: fix black level for non studio-level pixel formats 13 years ago
  Nicolas George f8210f892e vf_fade: free type when overwriting it. 13 years ago