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