Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | channelmap: make sure a mask is generated is 64 bit int | Lennart Poettering | 2009-06-17 | 1 | -1/+1 | |
| | | ||||||
| * | version: fix prefix in PA_CHECK_VERSION macro | Lennart Poettering | 2009-06-17 | 1 | -2/+2 | |
| | | ||||||
| * | channelmap: implement pa_channel_position_from_string() | Lennart Poettering | 2009-06-17 | 3 | -22/+30 | |
| | | ||||||
| * | volume: implement functions for multiplicating a cvolume with a scalar | Lennart Poettering | 2009-06-17 | 3 | -3/+47 | |
| | | ||||||
| * | hashmap: implement pa_hashmap_last() | Lennart Poettering | 2009-06-17 | 2 | -0/+12 | |
| | | ||||||
| * | hashmap: implement api to iterate a hashmap backwards | Lennart Poettering | 2009-06-17 | 2 | -1/+42 | |
| | | ||||||
| * | idxset: implement pa_idxset_copy() | Lennart Poettering | 2009-06-17 | 2 | -0/+17 | |
| | | ||||||
| * | daemon: write a warning blurb to syslog when folks use --system mode | Lennart Poettering | 2009-06-17 | 1 | -0/+5 | |
| | | ||||||
| * | alsa: fix bad memory access for devices that lack a mixer | Lennart Poettering | 2009-06-10 | 1 | -1/+3 | |
| | | ||||||
| * | sample: fix build on BE archs | Lennart Poettering | 2009-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | udev: reshuffle the properties we read from udev a bit | Lennart Poettering | 2009-06-08 | 1 | -5/+18 | |
| | | ||||||
| * | prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property | Lennart Poettering | 2009-06-08 | 7 | -0/+28 | |
| | | ||||||
| * | core: replace tabs by spaces | Lennart Poettering | 2009-06-08 | 1 | -31/+31 | |
| | | ||||||
| * | core: make sure soft mute status stays in sync with hw mute status | Lennart Poettering | 2009-06-08 | 4 | -4/+12 | |
| | | | | | | | | | | | | This should close rhbz #494851, mandriva bz #51234. Probably the same as our own #572, launchpad #352732. | |||||
| * | rtstutter: increase log level by default | Lennart Poettering | 2009-06-07 | 1 | -0/+2 | |
| | | ||||||
| * | optimization: Optimized pa_sink_render_full. | Jyri Sarha | 2009-06-07 | 1 | -3/+2 | |
| | | | | | | | | This is finally the latest version of the patch. | |||||
| * | conf: remove obsolete module-idle-time directive from default config ↵ | Lennart Poettering | 2009-06-07 | 1 | -1/+0 | |
| | | | | | | | | file/man page | |||||
| * | daemon: optionally call mlockall() on startup | Lennart Poettering | 2009-06-07 | 4 | -12/+29 | |
| | | ||||||
| * | udev: properly initialize userdata to 0 | Lennart Poettering | 2009-06-07 | 1 | -1/+1 | |
| | | ||||||
| * | udev: try to unsuspend devices whenever they are closed by other processes | Lennart Poettering | 2009-06-06 | 1 | -12/+121 | |
| | | ||||||
| * | core: monitor sources need to inherit the suspend cause from their sinks | Lennart Poettering | 2009-06-06 | 1 | -2/+5 | |
| | | ||||||
| * | core: suppress suspending/resume when we are already in the right state | Lennart Poettering | 2009-06-06 | 2 | -0/+6 | |
| | | ||||||
| * | hashmap: introduce PA_HASHMAP_FOREACH macro | Lennart Poettering | 2009-06-06 | 2 | -1/+5 | |
| | | ||||||
| * | hal,udev: deprecate HAL support in favour of udev | Lennart Poettering | 2009-06-06 | 2 | -4/+5 | |
| | | ||||||
| * | udev: add module-udev-detect for discovering and configuring devices | Lennart Poettering | 2009-06-06 | 2 | -0/+359 | |
| | | ||||||
| * | rtp: remove gcc warning | Lennart Poettering | 2009-06-05 | 1 | -2/+2 | |
| | | ||||||
| * | augment: try to deduce the media role from the menu category | Lennart Poettering | 2009-06-05 | 1 | -6/+67 | |
| | | ||||||
| * | alsa: monitor device reservation status and resume automatically when device ↵ | Lennart Poettering | 2009-06-05 | 2 | -6/+124 | |
| | | | | | | | | becomes unused | |||||
| * | core: add a suspend cause flags field | Lennart Poettering | 2009-06-05 | 16 | -40/+83 | |
| | | ||||||
| * | reserve: wrap device reservation monitor reference implementation | Lennart Poettering | 2009-06-05 | 5 | -4/+479 | |
| | | ||||||
| * | reserve: update reserve.[ch] from upstream git | Lennart Poettering | 2009-06-05 | 2 | -15/+9 | |
| | | ||||||
| * | tdb: include signal.h before tdb.h for compat reasons | Lennart Poettering | 2009-06-04 | 1 | -0/+3 | |
| | | ||||||
| * | utils: use pa_path_get_filename() where applicable | Lennart Poettering | 2009-06-04 | 3 | -24/+6 | |
| | | ||||||
* | | module-dbus-protocol: Allow anyone to connect the daemon in system mode. | Tanu Kaskinen | 2009-06-20 | 1 | -1/+1 | |
| | | ||||||
* | | dbus-protocol: Implement TCP server startup. | Tanu Kaskinen | 2009-06-19 | 3 | -15/+42 | |
| | | ||||||
* | | dbus-common: Implement infrastructure for registering D-Bus objects on all | Tanu Kaskinen | 2009-06-19 | 7 | -9/+649 | |
| | | | | | | | | client connections and for receiving method calls from clients. | |||||
* | | dbus-protocol: Connection handling for local connections. | Tanu Kaskinen | 2009-06-16 | 11 | -64/+639 | |
| | | ||||||
* | | daemon: Implement the DBus server lookup service. | Tanu Kaskinen | 2009-06-12 | 10 | -36/+489 | |
| | | ||||||
* | | Create module-dbus-protocol with "Hello, world!" functionality. | Tanu Kaskinen | 2009-06-03 | 4 | -2/+83 | |
|/ | ||||||
* | modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated | Lennart Poettering | 2009-05-28 | 11 | -2/+31 | |
| | ||||||
* | modules: add {sink|source|card}_properties argument to all modules | Lennart Poettering | 2009-05-28 | 20 | -44/+227 | |
| | ||||||
* | null: introduce sink_properties= argument | Lennart Poettering | 2009-05-27 | 1 | -7/+14 | |
| | ||||||
* | simple: set ADJUST_LATENCY by default | Lennart Poettering | 2009-05-27 | 1 | -31/+40 | |
| | ||||||
* | modargs: introduce pa_modargs_get_proplist() | Lennart Poettering | 2009-05-27 | 3 | -5/+84 | |
| | ||||||
* | libpulse: introduce PA_CHECK_VERSION macro | Lennart Poettering | 2009-05-26 | 1 | -0/+7 | |
| | ||||||
* | oss: don't deadlock when we try to resume an OSS device that lacks a mixer | Lennart Poettering | 2009-05-26 | 1 | -4/+7 | |
| | ||||||
* | alsa: fix wording, we are speaking of card profiles, not output profiles | Lennart Poettering | 2009-05-26 | 1 | -1/+1 | |
| | ||||||
* | sndfile: big rework of libsndfile interfacing code | Lennart Poettering | 2009-05-26 | 11 | -908/+1246 | |
| | | | | | | | | | This adds proper channel map handling when reading/writing audio files. This allows surround .WAV files to be played with the right channel setup automatically. This also merges paplay into pacat and adds recording into formatted files to pacat. | |||||
* | core-util: introduce pa_disable_sigpipe() | Lennart Poettering | 2009-05-26 | 4 | -4/+27 | |
| | ||||||
* | cli: allow easy repeating of commands with '/' | Lennart Poettering | 2009-05-25 | 1 | -0/+13 | |
| |