aboutsummaryrefslogtreecommitdiff
path: root/src/mixer_all.c
Commit message (Collapse)AuthorAge
* copyright year 2011Max Kellermann2011-01-29
|
* Update copyright notices.Avuton Olrich2009-12-31
|
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* mixer_plugin: use GError for error handlingMax Kellermann2009-10-20
|
* mixer_all: added mixer_all_set_software_volume()Max Kellermann2009-07-06
| | | | | The special-purpose function is used for saving/restore the software volume control to the state file.
* volume: moved range check to handle_setvol()Max Kellermann2009-07-06
| | | | | | Converted the range checks in volume_level_change() to assertions. Changed all volume types to "unsigned", expect for those which must be able to indicate error (-1).
* volume, mixer: removed the "relative" parameterMax Kellermann2009-07-06
| | | | | Since the "volume" command has been removed, nobody uses relative volumes anymore.
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-26
| | | | | | The mixer core library is now responsible for creating and managing the mixer object. This removes duplicated code from the output plugins.
* mixer_all: removed debug messageMax Kellermann2009-03-14
| | | | Don't dump the volume of all mixers.
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-14
| | | | | | mixer_control.h should provide the functions needed to manipulate a mixer, without exposing the internal mixer API (which is provided by mixer_api.h).
* mixer_control: moved functions to mixer_all.cMax Kellermann2009-03-14
|
* volume: moved code to mixer_all.cMax Kellermann2009-03-14