86 Commits (a05a44e205d6ae13d5eb1cd8d4ad2dba6ec940b3)

Author SHA1 Message Date
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Stefano Sabatini 8d9509377e lavfi/overlay: improve log message warning in case of clipped overlay 12 years ago
  Stefano Sabatini f164228fd7 lavfi/overlay: add support for partial overlaying 12 years ago
  Michael Niedermayer cfcab4c507 vf_overlay: silence warning: X may be used uninitialized in this function 12 years ago
  Stefano Sabatini 22b06103f0 lavfi/overlay: add format option 12 years ago
  Stefano Sabatini 2db0056f96 lavfi/overlay: apply minor consistency fixes 12 years ago
  Stefano Sabatini 3d77a27548 lavfi/overlay: implement shortest option 12 years ago
  Paul B Mahol f2d200d460 lavfi/overlay: yuv444p & yuva444p support 12 years ago
  Nicolas George 7e5c5fa5fc lavfi/vf_overlay: check that filter_frame does not return EAGAIN. 12 years ago
  Stefano Sabatini bde1e8bf06 lavfi/overlay: make use of av_opt_set_from_string() 12 years ago
  Stefano Sabatini 5e402a5319 lavfi/overlay: switch to filter_frame API 12 years ago
  Paul B Mahol 185d1f3bfc lavfi: declare arrays that never change as static const 12 years ago
  Stefano Sabatini 54b0c04ae3 lavfi/overlay: clarify/fix comment, add a few empty lines to ease readability 12 years ago
  Stefano Sabatini 3d1e2ada25 lavfi/overlay: remove duplicated definition of ff_null_get_video_buffer() 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Mark Himsley 13c6252536 lavfi/overlay: enable yuva420p as overlay background 12 years ago
  Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 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
  Anton Khirnov 4673a5a761 vf_overlay: properly sync inputs. 12 years ago
  Anton Khirnov ab35ec29a4 vf_overlay: get rid of pointless messing with timebase. 12 years ago
  Nicolas George 52820bc578 lavfi/overlay: fix return values. 12 years ago
  Stefano Sabatini 42d621d131 lavfi: add priv class to filter definitions and flags to filter internal options 12 years ago
  Nicolas George 616c3f3ee2 vf_overlay: fix permissions. 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago
  Clément Bœsch ad55244c96 lavfi/overlay: remove dead initialization. 13 years ago
  Anton Khirnov f431315a86 vf_overlay: ensure the overlay frame does not get leaked. 13 years ago
  Michael Niedermayer 08fc1ad151 vf_overlay: prevent premature freeing of cur_buf 13 years ago
  Michael Niedermayer 67a304985e vf_overlay: fix missed return 13 years ago
  Nicolas George 9c1d649ce5 overlay: clear cur_buf on main input link. 13 years ago
  Anton Khirnov 1dc4205018 lavfi: check all avfilter_ref_buffer() calls for errors. 13 years ago
  Anton Khirnov 02ac7311c8 lavfi: use avfilter_unref_bufferp() where appropriate. 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
  Michael Niedermayer f7e0c18549 vf_overlay: prevent premature freeing of cur_buf 13 years ago
  Michael Niedermayer 0ecaa447f6 vf_overlay: use unref_bufferP() 13 years ago
  Anton Khirnov 07bad27810 lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). 13 years ago
  Anton Khirnov ad8b6326aa vf_overlay: don't access a buffer reference that's been given away. 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
  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 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
  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