aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* 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
* ad_spdif: use a pseudo codec entry to select DTS-HD instead of an optionGravatar wm42015-06-05
* ao_alsa: refuse to use spdif if AES flags can't be setGravatar wm42015-06-04
* af_lavrresample: slightly better computation of total delayGravatar wm42015-06-04
* af_lavrresample: use a new libswresample function if availableGravatar wm42015-06-04
* af_lavrresample: change output samples calculationGravatar wm42015-06-04
* ao_alsa: hack against potential spdif failureGravatar wm42015-06-04
* af_lavrresample: use native libavresample function for output sizeGravatar wm42015-06-02
* ao_coreaudio_exclusive: move generic functions to utilsGravatar wm42015-06-02
* ao_coreaudio_exclusive: react to device removalGravatar wm42015-06-02
* ao_coreaudio_exclusive: make property listeners event-basedGravatar wm42015-06-02
* ao: allow ao_uninit(NULL)Gravatar wm42015-06-02
* af_lavrresample: fix and simplify flushing on playback speed changeGravatar wm42015-06-02
* ao_alsa: hack back mono outputGravatar wm42015-05-25
* audio: make softvol scale cubicGravatar wm42015-05-22
* audio: change range of volume option/propertyGravatar wm42015-05-22
* chmap: use av_popcount64()Gravatar wm42015-05-21
* ad_spdif: use DTS-HD passthrough only if the audio is really DTS-HDGravatar wm42015-05-19
* ad_spdif: set output format lazilyGravatar wm42015-05-19
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* ao: make better use of atomicsGravatar wm42015-05-11
* audio: simplify furtherGravatar wm42015-05-08
* audio: remove mp_chmap_contains()Gravatar wm42015-05-08
* ao: log reordered versions of channel mapsGravatar wm42015-05-08