summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* implement device reservation schemeLennart Poettering2009-02-2410-2/+1102
|
* in case alsa lies to use don't spin foreverLennart Poettering2009-02-242-0/+37
|
* if ALSA gives us nonsensical data at least try to fix it up a littleLennart Poettering2009-02-241-4/+15
|
* introduce new well-known role 'a11y'Lennart Poettering2009-02-241-1/+1
|
* Merge commit 'coling/master'Lennart Poettering2009-02-242-6/+6
|\
| * Remove references to trademarked terms.Colin Guthrie2009-02-222-6/+6
| | | | | | | | | | | | | | | | | | According to http://www.apple.com/legal/trademark/appletmlist.html we could run into problems for using these terms without also displaying a corresponding disclaimer/attribution notice. This is difficult in the context of a headless server, so simply don't use such terms. In GUI apps which can enable this functionality we should use the relevant terminology, and display the appropriate attribution notices.
* | update gitignoreLennart Poettering2009-02-242-0/+3
| |
* | Make .desktop and .policy file in src/daemon translatableKelemen Gábor2009-02-243-66/+11
| |
* | Make pulseaudio.desktop and org.pulseaudio.policy translatable.Kelemen Gábor2009-02-242-0/+60
| |
* | fix handling of stereoLennart Poettering2009-02-231-2/+3
| |
* | it's probably more appropriate to return the configured latency instead of ↵Lennart Poettering2009-02-231-1/+1
| | | | | | | | the actual latency
* | complete esd suspend/resume implementationLennart Poettering2009-02-231-6/+35
| |
* | implement esd sample panning. closes #428Lennart Poettering2009-02-231-5/+63
| |
* | set esound.byte_order propertyLennart Poettering2009-02-231-0/+3
| |
* | allow scache entries to have arbitrary namesLennart Poettering2009-02-231-1/+5
| |
* | use pa_alsa_safe_delay() where appropriateLennart Poettering2009-02-232-2/+2
| |
* | print driver name when we encounter driver bugsLennart Poettering2009-02-233-18/+38
| |
* | add new wrapper pa_alsa_safe_delay() around snd_pcm_delay()Lennart Poettering2009-02-232-0/+38
| |
* | add new function pa_alsa_get_driver_name_by_pcm()Lennart Poettering2009-02-232-0/+17
| |
* | a couple of boring updatesLennart Poettering2009-02-221-16/+19
| |
* | Allow passing a NULL proplist to pa_xxxx_update_proplist() to just fire a ↵Lennart Poettering2009-02-223-8/+7
|/ | | | notification
* prepare test for tracking down ens1371 issueLennart Poettering2009-02-221-15/+12
|
* rework suspending/resumingLennart Poettering2009-02-221-60/+87
|
* initialize selem indexLennart Poettering2009-02-221-1/+2
|
* make sure we don't choke on overly long lines in .desktop filesLennart Poettering2009-02-212-2/+4
|
* make sure we don't choke on PULSE_PROP_OVERRIDELennart Poettering2009-02-211-2/+3
|
* rework logging to make it more modularLennart Poettering2009-02-219-110/+162
|
* make string translatable (fixes #483)Lennart Poettering2009-02-211-2/+3
|
* fix wording, closes #484Lennart Poettering2009-02-211-3/+3
|
* prefer profiles that match the default channel mapLennart Poettering2009-02-211-5/+26
|
* print warnings about driver bugs at most onceLennart Poettering2009-02-213-22/+36
|
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-2123-147/+176
|
* add new property PA_PROP_APPLICATION_PROCESS_SESSION_ID and initialize it by ↵Lennart Poettering2009-02-212-0/+13
| | | | default
* check for ENABLE_LEGACY_RUNTIME_DIR with #ifdef, not #ifLennart Poettering2009-02-211-2/+2
|
* split off foreign code into a convenience library to make gcc warnings go awayLennart Poettering2009-02-211-2/+10
|
* tell gcc to ignore invalid gtk header filesLennart Poettering2009-02-212-0/+3
|
* simplify some codeLennart Poettering2009-02-201-40/+37
|
* bluetooth: fix suspend on a2dp (to do on HSP non SCO over PCM)Marc-André Lureau2009-02-201-13/+64
| | | | | | | | | | - s/setup_stream_fd/start_stream_fd - introduce stop_stream_fd to suspend properly the stream_fd (does not seem necessary when shuting down) - move {start,stop}_stream_fd to IO thread, it is also a good idea because it takes about 1s to setup.
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-02-2031-54/+109
|\
| * Merge commit '38ded3bb31bc49664641965f856a35f432a8a956'Lennart Poettering2009-02-197-12/+36
| |\
| | * bluetooth: print SBC encoder implementation infoMarc-André Lureau2009-02-181-0/+5
| | | | | | | | | | | | | | | The encoder initialization is done lazily, so we can only get the information once encoding start. This is abit annoying..
| | * bluetooth: don't crash on pa_thread_mq_done() if pa_init() failMarc-André Lureau2009-02-181-2/+2
| | |
| | * bluetooth: update SBC from upstreamMarc-André Lureau2009-02-186-2/+21
| | |
| | * bluetooth: fix message queue/rtpollLennart Poettering2009-02-161-8/+8
| | |
| * | Merge commit 'elmarco/legacy-dir'Lennart Poettering2009-02-191-1/+5
| |\ \
| | * | pulse/context: add --enable-legacy-runtime-dirMarc-André Lureau2009-02-181-1/+5
| | |/
| * | alsa-util: check if mixer_poll_descriptors_count() < 0Marc-André Lureau2009-02-191-2/+6
| | |
| * | pulsecore: don't leak p when make_random_dir_and_link()Marc-André Lureau2009-02-191-0/+1
| | |
| * | pulsecore: don't leak d in case of errorMarc-André Lureau2009-02-191-0/+1
| | |
| * | rtp: remove unused variable aMarc-André Lureau2009-02-191-3/+3
| | |