summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/module-rtp-recv.c
Commit message (Expand)AuthorAgeFilesLines
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-1/+1
* Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans2011-03-191-1/+1
* Clean up <poll.h> includesMaarten Bosmans2011-02-171-1/+1
* module-rtp-recv: Request proper rewind after underrunMaarten Bosmans2011-01-161-1/+3
* module-rtp-recv: Remove smoother from write indexMaarten Bosmans2011-01-161-21/+3
* module-rtp-recv: Average the estimated real sample rateMaarten Bosmans2011-01-161-4/+22
* module-rtp-recv: Use new algorithm for adjusting sample rateMaarten Bosmans2011-01-161-15/+29
* Limit rate adjustments to small, inaudible jumpsMaarten Bosmans2011-01-161-13/+21
* use cloexec wrappers wherever applicableLennart Poettering2009-10-301-1/+1
* core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2009-08-281-1/+2
* core: move rtpoll to thread_info sub structureLennart Poettering2009-08-151-1/+1
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-10/+5
* pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-201-1/+2
* perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-191-1/+1
* rtp: fix s/recieve/receive/ typoLennart Poettering2009-06-171-1/+1
* make use of SO_TIMESTAMP timestamp for accuracy and leave smoother paused unt...Lennart Poettering2009-04-071-7/+43
* make sure we don't apply sampling rate fixes that bring the sampling freq > P...Lennart Poettering2009-04-061-11/+14
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-051-1/+1
|\
| * various spelling fixesMaarten Bosmans2009-04-041-1/+1
* | Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering2009-04-051-2/+8
* | properly account for seeks in the requested_bytes counterLennart Poettering2009-04-011-2/+2
|/
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* rtp-recv: remove unused variable assignmentMarc-André Lureau2009-02-191-1/+1
* Optionally disable IPv6Iain Hibbert2009-02-131-6/+12
* RTP segfault/uninitialized resamplerErich Boleyn2009-02-061-1/+1
* make a couple of functions return proper error codesLennart Poettering2009-02-031-1/+1
* kill autoload stuff as plannedLennart Poettering2009-01-151-1/+1
* add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering2009-01-151-1/+1
* remove useless log messageLennart Poettering2008-10-011-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-9/+9
* modernize hashmap implementation a bit, reduce memory consumption a bitLennart Poettering2008-06-271-1/+1
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-33/+134
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-091-4/+5
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-119/+208
* Kill spaces on EOLLennart Poettering2007-05-291-32/+32
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* remove all occurences of Lennart Poettering2006-08-181-12/+12
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-6/+5
* allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering2006-08-131-2/+9
* make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)Lennart Poettering2006-07-161-1/+1
* big s/polyp/pulse/gLennart Poettering2006-06-191-18/+18
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-4/+5
* Move timeval calculation functions into their own file.Pierre Ossman2006-05-181-0/+1
* fix include line for "core-util.h"Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* * add new parameter to pa_open_config_file() to specify open modeLennart Poettering2006-05-141-1/+1
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-181-1/+1
* C99 requires explicit marking of integer literals' size.Pierre Ossman2006-04-181-1/+1
* properly initialize session counterLennart Poettering2006-04-161-0/+1