summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * network: fixed seg faultClaudio Takahasi2007-08-241-11/+1
| |
| * network: removed CreateServer/RemoveServer methodsClaudio Takahasi2007-08-241-17/+1
| |
| * network: removed unused signals(ServerCreated and ServerRemoved)Claudio Takahasi2007-08-242-7/+1
| |
| * Add checks and skeleton for PulseAudio pluginMarcel Holtmann2007-08-244-13/+76
| |
| * Remove left-over transport callback in stream_freeJohan Hedberg2007-08-241-0/+5
| |
| * Fix return value when receiving an error.Luiz Augusto von Dentz2007-08-241-1/+1
| |
| * Fix locking of A2DP SEP'sJohan Hedberg2007-08-241-1/+4
| |
| * Support up to two simultaneous streamsJohan Hedberg2007-08-246-232/+364
| |
| * Set local device name on adapter setupMarcel Holtmann2007-08-241-0/+5
| |
| * Include all UUID-16 values in the extended inquiry responseMarcel Holtmann2007-08-241-4/+47
| |
| * Update extended inquiry response when service class changesMarcel Holtmann2007-08-243-0/+29
| |
| * Move the extended inquiry response creation into the SDP codeMarcel Holtmann2007-08-243-12/+21
| |
| * Don't mess with extended inquiry response on device initMarcel Holtmann2007-08-241-25/+3
| |
| * Fix parameter parsingMarcel Holtmann2007-08-231-7/+10
| |
| * Add support for ALSA parametersMarcel Holtmann2007-08-238-53/+148
| |
| * Add SBC encoder and decoder skeletons for GStreamerMarcel Holtmann2007-08-238-41/+283
| |
| * Update code to match example audio.confJohan Hedberg2007-08-231-1/+1
| |
| * serial: forward remaining data when the HUP is received from the sourceClaudio Takahasi2007-08-231-17/+42
| |
| * Update changelog and bump version numberutils-3.15Marcel Holtmann2007-08-232-1/+9
| |
| * Add test-device scriptMarcel Holtmann2007-08-232-1/+44
| |
| * Mark new device related methods as experimentalMarcel Holtmann2007-08-231-0/+9
| |
| * Don't install GStreamer pluginMarcel Holtmann2007-08-231-1/+1
| |
| * Trigger the service classes update through a callbackMarcel Holtmann2007-08-236-65/+64
| |
| * Update service classes on all adaptersMarcel Holtmann2007-08-237-16/+57
| |
| * Plug another minor memory leakJohan Hedberg2007-08-231-1/+2
| |
| * Plug minor memory leakJohan Hedberg2007-08-231-1/+2
| |
| * g_strdup_printf should not return NULL on OOMJohan Hedberg2007-08-231-1/+1
| |
| * Rename SetSerialParams to SetSerialParametersJohan Hedberg2007-08-232-2/+2
| |
| * Add Port.GetDevice methodJohan Hedberg2007-08-233-32/+54
| | | | | | | | Rename 'name' dict key to 'device
| * Fix missing eglib functionsMarcel Holtmann2007-08-232-19/+28
| |
| * Add skeleton for an A2DP sink elementMarcel Holtmann2007-08-225-9/+244
| |
| * Code cleanup.Luiz Augusto von Dentz2007-08-221-23/+73
| |
| * serial: added proxy for unix socketsClaudio Takahasi2007-08-223-113/+273
| |
| * Remove empty lineMarcel Holtmann2007-08-221-1/+0
| |
| * Include SBC header fileMarcel Holtmann2007-08-221-0/+1
| |
| * Build SBC library only when ALSA or GStreamer is enabledMarcel Holtmann2007-08-222-1/+2
| |
| * Add dummy functions for g_strdelimit() and g_strdup_printf()Marcel Holtmann2007-08-222-0/+17
| |
| * Add Playing and Stopped signals to sink inteface.Luiz Augusto von Dentz2007-08-222-1/+21
| |
| * Add skeleton for GStreamer pluginMarcel Holtmann2007-08-223-1/+58
| |
| * stopped variable is A2DP specific (at least for now)Johan Hedberg2007-08-221-8/+10
| |
| * Enable checking for GStreamer supportMarcel Holtmann2007-08-222-7/+14
| |
| * Make the uint boundary check a little bit more reliableJohan Hedberg2007-08-221-5/+4
| |
| * Don't restart playback thread when stop and start are calledJohan Hedberg2007-08-221-18/+20
| |
| * Handle phonebook access serverMarcel Holtmann2007-08-221-0/+1
| |
| * Handle Common ISDN Access profileMarcel Holtmann2007-08-221-0/+1
| |
| * Use "unsigned int" instead of "unsigned long long" and reset the point of ↵Johan Hedberg2007-08-221-4/+14
| | | | | | | | reference at proper intervals to avoid overflow
| * First attempt for automatic setting of service classes valueMarcel Holtmann2007-08-229-4/+78
| |
| * Calculate service classes value for class of deviceMarcel Holtmann2007-08-221-4/+63
| |
| * Add swap member to sbc struct and fix pcm plugin to not swap the buffer.Luiz Augusto von Dentz2007-08-215-15/+19
| |
| * Another big coding style fixupMarcel Holtmann2007-08-211-89/+65
| |