summaryrefslogtreecommitdiffstats
path: root/libavfilter/f_metadata.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud