Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | module-equalizer-sink: fix improper usage of pa_modargs_get_value_boolean ↵ | Jason Newton | 2009-09-29 | 1 | -1/+2 | |
| | | | | | | | | | | | | for u->set_default | |||||
| * | | module-equalizer-sink: added server side persistance of profile names | Jason Newton | 2009-09-29 | 1 | -31/+190 | |
| | | | ||||||
| * | | module-equalizer-sink: per-channel filtering support + profiles, easier ↵ | Jason Newton | 2009-09-29 | 1 | -150/+371 | |
| | | | | | | | | | | | | default configuration | |||||
| * | | module-equalizer-sink: fixed a bug w/ new zero-latency input scheme (that ↵ | Jason Newton | 2009-09-29 | 1 | -23/+27 | |
| | | | | | | | | | | | | was an interesting/cool bug!) | |||||
| * | | module-equalizer-sink: added support for preamp | Jason Newton | 2009-09-29 | 1 | -120/+159 | |
| | | | ||||||
| * | | module-equalizer-sink: drop old macros for new library based ones | Jason Newton | 2009-09-29 | 1 | -7/+6 | |
| | | | ||||||
| * | | module-equalizer-sink: fixed timeval initialization | Jason Newton | 2009-09-29 | 1 | -6/+7 | |
| | | | ||||||
| * | | module-equalizer-sink.c: swapped order of attach_within_thread and ↵ | Jason Newton | 2009-09-29 | 1 | -3/+3 | |
| | | | | | | | | | | | | set_max_request within sink_input_attach_cb | |||||
| * | | module-equalizer-sink.c | Jason Newton | 2009-09-29 | 1 | -5/+2 | |
| | | | | | | | | | | | | i->sink -> i in pa_get_sink_max_request* | |||||
| * | | module-equalizer-sink | Jason Newton | 2009-09-29 | 1 | -299/+257 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exchanged improper usage of memblockq_peek'd memchunk for silence block dropped unneeded function prototypes changed mround to be slightly more elegant __restrict__ -> restrict for c99 removed unneeded pa_aupdate_swap calls first_iteration -> pa_bool_t cleaned up some usage of pa_malloc0 where pa_new0 was more appropriate cruft removal, whitespace fixes and reordering of variables | |||||
| * | | module-equalizer-sink: | Jason Newton | 2009-09-29 | 1 | -84/+100 | |
| | | | | | | | | | | | | | | | merging in upstream changes whitespace fix and fix for first iteration un-windowing | |||||
| * | | module-equalizer-sink: | Jason Newton | 2009-09-29 | 1 | -30/+67 | |
| | | | | | | | | | | | | reworked processing so we don't have input->output delay of R samples | |||||
| * | | module-equalizer-sink: | Jason Newton | 2009-09-29 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | | | | fix for peek returning a null memblock pa_log -> pa_log_debug for fft size updated module description fixed a comment in dbus error for incorrect x positions | |||||
| * | | module-equalizer-sink: | Jason Newton | 2009-09-29 | 1 | -3/+12 | |
| | | | | | | | | | | | | | | | | | | proper fix for pa_xmalloc(0) given that 0 is illegal fix coefficients in case there's no resume state loadprofile now signals filterchanged | |||||
| * | | module-equalizer-sink: | Jason Newton | 2009-09-29 | 1 | -136/+194 | |
| | | | | | | | | | | | | | | | | | | | | | | | | dbus: eliminated some redundant code in dbus handlers/getall switched filter back to being a property signals for changed profiles, added/removed sinks, filter updates and sink reconfigurations fixed timing routines | |||||
| * | | module-equalizer-sink: reverted buffering logic back to how the ladspa sink ↵ | Jason Newton | 2009-09-29 | 1 | -103/+75 | |
| | | | | | | | | | | | | did it | |||||
| * | | module-equalizer-sink: | Jason Newton | 2009-09-29 | 1 | -11/+17 | |
| | | | | | | | | | | | | | | | add lennard's fix for piggy-back sinks in pop_cb fixed some tsched issues | |||||
| * | | module-equalizer-sink: | Jason Newton | 2009-09-29 | 1 | -160/+613 | |
| | | | | | | | | | | | | | | | | | | | | | dbus properties and manager so that multiple sinks can be loaded and mixers can be equalizer-sink aware functionality to seed new filters quickly (rteq guis) profile support extra checking in client->server dbus messages | |||||
| * | | module-equalizer-sink: | Jason Newton | 2009-09-29 | 1 | -72/+147 | |
| | | | | | | | | | | | | | | | | | | | | | | | | added support for suspend/resume of filter coefficients unregister the correct dbus interface. made equalizer state file sink index dependent expanded dbus properties whitespace | |||||
| * | | module-equalizer-sink: | Jason Newton | 2009-09-29 | 2 | -288/+461 | |
| | | | | | | | | | | | | | | | | | | | | | | | | added dbus support removed cruft from inherited from ladspa module and improved clarity switched dsp processing to reference implementation until project is more mature tsched=0 seems to help with the micro-dropouts/crackling! oh my! reformatting/spaces | |||||
| * | | module-equalizer-sink: | Jason Newton | 2009-09-29 | 2 | -157/+244 | |
| | | | | | | | | | | | | | | | | | | removed liboil added sse2 optimized dsp logic implementation cleaned up a bit | |||||
| * | | module-equalizer-sink: | Jason Newton | 2009-09-29 | 1 | -27/+29 | |
| | | | | | | | | | | | | | | | first commit of a working state (cpu speed dependant) added noop processing for filter debugability | |||||
| * | | module-equalizer-sink: simplified sink_input pop callback and introduced new ↵ | Jason Newton | 2009-09-29 | 1 | -143/+198 | |
| | | | | | | | | | | | | variables that simplify different strategies. | |||||
| * | | module-equalizer-sink: trying new buffering strategies | Jason Newton | 2009-09-29 | 2 | -145/+160 | |
| | | | ||||||
| * | | module-equalizer-sink: attempt different buffering strategy | Jason Newton | 2009-09-29 | 1 | -24/+27 | |
| | | | ||||||
| * | | module-equalizer-sink: added more assertions to aid in debugging | Jason Newton | 2009-09-29 | 1 | -5/+10 | |
| | | | ||||||
| * | | module-equalizer-sink: | Jason Newton | 2009-09-29 | 1 | -162/+106 | |
| | | | | | | | | | | | | | | | | | | added temporary debugging output to track filter output removed dead code only a small amount of crackling remains | |||||
| * | | module-equalizer-sink added | Jason Newton | 2009-09-29 | 2 | -0/+857 | |
| |/ | | | | | | | src/Makefile.am: added module-equalizer-sink | |||||
* | | Merge remote branch 'tanuk/dbus-work' | Lennart Poettering | 2009-10-07 | 48 | -46/+11607 | |
|\ \ | ||||||
| * | | Merge branch 'master' into dbus-work | Tanu Kaskinen | 2009-10-02 | 93 | -1105/+1616 | |
| |\| | | | | | | | | | | | | | Conflicts: src/daemon/daemon-conf.c | |||||
| * | | dbus-protocol: Implement argument type checking for normal methods. | Tanu Kaskinen | 2009-08-31 | 2 | -3/+43 | |
| | | | ||||||
| * | | dbus: Change IsMuted property names to Mute. | Tanu Kaskinen | 2009-08-31 | 3 | -60/+60 | |
| | | | ||||||
| * | | dbusiface-core: Add signals FallbackSinkUnset and FallbackSourceUnset. | Tanu Kaskinen | 2009-08-31 | 1 | -0/+20 | |
| | | | ||||||
| * | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-30 | 46 | -173/+720 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: src/modules/module-stream-restore.c | |||||
| * | | | dbus: Do message argument type checking early, centrally. | Tanu Kaskinen | 2009-08-30 | 11 | -642/+471 | |
| | | | | ||||||
| * | | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-26 | 11 | -46/+1028 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am | |||||
| * | | | | dbus: Finish the Client D-Bus interface. | Tanu Kaskinen | 2009-08-26 | 2 | -18/+176 | |
| | | | | | ||||||
| * | | | | dbusiface-stream: Only send stream event signals from the right D-Bus objects. | Tanu Kaskinen | 2009-08-26 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | dbus: Make sure that subscription callbacks don't try to access removed objects. | Tanu Kaskinen | 2009-08-26 | 4 | -72/+143 | |
| | | | | | ||||||
| * | | | | dbus: Save one level of identation by returning early. | Tanu Kaskinen | 2009-08-26 | 2 | -40/+41 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-24 | 69 | -1052/+3739 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am | |||||
| * | | | | | dbusiface-module: Implement the Module D-Bus interface. | Tanu Kaskinen | 2009-08-24 | 3 | -7/+279 | |
| | | | | | | ||||||
| * | | | | | dbus-protocol: Print a debug line whenever interfaces are unregistered. | Tanu Kaskinen | 2009-08-24 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | modargs: New function: pa_modargs_iterate(). | Tanu Kaskinen | 2009-08-24 | 2 | -0/+19 | |
| | | | | | | ||||||
| * | | | | | proplist: A couple of documentation fixes. | Tanu Kaskinen | 2009-08-24 | 1 | -2/+3 | |
| | | | | | | ||||||
| * | | | | | proplist: Return early from pa_proplist_equal() if the pointers are equal. | Tanu Kaskinen | 2009-08-24 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | dbusifaca-device: Adapt to the changed pa_sink_get/set_volume() interface. | Tanu Kaskinen | 2009-08-19 | 1 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-19 | 34 | -492/+737 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | dbusiface-sample: Implement the Sample D-Bus interface. | Tanu Kaskinen | 2009-08-19 | 2 | -2/+468 | |
| | | | | | | | ||||||
| * | | | | | | dbusiface-core: Assert that _add/remove_interface calls succeed. | Tanu Kaskinen | 2009-08-19 | 1 | -2/+2 | |
| | | | | | | |