]> code.delx.au - pulseaudio/shortlog
pulseaudio
2009-08-19 Tanu Kaskinendbusiface-core: Use the PA_IDXSET_FOREACH macro.
2009-08-19 Tanu Kaskinendbusiface-core: Split some overly long lines.
2009-08-17 Tanu Kaskinendbusiface-stream: Finish the Stream D-Bus interface.
2009-08-17 Tanu Kaskinendbusiface-device: Save one level of identation by retur...
2009-08-17 Tanu Kaskinendbusiface-device: Fix argument reading in handle_suspend().
2009-08-17 Tanu Kaskinendbusiface-device: Use a single if-else section instead...
2009-08-17 Tanu Kaskinendbusiface-device: Split some overly long lines.
2009-08-17 Tanu Kaskinendbusiface-core: Two new functions: pa_dbusiface_core_ge...
2009-08-17 Tanu Kaskinendbusiface-core: New function: pa_dbusiface_core_get_cli...
2009-08-17 Tanu Kaskinennamereg: Revert default device handling back to the...
2009-08-16 Tanu KaskinenMerge branch 'master' of git://0pointer.de/pulseaudio...
2009-08-16 Tanu Kaskinendbusiface-stream: Implement about a half of the Stream...
2009-08-16 Tanu Kaskinendbusiface-device: Free the copied proplist.
2009-08-16 Tanu Kaskinendbusiface-client: Fix indentation.
2009-08-16 Lennart Poetteringaupdate: implicitly call _write_swap() if it wasn't...
2009-08-15 Lennart Poetteringcore: add to FIXMEs
2009-08-15 Lennart Poetteringmodules: add various checks to avoid selecting objects...
2009-08-15 Lennart Poetteringbluetooth: move installation of mq's earlier to avoid...
2009-08-15 Lennart Poetteringbluetooth: ask first for Headset and AudioSink properti...
2009-08-15 Lennart Poetteringbluetooth: recognize only those BT devices that impleme...
2009-08-15 Lennart Poetteringbluetooth: drop PA_BT_AUDIO_STATE_LAST since it is...
2009-08-15 Lennart Poetteringthread-mq: do final q flush only when we aren't dispatc...
2009-08-15 Lennart Poetteringasyncmsgq: introduce pa_asyncmsgq_dispatching()
2009-08-15 Tanu Kaskinendbusiface-client: Fix the interface name.
2009-08-15 Tanu Kaskinendbusiface-client: Implement the properties of the Clien...
2009-08-15 Tanu Kaskinendbusiface-core: Two new functions: pa_dbusiface_core_ge...
2009-08-15 Tanu Kaskinendbusiface-device: Implement the Device and DevicePort...
2009-08-15 Tanu Kaskinendbus-protocol: Use pa_hashmap_remove() instead of _get().
2009-08-15 Tanu Kaskinendbusiface-core: New function: pa_dbusiface_core_get_car...
2009-08-15 Tanu Kaskinendbusiface-card: Fix the OwnerModule property type in...
2009-08-15 Tanu Kaskinendbusiface-card: Assert that the profiles list is empty...
2009-08-15 Tanu Kaskinendbusiface-card: Use the ++ operator like it's meant...
2009-08-15 Tanu Kaskinendbusiface-card-profile: Assert the core argument isn...
2009-08-15 Tanu Kaskinendbusiface-card: Split some overly long lines.
2009-08-15 Lennart Poetteringladspa/remap: sync latency flags from master sink when...
2009-08-15 Lennart Poetteringcore: introduce pa_{sink|source}_update_flags()
2009-08-15 Marc-André... pulse: even in case of record stream, let's initialize...
2009-08-15 Marc-André... bluetooth: fix typo with service_{read,write}_type
2009-08-15 Marc-André... bluetooth: don't call pa_sink_render with 0 bytes request
2009-08-15 Juho Hämäläinendatabase: simple hashmap based database implementation
2009-08-14 Maarten Bosmanscombine: determine sample parameters of combined sink...
2009-08-14 Lennart Poetteringcombine: warn when the latency of a stream gets too...
2009-08-14 Lennart Poetteringcombine: big rework
2009-08-14 Lennart Poetteringcombine: drop adjust_timestamp variable because it...
2009-08-14 Lennart Poetteringladspa: name sink after human readable plugin name...
2009-08-14 Lennart Poetteringmodule-ladspa: allow moving of sink, forward fixed...
2009-08-14 Lennart Poetteringmodule-remap: allow moving of sink, forward fixed latency
2009-08-14 Lennart Poetteringladspa: move LADSPA_Data size check to compile time
2009-08-14 Lennart Poetteringremap: unify argument order with other modules
2009-08-14 Lennart Poetteringhook-list: make use of PA_LLIST_FOREACH
2009-08-14 Lennart Poetteringnative-protocol: downgrade volume change log messages
2009-08-14 Lennart Poetteringcore: document difference between IO and main thread...
2009-08-14 Lennart Poetteringcore: don't update latency range if not changed
2009-08-14 Lennart Poetteringcore: call pa_sink_get_latency_within_thread() instead...
2009-08-14 Lennart Poetteringcore: make fixed latency dynamically changeable
2009-08-14 Lennart Poetteringcore: move rtpoll to thread_info sub structure
2009-08-14 Lennart Poetteringlog: place more rate limit invocations
2009-08-14 Lennart Poetteringrescure-stream: handle failed moves as well as dying...
2009-08-14 Lennart Poetteringcore: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND...
2009-08-14 Lennart Poetteringnative: handle moving() callback with NULL destination...
2009-08-14 Lennart Poetteringcore: introduce pa_{sink_input|source_output}_fail_move()
2009-08-14 Lennart Poetteringmodule-stream-restore: don't fiddle with sinks/sources...
2009-08-14 Lennart Poetteringvolume: guarantee dB/linear conversion is reversible
2009-08-14 Lennart Poetteringprotocol-native: log explicitly each time a client...
2009-08-14 Lennart Poetteringdaemon: reset gids too, not just uids
2009-08-14 Lennart Poetteringresampler: round up when estimating input/output sizes
2009-08-14 Lennart Poetteringthread-mq: never drop queued messages for the main...
2009-08-14 Lennart Poetteringasyncmsgq: add pa_asyncmsgq_flush() call
2009-08-14 Lennart Poetteringmemblockq: add pa_memblockq_get_maxrewind() API
2009-08-14 Lennart Poetteringshm: bump shm size limit to 1GB
2009-08-14 Lennart Poetteringpacmd: handle multi word commands in argv[] properly
2009-08-13 Lennart Poetteringcore: add functions to query max_rewind/max_request...
2009-08-13 Lennart Poetteringcore: add assert macros for verifying calling context
2009-08-12 Lennart Poetteringstart-child: clean up child environment a bit better
2009-08-12 Lennart Poetteringpacmd: port pacmd from select() to poll() so that we...
2009-08-12 Lennart Poetteringmemblock: rate limit 'Pool full' message
2009-08-12 Lennart Poetteringcontext: document why we only do minimal cleanups befor...
2009-08-12 Lennart Poetteringdaemon: reset scheduling priority on startup, too
2009-08-12 Lennart Poetteringcore-util: move personality resetting into core-util
2009-08-12 Lennart Poetteringdaemon: unconditionally clean up priviliges
2009-08-12 Lennart Poetteringconf: invert all negative boolean configuration option
2009-08-12 Lennart Poetteringconf: add pa_config_parse_not_bool() for parsing invers...
2009-08-11 Lennart Poetteringdaemon: install D-Bus system policy file for PA system...
2009-08-11 Lennart Poetteringalsa: enable ext. amplifier by default
2009-08-11 Lennart Poetteringalsa: adjust priority bonus of mappings that match...
2009-08-11 Lennart Poetteringvolume-restore: forward module load return value of...
2009-08-11 Lennart Poetteringhal: replace subdevs= parameter by subdevices= parameter
2009-08-11 Lennart Poetteringudev: drop definition of LIBUDEV_I_KNOW_THE_API_IS_SUBJ...
2009-08-11 Lennart Poetteringhal: add stub module that loads module-udev-detect...
2009-08-10 Lennart PoetteringRevert "build-sys: drop libcap checks, since we don...
2009-08-10 Lennart PoetteringMerge commit 'origin/master-tx'
2009-08-10 Lennart PoetteringMerge commit 'flameeyes/master'
2009-08-10 Maxim LevitskyCorrectly deal with events in the past in calc_next_timeout
2009-08-10 loganSending translation for Spanish
2009-08-10 Tanu Kaskinendbus-protocol: Fix signal sending for the case when...
2009-08-10 Tanu Kaskinendbus-protocol: Add a note for _send_signal that by...
2009-08-09 Tanu Kaskinendbusiface-card-profile: Implement the CardProfile D...
2009-08-09 Tanu Kaskinendbusiface-card: Implement the Card D-Bus interface.
2009-08-09 Tanu Kaskinendbus-protocol: Take advantage of the helpers in dbus...
2009-08-09 Tanu Kaskinendbus-protocol: Split some overly long lines.
next