Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shorten the encoder tables to 16 bits, take out mula32/mul32 for now for ↵ | Brad Midgley | 2008-01-26 | 3 | -77/+75 |
| | | | | simplicity | ||||
* | pcm input array should be 16 not 32 bits | Brad Midgley | 2008-01-26 | 1 | -75/+75 |
| | | | | use 32-bit product when multiplying two values limited to 16 bits each | ||||
* | Fix gtreamer payloader sending fragmented frames. | Luiz Augusto von Dentz | 2008-01-24 | 2 | -9/+28 |
| | |||||
* | Add some buffer length checks | Johan Hedberg | 2008-01-24 | 1 | -0/+6 |
| | |||||
* | Fix external service (un)registration | Johan Hedberg | 2008-01-24 | 1 | -28/+31 |
| | |||||
* | Fix use of gstreamer plugin with rhythmbox and banshee and rtp timestamps. | Luiz Augusto von Dentz | 2008-01-23 | 4 | -15/+96 |
| | |||||
* | Rename a2dpsendersink to avdtpsink. | Luiz Augusto von Dentz | 2008-01-23 | 6 | -163/+163 |
| | |||||
* | Add config options for each source. | Luiz Augusto von Dentz | 2008-01-23 | 5 | -36/+90 |
| | |||||
* | Bug fixes for gstreamer plugin. | Luiz Augusto von Dentz | 2008-01-23 | 2 | -82/+114 |
| | |||||
* | Make debug logs per sep. | Luiz Augusto von Dentz | 2008-01-23 | 1 | -42/+43 |
| | |||||
* | Add mp3 support for gstreamer plugin. | Luiz Augusto von Dentz | 2008-01-23 | 7 | -49/+620 |
| | |||||
* | Add mpeg12 sep registration. | Luiz Augusto von Dentz | 2008-01-23 | 8 | -71/+247 |
| | |||||
* | Make a2dpsink to act like a bin and split the payloader. | Luiz Augusto von Dentz | 2008-01-23 | 16 | -1062/+2037 |
| | |||||
* | Fix HFP notification when ringing is canceled | Johan Hedberg | 2008-01-23 | 1 | -0/+10 |
| | |||||
* | Initial support of mpeg12 codec. | Luiz Augusto von Dentz | 2008-01-23 | 5 | -83/+139 |
| | |||||
* | Fix error code handling and minor coding style tweaks | Johan Hedberg | 2008-01-23 | 1 | -14/+14 |
| | |||||
* | Fix typo | Johan Hedberg | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | Reply with ERROR to unknown headset commands | Johan Hedberg | 2008-01-23 | 1 | -1/+4 |
| | |||||
* | Mention Alok's contributions | Marcel Holtmann | 2008-01-23 | 1 | -0/+1 |
| | |||||
* | Initialize HFP supported features properly | Johan Hedberg | 2008-01-22 | 3 | -14/+16 |
| | |||||
* | Fix coding style | Johan Hedberg | 2008-01-22 | 1 | -14/+11 |
| | |||||
* | Add (experimental) Headset.IdentifyCall method | Johan Hedberg | 2008-01-22 | 2 | -3/+99 |
| | |||||
* | update copyrights | Brad Midgley | 2008-01-19 | 2 | -2/+2 |
| | |||||
* | codec has been using 32-bit (MUL) and 64-bit (MULA) multiplies | Brad Midgley | 2008-01-17 | 1 | -1/+3 |
| | | | | | straighten things out so MUL/MULA are both 64 bit create MUL32/MULA32 for anyone who really needs a 32-bit product | ||||
* | Add basic support for UNITINFO and SUBUNITINFO | Johan Hedberg | 2008-01-16 | 1 | -0/+13 |
| | |||||
* | Reorganize audio.conf parsing in a more modular manner | Johan Hedberg | 2008-01-16 | 6 | -127/+232 |
| | |||||
* | coding style | Brad Midgley | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | coding style | Brad Midgley | 2008-01-14 | 1 | -7/+4 |
| | |||||
* | comment typo | Brad Midgley | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | fix initialization | Brad Midgley | 2008-01-14 | 1 | -1/+4 |
| | |||||
* | take out memmove in sbc analyze | Brad Midgley | 2008-01-14 | 1 | -21/+29 |
| | |||||
* | tweak to the memmove for 4 subbands | Brad Midgley | 2008-01-11 | 1 | -1/+1 |
| | |||||
* | Make sure the correct handle value gets updated when parsing HSP/HFP records | Johan Hedberg | 2008-01-11 | 1 | -8/+13 |
| | |||||
* | handle call rejection properly | Johan Hedberg | 2008-01-09 | 1 | -4/+6 |
| | |||||
* | Fix frame_size calculation when there already is data in the buffer | Johan Hedberg | 2008-01-09 | 1 | -2/+2 |
| | |||||
* | TerminateCall signal should be called CallTerminated | Johan Hedberg | 2008-01-09 | 2 | -3/+3 |
| | |||||
* | optimizations: use memmove instead of a loop, unroll short loop | Brad Midgley | 2008-01-08 | 1 | -11/+22 |
| | |||||
* | Update API documentation | Johan Hedberg | 2008-01-08 | 1 | -1/+12 |
| | |||||
* | Implement SetupCall method | Johan Hedberg | 2008-01-08 | 1 | -0/+51 |
| | |||||
* | Further headset fixes and cleanup | Johan Hedberg | 2008-01-08 | 1 | -17/+60 |
| | |||||
* | Improve HFP/HSP discovery and connection state tracking | Johan Hedberg | 2008-01-08 | 4 | -45/+38 |
| | |||||
* | don't overwrite the output of bluetooth_init | Brad Midgley | 2008-01-07 | 1 | -3/+0 |
| | | | | also the memset is done inside bluetooth_init | ||||
* | use correct variable to pick up alsa prefs | Brad Midgley | 2008-01-05 | 1 | -8/+8 |
| | |||||
* | Update changelog and bump version numberutils-3.24 | Marcel Holtmann | 2007-12-25 | 2 | -1/+13 |
| | |||||
* | Add definitions for MDP | Marcel Holtmann | 2007-12-25 | 1 | -0/+3 |
| | |||||
* | serial: added ConnectServiceFromAdapter | Claudio Takahasi | 2007-12-21 | 2 | -25/+74 |
| | |||||
* | serial-api: CreatePort - added localhost port proxy | Claudio Takahasi | 2007-12-21 | 1 | -4/+5 |
| | |||||
* | Use write instead of g_io_channel_write (which is deprecated) | Johan Hedberg | 2007-12-14 | 1 | -7/+5 |
| | |||||
* | Remove unecessary variable and strlen call | Johan Hedberg | 2007-12-14 | 1 | -4/+2 |
| | |||||
* | Prepare for HFP features | Johan Hedberg | 2007-12-14 | 1 | -28/+47 |
| |