95 Commits (f8eabab04d1b429bc0332c06a46ae3c344a4cb15)

Author SHA1 Message Date
  Paul B Mahol 16f1e832ba lavfi/overlay: remove dupe initializer 12 years ago
  Stefano Sabatini d2752ef061 lavfi/overlay: add process_command callback 12 years ago
  Stefano Sabatini 006e20bd36 lavfi/overlay: add enable expression 12 years ago
  Stefano Sabatini cc3edd99a6 lavfi/overlay: add dynamic expression evaluation support 12 years ago
  Anton Khirnov 9087eaf193 vf_overlay: switch to an AVOptions-based system. 12 years ago
  Stefano Sabatini 39aad43465 lavfi/overlay: fix debug PTS output in try_filter_frame() 12 years ago
  Clément Bœsch e62587bc5e lavfi/overlay: use standard options parsing. 12 years ago
  Clément Bœsch 96e4b00d62 lavfi: remove remaining forgotten min/rej perms. 12 years ago
  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 13 years ago
  Nicolas George 616c3f3ee2 vf_overlay: fix permissions. 13 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