aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* af: fix behavior with pathologic filter chainsGravatar wm42015-07-07
* ao_coreaudio: fix device latency, share the codeGravatar wm42015-07-06
* ao_coreaudio_exclusive: continue even if setting physical format failsGravatar wm42015-07-06
* ao_coreaudio_exclusive: fix some verbose outputGravatar wm42015-07-04
* ao: don't pass along AO arguments when redirectingGravatar wm42015-07-03
* ao_coreaudio: add exclusive suboptionGravatar wm42015-07-03
* ao_coreaudio_exclusive: support PCMGravatar wm42015-07-03
* ao_coraudio: reject all non-PCM formatsGravatar wm42015-07-03
* ao_coreaudio_utils: reduce spamGravatar wm42015-07-03
* ao_coreaudio_utils: fix format back-mappingGravatar wm42015-07-03
* ao_coreaudio_exclusive: do not set ao->bpsGravatar wm42015-07-03
* ao_coreaudio_exclusive: dump all latency info in verbose modeGravatar wm42015-07-03
* ao_coreaudio_exclusive: factor format selectionGravatar wm42015-07-03
* ao_coreaudio_exclusive: separate out stream selectionGravatar wm42015-07-03
* af_lavrresample: log actual channel layout conversionsGravatar wm42015-06-30
* ao_coreaudio: restore physical format if it can't be set exactlyGravatar wm42015-06-30
* ao_coreaudio: support native mono outputGravatar wm42015-06-29
* ao_coreaudio: log hotplug events explicitlyGravatar wm42015-06-29
* ao_wasapi: fix regressionGravatar wm42015-06-27
* chmap_sel: add a mechanism for preferred conversionsGravatar wm42015-06-27
* chmap_sel: remove outdated incomplete commentGravatar wm42015-06-27
* audio: fix format function consistency issuesGravatar wm42015-06-26
* audio: replace format name tableGravatar wm42015-06-26
* audio: remove bitmask format definition messGravatar wm42015-06-26
* ao_coreaudio_utils: use a macroGravatar wm42015-06-26
* ao_sndio: fix commentGravatar wm42015-06-26
* ao_coreaudio: support non-interleaved outputGravatar wm42015-06-26
* ao_coreaudio: explicitly skip input streamsGravatar wm42015-06-26
* ao_coreaudio_utils: compare full AudioStreamBasicDescriptionGravatar wm42015-06-25
* audio: output human-readable channel layouts tooGravatar wm42015-06-25
* audio: fix channel map fallback selection (again)Gravatar wm42015-06-25
* ao: standardize channel layout name in debug output furtherGravatar wm42015-06-25
* af: move af_from_dB() function to af_volume.cGravatar wm42015-06-23
* af_volume: add a replaygain fallback optionGravatar wm42015-06-23
* af_lavrresample: free and reallocate resample context on reconfigGravatar wm42015-06-22
* af_lavrresample: fix commentGravatar wm42015-06-22
* af: restore detaching of PCM filters when using spdifGravatar wm42015-06-22
* af_lavrresample: don't flush in uninitialized stateGravatar wm42015-06-22
* ao_alsa: fix a log messageGravatar wm42015-06-21
* demux: merge extradata fieldsGravatar wm42015-06-21
* demux: rename sh_stream.format to sh_stream.codec_tagGravatar wm42015-06-21
* Various spelling fixesGravatar Marcin Kurczewski2015-06-18
* ao_wasapi: fix crash on hotplug init errorGravatar wm42015-06-17
* af_lavrresample: include osdep/endian.hGravatar wm42015-06-17
* af: remove conversion filter searchGravatar wm42015-06-16
* af_convert24: remove this filterGravatar wm42015-06-16
* af_lavrresample: integrate 24 bit (3 bytes per sample) outputGravatar wm42015-06-16
* af_lavrresample: always fill reorderGravatar wm42015-06-16
* audio: remove S8, U16, U24, U32 formatsGravatar wm42015-06-16
* audio: fix crash on uninitGravatar wm42015-06-15