volume: Rename 'sync volume' to 'deferred volume'.
[platform/upstream/pulseaudio.git] / src / modules /
2011-09-13 Colin Guthrievolume: Rename 'sync volume' to 'deferred volume'.
2011-09-09 Colin Guthrieraop: Properly deal with the name coming from the device.
2011-09-09 Antonio Ospitealsa-mixer: Add support for the Microsoft Kinect Sensor...
2011-09-09 Maarten Bosmansmodule-suspend-on-idle: Move vacuum code to core
2011-09-07 Colin Guthriealsa: Tidy up argument descriptions
2011-09-07 Colin Guthriebluetooth: Bump DBus version to 1.3.0 and drop conditio...
2011-09-07 Tanu Kaskinenloopback: New modargs: sink_input_properties and source...
2011-09-05 Colin Guthrieraop: Use the port supplied by avahi when connecting...
2011-09-05 Colin Guthriedevice-restore: Fix use-after-free error.
2011-09-04 Colin Guthriestream-restore: Add proper data validity checks to...
2011-09-04 Colin Guthriestream-restore: Add in some variable sets that were...
2011-09-03 Colin Guthriedevice-restore: Simplify the migration of data to per...
2011-09-03 Maarten BosmansMake gcc --std=c99 happy
2011-09-03 Maarten Bosmansmodule-equalizer-sink: Use correct limit in loop
2011-09-03 Maarten Bosmansbluetooth/sbc: Use __asm__ keyword
2011-09-03 Maarten Bosmansmodule-equalizer-sink: Use = in initialising variables
2011-09-03 Maarten Bosmansmodule-equalizer-sink: Use %z for printf of size_t...
2011-09-03 David Henningssonalsa-mixer: Set "Front" control to 0 dB on headphone...
2011-08-31 David Henningssonmodule-switch-on-connect: Don't switch unlinked sink...
2011-08-29 Arun Raghavanequalizer: Comment out unused function
2011-08-29 Arun Raghavanecho-cancel: Get rid of annoying compiler warnings
2011-08-29 Arun Raghavanecho-cancel: Don't allow streams to attach while unloading
2011-08-29 Arun Raghavanecho-cancel: Make save_aec modarg a bool instead of...
2011-08-29 David HenningssonSet better priorities on input paths
2011-08-29 Colin Guthriedevice-restore: Restore volumes on port change.
2011-08-29 Colin Guthriedevice-restore: Split device restore database into...
2011-08-25 Maarten BosmansRemove extra ; s where they are not allowed in strict C99
2011-08-25 Maarten Bosmansecho-cancel: Use stream index in debug message
2011-08-25 Arun Raghavanecho-cancel: Move speex preprocessing out of the main...
2011-08-25 Arun Raghavanecho-cancel: Use pa_streq instead of strcmp
2011-08-25 Arun Raghavanecho-cancel: Add multiple include protection for header
2011-08-25 Maarten BosmansMore spelling fixes
2011-08-24 David HenningssonFix spelling sucess -> success
2011-08-24 David Henningssonswitch-on-connect: Don't switch to a monitor source
2011-08-18 Colin Guthriedevice-restore: Change the API to include type informat...
2011-08-18 Colin Guthriedbus: Use pa_device_type_t rather than an internal...
2011-08-18 Arun RaghavanRevert "device-restore: Make bools not be bit fields"
2011-08-18 Arun Raghavanalsa: Fix bad function name
2011-08-17 Arun Raghavanalsa: Open iec958 device with NONAUDIO bit set in passt...
2011-08-17 Arun Raghavanalsa: Don't always suspend/unsuspend on sink-input...
2011-08-16 David Henningssonalsa-mixer: Add "Line HP Swap" element
2011-08-16 David Henningssonalsa-mixer: Mute IEC958 optical raw for several Audigy...
2011-08-16 Arun Raghavanalsa: Set SET_FORMATS flag when appropriate
2011-08-15 Arun Raghavanfilter-heuristics: Don't force AEC on all phone streams
2011-08-15 Maarten BosmansAvoid read from freed memory
2011-08-15 Maarten BosmansInitialise variables
2011-08-15 Maarten BosmansPlug some memory leaks
2011-08-15 Maarten Bosmansmodule-tunnel: Fix for new protocol versions
2011-08-15 Arun Raghavandevice-restore: Log invalid sink index while setting...
2011-08-15 Arun Raghavandevice-restore: Set sink format when possible
2011-08-15 Arun Raghavandevice-restore: Make bools not be bit fields
2011-08-15 Arun Raghavanalsa: Implement get/set_formats()
2011-08-12 Maarten BosmansPlug some memory leaks and an invalid read
2011-08-11 Wang Xingchaoalsa: resets POLLOUT event
2011-08-11 Wang Xingchaoalsa: Update process_usec before going to sleep
2011-08-11 Maarten BosmansMove i18n.[ch] to src/pulsecore
2011-08-11 Colin Guthriealsa: Ensure that volumes are written to the h/w at...
2011-08-10 Colin Guthriealsa-mixer: Fix rounding direction on mixer initialisation
2011-08-09 Colin Guthriedevice-restore: Various fixes for the protocol extension.
2011-08-08 Colin Guthriestream-restore: Save/restore source output volume/mute
2011-08-04 David HenningssonFix crash in path subset elimination
2011-07-22 Jens Georgrygel: Fix introspection XML for MediaItem2
2011-07-22 Jens Georgrygel: Properly close {sv} iters for GetAll
2011-07-21 Tanu Kaskinenvirtual: Fix volume callback setting.
2011-07-20 Colin Guthriereserve: Fix compile warning when compiling without...
2011-07-20 Colin Guthriealsa-mixer: Remove workaround for USB head/handsets
2011-07-20 Colin Guthriealsa: No need to go via sink/source to get the core.
2011-07-20 Colin Guthriealsa-mixer: Detect and then drop pointless paths in...
2011-07-20 Colin Guthriealsa-mixer: Do not 'unify' mixer paths.
2011-07-20 Colin Guthriealsa: Reinitialise the mixer on port change.
2011-07-20 Colin Guthriedevices: Set certain sink/source flags automatically.
2011-07-19 Colin Guthriedevices: Use wrapper functions to set the *_volume...
2011-07-14 Ralph GilesFix two comment typos.
2011-07-09 Arun Raghavanecho-cancel: Set sane defaults for module initialisation
2011-07-03 Maarten Bosmansmodule-waveout: Correctly handle mono volume controls...
2011-06-28 Wu Fengguangalsa-sink: fix mmap_write() work_done
2011-06-26 Colin Guthriealsa-mixer: Whoops, forgot to git-add this in a previous.
2011-06-26 Colin Guthriealsa-mixer: Add UAC1.0 Sennheiser Dongle to the usb...
2011-06-25 Colin Guthriealsa-mixer: Add an mixer profile exception for a BT...
2011-06-25 David Henningssonalsa-mixer: Add workaround for some USB headsets
2011-06-23 Maarten Bosmanswin32: Make some unused-variable warnings go away
2011-06-23 Maarten BosmansRemove obsolete description property from modules
2011-06-22 Bryan Gleesonraop: Change socket buffer size handling to avoid playb...
2011-06-22 Maarten BosmansRemove unnecessary #includes
2011-06-22 Colin Guthriedatabase: Support legacy format database entries.
2011-06-22 Colin Guthriedevice-restore: Add a new protocol extension for device...
2011-06-22 Colin Guthriedatabase: Convert our use of database files to save...
2011-06-22 Juho Hämäläinenalsa-mixer: select nearest alsa volume step in sync...
2011-06-22 Colin Guthriealsa-mixer: When setting hw volume, always round up...
2011-06-22 Colin Guthriealsa: Remove unneeded include
2011-06-22 Colin Guthriecapture: Implement per-stream volume control for captur...
2011-06-22 Colin Guthriecapture: Add the passthrough format negotiation to...
2011-06-22 Colin Guthriealsa-sink: Some trivial tidyups
2011-06-22 Tanu Kaskinenbluetooth-discover: Remove remaining ifdef NOKIAs.
2011-06-13 Arun Raghavanecho-cancel: More preprocessing fixes
2011-06-13 Arun Raghavanecho-cancel: Fix preprocessor initialisation
2011-06-08 Colin Guthriecombine: Fix a crash on shutdown if the module is loade...
2011-06-06 Colin Guthriedevice-manager: Free a hook slot to prevent segv on...
2011-06-02 Forest Bondmodule-combine-sink: Check running flag before renderin...
2011-06-02 Forest Bondmodule-combine-sink: Initialize smoother in paused...
next