summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sending translation for Kannadashanky2009-09-071-648/+319
|
* Sending translation for Punjabijassy2009-09-071-274/+197
|
* Sending translation for Dutchwarrink2009-09-071-89/+244
|
* Sending translation for Oriyamgiri2009-09-071-666/+361
|
* Sending translation for Marathisandeeps2009-09-071-106/+74
|
* Sending translation for Tamilifelix2009-09-071-107/+75
|
* Sending translation for Catalanxconde2009-09-051-209/+206
|
* Sending translation for Finnishvpv2009-09-041-88/+68
|
* Sending translation for Dutchwarrink2009-09-041-130/+208
|
* Sending translation for Bengali (India)runab2009-09-041-210/+262
|
* Sending translation for Bengali (India)runab2009-09-041-684/+369
|
* Sending translation for po/ml.poanipeter2009-09-041-0/+2334
|
* Sending translation for Hindirajesh2009-09-041-468/+198
|
* Sending translation for Spanishbeckerde2009-09-031-509/+275
|
* Sending translation for Polishraven2009-09-031-93/+68
|
* Sending translation for Gujaratiswkothar2009-09-031-514/+230
|
* i18n: run make update-poLennart Poettering2009-09-0330-5727/+8026
|
* i18n: fix LINGUASLennart Poettering2009-09-031-0/+2
|
* Merge commit 'origin/master-tx'Lennart Poettering2009-09-039-1768/+3033
|\
| * Sending translation for Marathisandeeps2009-09-011-388/+141
| |
| * Sending translation for Tamilifelix2009-09-011-400/+163
| |
| * Sending translation for Italianperplex2009-08-311-41/+50
| |
| * Sending translation for Finnishvpv2009-08-301-4/+16
| |
| * Sending translation for Finnishvpv2009-08-301-162/+147
| |
| * Sending translation for po/LINGUASraven2009-08-291-4/+3
| |
| * Sending translation for Czechpmkovar2009-08-281-10/+8
| |
| * Sending translation for Ukrainianmvdz2009-08-251-218/+182
| |
| * Sending translation for Italiangiallu2009-08-251-232/+231
| |
| * Sending translation for po/ru.poypoyarko2009-08-251-0/+1968
| |
| * Sending translation for Brazilian Portugueseigor2009-08-241-388/+203
| |
* | remap: build sse code only on x86v0.9.16-test7Lennart Poettering2009-09-031-0/+2
| |
* | core: drop unnecessary variable initializationLennart Poettering2009-09-031-1/+1
| |
* | daemon: make use of SIMD optional via config variable to ease debuggingLennart Poettering2009-09-031-2/+4
| |
* | remap_sse: fix inner loop increment on SSELennart Poettering2009-09-031-2/+2
| | | | | | | | | | In each iteration we can process 2^4 S16NE samples and 2^5 F32NE samples, that's twice as much as in MMX, hence correct the increments.
* | remap_sse: reindent macro so that diff to MMX is nicerLennart Poettering2009-09-031-19/+19
| | | | | | | | | | Completely useless, but diff -u remap_mmx.c remap_sse.c is much nicer this way.
* | sconv_sse: fix leftover counterWim Taymans2009-09-021-2/+2
| |
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-09-024-223/+34
|\ \
| * | daemon: drop polkit code from git repo we weren't using anymoreLennart Poettering2009-09-022-199/+0
| | |
| * | core-util: call dbus_connection_set_exit_on_disconnect() on shared busses to ↵Lennart Poettering2009-09-021-0/+10
| | | | | | | | | | | | make sure dbus_shutdown() isn't fatal
| * | build-sys: drop LIBOIL_{FLAGS|LIBS} from Makefile.am since we don't use the ↵Lennart Poettering2009-09-021-24/+24
| | | | | | | | | | | | library anymore
* | | core-util: don't leak memory in pa_unset_env_recorded()Lennart Poettering2009-09-021-2/+4
|/ /
* | sink: simplify pa_sink_render_full() by replacing it by a pa_sink_render() ↵Lennart Poettering2009-09-021-76/+14
| | | | | | | | plus a couple of pa_sink_render_full()
* | daemon: clean up environment when forking off childrenLennart Poettering2009-09-022-2/+10
| |
* | core-util: add api for setting env vars and record them so that we can undo ↵Lennart Poettering2009-09-022-0/+32
| | | | | | | | them n fork
* | core: fill up memblock with pa_sink_render_into_full() in ↵Lennart Poettering2009-09-011-11/+5
| | | | | | | | pa_sink_render_full() instead of doing our own loop
* | core: handle suspended state in pa_sink_render_full() similar to the other ↵Lennart Poettering2009-09-011-1/+10
| | | | | | | | render functions
* | core: add missing sink_unref()Lennart Poettering2009-09-011-0/+3
| |
* | ladspa,remap: make description of sink follow movesLennart Poettering2009-09-012-6/+43
| |
* | alsa: by default increase watermarks only on real underruns, don't try to be ↵Lennart Poettering2009-09-012-2/+5
| | | | | | | | smart
* | alsa: distuingish real underruns from left_to_play=0Lennart Poettering2009-09-012-2/+6
| |