aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* 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
* af_lavcac3enc: fix A/V syncGravatar wm42015-06-15
* af: fix an aspect of filter chain flushingGravatar wm42015-06-15
* audio: remove unused readonly fieldGravatar wm42015-06-15
* chmap: make up some channel layout namesGravatar wm42015-06-12
* ao_alsa: if possible, reorder device maps to std layoutsGravatar wm42015-06-12
* ao_alsa: make it accept 7.1 over HDMIGravatar wm42015-06-12
* chmap_sel: improve speaker replacement handlingGravatar wm42015-06-12
* chmap_sel: do naive speaker replacements lastGravatar wm42015-06-12
* audio: fill NA channels with silenceGravatar wm42015-06-12
* audio: use unknown channel layouts if there is no standard layoutGravatar wm42015-06-12
* audio: fix messed up channel reorderingGravatar wm42015-06-12
* audio: deal with AVFrame-style buffer assignmentsGravatar wm42015-06-12
* ao_alsa: change ALSA braindeath heuristicGravatar wm42015-06-11
* ao_coreaudio: change physical stream format synchronouslyGravatar wm42015-06-09
* audio/out/pull: avoid dropping some audio when drainingGravatar wm42015-06-09
* audio/out/pull: correctly pad partial frames with silenceGravatar wm42015-06-09
* ao_alsa: refine channel count mismatch error messageGravatar wm42015-06-09
* audio: add --audio-spdif as new method for enabling passthroughGravatar wm42015-06-05