summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawbox.c
Commit message (Expand)AuthorAge
* avfilter/vf_drawbox: remove redefinition of DrawBoxContext typedefJames Almer2022-04-12
* avfilter/vf_drawbox: add packed rgb supportPaul B Mahol2022-04-08
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_drawbox: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-17
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* lavfi/vf_drawbox.c: fix CID 1485004Ting Fu2021-06-09
* libavfilter: vf_drawbox filter support draw box with detection bounding boxes...Ting Fu2021-05-26
* lavfi/drawbox: refine codeTing Fu2021-05-26
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/drawbox: fix formatting after d64cbd4fdaGyan Doshi2021-02-05
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* Remove redundant ;Michael Niedermayer2019-12-10
* avfilter/vf_drawbox: use ff_filter_process_command()Paul B Mahol2019-10-14
* avfilter/vf_drawbox: implement process_commandPaul B Mahol2019-10-01
* avfilter/vf_drawbox: reduce code duplicationPaul B Mahol2019-10-01
* avfilter/drawbox+drawgrid - add option to prevent overwriting of source pixelsGyan Doshi2017-12-14
* avfilter/drawbox: rename variable for maximum thicknessGyan Doshi2017-11-28
* avfilter/vf_drawbox: reindentPaul B Mahol2016-02-17
* avfilter/vf_drawbox: add alpha pixel formats supportPaul B Mahol2016-02-17
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* avfilter/vf_drawbox: Fix handling of max valuesMichael Niedermayer2015-03-02
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* | vf_drawbox: give all v_log() a contextMichael Niedermayer2013-06-26
* | vf_drawbox: avoid declaration in for() argumentsMichael Niedermayer2013-06-26
* | enabled expressions on x, y, w, h and t parameters for drawgrid and drawbox, ...Mark Visser2013-06-25
* | drawbox: Respect thickness parameterJean Delvare2013-06-14
* | lavfi/drawgrid: fix drawgrid options after 4c205f42c86Stefano Sabatini2013-05-19
* | Merge commit '4c205f42c86ccefa093c59434669af34ad14a52b'Michael Niedermayer2013-05-17
|\|
| * vf_drawbox: make config_props work properly when called multiple times.Anton Khirnov2013-05-17
* | lavfi/drawbox: restore verbal form for drawbox options descriptionsStefano Sabatini2013-05-17
* | lavfi: factorize drawgrid and drawbox codeStefano Sabatini2013-05-17
* | Merge commit 'c0279956b3ca3e5fd0a6a25253893d6f07000e68'Michael Niedermayer2013-05-16
|\|
| * vf_drawbox: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
* | lavfi: add timeline support.Clément Bœsch2013-04-23
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit '335c31293baec6e6cf5907bd29840af3de8ff735'Michael Niedermayer2013-04-10
|\|
| * vf_drawbox: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | lavi/vf_drawbox: use standard options parsing.Nicolas George2013-03-20
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|