summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/a2dp-codec-gst.c
Commit message (Expand)AuthorAgeFilesLines
* bluetooth/gst: Correct var type for GST_TYPE_BITMASKJan Palus2022-06-201-1/+2
* bluetooth/gst: Timestamp encoding buffers according to PA clockv15.99.1Marijn Suijten2022-02-211-1/+10
* bluetooth/gst: Replace buffer accumulation in adapter with direct pullMarijn Suijten2022-02-211-39/+13
* bluetooth/gst: Use GStreamer synchronously within PA's IO threadMarijn Suijten2022-02-211-124/+67
* bluetooth/gst: Unify encoder and decoder pipeline setupMarijn Suijten2021-02-011-282/+77
* bluetooth: ldac: Use format as FLOAT32LESanchayan Maity2021-01-221-0/+3
* bluetooth/gst: Move common enc/dec initialization back to generic initMarijn Suijten2021-01-221-8/+33
* bluetooth/gst: Determine PA input/output caps in generic codeMarijn Suijten2021-01-221-0/+53
* bluetooth: Move codec specific bits to their own respective filesSanchayan Maity2021-01-191-105/+48
* bluetooth: Make GStreamer threads realtimeIgor V. Kovalenko2021-01-191-237/+33
* bluetooth: Introduce a can_be_supported API for A2DP codecsSanchayan Maity2021-01-191-7/+0
* bluetooth: Add a generic GStreamer codec moduleSanchayan Maity2021-01-191-0/+751