summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | use posix_fadvise to avoid page faults when reading audio files from diskLennart Poettering2007-08-051-8/+34
| | * | play memchunks completelyLennart Poettering2007-08-051-1/+1
| | * | initialize method pointers properlyLennart Poettering2007-08-051-15/+8
| | * | follow rename of pstream_close() to pstream_unlink()Lennart Poettering2007-08-051-2/+2
| | * | typesafe castsLennart Poettering2007-08-052-4/+4
| | * | Modernize pstream.[ch], reintroduce defer event to make things actually workLennart Poettering2007-08-052-66/+90
| | * | modernize play-memchunk and port it to the new coreLennart Poettering2007-08-051-48/+116
| | * | minor cleanupsLennart Poettering2007-08-051-17/+22
| | * | merge compat changes from trunkLennart Poettering2007-08-042-2/+3
| | * | Don't stop hardware on buffer underruns. Instead continue playing to guarante...Lennart Poettering2007-08-034-49/+91
| | * | Remove unnecessary snd_pcm_hwsync()Lennart Poettering2007-08-032-2/+0
| | * | On recommendation of Takashi Iwai prefer Master volume control over PCM and d...Lennart Poettering2007-08-032-2/+2
| | * | rename pa_source_output_new_data::corked to start_corked to match pa_sink_inp...Lennart Poettering2007-07-314-3/+4
| | * | A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-3127-763/+1222
| | * | port module-alsa-source to new lock-free coreLennart Poettering2007-07-282-247/+559
| | * | minor cleanupsLennart Poettering2007-07-281-18/+11
| | * | fix suspending logicLennart Poettering2007-07-281-60/+89
| | * | drop data from inputs only when in running stateLennart Poettering2007-07-281-2/+4
| | * | It is now allowed to call pa_sink_get_volume() from thread contextLennart Poettering2007-07-281-3/+2
| | * | Fix suspending/resumingLennart Poettering2007-07-281-52/+58
| | * | add PA_SINK_OPENED/PA_SOURCE_OPENED macros for easier checking for _IDLE or _...Lennart Poettering2007-07-282-1/+9
| | * | restore proper mixer volume controlLennart Poettering2007-07-281-165/+152
| | * | reload OSS volume after unsuspendLennart Poettering2007-07-281-0/+5
| | * | bring back alsa fd list managemet, since we need it for proper mixer change n...Lennart Poettering2007-07-282-12/+201
| | * | port module-alsa-sink to new lock-free core. also add mmmap'ing support while...Lennart Poettering2007-07-285-574/+718
| | * | minor modernizationsLennart Poettering2007-07-281-6/+5
| | * | Disable memory mapping if we open the device in O_WRONLY. Unfortunately we ca...Lennart Poettering2007-07-261-1/+6
| | * | Fix channel remapping in resample; other modernizationsLennart Poettering2007-07-261-77/+78
| | * | remove some log messagesLennart Poettering2007-07-261-6/+0
| | * | remove debug messages; don't queue request messages like nothing when send fi...Lennart Poettering2007-07-261-11/+9
| | * | properly free memblocks when skipping over themLennart Poettering2007-07-261-1/+4
| | * | make valgrind shut up regarding non-freed ident strings. other modernizationsLennart Poettering2007-07-261-5/+15
| | * | reverse order flist destruction and mempool allocation warningLennart Poettering2007-07-261-1/+2
| | * | Increase ref counter of sink input as long as it is included in the sink idxsetLennart Poettering2007-07-262-2/+4
| | * | properly deref sink_input/source_output objects when removing them from a sin...Lennart Poettering2007-07-262-7/+10
| | * | Add fdsem to makefileLennart Poettering2007-07-261-0/+1
| | * | reverse order of printf and push to make output more readableLennart Poettering2007-07-261-1/+1
| | * | port asyncq to make use of new fdsem objectLennart Poettering2007-07-261-171/+36
| | * | add abstracted file descriptor based semaphore object that is lock-free in th...Lennart Poettering2007-07-262-0/+238
| | * | Store strings directly in strlst elements, other modernizationsLennart Poettering2007-07-251-16/+23
| | * | fix some alignment issues and modernize file a little bitLennart Poettering2007-07-251-15/+28
| | * | Convert most snprintf() calls to pa_snprintf()Lennart Poettering2007-07-2530-67/+79
| | * | Modernize things a little bith moreLennart Poettering2007-07-251-14/+24
| | * | Modernize things a littleLennart Poettering2007-07-251-25/+41
| | * | add our own implementation for pa_snprintf() because NUL termination is appar...Lennart Poettering2007-07-252-1/+21
| | * | Simplify implementation of pa_assert_se()Lennart Poettering2007-07-251-4/+5
| | * | drop chunk argument from various drop() functions, since it doesn't make any ...Lennart Poettering2007-07-2514-219/+343
| | * | update static free list usage in asyncmsgqLennart Poettering2007-07-251-1/+1
| | * | update static free list usage in hashmapLennart Poettering2007-07-251-1/+1
| | * | destruct freelists properly, by using gcc destructors. we do this only to mak...Lennart Poettering2007-07-251-14/+21