summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Cache discovery process to avoid delays.Luiz Augusto von Dentz2007-12-051-6/+5
|
* Fix error messages. (thanks to fchevalier for the patch)Luiz Augusto von Dentz2007-12-045-84/+89
|
* Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz2007-12-039-580/+1225
|
* Add build ids for Unified 23c firmwaresMarcel Holtmann2007-12-011-0/+14
|
* combine two conditionals in bit packingBrad Midgley2007-11-301-5/+1
|
* change inner loop bit packing to use shift-in-place instead of complex opsBrad Midgley2007-11-301-7/+8
|
* don't use the audio_sample array inside the frame structBrad Midgley2007-11-291-7/+5
| | | | it's totally unnecessary to keep all these temporary results around
* Remove unnecessary checks for output buffer length and some optimizations.Luiz Augusto von Dentz2007-11-291-26/+9
|
* Enable AVRCP by defaultJohan Hedberg2007-11-271-1/+1
|
* Use KEY_PREVIOUSSONG and KEY_NEXTSONG (instead of KEY_PREVIOUS and KEY_NEXT) ↵Johan Hedberg2007-11-271-4/+4
| | | | since they seem to be more widely supported by existing software
* eliminate another max_bitneed loop, eliminate extraneous loop termination testsBrad Midgley2007-11-271-11/+11
|
* eliminate extra loop for bitneed computeBrad Midgley2007-11-271-13/+9
| | | | make a couple while loops easier to read as for loops
* combine the blk loops inside the joint conditionalBrad Midgley2007-11-271-10/+7
|
* rework joint subband test--uses a lot less stack space, simplify multipleBrad Midgley2007-11-271-27/+31
| | | | loops into one, unroll one tiny loop
* Update services to new error codes and helper functionsJohan Hedberg2007-11-2631-1133/+487
|
* Update API descriptions to match new error codesJohan Hedberg2007-11-264-107/+132
|
* Add common error helper functionsJohan Hedberg2007-11-264-0/+324
|
* Mention Kai's contributionsMarcel Holtmann2007-11-262-0/+2
|
* Add test for files with page sizeMarcel Holtmann2007-11-261-1/+16
|
* Fix key search function to honor the mmap area sizeMarcel Holtmann2007-11-261-14/+40
|
* Add autoconf magic for the librt linkingMarcel Holtmann2007-11-262-1/+2
|
* Code cleanup.Luiz Augusto von Dentz2007-11-233-60/+21
|
* serial: minor cleanupClaudio Takahasi2007-11-231-6/+4
|
* serial: removed pending call refClaudio Takahasi2007-11-231-19/+25
|
* Introduce sbc_get_frame_duration.Luiz Augusto von Dentz2007-11-232-4/+6
|
* Link librt with the alsa module (needs to be fixed with proper autotools ↵Johan Hedberg2007-11-221-1/+1
| | | | checks later)
* Support multiple periodsJohan Hedberg2007-11-221-8/+11
|
* Get rid of struct timeval completelyJohan Hedberg2007-11-221-19/+18
|
* Integrate new ipc API implementation.Luiz Augusto von Dentz2007-11-2115-1282/+1843
|
* Revert commented lines of previous commit.Luiz Augusto von Dentz2007-11-201-5/+2
|
* Fix bug in alsa plugin.Luiz Augusto von Dentz2007-11-201-3/+7
|
* Fix D-Bus match leak for name listenersJohan Hedberg2007-11-161-28/+50
|
* app specific passkey agent: missing invalid args verificationClaudio Takahasi2007-11-141-0/+3
|
* Change name of sbc_fill_defaults to sbc_set_defaults.Luiz Augusto von Dentz2007-11-131-3/+3
|
* Add sbc_reinit.Luiz Augusto von Dentz2007-11-133-10/+32
|
* Fix double-check for HSP instead of checking HFPMarcel Holtmann2007-11-131-1/+1
|
* Fix bug in sbcenc when changing encoder parameters.Luiz Augusto von Dentz2007-11-121-0/+2
|
* Make sbc codec to write directly in application buffers and so avoiding memcpys.Luiz Augusto von Dentz2007-11-127-99/+127
|
* hcid: check the scanned svc record valueClaudio Takahasi2007-11-121-6/+6
|
* Add record handle range from Apple iPhoneMarcel Holtmann2007-11-121-2/+2
|
* hcid: textfile_put value must be null terminatedClaudio Takahasi2007-11-101-4/+2
|
* Use clock_gettime instead of gettimeofdayJohan Hedberg2007-11-091-3/+16
|
* Use just one possible value in the period size list since multiple options ↵Johan Hedberg2007-11-091-5/+1
| | | | seem to break vls (looks like it's caused by a bug in the ALSA snd_pcm_hw_params_set_period_size_near function)
* A2DP wakeup refactoring & cleanup (patch from Kai Vehmanen ↵Johan Hedberg2007-11-091-64/+102
| | | | <kai.vehmanen@nokia.com>)
* Whitespace cleanupJohan Hedberg2007-11-077-38/+35
|
* Fix packet lenght to be the output MTU.Luiz Augusto von Dentz2007-11-053-14/+21
|
* correction in the 4 subband optimizationBrad Midgley2007-11-051-4/+5
|
* More coding style cleanupJohan Hedberg2007-11-021-23/+25
|
* Fix sbc negotiation and improves buffer handling by using GstAdapter.Luiz Augusto von Dentz2007-11-017-67/+213
|
* Some more whitespace fixesJohan Hedberg2007-11-011-4/+4
|