summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add simple implementation of sbc_parse()Marcel Holtmann2007-08-262-0/+6
|
* Add mode property to the encoderMarcel Holtmann2007-08-262-1/+74
|
* indicate 0 bytes consumed in encoder if input is too short.Brad Midgley2007-08-261-1/+4
| | | | | caller is responsible for filling the end of the input if it really wants the frame encoded (ie with silence at the end)
* Implement full encoding supportMarcel Holtmann2007-08-252-2/+117
|
* Fix class variable namingMarcel Holtmann2007-08-251-2/+2
|
* Increase the IPC MTU sizeMarcel Holtmann2007-08-251-1/+1
|
* Use device string for the IPCMarcel Holtmann2007-08-254-11/+14
|
* Limit the supported output ratesMarcel Holtmann2007-08-251-1/+1
|
* Implement full decoding supportMarcel Holtmann2007-08-252-2/+142
|
* Add SBC stream detectionMarcel Holtmann2007-08-251-0/+21
|
* Fix parameter handling of encoderMarcel Holtmann2007-08-251-5/+7
|
* Fix output handling of decoderMarcel Holtmann2007-08-251-21/+30
|
* Update copyright informationMarcel Holtmann2007-08-254-4/+4
|
* network: fixed minor memory leakClaudio Takahasi2007-08-242-19/+22
|
* network: fixed wrong pointer referenceClaudio Takahasi2007-08-241-5/+5
|
* 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
|