aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
* audio/filter: remove redundant log message prefixesGravatar wm42014-01-24
* audio: fix balance controlGravatar wm42014-01-23
* af: fixed out-of-bounds accesses caused by NUM_FMT and co.Gravatar 11rcombs2014-01-19
* af_export: require filename argumentGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* audio/fmt-conversion.c: remove unknown audio format messagesGravatar wm42013-12-21
* audio: mp_msg conversionsGravatar wm42013-12-21
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* Remove the _ macroGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* 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