Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX | Marcel Holtmann | 2008-02-02 | 5 | -0/+5 | |
| | | ||||||
| * | Update changelog and bump version numberutils-3.25 | Marcel Holtmann | 2008-02-02 | 2 | -1/+12 | |
| | | ||||||
| * | Update copyright information | Marcel Holtmann | 2008-02-02 | 216 | -228/+223 | |
| | | ||||||
| * | Add bitpool property and others fixes for gstreamer plugin. | Luiz Augusto von Dentz | 2008-02-01 | 5 | -78/+181 | |
| | | ||||||
| * | Move GModule code to gmodule.c and gmodule.h | Johan Hedberg | 2008-02-01 | 5 | -85/+97 | |
| | | ||||||
| * | Fix -ldl linkage in case of eglib | Marcel Holtmann | 2008-02-01 | 1 | -2/+2 | |
| | | ||||||
| * | Avoid adding of -ldl if not needed | Marcel Holtmann | 2008-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | Send DefaultAdapterChanged more often | Marcel Holtmann | 2008-02-01 | 2 | -5/+20 | |
| | | ||||||
| * | Mention Bastien's contributions | Marcel Holtmann | 2008-02-01 | 1 | -0/+1 | |
| | | ||||||
| * | Allow GetInfo and GetAddress to fail | Marcel Holtmann | 2008-02-01 | 2 | -2/+11 | |
| | | ||||||
| * | Remove empty line | Marcel Holtmann | 2008-02-01 | 1 | -1/+0 | |
| | | ||||||
| * | Add checks for GModule and dlopen | Marcel Holtmann | 2008-02-01 | 2 | -6/+17 | |
| | | ||||||
| * | Add GModule support to eglib | Johan Hedberg | 2008-02-01 | 2 | -0/+85 | |
| | | ||||||
| * | Remove mentions of Target interface | Johan Hedberg | 2008-01-31 | 1 | -10/+0 | |
| | | ||||||
| * | Don't confuse Sink interface with local sink support | Johan Hedberg | 2008-01-31 | 1 | -4/+4 | |
| | | ||||||
| * | Check for client disconnect when discovery completes | Johan Hedberg | 2008-01-31 | 1 | -0/+5 | |
| | | ||||||
| * | arm assembly version of MULA | Brad Midgley | 2008-01-30 | 1 | -0/+10 | |
| | | ||||||
| * | change MUL/MULA semantics | Brad Midgley | 2008-01-30 | 2 | -170/+173 | |
| | | ||||||
| * | 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 | |
| | |