2007-09-04 |
Lennart Poettering | fix a couple of compiler warnings |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Lennart Poettering | if available, use native gcc atomicity builtins |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Lennart Poettering | create config.rpath to fix build on fedora |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Lennart Poettering | add a few missing files for make dist |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Lennart Poettering | drop initial libtool_lock() call since this is a debian... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Lennart Poettering | initialize libltdl for multi-thread support |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Lennart Poettering | When in PA_STREAM_AUTO_TIMING_UPDATE mode, delay comple... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Lennart Poettering | actually add source code of module-default-device-restore |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Lennart Poettering | add a new module module-default-device-restore which... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Lennart Poettering | header file cleanup |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Lennart Poettering | only list supported resampling methods when --dump... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Lennart Poettering | add new API function pa_resample_method_supported(... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Lennart Poettering | actually define HAVE_LIBSAMPLERATE with AC_DEFINE |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | make libpulse-core a noinst lib, because it does not... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | add missing configure.ac part of the libsamplerate... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | Allow compilation without libsamplerate; based on patch... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | fix dbus version check for dbus_watch_get_unix_fd() |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | make argument to pa_memchunk_will_need() const |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | fix build for dbus < 1.1.1, re #126, patch from Marc... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | Don't set RLIMIT_MEMBLOCK to 0 on startup. Retain 4... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | make use of pa_memchunk_will_need() before handing... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | add new pa_memchunk_will_need() API, similar to pa_memb... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | add new API pa_memblock_will_need() and make use of... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | add new pa_will_need() API for paging in memory |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | make use of new PA_PAGE_SIZE macro |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | make use of new memory page alignment macros, reindent |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Lennart Poettering | add a couple of macros for memory page alignment |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Lennart Poettering | add pa_channel_position_to_pretty_string() to header |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Lennart Poettering | add pa_channel_position_to_pretty_string() for usage... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Lennart Poettering | make sure that we make include paths absolute before... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Lennart Poettering | minor reformatting |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Lennart Poettering | add two new functions pa_make_path_absolute()/pa_getcwd() |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Lennart Poettering | replace a pa_assert() by an pa_assert_se() |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Lennart Poettering | - fix suspend handling |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Lennart Poettering | port module-combine to new core |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Lennart Poettering | Lots of assorted minor cleanups and fixes: |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Lennart Poettering | reorder initialization of pa_core variables |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Lennart Poettering | modernize and make use of a static flist for allocating... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Lennart Poettering | move queue processing code into pa_thread_mq |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Lennart Poettering | add new function pa_memblock_ref_is_one() |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Lennart Poettering | fix pa_memchunk_make_writable(), make memchunk function... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Lennart Poettering | add an assert() |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Lennart Poettering | add pa_timespec_reset() |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Lennart Poettering | make passing a code pointer to pa_asyncmsgq_get() optional |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Lennart Poettering | add new PA_SINK_CAN_SUSPEND/PA_SOURCE_CAN_SUSPEND flag |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Lennart Poettering | drop check for gid < 500, since this isn't really a... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Lennart Poettering | Add option --dump-resample-methods to list available... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Lennart Poettering | make floating point speex resampler the default |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Lennart Poettering | enable -ffast-math for gcc |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Lennart Poettering | lower suspend timeout to 1s |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Lennart Poettering | include ffmpeg resampler in build |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Lennart Poettering | make ffmpeg resampler actually work |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Lennart Poettering | add makefiles to speex/ and ffmpeg/ to easy compilation... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Lennart Poettering | Copy resampler from ffmpeg into our sources |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Lennart Poettering | make speex resampler the default |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Lennart Poettering | big resampler rework: support integer-only resampling... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Lennart Poettering | fix a bad memory access when destructing pa_memimports |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Lennart Poettering | a couple of modernizations; parse RE sample types properly |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Lennart Poettering | add a small speex wrapper so that we can include both... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Lennart Poettering | build speex resampler tiwce, once for fixed point,... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Lennart Poettering | add a copy of the speex resampler to our sources |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | fix minor typo |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | port remaining sinks to pa_rtpoll |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | minor cleanups |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | support absolute, relative and periodic timers in pa_rtpoll |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | port alsa driver to make use of new pa_rtpoll object |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | reverse hrtimer check, add missing #include |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add convenience functions to hook up pa_fdsem and pa_as... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add missing include |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | make pa_make_power_of_two() and pa_is_power_of_two... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add missing #include |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add message about hrtimers, and initialize pa_core... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | hide rtpoll-test from svn |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | check pa_core::high_priority before becoming rt thread |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add new option to pa_core stating whether we are runnin... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add check for ppoll() |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add rtpoll, rtclock, rtsig to Makefile |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add test program for pa_rtpoll |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add new realtime event loop abstraction which precise... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add facility for managing realtime signals |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add monotonic clock abstraction pa_rtclock |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | rename a few things in a macro to make name collisions... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | make use of new public function pa_is_power_of_two() |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add pa_is_power_of_two() and pa_make_power_of_two(... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add macro for creating static TLS objects |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | add more PA_PTR_TO_XXX macros |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Lennart Poettering | modernizations |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Lennart Poettering | use realtime scheduling for ALSA and OSS driver threads |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Lennart Poettering | never stay root after startup, even if we don't have... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Lennart Poettering | seperately get high nice level and acquire realtime... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Lennart Poettering | Keep CAP_SYS_NICE not only in PERMITTED but also in... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Lennart Poettering | only suspend device when server is local |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Lennart Poettering | truncate service names if necessary, include user name... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Lennart Poettering | add pa_truncate_utf8() function for truncating a string... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Lennart Poettering | add fedora-snapshot target |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Lennart Poettering | fix an awful race condition when handling data requests |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Lennart Poettering | don't fail if no pa is srunning |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Lennart Poettering | add new tool pasuspender which temporarily suspends... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Lennart Poettering | set CLOEXEC on more fds |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Lennart Poettering | add new commands suspend-source, suspend-sink |
commit | commitdiff | tree | snapshot |
next |