summaryrefslogtreecommitdiff
path: root/ext/alsa
Commit message (Expand)AuthorAgeFilesLines
* alsasink: Allow stop() function to happen during failing writesNicolas Dufresne2021-09-201-1/+7
* alsasink: Improve logging in write() functionNicolas Dufresne2021-09-201-2/+2
* ext: alsa: Fix fallback paths for setting buffer and period timesDevarsh Thakkar2021-08-172-135/+125
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-06-021-1/+1
* audio/alsa: Exit write loop if underlying device is already paused.Doug Nazar2021-04-081-0/+4
* alsa: element_init returns voidStéphane Cerveau2021-03-165-15/+7
* ext: alsa: Set buffer time after period timeDevarsh Thakkar2021-03-112-34/+85
* alsa: remove useless ret testStéphane Cerveau2021-03-103-3/+3
* alsa: allow per feature registrationStéphane Cerveau2020-12-107-66/+140
* alsamidisrc: fix compiler warning with clang 10Jordan Petridis2020-08-041-2/+1
* alsadeviceprovider: Remove redundant start functionOlivier Crête2020-07-201-21/+0
* alsadeviceprovider: Rank down to secondary so PulseAudio can hide itOlivier Crête2020-07-061-1/+1
* remove various useless linefeed in logsStéphane Cerveau2019-12-111-6/+5
* Remove autotools build systemTim-Philipp Müller2019-10-131-28/+0
* alsasink: pause/resumeAxel Mårtensson2019-09-272-9/+95
* Pass the code through codespellThibault Saunier2019-08-301-1/+1
* alsa: Implement a DeviceProviderThibault Saunier2019-06-049-256/+450
* alsasrc: Don't use driver timestamp if it's zeroGeorg Lippitsch2019-05-201-0/+4
* Mark some properties as DOC_SHOW_DEFAULTThibault Saunier2019-05-132-2/+4
* doc: Port to hotdocThibault Saunier2019-05-131-0/+1
* alsasrc: driver timestamps only to be considered if system clockRobert Rosengren2019-04-301-1/+1
* alsasrc: added option for chosing timestampsDanny Smith2019-04-292-4/+28
* Revert "alsa: Implement a DeviceProvider"Nicolas Dufresne2019-01-189-458/+256
* alsa: Implement a DeviceProviderThibault Saunier2019-01-189-256/+458
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-1/+1
* Meson: Generate pc file for all plugins in baseXavier Claessens2018-04-251-0/+1
* alsamidisrc: unref buffer_list before early returnMathieu Duponchelle2018-04-131-0/+1
* Revert "alsasrc: lock calls to snd_pcm_delay() with mutex as in alsasink"Tim-Philipp Müller2018-03-072-14/+1
* alsasrc: lock calls to snd_pcm_delay() with mutex as in alsasinkBranislav Katreniak2018-01-222-1/+14
* alsamidisrc: unlock create function on shutdownTim-Philipp Müller2017-12-082-14/+52
* alsamidisrc: Don't assume a clock has been setEdward Hervey2017-11-301-0/+4
* alsamidisrc: Improve buffer timestampingAntonio Ospite2017-11-292-29/+100
* alsamidisrc: Expand snd_seq_create_simple_port() and use a queue for timestampsAntonio Ospite2017-11-292-4/+65
* alsamidisrc: Merge prepare_buffer() and push_buffer()Antonio Ospite2017-11-291-11/+5
* alsamidisrc: Don't set buffer offset and durationAntonio Ospite2017-11-291-2/+0
* alsamidisrc: Fix a memory leak when setting the "ports" propertyAntonio Ospite2017-11-291-0/+1
* alsamidisrc: Prevent Valgrind from reporting cached config as memory leaksAntonio Ospite2017-11-291-0/+6
* alsamidisrc: Improve a comment and remove one trailing spaceAntonio Ospite2017-11-291-2/+2
* alsasink: Fix Memory leak in payload not succuss casePonnam Srinivas2017-09-261-0/+2
* alsasrc: Handle newly added GstStateChange valuesThibault Saunier2017-06-201-1/+4
* alsa: Add mapping for PCM F32/F64 formatsvijay2017-05-171-0/+8
* alsasink: Accept MPEG 1 layer 3 version 2.5Nicolas Dufresne2017-05-161-1/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Convert gtkdoc comments to markdownThibault Saunier2017-03-103-12/+16
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+21
* alsasink: Remove unused hwparam/swparam pointersJan Schmidt2016-07-151-2/+0
* alsa: properly convert position-less channels from ALSAGuillaume Desmottes2016-04-121-0/+16
* alsa: add some debugging output to alsa_detect_channels_mapping()Guillaume Desmottes2016-04-121-7/+34
* alsa: factor out alsa_detect_channels_mapping()Guillaume Desmottes2016-04-124-20/+25
* alsa: coding style fixGuillaume Desmottes2016-04-121-1/+1