aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* ao_null: add untimed sub-optionGravatar wm42013-11-13
* ao_null: support pausing properlyGravatar wm42013-11-13
* ao_lavc: support non-interleaved audioGravatar wm42013-11-13
* Merge branch 'planar_audio'Gravatar wm42013-11-12
|\
| * audio: add support for using non-interleaved audio from decoders directlyGravatar wm42013-11-12
| * ad_mpg123: reduce ifdefferyGravatar wm42013-11-12
| * dec_audio: fix behavior on format changesGravatar wm42013-11-12
| * mp_audio: use av_malloc (cargo cult for libav*)Gravatar wm42013-11-12
| * ao_jack: switch from interleaved to planar audioGravatar William Light2013-11-12
| * ao_jack: refactoring, also fix "no-connect" optionGravatar William Light2013-11-12
| * af_lavcac3enc: use planar formatsGravatar wm42013-11-12
| * af_lavcac3enc: simplify format negotiationGravatar wm42013-11-12
| * audio/filter: fix mul/delay scale and valuesGravatar wm42013-11-12
| * ao_openal: support non-interleaved outputGravatar wm42013-11-12
| * ao_alsa: support non-interleaved audioGravatar wm42013-11-12
| * ao_null: support non-interleaved audioGravatar wm42013-11-12
| * audio: switch output to mp_audio_bufferGravatar wm42013-11-12
| * audio: add mp_audio_bufferGravatar wm42013-11-12
| * audio/out: prepare for non-interleaved audioGravatar wm42013-11-12
| * af: don't require filters to allocate af_instance->data, redo buffersGravatar wm42013-11-12
| * af_lavfi: add support for non-interleaved audioGravatar wm42013-11-12
| * af_volume: add support for non-interleaved audioGravatar wm42013-11-12
| * af_lavrresample: add support for non-interleaved audioGravatar wm42013-11-12
| * audio/out: reject non-interleaved formatsGravatar wm42013-11-12
| * audio/filter: prepare filter chain for non-interleaved audioGravatar wm42013-11-12
| * audio/format: add non-interleaved audio formatsGravatar wm42013-11-12
* | demux_mkv: support some raw PCM variantsGravatar wm42013-11-11
* | ao_lavc: remove audio offset hack to ease supporting planar audio.Gravatar Rudolf Polzer2013-11-11
|/
* ao: add ao_play_silence, use for ao_alsa and ao_ossGravatar wm42013-11-10
* af: don't skip filtering if there's no more audioGravatar wm42013-11-10
* ad_spdif: change API usage so that it works on LibavGravatar wm42013-11-10
* player: set PulseAudio stream title to window titleGravatar wm42013-11-10
* af_volume: use only one volume setting for all channelsGravatar wm42013-11-09
* ao_alsa: use correct magic spdif flagsGravatar wm42013-11-09
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* af_scaletempo: uncrustifyGravatar wm42013-11-09
* af_lavrresample: reconfigure libavresample only on successful initGravatar wm42013-11-09
* af_lavrresample: move libavresample setup to separate functionGravatar wm42013-11-09
* af_convert24: fix complicated and incorrect format negotiationGravatar wm42013-11-09
* af_surround: fix format negotiationGravatar wm42013-11-09
* af: allow filters to return AF_OK, even if format doesn't matchGravatar wm42013-11-09
* ao: print requested audio format on initGravatar wm42013-11-09
* ao_alsa: add magic spdif parametersGravatar wm42013-11-09
* ao_alsa: redo the way parameters are added in the spdif caseGravatar wm42013-11-09
* ad_spdif: fix libavformat API usageGravatar wm42013-11-09
* af: always remove auto-inserted filters, improve error messageGravatar wm42013-11-09
* audio: don't let ao_lavc access frontend internals, change gapless audioGravatar wm42013-11-08
* audio: stop "unsupported sample format" spamGravatar wm42013-11-07
* audio: fix bogus audio format comparisonGravatar wm42013-11-07
* af: remove a pointless macroGravatar wm42013-11-07