aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* ao_alsa: move channel map setting code out of main init functionGravatar wm42015-11-03
* ao_alsa: make failure of buffer parameter setting non-fatalGravatar wm42015-11-03
* ao_alsa: disable resampling first thingGravatar wm42015-11-03
* ao_alsa: set access type before formatGravatar wm42015-11-03
* ao_alsa: handle channel count mismatch safeguard after chmap negotiationGravatar wm42015-11-03
* ao_alsa: apply non-NA fallback only if input is stereoGravatar wm42015-11-03
* ao_alsa: treat SND_CHMAP_UNKNOWN as NA channel tooGravatar wm42015-11-03
* ao_alsa: remove log message on pausingGravatar wm42015-11-03
* Replace deprecated av_free_packet() callsGravatar wm42015-10-28
* player: add audio drop/duplicate modeGravatar wm42015-10-27
* ao_coreaudio_exclusive: check for maximum channel countGravatar wm42015-10-26
* ao_coreaudio_exclusive: fallback to stereo on unknown channel layoutsGravatar wm42015-10-26
* ao_coreaudio_chmap: minor refactorGravatar wm42015-10-26
* ao_coreaudio_chmap: allow stereo as fallback; avoid mono fallbackGravatar wm42015-10-26
* ao_coreaudio: fix another minor memory leakGravatar wm42015-10-26
* audio: bump maximum number of channels to 16Gravatar wm42015-10-26
* audio: use AVFrames with more than 8 channels correctlyGravatar wm42015-10-26
* af_lavrresample: make planarization pass work with >8 channelsGravatar wm42015-10-26
* audio: improve mp_chmap_to_lavc_unchecked() unknown chmap behaviorGravatar wm42015-10-26
* audio: always log channel maps before determining final mapGravatar wm42015-10-26
* ao_coreaudio: fix potential UB in error casesGravatar wm42015-10-26
* ao_coreaudio_chmap: add more loggingGravatar wm42015-10-26
* af: prevent endless loop when removing filters due to spdifGravatar wm42015-10-26
* ao_alsa: log format probing in verbose modeGravatar wm42015-10-25
* ao_coreaudio_exclusive: fix buildGravatar wm42015-10-21
* ao_coreaudio: do not accept unknown channel layoutsGravatar wm42015-10-21
* ao_coreaudio_exclusive: deal with devices return different channel countGravatar wm42015-10-21
* ao_coreaudio: avoid unnecessary format changesGravatar wm42015-10-21
* ao_coreaudio: log current format before setting new formatGravatar wm42015-10-21
* ao_coreaudio: fix some minor memory leaksGravatar wm42015-10-21
* ao_coreaudio: raise timeout for change-physical-formatGravatar wm42015-10-20
* af_lavrresample: fix unintended audio drift when setting playback speedGravatar wm42015-10-14
* af_lavrresample: reinit resampler on large speed changesGravatar wm42015-10-12
* af_lavrresample: use libswsresample dynamic rate adjustment featureGravatar wm42015-10-07
* audio: make spdif re-probe from normal decoding workGravatar wm42015-10-06
* ao_alsa: add debug messages for format searchGravatar Kevin Mitchell2015-10-06
* ao_alsa: fix failure to find any sampleformatGravatar Kevin Mitchell2015-10-06
* audio: add option for falling back to ao_nullGravatar wm42015-10-05
* ao: rework audio output driver probingGravatar wm42015-10-05
* ao_alsa: improve handling of device disconnectionGravatar wm42015-09-28
* ao_coreaudio_utils: fix error handling in device listing codeGravatar wm42015-09-28
* audio/filter: remove reentrancy flagGravatar wm42015-09-20
* af_lavfi: implement af-metadata propertyGravatar wm42015-09-11
* af: use generic statuc codesGravatar wm42015-09-11
* ao_lavc: minor simplificationGravatar wm42015-09-11
* ao_alsa: use sample format determination codeGravatar Kevin Mitchell2015-09-10
* ao_alsa: add double to sample format listGravatar Kevin Mitchell2015-09-10
* ao_alsa: put spdif formats into find_alsa_formatGravatar Kevin Mitchell2015-09-10
* audio/format: revise af_format_conversion_scoreGravatar Kevin Mitchell2015-09-10
* ao_oss: use new sample format determination codeGravatar wm42015-09-10