aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* vf_lavfi, af_lavfi: remove unused/deprecated includeGravatar wm42017-04-05
* audio: deprecate most audio filtersGravatar wm42017-04-04
* af: implement generic lavfi option bridge tooGravatar wm42017-04-04
* af_lavfi: remove forced "format" filterGravatar wm42017-04-04
* audio: lower "Disabling multichannel output." warning to verboseGravatar wm42017-04-02
* ao_wasapi: do not pass nonsense to drivers with doubleGravatar wm42017-03-29
* command: add better runtime filter toggling methodGravatar wm42017-03-25
* af_drc: removeGravatar Jan Janssen2017-03-25
* ao_jack: update latency on buffer_size/graph changeGravatar Cheng Sun2017-03-18
* ao_alsa: fix device filtering, add another exceptionGravatar wm42017-03-14
* ao_alsa: filter fewer devicesGravatar wm42017-03-14
* ao_alsa: POLLERR can be set even if the device is not lostGravatar wm42017-03-14
* options: add M_OPT_FILE to some more file optionsGravatar Philip Sequeira2017-03-06
* ao_alsa: close audio device if polling returns POLLERRGravatar wm42017-02-27
* ao_alsa: fix an error checkGravatar wm42017-02-27
* ao: never set ao->device = ""Gravatar Kevin Mitchell2017-02-20
* dec_video, dec_audio: remove redundant NULL-checksGravatar wm42017-02-20
* ao: fix potential NULL deref in ao_device_list_add()Gravatar wm42017-02-20
* ao_oss: fix mixer channel messageGravatar Kevin Mitchell2017-02-08
* ao_oss: use --audio-device if --oss-device isn't set.Gravatar Kevin Mitchell2017-02-08
* player: add experimental stream recording featureGravatar wm42017-02-07
* win32: add COM-specific SAFE_RELEASE to windows_utils.hGravatar James Ross-Gowan2017-01-30
* build: explicitly check for FFmpeg vs. Libav, and their exact versionsGravatar wm42017-01-27
* ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common codeGravatar wm42017-01-25
* build: replace some FFmpeg API checks with version checksGravatar wm42017-01-24
* ad_lavc: respect AV_FRAME_FLAG_DISCARDGravatar wm42017-01-24
* 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