Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | mixer/alsa: use AllocatedArray for the pollfd buffer | Max Kellermann | 2013-08-07 | 1 | -3/+5 | |
| | | ||||||
* | | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -1/+1 | |
| | | ||||||
* | | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 4 | -9/+10 | |
| | | ||||||
* | | MixerPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 6 | -19/+19 | |
| | | ||||||
* | | FilterPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -1/+3 | |
| | | ||||||
* | | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -0/+1 | |
| | | ||||||
* | | output_api: convert to C++ | Max Kellermann | 2013-07-30 | 4 | -4/+4 | |
| | | ||||||
* | | mixer/software: use gcc_unused instead of G_GNUC_UNUSED | Max Kellermann | 2013-04-16 | 1 | -5/+5 | |
| | | ||||||
* | | MixerInternal: convert to class | Max Kellermann | 2013-04-16 | 7 | -59/+51 | |
| | | ||||||
* | | mixer/winmm: convert to a class | Max Kellermann | 2013-04-16 | 1 | -10/+12 | |
| | | ||||||
* | | mixer/Software: convert to a class | Max Kellermann | 2013-04-16 | 1 | -20/+22 | |
| | | ||||||
* | | mixer/Pulse: convert to a class | Max Kellermann | 2013-04-16 | 2 | -25/+22 | |
| | | ||||||
* | | mixer/Oss: convert to a class | Max Kellermann | 2013-04-16 | 1 | -51/+92 | |
| | | ||||||
* | | mixer/Alsa: convert to a class | Max Kellermann | 2013-04-16 | 1 | -67/+103 | |
| | | ||||||
* | | output/Pulse: convert to C++ | Max Kellermann | 2013-04-16 | 2 | -6/+6 | |
| | | ||||||
* | | pcm_*: move to src/pcm/ | Max Kellermann | 2013-04-09 | 1 | -1/+1 | |
| | | ||||||
* | | mixer_plugin: convert to C++ | Max Kellermann | 2013-02-22 | 6 | -6/+6 | |
| | | ||||||
* | | {output,mixer}/winmm: convert to C++ | Max Kellermann | 2013-02-22 | 1 | -9/+12 | |
| | | ||||||
* | | FilterInternal: convert struct filter to a OO interface | Max Kellermann | 2013-02-02 | 2 | -4/+4 | |
| | | ||||||
* | | filter: convert to C++ | Max Kellermann | 2013-02-01 | 1 | -2/+2 | |
| | | ||||||
* | | pcm_*: convert to C++ | Max Kellermann | 2013-01-31 | 1 | -1/+1 | |
| | | ||||||
* | | mixer/software, filter/volume: convert to C++ | Max Kellermann | 2013-01-31 | 2 | -11/+13 | |
| | | ||||||
* | | output/{alsa,oss}: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -8/+8 | |
| | | ||||||
* | | output/roar: convert to C++ | Max Kellermann | 2013-01-16 | 1 | -52/+24 | |
| | | ||||||
* | | mixer/Alsa: use MultiSocketMonitor | Max Kellermann | 2013-01-15 | 1 | -134/+37 | |
| | | ||||||
* | | configure.ac: enable WIN32_LEAN_AND_MEAN on Windows | Max Kellermann | 2013-01-11 | 1 | -0/+2 | |
| | | ||||||
* | | EventPipe: rename to GlobalEvents | Max Kellermann | 2013-01-09 | 2 | -5/+5 | |
| | | ||||||
* | | event_pipe.h: convert to C++ | Max Kellermann | 2013-01-09 | 2 | -2/+2 | |
| | | ||||||
* | | mixer/{alsa,pulse}: convert to C++ | Max Kellermann | 2013-01-09 | 3 | -28/+40 | |
|/ | ||||||
* | output/raop: delete the RAOP plugin | Max Kellermann | 2012-05-29 | 1 | -67/+0 | |
| | | | | | | | | | This plugin is horrible code, I mean it. Last year, I tried hard to fix it, but I figured would take less time to do a full rewrite. Given that I don't even have any device that supports RAOP, I can't do that properly. After 16 months, nobody volunteered for fixing it. Hereby, I delete it, because having no RAOP plugin is better than having this mess. Sorry. | |||||
* | mixer/alsa: listen for external volume changes | Max Kellermann | 2012-01-05 | 1 | -1/+180 | |
| | | | | | | Use libasound's polling functions, implement a bridge to GSource / GPollFD and send idle events to clients when an external program changes the ALSA mixer volume. | |||||
* | mixer/alsa: move code to alsa_mixer_setup() | Max Kellermann | 2012-01-05 | 1 | -25/+34 | |
| | | | | Better error handling. | |||||
* | mixer/alsa: move code to alsa_mixer_lookup_elem() | Max Kellermann | 2012-01-05 | 1 | -24/+27 | |
| | ||||||
* | output/pulse: don't expose internal struct in public header | Max Kellermann | 2011-09-17 | 1 | -5/+7 | |
| | | | | | Provide _lock() and _unlock() to wrap all accesses from the mixer plugin. | |||||
* | output/roar: export volume methods | Max Kellermann | 2011-09-17 | 1 | -32/+3 | |
| | | | | Use these instead of exposing the internal roar_t struct. | |||||
* | mixer/raop: include cleanup | Max Kellermann | 2011-08-31 | 1 | -12/+2 | |
| | ||||||
* | output/raop: remove excessive debug messages | Max Kellermann | 2011-08-24 | 1 | -1/+0 | |
| | ||||||
* | output/raop: consistently use GError | Max Kellermann | 2011-08-24 | 1 | -2/+2 | |
| | ||||||
* | Remove unused headers in Roar plugin. | Hans-Kristian Arntzen | 2011-03-23 | 1 | -4/+0 | |
| | | | | Should fix build errors for Win32. | |||||
* | Merge commit 'release-0.16.2' | Max Kellermann | 2011-03-19 | 1 | -5/+5 | |
|\ | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac | |||||
| * | general: whitespace cleanup | Thomas Jansen | 2011-02-09 | 1 | -5/+5 | |
| | | | | | | | | | | Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$" | |||||
* | | RoarAudio output plugin | Hans-Kristian Arntzen | 2011-03-16 | 1 | -0/+137 | |
| | | ||||||
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 7 | -7/+7 | |
| | | ||||||
* | | output/raop: new output plugin | Dustin Puckett | 2011-01-28 | 1 | -0/+78 | |
|/ | | | | Remote Audio Output Protocol (RAOP), for Apple devices. | |||||
* | mixer: winmm_mixer implemented | Denis Krjuchkov | 2010-10-09 | 1 | -0/+114 | |
| | ||||||
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 6 | -6/+6 | |
| | ||||||
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 4 | -0/+4 | |
| | | | | | | 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. | |||||
* | fd_util: removed creat_cloexec() | Max Kellermann | 2009-11-10 | 1 | -1/+1 | |
| | | | | Add a "mode" argument to open_cloexec() instead. | |||||
* | set the close-on-exec flag on all file descriptors | Max Kellermann | 2009-11-07 | 1 | -1/+2 | |
| | | | | | | | | | | | Added the "fd_util" library, which attempts to use the new thread-safe Linux system calls pipe2(), accept4() and the options O_CLOEXEC, SOCK_CLOEXEC. Without these, it falls back to FD_CLOEXEC, which is not thread safe. This is particularly important for the "pipe" output plugin (and others, such as JACK/PulseAudio), because we were heavily leaking file descriptors to child processes. | |||||
* | output/pulse: call mixer on state changes | Max Kellermann | 2009-10-23 | 2 | -127/+79 | |
| | | | | | | Don't let the mixer plugin "override" the libpulse callbacks. Instead, add a "mixer" attribute to the pulse_output struct, and call the mixer on all interesting events. |