summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* module-equalizer-sink.cJason Newton2009-09-291-5/+2
| | | | i->sink -> i in pa_get_sink_max_request*
* module-equalizer-sinkJason Newton2009-09-291-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 Newton2009-09-291-84/+100
| | | | | merging in upstream changes whitespace fix and fix for first iteration un-windowing
* module-equalizer-sink:Jason Newton2009-09-291-30/+67
| | | | reworked processing so we don't have input->output delay of R samples
* module-equalizer-sink:Jason Newton2009-09-291-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 Newton2009-09-291-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 Newton2009-09-291-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 Newton2009-09-291-103/+75
| | | | did it
* module-equalizer-sink:Jason Newton2009-09-291-11/+17
| | | | | add lennard's fix for piggy-back sinks in pop_cb fixed some tsched issues
* module-equalizer-sink:Jason Newton2009-09-291-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 Newton2009-09-291-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 Newton2009-09-293-288/+462
| | | | | | | | 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 Newton2009-09-292-157/+244
| | | | | | removed liboil added sse2 optimized dsp logic implementation cleaned up a bit
* module-equalizer-sink:Jason Newton2009-09-291-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 Newton2009-09-291-143/+198
| | | | variables that simplify different strategies.
* module-equalizer-sink: trying new buffering strategiesJason Newton2009-09-292-145/+160
|
* module-equalizer-sink: attempt different buffering strategyJason Newton2009-09-291-24/+27
|
* module-equalizer-sink: added more assertions to aid in debuggingJason Newton2009-09-291-5/+10
|
* module-equalizer-sink:Jason Newton2009-09-291-162/+106
| | | | | | added temporary debugging output to track filter output removed dead code only a small amount of crackling remains
* module-equalizer-sink addedJason Newton2009-09-292-0/+857
| | | | src/Makefile.am: added module-equalizer-sink
* build-sys: bump sonamev0.9.19Lennart Poettering2009-09-301-1/+1
|
* i18n: run make update-poLennart Poettering2009-09-3030-1863/+8072
|
* i18n: ad more .c files to POTFILES.inLennart Poettering2009-09-291-0/+2
|
* polkit: drop left-over polkit policy file from git treeLennart Poettering2009-09-291-50/+0
|
* Don't refuse to start on systems using GNU stow, graft, STORE et alNix2009-09-291-2/+7
| | | | | | | | | | | | | | | | | | | | There are multiple package management systems out there which implement packages using symlinks. The recent (otherwise useful) check to ensure that a re-executed pulseaudio is actually reexecuting itself unfortunately breaks in the presence of all these packaging systems, because PA_BINARY refers to its installed location (e.g. /usr/local/bin/pulseaudio), which is a symlink to the binary (e.g. /usr/local/stow/pulseaudio-0.9.18/bin/pulseaudio), because /proc/self/exe always contains the canonical path of the executable, with all symlinks resolved. (At least one distribution uses a symlink-based packaging system, so will be forced to apply this locally in any case.) The fix is simple: canonicalize PA_BINARY before equality-testing. (This should be completely safe, because the OS does just that when PA_BINARY is executed.) The patch is against 0.9.18, but applies without fuzz to current master.
* i18n: run make update-poLennart Poettering2009-09-2930-432/+772
|
* Merge remote branch 'origin/master-tx'Lennart Poettering2009-09-298-462/+303
|\
| * Sending translation for Germanjsimon2009-09-281-3/+3
| |
| * Sending translation for Germanjsimon2009-09-281-303/+168
| |
| * Sending translation for Polishraven2009-09-271-30/+30
| |
| * Sending translation for Portugueseruigo2009-09-221-45/+44
| |
| * Sending translation for Kannadashanky2009-09-221-24/+18
| |
| * Sending translation for Malayalamanipeter2009-09-211-18/+12
| |
| * Sending translation for Marathisandeeps2009-09-211-14/+10
| |
| * Sending translation for Telugukkrothap2009-09-211-13/+10
| |
| * Sending translation for Hindirajesh2009-09-211-15/+11
| |
* | reserve: downgrade reserve logic messages, so that reusing pa in two ↵Lennart Poettering2009-09-281-5/+5
| | | | | | | | sessions does not create spew in syslog
* | svolume: tweak constraints for 32 bitsWim Taymans2009-09-232-4/+4
| | | | | | | | | | | | Tweak the constraints a little so that register starved 32bit systems can select a stack variable for the channel paramter instead of reusing one of the registers we're using in the code.
* | libpulse: Add *_NOFLAGS flags with value 0 for various enumsColin Guthrie2009-09-221-0/+11
| | | | | | | | This avoids the need for ugly casting in client implementations.
* | tunnel: fix parsing of source info from newer serversColin Guthrie2009-09-201-2/+29
| |
* | tunnel: fix parsing of sink info from newer serversEmil Renner Berthing2009-09-201-0/+27
| |
* | stream-restore: Comment fixColin Guthrie2009-09-201-1/+1
| |
* | core: dump proplist when creating stream similar to how we already to it for ↵Lennart Poettering2009-09-202-4/+12
| | | | | | | | sinks/sources
* | alsa: make build gcc clean on 32bitLennart Poettering2009-09-201-1/+1
|/
* Merge remote branch 'origin/master-tx'Lennart Poettering2009-09-191-427/+442
|\
| * Sending translation for Portuguesericardopinto2009-09-181-427/+442
| |
* | build-sys: bump soname for releasev0.9.18Lennart Poettering2009-09-191-1/+1
| |
* | vala: install .vapi file by defaultLennart Poettering2009-09-192-1/+16
| |
* | vala: numerous updatesLennart Poettering2009-09-191-203/+259
| |
* | memtrap: properly add items to linked listLennart Poettering2009-09-191-1/+4
| |