Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-07-06avfilter/f_metadata: do not return the frame early if there is no metadataMarton Balint
2021-05-16avfilter/metadata: add intuitive labels for metadata valuesGyan Doshi
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-01-17avfilter/f_metadata: correct check for existing metadataGyan Doshi
2020-01-10avfilter/f_metadata: allow direct flushing when printing to fileGyan Doshi
2019-11-08avfilter/f_metadata: remove unneeded codeLimin Wang
2019-09-30avfilter/f_metadata: do not memleak exprPaul B Mahol
2019-09-30avfilter/f_metadata: add ends_with() function for comparing ends of stringsPaul B Mahol
2017-09-27avfilter/f_metadata: avoid trailing whitespace in filter outputTobias Rapp
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-12-10avfilter/formats: allow unknown channel layouts by defaultMarton Balint
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-10-11lavfi/metadata: fix metadata deletion if comparison returns falseMarton Balint
2016-10-01lavfi/metadata: allow deleting all metadataMarton Balint
2016-10-01lavfi/metadata: fix setting metadata valuesMarton Balint
2016-07-10Changed metadata print option to accept general urlsSami Hult
2016-05-10avfilter/f_metadata: update print output header line formatTobias Rapp
2016-05-10avfilter/f_metadata: add pts_time to print outputTobias Rapp
2016-02-14avfilter/f_metadata: remove unused headersPaul B Mahol
2016-02-11avfilter/f_metadata: rename "string" into "same_str"Tobias Rapp
2016-02-11avfilter/f_metadata: whitespace clean-upTobias Rapp
2016-02-11avfilter/f_metadata: add starts_with string functionTobias Rapp
2016-02-11avfilter/f_metadata: add support for file outputTobias Rapp
2016-02-11avfilter/f_metadata: avoid float rounding problemsTobias Rapp
2016-02-10avfilter/f_metadata: fix few logic errorsPaul B Mahol
2016-02-10avfilter: add metadata filtersPaul B Mahol