aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* ao_coreaudio_exclusive: check format explicitly on change notifcationGravatar wm42015-04-29
* ao_coreaudio_utils: log mp format with CoreAudio format descriptionGravatar wm42015-04-29
* ao_coreaudio_utils: add function for ASBD -> mp format lookupGravatar wm42015-04-29
* ao_coreaudio_utils: float is not a signed integer formatGravatar wm42015-04-29
* ao_coreaudio_exclusive: move code for getting original formatGravatar wm42015-04-28
* ao_coreaudio_utils: change audio format loggingGravatar wm42015-04-28
* ao_coreaudio_exclusive: account for additional latencyGravatar wm42015-04-28
* audio: separate fallbacks for upmix and downmix casesGravatar wm42015-04-28
* audio: avoid downmixing in a certain special-caseGravatar wm42015-04-27
* ao_null: add an option for testing channel layout selectionGravatar wm42015-04-27
* player: change video-bitrate and audio-bitrate propertiesGravatar wm42015-04-20
* af_lavrresample: fix drainingGravatar wm42015-04-18
* ao_alsa: fallback to stereo channel layout if everything else failsGravatar wm42015-04-14
* Update license headersGravatar Marcin Kurczewski2015-04-13
* af_lavrresample: minor simplificationGravatar wm42015-04-12
* af_lavrresample: allow resetting output sample formatGravatar wm42015-04-12
* audio/filter: fully renegotiate audio formats on every reconfigGravatar wm42015-04-12
* ao_coreaudio: fix inverted conditionGravatar wm42015-04-10
* audio: automatically deatch filters if spdif prevents their useGravatar wm42015-04-07
* audio: change a detail about filter insertionGravatar wm42015-04-07
* ao_alsa: change log outputGravatar wm42015-04-07
* ao_coreaudio: do not error if retrieving info for verbose mode failsGravatar wm42015-04-07
* ao/wasapi: use atomic state variable instead of different eventsGravatar Kevin Mitchell2015-04-04
* ao/wasapi: reorder priv membersGravatar Kevin Mitchell2015-04-04
* ao_wasapi: code formatting and alignmentGravatar Kevin Mitchell2015-04-03
* audio: make all format query shortcuts macrosGravatar Kevin Mitchell2015-04-03
* ao_wasapi: passthrough reworkGravatar Kevin Mitchell2015-04-03
* af_lavrresample: always normalize (libswresample is stupid)Gravatar wm42015-04-02
* af: remove unused functionsGravatar wm42015-04-01
* ao_wasapi: abstract HRESULT_to_strGravatar Kevin Mitchell2015-04-01
* mixer: per-app volume and private volume conflictGravatar wm42015-04-01
* ao_coreaudio: do not signal per-app volumeGravatar wm42015-04-01
* mixer: handle prevention of unneeded af_volume insertion differentlyGravatar wm42015-04-01
* mixer: cleanup volume logic slightlyGravatar wm42015-04-01
* mixer: add more debug outputGravatar wm42015-04-01
* ao_wasapi: remove redundant castsGravatar Kevin Mitchell2015-03-31
* ao_wasapi: simplify hotplugGravatar Kevin Mitchell2015-03-31
* ao_wasapi: fix device listingGravatar Kevin Mitchell2015-03-31
* ao/wasapi: add ao hotplugGravatar Kevin Mitchell2015-03-31
* ad_lavc: disable AC3 DRC by defaultGravatar wm42015-03-30
* ao_alsa: add an option to ignore ALSA channel map negotiationGravatar wm42015-03-28
* ao/wasapi: use built in KSDATAFORMATsGravatar Kevin Mitchell2015-03-27
* ao/wasapi: add missing "if" bracesGravatar Kevin Mitchell2015-03-26
* ao/wasapi: rewrite format searchGravatar Kevin Mitchell2015-03-26
* ao_sndio: open device in blocking mode, don't inflate buffer artificiallyGravatar Dmitrij D. Czarkoff2015-03-26
* mixer: fix how volume is restored with per-app system mixersGravatar wm42015-03-24
* ao_pulse: drop video role; fixes random mutingGravatar wm42015-03-24
* audio: remove internal libmpg123 wrapperGravatar wm42015-03-24
* af_bs2b: fix option default valueGravatar wm42015-03-22
* player: better handling of video with no timestampsGravatar wm42015-03-20