]> code.delx.au - pulseaudio/shortlog
pulseaudio
2011-08-29 Colin Guthriebuild-sys: bump soname
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 Lu Guanqunpacat: make pacat respond to cork/uncork events
2011-08-29 David HenningssonSet better priorities on input paths
2011-08-29 Arun Raghavanpassthrough: Fix setting volume to unamplified again
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 Arun Raghavanpassthrough: Fix what volume we set sinks/sources to
2011-08-25 Maarten Bosmanssndfile-util: Check return value of sf_command for...
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 Maarten Bosmansgitignore: Add Orc autogenerated files
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-25 Maarten BosmansSpelling fixes in public headers
2011-08-24 Arun Raghavanbuild-sys: Fix some LDFLAGS vs. LDADD usage
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 Colin Guthriedef: Add a new enum to allow differntiation between...
2011-08-18 Arun Raghavansink: Add PA_SINK_SET_FORMATS macro
2011-08-18 Arun Raghavansample-util: Fix off-by-one in error check
2011-08-18 Arun RaghavanRevert "device-restore: Make bools not be bit fields"
2011-08-18 Arun Raghavansource-output: Ensure no volumes are applied for passth...
2011-08-18 Arun Raghavansink-input: Ensure no volumes are applied for passthrou...
2011-08-18 Arun Raghavanpassthrough: We must not plug in a resampler on stream...
2011-08-18 Arun Raghavandaemon: Fix compiler warning about missing function...
2011-08-18 Arun Raghavanalsa: Fix bad function name
2011-08-18 Arun Raghavanformats: Fix bad passsthrough check
2011-08-17 Arun Raghavanalsa: Open iec958 device with NONAUDIO bit set in passt...
2011-08-17 Arun Raghavanformats: Use correct API to check for passthrough streams
2011-08-17 Arun Raghavanalsa: Don't always suspend/unsuspend on sink-input...
2011-08-17 Arun Raghavansource: Remove the PA_SOURCE_PASSTHROUGH flag
2011-08-16 Jonny Lambintrospect: fix typo in default sink/source docs
2011-08-16 David HenningssonRemove offensive part of error message
2011-08-16 David HenningssonJACK: Load module-jackdbus-detect in default.pa
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 Colin Guthriebuild-sys: bump soname
2011-08-16 Colin Guthriecore: Unload the modules and cached samples before...
2011-08-16 Maarten Bosmanspactl: Add set-source-output-mute command
2011-08-16 Maarten Bosmansdefault.pa: Update rtp null sink line
2011-08-16 Maarten BosmansInitialise write_volume
2011-08-16 Arun Raghavanformat: Remove stupid copy-paste-o
2011-08-16 Jonny Lambintrospect: fix source output and sink input docs mix-up
2011-08-16 Arun Raghavanalsa: Set SET_FORMATS flag when appropriate
2011-08-16 Arun Raghavansink: Add a SET_FORMATS flag
2011-08-15 Arun Raghavanbuild-sys: Bump JACK dependency to 0.117.0
2011-08-15 Arun Raghavanconf: Load module-filter-* by default
2011-08-15 Arun Raghavanfilter-heuristics: Don't force AEC on all phone streams
2011-08-15 Arun Raghavanproplist: Make filter properties line up prettily
2011-08-15 Arun RaghavanRemind people not to break module-tunnel
2011-08-15 Lu Guanqunmemblock: use built-in function
2011-08-15 Lu Guanqunmemblock: fix memory leak when pa_shm_create_rw fails
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 Tanu Kaskinensvolume: Make log messages more precise.
2011-08-15 Tanu Kaskinendaemon-conf: Don't make log files executable.
2011-08-15 Wang Xingchaosink-input: Avoid fake rewind in corked state
2011-08-15 Arun Raghavandevice-restore: Log invalid sink index while setting...
2011-08-15 Arun Raghavansink: Fix lazy commenting
2011-08-15 Arun Raghavanpactl: Add a set-sink-formats command
2011-08-15 Arun Raghavanformat: Add string to pa_format_info conversion function
2011-08-15 Arun Raghavanformat: Make pa_format_info_snprint() more parseable
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-15 Arun Raghavansink: Add a set_formats() API
2011-08-12 Maarten BosmansPlug some memory leaks and an invalid read
2011-08-12 Colin Guthriesink-input: Drop redundant assert (PA_SINK_INPUT_IS_LIN...
2011-08-12 Arun Raghavanlog: Add missing pulsecore/thread.h include
2011-08-12 Lu Guanquni18n: po file fixes
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 Maarten BosmansAdd some missing format.h includes
2011-08-11 Maarten BosmansInclude config.h consistently in source files and not...
2011-08-11 Lu Guanqunsample-util: use built-in function
2011-08-11 Colin Guthrieext-device-restore: Include format.h
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-10 Colin Guthriepactl: Make stat backwards compatible with previous...
2011-08-10 Maarten Bosmanspactl: Split help string up in shorter pieces for easie...
2011-08-10 Maarten Bosmanspactl: Short --help output a bit by consolidating sink...
2011-08-10 Maarten Bosmanspactl: Update manpage
2011-08-09 Lu Guanqunlog: add thread name
2011-08-09 Colin Guthriedevice-restore: Various fixes for the protocol extension.
2011-08-08 Maarten BosmansFix default.pa on non udev systems
2011-08-08 Colin Guthriestream-restore: Save/restore source output volume/mute
2011-08-06 Colin Guthriesource-output: Fix resampling.
2011-08-04 David HenningssonDocument PA_COMMAND_UNDERFLOW protocol change
2011-08-04 David HenningssonFix crash in path subset elimination
next