summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/module-rtp-recv.c
Commit message (Expand)AuthorAgeFilesLines
* various spelling fixesMaarten Bosmans2009-04-041-1/+1
* 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
* limit number of concurrent RTP streamsLennart Poettering2006-04-161-0/+12
* change default mcast address once again, to make sure our traffic doesn't lea...Lennart Poettering2006-04-161-1/+1
* * deal properly with underruns, overflows and packet lossesLennart Poettering2006-04-161-5/+22
* * add RTP/SAP/SDP reciever moduleLennart Poettering2006-04-161-0/+469