aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
* audio: flush remaining data from the filter chain on EOFGravatar wm42013-12-05
* audio/filter: change filter callback signatureGravatar wm42013-12-05
* af: remove af->setup fieldGravatar wm42013-12-04
* af: remove legacy option parsing hacksGravatar wm42013-12-04
* af_pan: change options, use option parserGravatar wm42013-12-04
* af_ladspa: change options, use option parserGravatar wm42013-12-04
* af_delay: change option parsing, fix bugs, use option parserGravatar wm42013-12-04
* af_channels: use "unknown" channel layoutsGravatar wm42013-12-04
* af_channels: change options, fix bugs, use option parserGravatar wm42013-12-04
* af_sweep: use option parserGravatar wm42013-12-04
* af_surround: use option parserGravatar wm42013-12-04
* af_sub: use option parserGravatar wm42013-12-04
* af_sinesuppress: use option parserGravatar wm42013-12-04
* af_hrtf: use option parserGravatar wm42013-12-04
* af_extrastereo: use option parserGravatar wm42013-12-04
* af_export: use option parserGravatar wm42013-12-04
* af_equalizer: use option parserGravatar wm42013-12-04
* af_drc: use option parserGravatar wm42013-12-04
* af_center: use option parserGravatar wm42013-12-04
* af: returning NULL on filtering means errorGravatar wm42013-12-04
* options: add options that set defaults for af/vf/ao/voGravatar wm42013-12-01
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* af_lavi: actually free the filter graph on uninitGravatar wm42013-11-27
* audio/filter: rename af_tools.c to tools.cGravatar wm42013-11-18
* audio: drop buffered filter data when seekingGravatar wm42013-11-18
* audio/filter: remove unneeded AF_CONTROLs, convert to enumGravatar wm42013-11-18
* af: cleanup documentation commentsGravatar wm42013-11-18
* audio: fix mid-stream audio reconfigurationGravatar wm42013-11-18
* af_lavrresample: set cutoff as double, not intGravatar wm42013-11-17
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* af_lavcac3enc: use option parserGravatar wm42013-11-15
* af_lavcac3enc: use planar formatsGravatar wm42013-11-12
* af_lavcac3enc: simplify format negotiationGravatar wm42013-11-12
* audio/filter: fix mul/delay scale and valuesGravatar wm42013-11-12
* af: don't require filters to allocate af_instance->data, redo buffersGravatar wm42013-11-12
* af_lavfi: add support for non-interleaved audioGravatar wm42013-11-12
* af_volume: add support for non-interleaved audioGravatar wm42013-11-12
* af_lavrresample: add support for non-interleaved audioGravatar wm42013-11-12
* audio/filter: prepare filter chain for non-interleaved audioGravatar wm42013-11-12
* af: don't skip filtering if there's no more audioGravatar wm42013-11-10
* af_volume: use only one volume setting for all channelsGravatar wm42013-11-09
* af_scaletempo: uncrustifyGravatar wm42013-11-09
* af_lavrresample: reconfigure libavresample only on successful initGravatar wm42013-11-09
* af_lavrresample: move libavresample setup to separate functionGravatar wm42013-11-09
* af_convert24: fix complicated and incorrect format negotiationGravatar wm42013-11-09
* af_surround: fix format negotiationGravatar wm42013-11-09
* af: allow filters to return AF_OK, even if format doesn't matchGravatar wm42013-11-09
* af: always remove auto-inserted filters, improve error messageGravatar wm42013-11-09
* af: remove a pointless macroGravatar wm42013-11-07
* audio: replace af_fmt2str_short -> af_fmt_to_strGravatar wm42013-11-07