Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused macros | Brad Midgley | 2008-01-30 | 1 | -3/+0 |
| | |||||
* | fix off-by-one in sbcdec | Brad Midgley | 2008-01-30 | 1 | -2/+2 |
| | |||||
* | Enable gstreamer plugin to use autoconnect flag. | Luiz Augusto von Dentz | 2008-01-30 | 6 | -10/+84 |
| | |||||
* | Fixes gstreamer caps and code cleanup. | Luiz Augusto von Dentz | 2008-01-30 | 8 | -143/+113 |
| | |||||
* | Use snd_config_get_bool for autoconnect | Johan Hedberg | 2008-01-30 | 1 | -3/+5 |
| | |||||
* | Clean up unecessary variables from alsa config parsing | Johan Hedberg | 2008-01-30 | 1 | -31/+29 |
| | |||||
* | Add extra check for session->dev == NULL before accessing it | Johan Hedberg | 2008-01-30 | 1 | -1/+2 |
| | |||||
* | Add autoconnect config option to IPC and alsa | Johan Hedberg | 2008-01-30 | 3 | -3/+30 |
| | |||||
* | one more .X 32-bitism | Brad Midgley | 2008-01-29 | 1 | -1/+1 |
| | |||||
* | revert 16-bit state.X change (bad on arm) | Brad Midgley | 2008-01-29 | 1 | -4/+4 |
| | |||||
* | revert arm conditional code | Brad Midgley | 2008-01-28 | 2 | -20/+1 |
| | |||||
* | change function signature so the arm optimization will work | Brad Midgley | 2008-01-28 | 1 | -1/+12 |
| | |||||
* | arm-assembly from cidoca for MULA | Brad Midgley | 2008-01-28 | 1 | -1/+9 |
| | |||||
* | remove 16x16 mult optimization--gcc actually generates more costly code | Brad Midgley | 2008-01-28 | 3 | -103/+101 |
| | |||||
* | Whitespace cleanup | Johan Hedberg | 2008-01-28 | 14 | -64/+54 |
| | |||||
* | avoid an (unlikely) overflow | Brad Midgley | 2008-01-27 | 1 | -2/+2 |
| | |||||
* | get 32-bit products whenever we're sure the multiplicands are both 16 bits | Brad Midgley | 2008-01-27 | 2 | -95/+97 |
| | |||||
* | 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 |
| |