summaryrefslogtreecommitdiff
path: root/ext/alsa
AgeCommit message (Expand)AuthorFilesLines
2018-03-07Revert "alsasrc: lock calls to snd_pcm_delay() with mutex as in alsasink"Tim-Philipp Müller2-14/+1
2018-01-22alsasrc: lock calls to snd_pcm_delay() with mutex as in alsasinkBranislav Katreniak2-1/+14
2017-12-08alsamidisrc: unlock create function on shutdownTim-Philipp Müller2-14/+52
2017-11-30alsamidisrc: Don't assume a clock has been setEdward Hervey1-0/+4
2017-11-29alsamidisrc: Improve buffer timestampingAntonio Ospite2-29/+100
2017-11-29alsamidisrc: Expand snd_seq_create_simple_port() and use a queue for timestampsAntonio Ospite2-4/+65
2017-11-29alsamidisrc: Merge prepare_buffer() and push_buffer()Antonio Ospite1-11/+5
2017-11-29alsamidisrc: Don't set buffer offset and durationAntonio Ospite1-2/+0
2017-11-29alsamidisrc: Fix a memory leak when setting the "ports" propertyAntonio Ospite1-0/+1
2017-11-29alsamidisrc: Prevent Valgrind from reporting cached config as memory leaksAntonio Ospite1-0/+6
2017-11-29alsamidisrc: Improve a comment and remove one trailing spaceAntonio Ospite1-2/+2
2017-09-26alsasink: Fix Memory leak in payload not succuss casePonnam Srinivas1-0/+2
2017-06-20alsasrc: Handle newly added GstStateChange valuesThibault Saunier1-1/+4
2017-05-17alsa: Add mapping for PCM F32/F64 formatsvijay1-0/+8
2017-05-16alsasink: Accept MPEG 1 layer 3 version 2.5Nicolas Dufresne1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-03-10docs: Convert gtkdoc comments to markdownThibault Saunier3-12/+16
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+21
2016-07-15alsasink: Remove unused hwparam/swparam pointersJan Schmidt1-2/+0
2016-04-12alsa: properly convert position-less channels from ALSAGuillaume Desmottes1-0/+16
2016-04-12alsa: add some debugging output to alsa_detect_channels_mapping()Guillaume Desmottes1-7/+34
2016-04-12alsa: factor out alsa_detect_channels_mapping()Guillaume Desmottes4-20/+25
2016-04-12alsa: coding style fixGuillaume Desmottes1-1/+1
2016-03-24base: use new gst_element_class_add_static_pad_template()Vineeth TM3-6/+5
2016-01-25alsa: Trivial doc updateArun Raghavan1-1/+1
2015-12-14Revert "alsasrc: Disable HW timestamp"Nicolas Dufresne1-1/+1
2015-12-14alsasrc: Disable HW timestampNicolas Dufresne1-1/+1
2015-10-14alsa: Use 8 bit pointer type for byte-based pointer arithmeticSebastian Dröge2-5/+5
2015-10-01midi: add an ALSA MIDI sequencer sourceAntonio Ospite4-1/+605
2015-06-09alsa: report recoverable device failures to base classCarlos Rafael Giani1-0/+3
2015-05-10docs: update element example pipelinesTim-Philipp Müller2-4/+4
2015-01-21alsa: Constify channel position tableSebastian Dröge1-1/+1
2015-01-21alsa: Fix indentionSebastian Dröge1-28/+30
2015-01-21alsa: Allow to use 8 bit samples with ALSAThomas Roos1-1/+2
2014-12-01alsa: Use EPIPE instead of ESTRPIPE if the latter does not existThomas Klausner2-0/+8
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-2/+1
2014-11-25alsasrc: debug message fixesTim-Philipp Müller1-3/+3
2014-11-24alsa: Change the log messages in xrun_recovery() from DEBUG to WARNINGBranislav Katreniak2-3/+4
2014-06-03alsasink: make gst-ident happyVincent Penquerc'h1-1/+2
2014-06-03alsasink: fix occasional crash intersecting invalid valuesVincent Penquerc'h1-4/+16
2014-05-19alsasink: pass correct error to g_strerrorVincent Penquerc'h1-3/+3
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2-4/+0
2014-02-08alsa: Make clang happy with our g_strdup_vprintf() wrapperSebastian Dröge1-0/+3
2013-10-09alsa: Add channel map API supportTakashi Iwai4-0/+80
2013-05-29alsasrc: Dump some more debug output about the device configurationSebastian Dröge1-1/+19
2013-05-29alsasink: Update internal buffer/period times with the values that were confi...Sebastian Dröge1-0/+2
2013-05-20alsasrc: Make using driver timestamps possibleAlexander Schrab1-8/+12
2013-05-20alsa: Dump min/max period time and buffer time in alsasrc tooSebastian Dröge1-0/+24
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-01-24alsasink: don't use 100% CPUyanghuolin2-0/+11