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