142 Commits (18c9d5d3e80dc0b47e0a260b51f5230bdd499e8b)

Author SHA1 Message Date
  Paul B Mahol 3405d6c7bc avfilter/overlay: add gbrp output format 8 years ago
  Nicolas George 183ce55b0d lavfi: split frame_count between input and output. 8 years ago
  Rodger Combs f53c26c694
lavfi/vf_overlay: support NV12 and NV21 8 years ago
  Paul B Mahol 97f50d1c62 avfilter/vf_overlay: add YUVA422P to alpha_pix_fmts 8 years ago
  Paul B Mahol 0e7d2c60e9 avfilter/vf_overlay: support J formats too 8 years ago
  Paul B Mahol 97297fb144 avfilter/vf_overlay: inline yuv output formats 8 years ago
  Paul B Mahol 140a0485d3 avfilter/vf_overlay: split blend_image into functions for each overlay format 8 years ago
  Diego Biurrun 5afb94c817 Mark read-only tables as static 9 years ago
  Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
  Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
  Bela Bodecs cc83177db4 vf_overlay: handles expression evaluation of frame size change in frame-by-frame evalutaion mode 9 years ago
  Ganesh Ajjanagadde 08a96708a5 lavfi/vf_overlay: fix unitialized pointers 9 years ago
  Ganesh Ajjanagadde 301c2784b3 lavfi/vf_overlay: fix memory leaks 9 years ago
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
  Clément Bœsch 9c52eafd5b avfilter/overlay: use AV_OPT_TYPE_BOOL for rgb, shortest and repeatlast options 9 years ago
  Michael Niedermayer 1a79850a8f avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as int 10 years ago
  Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 10 years ago
  Stefano Sabatini 462c9ee3ac lavfi/overlay: show incoming frames on debug messages 11 years ago
  Clément Bœsch d5f817793e avfilter/overlay: reindent 11 years ago
  Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
  Keith Lawson de203abd71 vf_overlay: add eof_action switch 11 years ago
  Stefano Sabatini a270f63e83 lavfi/overlay: add yuv422 format mode 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Benedict Endemann 696aa74b1a lavfi/overlay: correct small error in intersection detection 11 years ago
  Paul B Mahol cd1b22d8e8 avfilter/dualinput: simplify 11 years ago
  Nicolas George 231e50157c lavfi/dualinput: reimplement on top of framesync. 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
  Clément Bœsch 92a2d12a71 lavfi/overlay: remove do_blend forward declaration. 12 years ago
  Clément Bœsch 4328602890 lavfi: add dual input helpers. 12 years ago
  Anton Khirnov a70519aad1 vf_overlay: 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 f0250cc463 lavfi/overlay: simpler up-rounded w/h computations. 12 years ago
  Clément Bœsch d3f7b98f87 lavfi/overlay: reindent fix. 12 years ago
  Clément Bœsch 15d2f26998 lavfi/overlay: support timeline through the new system. 12 years ago
  Clément Bœsch b8a5c76131 lavfi: add frame counter into AVFilterLink and use it in filters. 12 years ago
  Michael Niedermayer fd6228e657 lavfi: remove now unused args parameter from AVFilter.init and init_opaque 12 years ago
  Stefano Sabatini 9da369604e lavfi/overlay: improve feedback in case of invalid expression 12 years ago
  Stefano Sabatini aff6cebb41 lavfi/overlay: fix crash in case of invalid expression 12 years ago
  Stefano Sabatini ed2c827575 lavfi/overlay: add repeatlast option 12 years ago
  Stefano Sabatini a77454ec14 lavfi/overlay: reindent constants in option list 12 years ago
  Clément Bœsch fcaea2170f lavfi/overlay: cleanup unused shorthand. 12 years ago
  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