| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as int | Michael Niedermayer | 2015-03-20 | 1 | -3/+17 |
* | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -1/+1 |
* | lavfi/overlay: show incoming frames on debug messages | Stefano Sabatini | 2014-07-02 | 1 | -0/+2 |
* | avfilter/overlay: reindent | Clément Bœsch | 2014-06-29 | 1 | -15/+14 |
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\ |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | | Merge commit 'de203abd71baae7f120313259b45cf935c85203e' | Michael Niedermayer | 2014-02-04 | 1 | -2/+31 |
|\| |
|
| * | vf_overlay: add eof_action switch | Keith Lawson | 2014-02-04 | 1 | -5/+27 |
* | | lavfi/overlay: add yuv422 format mode | Stefano Sabatini | 2014-02-02 | 1 | -1/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | lavfi/overlay: correct small error in intersection detection | Benedict Endemann | 2013-10-27 | 1 | -2/+2 |
* | | avfilter/dualinput: simplify | Paul B Mahol | 2013-09-30 | 1 | -10/+4 |
* | | lavfi/dualinput: reimplement on top of framesync. | Nicolas George | 2013-09-23 | 1 | -0/+5 |
* | | avfilter: remove duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -13/+9 |
* | | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | | lavfi/overlay: remove do_blend forward declaration. | Clément Bœsch | 2013-05-27 | 1 | -16/+13 |
* | | lavfi: add dual input helpers. | Clément Bœsch | 2013-05-27 | 1 | -134/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-16 | 1 | -104/+104 |
|\| |
|
| * | vf_overlay: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -21/+21 |
* | | lavfi: replace passthrough_filter_frame with a flag. | Clément Bœsch | 2013-05-12 | 1 | -21/+4 |
* | | lavfi/overlay: simpler up-rounded w/h computations. | Clément Bœsch | 2013-05-09 | 1 | -4/+4 |
* | | lavfi/overlay: reindent fix. | Clément Bœsch | 2013-05-07 | 1 | -6/+5 |
* | | lavfi/overlay: support timeline through the new system. | Clément Bœsch | 2013-04-23 | 1 | -31/+33 |
* | | lavfi: add frame counter into AVFilterLink and use it in filters. | Clément Bœsch | 2013-04-23 | 1 | -1/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | | lavfi/overlay: improve feedback in case of invalid expression | Stefano Sabatini | 2013-04-12 | 1 | -8/+9 |
* | | lavfi/overlay: fix crash in case of invalid expression | Stefano Sabatini | 2013-04-12 | 1 | -4/+9 |
* | | lavfi/overlay: add repeatlast option | Stefano Sabatini | 2013-04-12 | 1 | -0/+6 |
* | | lavfi/overlay: reindent constants in option list | Stefano Sabatini | 2013-04-12 | 1 | -9/+5 |
* | | lavfi/overlay: cleanup unused shorthand. | Clément Bœsch | 2013-04-11 | 1 | -3/+0 |
* | | lavfi/overlay: remove dupe initializer | Paul B Mahol | 2013-04-10 | 1 | -1/+0 |
* | | Merge commit '9087eaf193b8ce99c41352064a81916fa66adb49' | Michael Niedermayer | 2013-04-10 | 1 | -26/+29 |
|\| |
|
| * | vf_overlay: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -15/+21 |
* | | lavfi/overlay: add process_command callback | Stefano Sabatini | 2013-04-10 | 1 | -39/+75 |
* | | lavfi/overlay: add enable expression | Stefano Sabatini | 2013-04-10 | 1 | -7/+18 |
* | | lavfi/overlay: add dynamic expression evaluation support | Stefano Sabatini | 2013-04-10 | 1 | -33/+87 |
* | | lavfi/overlay: fix debug PTS output in try_filter_frame() | Stefano Sabatini | 2013-03-31 | 1 | -3/+2 |
* | | lavfi/overlay: use standard options parsing. | Clément Bœsch | 2013-03-24 | 1 | -11/+3 |
* | | lavfi: remove remaining forgotten min/rej perms. | Clément Bœsch | 2013-03-10 | 1 | -1/+0 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -15/+14 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -19/+16 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -27/+7 |
* | | lavfi/overlay: improve log message warning in case of clipped overlay | Stefano Sabatini | 2013-03-05 | 1 | -1/+2 |
* | | lavfi/overlay: add support for partial overlaying | Stefano Sabatini | 2013-03-05 | 1 | -36/+62 |
* | | vf_overlay: silence warning: X may be used uninitialized in this function | Michael Niedermayer | 2013-02-23 | 1 | -0/+2 |
* | | lavfi/overlay: add format option | Stefano Sabatini | 2013-02-20 | 1 | -13/+42 |
* | | lavfi/overlay: apply minor consistency fixes | Stefano Sabatini | 2013-02-20 | 1 | -2/+2 |
* | | lavfi/overlay: implement shortest option | Stefano Sabatini | 2013-02-20 | 1 | -0/+4 |