aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio
Commit message (Expand)AuthorAge
* ad_spdif: cosmetic alignmentGravatar Jan Ekström2018-10-30
* ad_spdif: fix DTS-HD HRA handlingGravatar Jan Ekström2018-10-30
* ao_audiounit: rename pause function to resetGravatar Josh Lehman2018-09-30
* ao_alsa: log the ALSA state if we get a non-XRUN errorGravatar Jan Ekström2018-09-29
* ao_alsa: handle XRUNs separately from other errorsGravatar Jan Ekström2018-09-29
* ao_alsa: early exit get_space if paused or ALSA is not readyGravatar Jan Ekström2018-09-29
* ao_jack: only auto-connect to audio portsGravatar Niklas Haas2018-09-26
* ao_pulse: fix tlength calculationGravatar Tom Yan2018-09-01
* Revert "ao_openal: enable building on OSX"Gravatar Michael Hoang2018-08-26
* af_rubberband: reset delay to 0 on resetGravatar Hector Martin2018-08-25
* ao_opensles: set numBuffers to 8Gravatar Tom Yan2018-08-13
* audio/format: decouple af_fmt_is_planar from af_fmt_to_planarGravatar Tom Yan2018-08-11
* ao_opensles: rework the heuristic of buffer/enqueue size settingGravatar Tom Yan2018-08-05
* ao_opensles: allow s32 and float outputGravatar Tom Yan2018-08-05
* audio/format: minor fix for af_fmt_from_planarGravatar Tom Yan2018-08-05
* ao_alsa: simplify get_space()Gravatar Jan Ekström2018-06-04
* ao_alsa: replace snd_pcm_status() with snd_pcm_avail() in get_space()Gravatar Muhammad Faiz2018-06-04
* build: make encoding mode non-optionalGravatar wm42018-05-03
* encode: get rid of the output packet queueGravatar wm42018-05-03
* encode: remove old timestamp handlingGravatar wm42018-05-03
* encode: rewrite half of itGravatar wm42018-04-29
* encode: cosmeticsGravatar wm42018-04-20
* ao_alsa: actually report underruns to userGravatar wm42018-04-15
* ao_pulse: reduce requested device buffer sizeGravatar wm42018-04-15
* ao_alsa: reduce requested buffer sizeGravatar wm42018-04-15
* ao_alsa: add options for controlling period/buffer sizeGravatar wm42018-04-15
* ao_openal: document the muted↔gain conversionGravatar Jan Ekström2018-04-15
* ao/openal: Add option to set buffering characteristicsGravatar LAGonauta2018-04-15
* ao/openal: Add better sample format and channel layout selectionGravatar LAGonauta2018-04-15
* ao/openal: Add OpenAL Soft extension to get the correct latencyGravatar LAGonauta2018-04-15
* ao/openal: Add support for direct channels outputGravatar LAGonauta2018-04-15
* ao/openal: Add hardware mute supportGravatar LAGonauta2018-04-15
* ao/openal: Use only one source for audio outputGravatar LAGonauta2018-04-15
* ao_opensles: let cfg_frames_per_buffer accept buffer size up to 0.5s at 192kHzGravatar Tom Yan2018-04-05
* ao_opensles: remove useless cfg_sample_rateGravatar Tom Yan2018-04-05
* ao_opensles: bump device buffer size to 250msGravatar Tom Yan2018-04-05
* ao_opensles: do one buffer onlyGravatar Tom Yan2018-04-05
* ao_opensles: re-flow interface/configuration retrievalGravatar Jan Ekström2018-03-24
* ao_opensles: fix audio sync using device latency extensionGravatar Aman Gupta2018-03-23
* ao_sdl: fix default buffer sizeGravatar wm42018-03-08
* ao: do not allow actual buffer size of 0Gravatar wm42018-03-08
* ao_opensles: bump device buffer size to 200msGravatar tomty892018-03-07
* ao_opensles: remove set_play_state()Gravatar tomty892018-03-07
* ao_opensles: clear buffer queue in reset()Gravatar tomty892018-03-07
* audio: don't touch spdif frames in mp_aframe_clip_timestamps()Gravatar wm42018-02-13
* build: drop support for SDL1Gravatar wm42018-02-13
* af_scaletempo: output minimally sized audio frameGravatar wm42018-02-03
* codecs: remove unused family fieldGravatar wm42018-02-01
* audio: move to decoder wrapperGravatar wm42018-01-30
* ao_null: add --ao-null-format option for debuggingGravatar wm42018-01-30