Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Split up pa_alsa_init_proplist into two seperate functions for the card and ↵ | Lennart Poettering | 2009-01-17 | 4 | -29/+36 | |
| | | | | | | | | | | | | snd_pcm_t specific parts | |||||
* | | | add pa_proplist_to_string_sep() | Lennart Poettering | 2009-01-17 | 3 | -7/+28 | |
| | | | ||||||
* | | | add pa_strbuf_isempty | Lennart Poettering | 2009-01-17 | 2 | -0/+9 | |
| | | | ||||||
* | | | add card profile prober | Lennart Poettering | 2009-01-16 | 4 | -51/+207 | |
| | | | ||||||
* | | | remvoe a bit of duplicate code | Lennart Poettering | 2009-01-16 | 4 | -55/+30 | |
|/ / | ||||||
* | | make use of PR_SET_TIMERSLACK | Lennart Poettering | 2009-01-16 | 3 | -0/+29 | |
| | | ||||||
* | | Add support for 24bit samples encoded in the LSB of 32 bit words | Lennart Poettering | 2009-01-16 | 13 | -19/+339 | |
| | | ||||||
* | | add support for 24bit packed samples | Lennart Poettering | 2009-01-16 | 15 | -32/+370 | |
| | | ||||||
* | | fix version info in protocol history | Lennart Poettering | 2009-01-16 | 1 | -1/+1 | |
| | | ||||||
* | | Add SPDIF/HDMI ALSA devices and device descriptions to device search table | Lennart Poettering | 2009-01-15 | 5 | -73/+184 | |
| | | ||||||
* | | rename card config to card profile | Lennart Poettering | 2009-01-15 | 2 | -35/+35 | |
| | | ||||||
* | | include libcli.la in libprotocol-cli's dependencies | Lennart Poettering | 2009-01-15 | 1 | -1/+1 | |
| | | ||||||
* | | add stub makefiles for oss and alsa subdirs | Lennart Poettering | 2009-01-15 | 2 | -0/+2 | |
| | | ||||||
* | | move alsa and oss modules into their own subdirectories | Lennart Poettering | 2009-01-15 | 8 | -8/+8 | |
| | | ||||||
* | | rework module usage counter stuff to be pull based | Lennart Poettering | 2009-01-15 | 17 | -16/+124 | |
| | | ||||||
* | | don't show autoload flag anymore since it is obsolete | Lennart Poettering | 2009-01-15 | 1 | -4/+2 | |
| | | ||||||
* | | make proplist inheritance scheme automatic and implicit | Lennart Poettering | 2009-01-15 | 6 | -4/+12 | |
| | | ||||||
* | | make things compile again | Lennart Poettering | 2009-01-15 | 1 | -1/+0 | |
| | | ||||||
* | | we don't support glib1.2 anymore | Lennart Poettering | 2009-01-15 | 1 | -1/+0 | |
| | | ||||||
* | | kill autoload stuff as planned | Lennart Poettering | 2009-01-15 | 45 | -944/+166 | |
| | | ||||||
* | | flat-volume: use pa_sink_get_volume(s, TRUE) to work with slaved sink | Marc-André Lureau | 2009-01-15 | 1 | -5/+5 | |
| | | ||||||
* | | Merge commit 'e0f8ffe41f99789fafac575e944acf02e940bbf7' | Lennart Poettering | 2009-01-15 | 3 | -21/+69 | |
|\ \ | ||||||
| * | | match: add "key" argument to match different properties | Marc-André Lureau | 2009-01-14 | 1 | -2/+11 | |
| | | | ||||||
| * | | match: can now change properties also | Marc-André Lureau | 2009-01-14 | 1 | -11/+42 | |
| | | | ||||||
| * | | sink: add a virtual_volume to sink | Marc-André Lureau | 2009-01-14 | 2 | -8/+16 | |
| | | | ||||||
* | | | redirect folks to the ALSA developers not me when their sound drivers are broken | Lennart Poettering | 2009-01-15 | 2 | -4/+8 | |
| | | | ||||||
* | | | add functionality to dump list of cards | Lennart Poettering | 2009-01-15 | 3 | -4/+60 | |
| | | | ||||||
* | | | maintain a list of sink inputs/source outputs as part of the pa_client object | Lennart Poettering | 2009-01-15 | 5 | -2/+27 | |
| | | | ||||||
* | | | add new pa_card object as a way to logically combine multiple sinks and sources | Lennart Poettering | 2009-01-15 | 12 | -4/+327 | |
| | | | ||||||
* | | | fix bad memory access | Lennart Poettering | 2009-01-15 | 1 | -1/+2 | |
| | | | ||||||
* | | | make PA_CONTEXT_IS_GOOD/PA_STREAM_IS_GOOD a macro so that we can easily ↵ | Lennart Poettering | 2009-01-15 | 1 | -2/+10 | |
| | | | | | | | | | | | | check for its availability | |||||
* | | | port missing modules to new pa_client_new() API | Lennart Poettering | 2009-01-15 | 2 | -12/+29 | |
| | | | ||||||
* | | | convert pa_client instantiation to use a pa_client_new_data struct and add ↵ | Lennart Poettering | 2009-01-15 | 7 | -30/+106 | |
| | | | | | | | | | | | | hooks for manipulating it | |||||
* | | | add new dont_rewind_render flag to allow quick starts of newly created streams | Lennart Poettering | 2009-01-15 | 12 | -22/+32 | |
| | | | ||||||
* | | | don't rely on PA_SINK_RUNNING vs. PA_SINK_IDLE for optimizations since it ↵ | Lennart Poettering | 2009-01-15 | 2 | -12/+4 | |
| | | | | | | | | | | | | might not be fully up to date | |||||
* | | | fix a potential format string vulnerability | Lennart Poettering | 2009-01-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | document that PA_API_VERSION is only for incompatible API changes | Lennart Poettering | 2009-01-15 | 1 | -1/+2 | |
|/ / | ||||||
* | | make pa_asyncq_push() fail under no circumstances. | Lennart Poettering | 2009-01-14 | 1 | -6/+7 | |
| | | ||||||
* | | Fix a typo I know owe Marc-Andre a beer for. | Lennart Poettering | 2009-01-14 | 1 | -2/+2 | |
| | | ||||||
* | | Fix a potentially non-returning function in base64 code. | Colin Guthrie | 2009-01-13 | 1 | -2/+7 | |
| | | ||||||
* | | Merge commit 'elmarco/master' | Lennart Poettering | 2009-01-14 | 9 | -6/+163 | |
|\ \ | ||||||
| * | | build: fix few warnings | Marc-André Lureau | 2009-01-13 | 3 | -2/+3 | |
| | | | ||||||
| * | | cli: add missing update-*-proplist | Marc-André Lureau | 2009-01-13 | 1 | -0/+122 | |
| | | | ||||||
| * | | core: add source, si, so proplist_update | Marc-André Lureau | 2009-01-13 | 5 | -4/+38 | |
| | | | ||||||
* | | | remove calc_sine() since we don't need it anymore | Lennart Poettering | 2009-01-14 | 1 | -9/+0 | |
| | | | ||||||
* | | | include new proplist functions in export list | Lennart Poettering | 2009-01-14 | 1 | -1/+3 | |
| | | | ||||||
* | | | fix calculation of avail_min | Lennart Poettering | 2009-01-14 | 2 | -2/+2 | |
| | | | ||||||
* | | | add pa_proplist_size() and pa_proplist_isempty() | Lennart Poettering | 2009-01-14 | 2 | -0/+18 | |
| | | | ||||||
* | | | Fix version info | Lennart Poettering | 2009-01-14 | 1 | -1/+1 | |
|/ / | ||||||
* | | build: print more informations about preopen | Marc-André Lureau | 2009-01-13 | 1 | -2/+6 | |
| | |