summaryrefslogtreecommitdiff
path: root/libavfilter/f_metadata.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/f_metadata: use av_dict_iterateMarvin Scholz2022-12-011-2/+2
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-2/+4
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-8/+4
* avfilter/f_metadata: do not return the frame early if there is no metadataMarton Balint2021-07-061-3/+0
* avfilter/metadata: add intuitive labels for metadata valuesGyan Doshi2021-05-161-2/+6
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/f_metadata: correct check for existing metadataGyan Doshi2020-01-171-1/+1
* avfilter/f_metadata: allow direct flushing when printing to fileGyan Doshi2020-01-101-0/+6
* avfilter/f_metadata: remove unneeded codeLimin Wang2019-11-081-4/+0
* avfilter/f_metadata: do not memleak exprPaul B Mahol2019-09-301-0/+2
* avfilter/f_metadata: add ends_with() function for comparing ends of stringsPaul B Mahol2019-09-301-0/+13
* avfilter/f_metadata: avoid trailing whitespace in filter outputTobias Rapp2017-09-271-2/+2
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/formats: allow unknown channel layouts by defaultMarton Balint2016-12-101-1/+0
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-2/+2
* lavfi/metadata: fix metadata deletion if comparison returns falseMarton Balint2016-10-111-3/+1
* lavfi/metadata: allow deleting all metadataMarton Balint2016-10-011-2/+4
* lavfi/metadata: fix setting metadata valuesMarton Balint2016-10-011-8/+8
* Changed metadata print option to accept general urlsSami Hult2016-07-101-20/+28
* avfilter/f_metadata: update print output header line formatTobias Rapp2016-05-101-4/+4
* avfilter/f_metadata: add pts_time to print outputTobias Rapp2016-05-091-2/+5
* avfilter/f_metadata: remove unused headersPaul B Mahol2016-02-141-2/+0
* avfilter/f_metadata: rename "string" into "same_str"Tobias Rapp2016-02-111-17/+15
* avfilter/f_metadata: whitespace clean-upTobias Rapp2016-02-111-8/+8
* avfilter/f_metadata: add starts_with string functionTobias Rapp2016-02-111-0/+10
* avfilter/f_metadata: add support for file outputTobias Rapp2016-02-111-5/+61
* avfilter/f_metadata: avoid float rounding problemsTobias Rapp2016-02-111-3/+5
* avfilter/f_metadata: fix few logic errorsPaul B Mahol2016-02-101-6/+6
* avfilter: add metadata filtersPaul B Mahol2016-02-101-0/+341