summaryrefslogtreecommitdiff
path: root/profiles
Commit message (Expand)AuthorAgeFilesLines
* a2dp: Remove experimental flag for remote MediaEndpointLuiz Augusto von Dentz2019-10-191-12/+5
* audio: Fix cancelling disconnect timeoutLuiz Augusto von Dentz2019-10-132-26/+24
* media: Add implementation of RegisterApplicationLuiz Augusto von Dentz2019-08-101-3/+482
* input/hog: Remove HID device after HoG device disconnectsBenjamin Tissoires2019-07-151-0/+2
* avctp: Fix not accounting output MTU properlyLuiz Augusto von Dentz2019-07-031-1/+1
* a2dp: Fix memory when loading of LastUsed failsLuiz Augusto von Dentz2019-05-101-0/+1
* a2dp: Reword LastUsedLuiz Augusto von Dentz2019-05-063-34/+119
* a2dp: Fix useless statementLuiz Augusto von Dentz2019-05-031-2/+1
* a2dp: Fix reconfiguring when there multiple devices connectedLuiz Augusto von Dentz2019-05-031-0/+4
* a2dp: Update last used on open indicationLuiz Augusto von Dentz2019-05-031-26/+29
* a2dp: Try aborting when switching endpointsLuiz Augusto von Dentz2019-05-031-2/+11
* a2dp: Fix crash when endpoint respond with an errorLuiz Augusto von Dentz2019-05-031-1/+1
* a2dp: Fixed warn_unused_result warningMichał Lowas-Rzechonek2019-04-301-2/+9
* a2dp: Fix not calling SelectConfiguration on other available endpointsLuiz Augusto von Dentz2019-04-291-27/+50
* a2dp: Store last used endpointLuiz Augusto von Dentz2019-04-251-13/+92
* a2dp: Fix UUID of remote SinksLuiz Augusto von Dentz2019-04-081-1/+1
* a2dp-codecs: Fix SBC_MAX_BITPOOL and add SBC quality modesPali Rohár2019-01-311-1/+15
* a2dp-codecs & avinfo: Simplify defintions and parsing of aptX familyPali Rohár2019-01-311-39/+7
* a2dp: Add reverse discoveryLuiz Augusto von Dentz2019-01-231-1/+13
* a2dp: Add implementation of MediaEndpoint.DeviceLuiz Augusto von Dentz2019-01-231-0/+15
* a2dp: Cache remote endpointsLuiz Augusto von Dentz2019-01-233-283/+492
* a2dp: Implement MediaTransport.EndpointLuiz Augusto von Dentz2019-01-235-24/+102
* a2dp: Expose remote SEPLuiz Augusto von Dentz2019-01-235-7/+367
* avdtp: Fix always destroying session immediatellyLuiz Augusto von Dentz2019-01-231-5/+18
* a2dp-codecs: Add macros and structures for new codecsPali Rohár2018-12-281-0/+120
* a2dp-codecs: Properly define macros and struct for LDAC codecPali Rohár2018-12-281-10/+17
* a2dp-codecs: Add needed includes and properly check for endian macrosPali Rohár2018-12-281-2/+7
* a2dp-codecs: Define a2dp_vendor_codec_t struct in endian neutral wayPali Rohár2018-12-282-6/+27
* a2dp-codecs & avinfo: Fix parsing MPEG bit rate valuesPali Rohár2018-12-281-18/+75
* a2dp-codecs: Fix codec id for ATRACPali Rohár2018-12-281-1/+1
* a2dp-codecs: Add SBC prefix for MIN/MAX_BITPOOL constantsPali Rohár2018-12-281-2/+2
* avrcp: Fix error creating media itemsLuiz Augusto von Dentz2018-12-121-3/+3
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-0614-2/+17
* avctp: Fix possible crash when accepting browsing channelLuiz Augusto von Dentz2018-11-151-0/+2
* input: Fix compiler error with GCC 8.0Luiz Augusto von Dentz2018-05-281-2/+2
* cups: Fix compiler warning from string operationMarcel Holtmann2018-05-241-1/+1
* midi: Fix compiler warning from string operationMarcel Holtmann2018-05-241-1/+1
* input: Fix compiler warning from string operationMarcel Holtmann2018-05-241-4/+3
* health: Fix compiler warning from casting functionsMarcel Holtmann2018-05-241-5/+16
* input: Fix compiler warning from wrong array sizeMarcel Holtmann2018-05-231-1/+2
* health: Fix compiler warning from casting functionsMarcel Holtmann2018-05-231-2/+12
* avctp: Fix crash when disconnectingLuiz Augusto von Dentz2018-03-091-1/+1
* avrcp: Fix change-pathLuiz Augusto von Dentz2017-11-263-42/+71
* avrcp: Fix not parsing all itemsLuiz Augusto von Dentz2017-11-231-4/+1
* control: Fix invalid accessLuiz Augusto von Dentz2017-11-231-2/+6
* audio/control: Fix invalid read on exitBastien Nocera2017-11-231-1/+1
* avctp: Use different queues for passthrough and vendor PDUsLuiz Augusto von Dentz2017-11-211-63/+139
* device: Fix possible run-time warningBastien Nocera2017-11-171-4/+8
* avdtp: Fix disconnecting before stream setup completesLuiz Augusto von Dentz2017-11-101-5/+3
* a2dp: Fix crash when connectinLuiz Augusto von Dentz2017-11-091-12/+12