Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix handling of PA_SINK_MESSAGE_GET_LATENCY | João Paulo Rechi Vita | 2008-09-11 | 1 | -1/+2 |
| | |||||
* | Remove PA_SINK_NETWORK flag and move the passage of streamfd to the rt ↵ | João Paulo Rechi Vita | 2008-09-11 | 1 | -5/+6 |
| | | | | thread just before the thread creation | ||||
* | Change pa_sink_render to pa_sink_render_into_full and remove some ↵ | João Paulo Rechi Vita | 2008-09-11 | 1 | -96/+90 |
| | | | | unnecessary checks on the rt thread | ||||
* | Make stream socket non-blocking | João Paulo Rechi Vita | 2008-09-11 | 1 | -0/+1 |
| | |||||
* | Fix block size for SCO | João Paulo Rechi Vita | 2008-09-11 | 1 | -1/+5 |
| | |||||
* | Add include for core-util.h | João Paulo Rechi Vita | 2008-09-11 | 1 | -0/+1 |
| | |||||
* | Initialize rtpoll_item | João Paulo Rechi Vita | 2008-09-11 | 1 | -0/+5 |
| | |||||
* | Add include for sample.h | João Paulo Rechi Vita | 2008-09-11 | 1 | -0/+1 |
| | |||||
* | Change close() to pa_close() | João Paulo Rechi Vita | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | Change strerror() to pa_cstrerror() | João Paulo Rechi Vita | 2008-09-11 | 1 | -5/+5 |
| | |||||
* | Get rid of SINK_MESSAGE_PASS_SOCKET, since we don't really need it | João Paulo Rechi Vita | 2008-09-11 | 1 | -16/+0 |
| | |||||
* | Changes for pa_modargs_get_value_u32 for integer arguments and correct some ↵ | João Paulo Rechi Vita | 2008-09-11 | 1 | -6/+4 |
| | | | | error messages | ||||
* | Copy arguments values instead of just getting a pointer for them | João Paulo Rechi Vita | 2008-09-11 | 1 | -3/+3 |
| | |||||
* | Hand the stream socket to the rt thread | João Paulo Rechi Vita | 2008-09-11 | 1 | -9/+16 |
| | |||||
* | Initial code for rt thread | João Paulo Rechi Vita | 2008-09-11 | 1 | -139/+147 |
| | |||||
* | Fix PA_USEC_PER_SEC missing | João Paulo Rechi Vita | 2008-09-11 | 1 | -0/+1 |
| | |||||
* | BlueZ connection configuration done | João Paulo Rechi Vita | 2008-09-11 | 1 | -33/+695 |
| | |||||
* | Adds SBC Codec to pa tree | João Paulo Rechi Vita | 2008-09-11 | 4 | -0/+1747 |
| | |||||
* | Initial file for module-bt-device | João Paulo Rechi Vita | 2008-09-11 | 1 | -0/+154 |
| | |||||
* | Add code from bluez/audio/ipc.[ch] | João Paulo Rechi Vita | 2008-09-11 | 2 | -0/+427 |
| | |||||
* | Add sender=org.bluez to dbus add match | João Paulo Rechi Vita | 2008-09-11 | 1 | -2/+4 |
| | |||||
* | Remove modargs, since module-bt-discover doesn't have any argument | João Paulo Rechi Vita | 2008-09-11 | 1 | -6/+0 |
| | |||||
* | Refactor all linked lists to use pulsecore/llist.h | João Paulo Rechi Vita | 2008-09-11 | 1 | -81/+74 |
| | |||||
* | Remove block delimiters from single line if blocks | João Paulo Rechi Vita | 2008-09-11 | 1 | -6/+3 |
| | |||||
* | Remove some unused vars and labels | João Paulo Rechi Vita | 2008-09-11 | 1 | -3/+0 |
| | |||||
* | Change booleans to pa_bool_t | João Paulo Rechi Vita | 2008-09-11 | 1 | -2/+3 |
| | |||||
* | We don't need call_dbus_method anymore | João Paulo Rechi Vita | 2008-09-11 | 1 | -47/+4 |
| | |||||
* | Don't need to explicity check if hcid is running anymore | João Paulo Rechi Vita | 2008-09-11 | 1 | -17/+4 |
| | |||||
* | Improve dbus communication | João Paulo Rechi Vita | 2008-09-11 | 1 | -12/+88 |
| | |||||
* | Changing all private functions to static | João Paulo Rechi Vita | 2008-09-11 | 1 | -11/+11 |
| | |||||
* | Remove VERBOSE definition | João Paulo Rechi Vita | 2008-09-11 | 1 | -3/+1 |
| | |||||
* | Adding dynamic bluetooth audio devices detection | João Paulo Rechi Vita | 2008-09-11 | 1 | -1/+83 |
| | |||||
* | Fix the symdef include | João Paulo Rechi Vita | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | Fix comparison of strings of different case | João Paulo Rechi Vita | 2008-09-11 | 1 | -16/+3 |
| | |||||
* | Adding module-bt-discover | João Paulo Rechi Vita | 2008-09-11 | 1 | -0/+461 |
| | |||||
* | minor improvements in debug handling | Lennart Poettering | 2008-09-09 | 2 | -6/+10 |
| | |||||
* | When returning from a suspend, pass exactly the same flags as originally when | Lennart Poettering | 2008-09-09 | 2 | -2/+11 |
| | | | | we opened the device. | ||||
* | fix minor typo | Lennart Poettering | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | Work around presumable ALSA bug that treats the dir argument to | Lennart Poettering | 2008-09-09 | 1 | -4/+11 |
| | | | | snd_pcm_hw_params_set_periods_near() actually as > or < instead of >= and <=. | ||||
* | Downgrade hrtimer warning to notice level | Lennart Poettering | 2008-09-05 | 2 | -2/+2 |
| | |||||
* | rework device opening code: work around broken SND_PCM_NO_AUTO_xxx support ↵ | Lennart Poettering | 2008-08-31 | 1 | -39/+68 |
| | | | | in ALSA <= 1.0.17a | ||||
* | reduce needlessly large gdbm cache a bit | Lennart Poettering | 2008-08-29 | 2 | -0/+10 |
| | |||||
* | alsa_error_handler should note source of errors | Ed Catmur | 2008-08-26 | 1 | -1/+6 |
| | | | | | | When an error gets passed up from alsa-lib via alsa_error_handler, it's unclear the source of the error. alsa_error_handler should note that the error came from alsa-lib. (Closes #341) | ||||
* | add a few missing casts | Lennart Poettering | 2008-08-20 | 2 | -8/+8 |
| | |||||
* | add a few more gcc warning flags and fix quite a few problems found by doing so | Lennart Poettering | 2008-08-19 | 31 | -252/+259 |
| | |||||
* | don't unref pa_native_options object twice | Lennart Poettering | 2008-08-18 | 1 | -7/+6 |
| | |||||
* | add some code to make invalid valgrind warnings go away | Lennart Poettering | 2008-08-18 | 2 | -0/+34 |
| | |||||
* | restore volume/device for streams only when it wasn't set before | Lennart Poettering | 2008-08-18 | 1 | -8/+21 |
| | |||||
* | fix type error | Lennart Poettering | 2008-08-18 | 1 | -4/+8 |
| | |||||
* | Make Multicast TTL for RTP configurable, patch from 'dfort' | Lennart Poettering | 2008-08-15 | 1 | -2/+17 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> |