anipeter
c4b154ba95
Sending translation for Malayalam
2009-09-21 15:24:57 +00:00
sandeeps
f078e69386
Sending translation for Marathi
2009-09-21 12:49:41 +00:00
kkrothap
20a5b0ea73
Sending translation for Telugu
2009-09-21 11:57:52 +00:00
rajesh
e8692bc51a
Sending translation for Hindi
2009-09-21 10:57:45 +00:00
Colin Guthrie
c194db71b0
tunnel: fix parsing of source info from newer servers
2009-09-20 21:36:14 +01:00
Emil Renner Berthing
592345fd36
tunnel: fix parsing of sink info from newer servers
2009-09-20 21:28:49 +01:00
Colin Guthrie
cc6932c4c8
stream-restore: Comment fix
2009-09-20 18:51:20 +01:00
Lennart Poettering
e7686a607d
core: dump proplist when creating stream similar to how we already to it for sinks/sources
2009-09-20 03:18:03 +02:00
Lennart Poettering
88b777311d
alsa: make build gcc clean on 32bit
2009-09-20 03:17:36 +02:00
Lennart Poettering
33b45cd72a
Merge remote branch 'origin/master-tx'
2009-09-19 02:35:13 +02:00
Lennart Poettering
6c0317dbdf
build-sys: bump soname for release
2009-09-19 01:58:03 +02:00
Lennart Poettering
ab6ed0683f
vala: install .vapi file by default
2009-09-19 01:55:46 +02:00
Lennart Poettering
3fe9f8fbf8
vala: numerous updates
2009-09-19 01:49:36 +02:00
ricardopinto
e141ddcad4
Sending translation for Portuguese
2009-09-18 22:44:59 +00:00
Lennart Poettering
996051ebc1
memtrap: properly add items to linked list
2009-09-19 00:21:34 +02:00
Lennart Poettering
56e1290ef6
gconf: run the wrapper script when running gconf-helper from build tree
2009-09-18 23:31:54 +02:00
Lennart Poettering
8ad8e393f1
namereg: choose default sink/source as soon as one becomes available
2009-09-18 22:42:37 +02:00
Lennart Poettering
1d19d6b878
i18n: run make update-po
2009-09-18 22:21:08 +02:00
Lennart Poettering
3cb8e0191c
Merge remote branch 'origin/master-tx'
2009-09-18 22:16:59 +02:00
Lennart Poettering
9697c5dc18
memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they usually are much bigger than we want them
2009-09-18 22:16:26 +02:00
Lennart Poettering
f84d755d6a
mainloop: fix detection of rt clocks
2009-09-18 22:16:25 +02:00
Lennart Poettering
cd5d6e7b42
socket-client: modernizations
2009-09-18 22:16:25 +02:00
Lennart Poettering
c010172c66
memblock: modernizations
2009-09-18 22:16:25 +02:00
Colin Guthrie
8f29968788
conf: Fix typo in daemon.conf: rlimit-rtttime - too many t's
...
Spotted by peol on IRC
2009-09-18 16:10:13 +01:00
ifelix
62b8780541
Sending translation for Tamil
2009-09-18 08:47:14 +00:00
Colin Guthrie
fd25e8fa8b
alsa: Give all ports a human name to allow UI tools to present the choice to users.
2009-09-18 09:22:23 +01:00
Colin Guthrie
0323e48fdc
rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]
...
That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p
2009-09-18 09:18:13 +01:00
Lennart Poettering
d6291511a2
mainloop: pass monotonic times back to user if he passed monotonic times to us
2009-09-18 04:21:01 +02:00
Lennart Poettering
c024aeaae9
timeval: make timeval conversion routines handle PA_USEC_INVALID special
2009-09-18 04:14:39 +02:00
Lennart Poettering
a1da83b206
timeval: add UNLIKELY annotation
2009-09-18 04:14:38 +02:00
Lennart Poettering
05f6236a83
timeval: make pa_timeval_sub saturating
2009-09-18 04:14:38 +02:00
Lennart Poettering
fdec460661
core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()
2009-09-18 04:14:37 +02:00
Lennart Poettering
f7d38965b3
timeval: introduce PA_USEC_MAX
2009-09-18 04:14:37 +02:00
Lennart Poettering
56f217f3f8
macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macros
2009-09-18 04:14:37 +02:00
Lennart Poettering
fb4a2a1bbb
mainloop: sum up dispatched events in an unsigned to clarify range
2009-09-18 04:14:37 +02:00
Lennart Poettering
18d69c5d9d
mainloop: use PA_LLIST_FOREACH macros where applicable
2009-09-18 04:14:37 +02:00
Lennart Poettering
b32f5994e9
mainloop: don't initialize fields we don't have to
2009-09-18 04:14:36 +02:00
Lennart Poettering
a049909a70
mainloop: calculate in pa_usec_t everywhere
2009-09-18 04:14:36 +02:00
Lennart Poettering
a43118b730
mainloop: properly convert time to wallclock time when handing it to the user
2009-09-18 04:14:36 +02:00
Lennart Poettering
a37e48a819
alsa: fix Surround mixer element name
...
s/Sourround/Surround/
Spotted by Colin Guthrie
2009-09-18 04:14:36 +02:00
ricardopinto
774b37ed91
Sending translation for Portuguese
2009-09-18 01:04:02 +00:00
Colin Guthrie
56b6e18030
rtp: Factor out direct io writing and use ioline instead.
...
This is how things should have worked orinally, but I obviously misunderstood things a bit.
This seems to prevent the random hangups that were happening previously :)
2009-09-18 00:22:01 +01:00
Colin Guthrie
94d20a59fa
raop: Use pa_module_unload_request_by_index as per module-zeroconf-discover
2009-09-18 00:22:01 +01:00
Lennart Poettering
7b76ea3784
core-util: unify how we determine the temporary directory
2009-09-17 21:06:54 +02:00
Lennart Poettering
2d9168ceb3
Improve TMPDIR handling
...
Patch from 'jnelson',
http://pulseaudio.org/ticket/653
2009-09-17 20:58:36 +02:00
Lennart Poettering
3de5c49e42
cli: properly destruct cli object
2009-09-17 04:04:54 +02:00
Lennart Poettering
b4d4f2b856
cli: don't accidentaly set O_NDELAY on stderr
...
Loading module-cli could have the effect of setting O_NDELAY on stderr,
because it was just a dup'ed fd of stdin which module-cli sets O_NDELAY
for and which flag is shared between all dupes.
Instead of using stdin/stdout directly we now open a new file descriptor
for the controlling terminal, which is equally useful as stdin/stdout
but gives a new file that does not share O_NDELAY with stdin/stdout.
This solves a problem where when running pulseaudio -C resulted in
log output being truncated since stdio does not really handle O_NDELAY
that well in on its fds.
2009-09-17 03:59:25 +02:00
Lennart Poettering
94f28b9d4b
proplist: introduce PA_PROP_WINDOW_DESKTOP property
2009-09-17 02:22:41 +02:00
Lennart Poettering
add4cbf2f3
position-event-sounds: don't warn that loud about vpos/hpos out of range
2009-09-17 02:04:59 +02:00
Lennart Poettering
cdbeac6b69
libpulse: as a special exception, don't require a non-NULL context in pa_context_errno
2009-09-17 01:37:23 +02:00