summaryrefslogtreecommitdiff
path: root/libavfilter/af_asetrate.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_asetrate: extend query_formats()Paul B Mahol2023-05-131-1/+11
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-0/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-1/+1
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter: avoid zero arguments to variadic macroGanesh Ajjanagadde2015-10-241-2/+2
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* lavfi: add asetrate filter.Nicolas George2013-04-211-0/+119