aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* ad_spdif: log avformat errorsGravatar wm42017-01-19
* ad_spdif: fix obscure cases of AC3 passthroughGravatar wm42017-01-18
* audio: restructure decode loopGravatar wm42017-01-11
* audio/out/push: merge if branches with same conditionGravatar wm42017-01-09
* af_lavfi, vf_lavfi: work around recent libavfilter EOF bugGravatar wm42017-01-02
* options: deprecate codec family selection in --vd/--adGravatar wm42016-12-23
* audio: change how spdif codecs are selectedGravatar wm42016-12-23
* ad_lavc, vd_lavc: don't set AVCodecContext.refcounted_framesGravatar wm42016-12-18
* ad_spdif: Fix crash when spdif muxer is not availableGravatar Michael Forney2016-12-11
* Remove compatibility thingsGravatar wm42016-12-07
* ao_alsa: print certain ALSA errors as string instead as numberGravatar wm42016-12-07
* ao_wasapi: log return code when probing audio formatsGravatar wm42016-11-30
* ao_wasapi_utils: remove unused variableGravatar pavelxdd2016-11-27
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* audio/out/push: play silence on --audio-stream-silenceGravatar wm42016-11-24
* audio: fix --audio-stream-silence with ao_wasapiGravatar wm42016-11-21
* audio: fix --audio-stream-silence with ao_alsaGravatar wm42016-11-21
* ao_alsa: explicitly add default device manuallyGravatar wm42016-11-14
* audio: make empty device ID mean default deviceGravatar wm42016-11-14
* audio: avoid returning audio-device-list entries without descriptionGravatar wm42016-11-14
* dec_video, dec_audio: avoid full reinit on switches to the same segmentGravatar wm42016-11-09
* ao_alsa: fill unused ALSA channels with silenceGravatar wm42016-11-08
* ao_alsa: strictly disable chmap use for mono/stereoGravatar wm42016-11-08
* ao_alsa: _really_ disable chmap API use in cases where we shouldGravatar wm42016-11-08
* ao_alsa: slightly better debug loggingGravatar wm42016-11-08
* audio/out: add AudioUnit output driver for iOSGravatar Aman Gupta2016-11-01
* ad_lavc, vd_lavc: fix a recent libavcodec deprecation warningGravatar wm42016-10-17
* ao_alsa: try to fallback to "hdmi" before "iec958" for spdifGravatar wm42016-10-07
* audio/out: prevent underruns with spdif under certain conditionsGravatar wm42016-10-04
* audio: dump timestamp differenceGravatar wm42016-10-02
* win32: build with -DINITGUIDGravatar James Ross-Gowan2016-09-28
* ao_openal: enable building on OSXGravatar Josh de Kock2016-09-21
* af_pan: fix typoGravatar Hector Martin2016-09-19
* af_rubberband: default to channels=togetherGravatar Hector Martin2016-09-19
* af_rubberband: add af-command and option to change the pitchGravatar Hector Martin2016-09-19
* af_pan: add af-command support to change the matrixGravatar Hector Martin2016-09-19
* af_pan: coding style fixesGravatar Hector Martin2016-09-19
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* ao_rsound: fix compilationGravatar wm42016-09-07
* ao_pcm: remove some useless messagesGravatar wm42016-09-07
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* audio/out: deprecate "exclusive" sub-optionsGravatar wm42016-09-05
* audio/out: deprecate device sub-optionsGravatar wm42016-09-05
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* options: add automagic hack for handling sub-option deprecationsGravatar wm42016-09-05
* ao_jack: move to global optionsGravatar wm42016-09-05
* options: add a mechanism to make sub-option replacement slightly easierGravatar wm42016-09-05
* ao_alsa: change sub-options to global optionsGravatar wm42016-09-02
* m_config: add helper function for initializing af/ao/vf/vo suboptionsGravatar wm42016-09-02