| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -16/+2 |
* | avfilter/vf_drawbox: use the correct macro to fill rgb plane pointers | James Almer | 2022-09-15 | 1 | -1/+1 |
* | avfilter/vf_drawbox: remove redefinition of DrawBoxContext typedef | James Almer | 2022-04-12 | 1 | -3/+3 |
* | avfilter/vf_drawbox: add packed rgb support | Paul B Mahol | 2022-04-08 | 1 | -11/+94 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -8/+8 |
* | avfilter/vf_drawbox: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -8/+4 |
* | avfilter/internal: Replace AVFilterPad.needs_writable by flags | Andreas Rheinhardt | 2021-08-17 | 1 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | lavfi/vf_drawbox.c: fix CID 1485004 | Ting Fu | 2021-06-09 | 1 | -2/+3 |
* | libavfilter: vf_drawbox filter support draw box with detection bounding boxes... | Ting Fu | 2021-05-26 | 1 | -2/+50 |
* | lavfi/drawbox: refine code | Ting Fu | 2021-05-26 | 1 | -102/+58 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/drawbox: fix formatting after d64cbd4fda | Gyan Doshi | 2021-02-05 | 1 | -1/+1 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -20/+20 |
* | Remove redundant ; | Michael Niedermayer | 2019-12-10 | 1 | -1/+1 |
* | avfilter/vf_drawbox: use ff_filter_process_command() | Paul B Mahol | 2019-10-14 | 1 | -31/+24 |
* | avfilter/vf_drawbox: implement process_command | Paul B Mahol | 2019-10-01 | 1 | -0/+42 |
* | avfilter/vf_drawbox: reduce code duplication | Paul B Mahol | 2019-10-01 | 1 | -8/+10 |
* | avfilter/drawbox+drawgrid - add option to prevent overwriting of source pixels | Gyan Doshi | 2017-12-14 | 1 | -2/+5 |
* | avfilter/drawbox: rename variable for maximum thickness | Gyan Doshi | 2017-11-28 | 1 | -1/+1 |
* | avfilter/vf_drawbox: reindent | Paul B Mahol | 2016-02-17 | 1 | -42/+42 |
* | avfilter/vf_drawbox: add alpha pixel formats support | Paul B Mahol | 2016-02-17 | 1 | -0/+57 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -3/+4 |
* | avfilter/vf_drawbox: Fix handling of max values | Michael Niedermayer | 2015-03-02 | 1 | -0/+7 |
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\ |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -2/+2 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -15/+14 |
* | | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | | vf_drawbox: give all v_log() a context | Michael Niedermayer | 2013-06-26 | 1 | -1/+1 |
* | | vf_drawbox: avoid declaration in for() arguments | Michael Niedermayer | 2013-06-26 | 1 | -1/+2 |
* | | enabled expressions on x, y, w, h and t parameters for drawgrid and drawbox, ... | Mark Visser | 2013-06-25 | 1 | -21/+117 |
* | | drawbox: Respect thickness parameter | Jean Delvare | 2013-06-14 | 1 | -6/+6 |
* | | lavfi/drawgrid: fix drawgrid options after 4c205f42c86 | Stefano Sabatini | 2013-05-19 | 1 | -4/+4 |
* | | Merge commit '4c205f42c86ccefa093c59434669af34ad14a52b' | Michael Niedermayer | 2013-05-17 | 1 | -7/+8 |
|\| |
|
| * | vf_drawbox: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -5/+5 |
* | | lavfi/drawbox: restore verbal form for drawbox options descriptions | Stefano Sabatini | 2013-05-17 | 1 | -11/+11 |
* | | lavfi: factorize drawgrid and drawbox code | Stefano Sabatini | 2013-05-17 | 1 | -6/+117 |
* | | Merge commit 'c0279956b3ca3e5fd0a6a25253893d6f07000e68' | Michael Niedermayer | 2013-05-16 | 1 | -32/+32 |
|\| |
|
| * | vf_drawbox: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -24/+24 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | | lavfi: replace passthrough_filter_frame with a flag. | Clément Bœsch | 2013-05-12 | 1 | -1/+1 |
* | | lavfi: add timeline support. | Clément Bœsch | 2013-04-23 | 1 | -0/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit '335c31293baec6e6cf5907bd29840af3de8ff735' | Michael Niedermayer | 2013-04-10 | 1 | -23/+20 |
|\| |
|