aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* ao_wasapi: fix includesGravatar wm42013-12-18
* ad_lavc: work around deprecation warningGravatar wm42013-12-18
* 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
* Merge mp_talloc.h into ta/ta_talloc.hGravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* ao_wasapi: Fix mistaken behavior on uninitGravatar Diogo Franco (Kovensky)2013-12-08
* ao_wasapi: handle AOPLAY_FINAL_CHUNKGravatar Diogo Franco (Kovensky)2013-12-08
* ao_wasapi: Reduce the buffer size to a sane valueGravatar Diogo Franco (Kovensky)2013-12-08
* ao_wasapi: fix audio buffering delay calculationGravatar Diogo Franco (Kovensky)2013-12-08
* mixer: remove comment about af_pan doing downmixingGravatar wm42013-12-07
* audio: flush remaining data from the filter chain on EOFGravatar wm42013-12-05
* audio/filter: change filter callback signatureGravatar wm42013-12-05
* ad_lavc: handle decoder EAGAIN only if there was an input packetGravatar wm42013-12-04
* 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
* ad_lavc: expose an option to enable threadingGravatar wm42013-12-04
* ad_lavc: deal with arbitrary decoder delayGravatar wm42013-12-04
* av_common: add timebase parameter to mp_set_av_packet()Gravatar wm42013-12-04
* ao_oss: when falling back from unknown prefer larger formatGravatar bugmen0t2013-12-04
* ao_oss: add 24bit formatsGravatar bugmen0t2013-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
* ao_oss: add 6.1 and 7.1 speaker placement from FreeBSDGravatar bugmen0t2013-11-30
* ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_tGravatar wm42013-11-30
* ao_alsa: remove unneeded checksGravatar wm42013-11-30
* ao_alsa: enable "plug" for non-interleaved float formats tooGravatar wm42013-11-30
* ao_alsa: disable ALSA resampling by default againGravatar wm42013-11-29
* ao_coreaudio: simplify ch label to speaker id conversionGravatar Stefano Pigozzi2013-11-27
* af_lavi: actually free the filter graph on uninitGravatar wm42013-11-27
* Move some code from player to audio/video reset functionsGravatar wm42013-11-27