summaryrefslogtreecommitdiffstats
path: root/filters/f_lavfi.c
Commit message (Expand)AuthorAgeFilesLines
* f_lavfi: add gross workaround for af_dynaudnorm bugwm42019-12-181-0/+35
* filters: move prefix check from f_lavfi.c to user_filters.cwm42019-12-071-4/+0
* f_lavfi: mp_lavfi_is_usable: check for "lavfi-" prefixekisu2019-12-061-0/+4
* options: pre-check filter names when using vf/af libavfilter bridgewm42019-11-251-0/+6
* f_lavfi: support setting common filter options like "threads"wm42018-04-291-1/+2
* video: pass through container fps to filterswm42018-04-191-1/+8
* f_lavfi: add an option to use old audio PTS handling for af_lavfiwm42018-04-151-0/+31
* f_lavfi: use new libavfilter iteration APIwm42018-04-031-3/+5
* f_lavfi: extend filter help outputwm42018-02-131-1/+41
* options: slightly improve filter help output for lavfi bridgewm42018-02-031-4/+47
* audio: rewrite filtering glue codewm42018-01-301-19/+82
* video: rewrite filtering glue codewm42018-01-301-0/+952