]> code.delx.au - pulseaudio/history - src/modules/rtp
modules: Fix resource leak in alsa-card
[pulseaudio] / src / modules / rtp /
2009-02-03 Lennart Poetteringmake a couple of functions return proper error codes
2009-01-28 Lennart PoetteringMerge commit 'origin/master-tx'
2009-01-22 Jared D. McNeillNetBSD needs to include sys/uio.h for some socket functions
2009-01-15 Lennart Poetteringkill autoload stuff as planned
2009-01-15 Lennart PoetteringMerge commit 'e0f8ffe41f99789fafac575e944acf02e940bbf7'
2009-01-14 Lennart Poetteringadd new dont_rewind_render flag to allow quick starts...
2009-01-08 Lennart PoetteringMerge branch 'master' of ssh://rootserver/home/lennart...
2009-01-08 Lennart PoetteringMerge commit 'origin/master-tx'
2009-01-05 Tom BamfordMulticast SDP packets sent with same IP TTL as RTP...
2008-12-16 Lennart PoetteringMerge commit 'flameeyes/libtool-2.2'
2008-10-26 Lennart PoetteringImplement new flags DONT_INHIBIT_AUTO_SUSPEND and START...
2008-10-08 Lennart PoetteringMerge commit 'coling/airtunes-0.9.13'
2008-10-08 Colin GuthrieModularise the RAOP stuff that requires OpenSSL and...
2008-10-08 Colin GuthrieRemove $Id$ lines left over from SVN
2008-10-08 Colin GuthrieImplement a set volume function to expose this capabili...
2008-10-08 Colin GuthrieAdd some new public API functions to connect and flush.
2008-10-08 Colin GuthrieChange the API of the RTSP client a bit.
2008-10-08 Colin GuthrieRemove unneeded headers accidentially added in r2500.
2008-10-08 Colin GuthrieAdd seq and rtptime params to record/flush with a view...
2008-10-08 Colin GuthrieMinor update to copywrite (I still plan to replace...
2008-10-08 Colin GuthrieA few related changes:
2008-10-08 Colin GuthrieKeep track of the memblock pointer internally and do...
2008-10-08 Colin GuthrieSet the send buffer size to prevent rendering silence...
2008-10-08 Colin GuthrieDo tidy up on disconnection.
2008-10-08 Colin GuthrieDo not prefix internal function rtsp_exec.
2008-10-08 Colin GuthrieDon't try to free stack variables.
2008-10-08 Colin GuthrieSome misc fixes. consts, base64 optimisation (not that...
2008-10-08 Colin GuthrieFix up IPv6 address format to enclose it in []
2008-10-08 Colin GuthrieChange suggested by Lennart. Do not return a memchunk...
2008-10-08 Colin GuthrieVarious changes suggested by Lennart.
2008-10-08 Colin GuthrieAdd a new callback structure to propigate when the...
2008-10-08 Colin GuthrieMove the ownership of the encoded data memchunk into...
2008-10-08 Colin GuthrieDo not assert on NULL values of s. This means the conne...
2008-10-08 Colin GuthrieProperly duplicate the hostname passed in on connect.
2008-10-08 Colin GuthrieCombine pa_raop_client_new and pa_raop_client_connect...
2008-10-08 Colin GuthrieRename rtsp.{c,h} to rtsp_client.{c,h}.
2008-10-08 Colin GuthrieWrap the io_callback to ensure that all data is written...
2008-10-08 Colin GuthrieUse a more stateful response parser.
2008-10-08 Colin GuthrieAdd a pa_iochannel callback for when the RAOP connectio...
2008-10-08 Colin GuthrieAdd a function for packing bits into a byte buffer...
2008-10-08 Colin GuthrieAdd a skeleton raop client which builds on the rtsp...
2008-10-08 Colin GuthrieMove closer to an asynchronous structure (still some...
2008-10-08 Colin GuthrieTrivial change to allocate memory using pulse methods.
2008-10-08 Colin GuthrieFix svn properties and some minor indentation
2008-10-08 Colin GuthrieConvert the return values to fit with the rest of pulse...
2008-10-08 Colin GuthrieConvert to using pa_socket_client rather than using...
2008-10-08 Colin GuthrieUse _free rather than _destroy so as not to mix naming...
2008-10-08 Colin GuthrieUse pa_sprintf_malloc to do simple concatenation rather...
2008-10-08 Colin GuthrieAdd a simple base64 library that will be used by the...
2008-10-08 Colin GuthrieAdd a RTSP client impelmentation.
2008-10-08 Colin GuthrieAdd a small lib to interpret and produce headers as...
2008-10-07 Lennart PoetteringMerge commit 'origin/master-tx' into master-tx
2008-10-01 Lennart Poetteringremove useless log message
2008-09-30 Lennart PoetteringMerge commit 'coling/master'
2008-09-10 Lennart Poetteringreplace Makefile stub copies by symlinks
2008-08-22 Colin GuthrieMerge branch 'master' of git://git.0pointer.de/pulseaudio
2008-08-19 Lennart Poetteringadd a few more gcc warning flags and fix quite a few...
2008-08-18 Lennart PoetteringMerge commit 'flameeyes/autoconf-2.62'
2008-08-18 Lennart Poetteringfix type error
2008-08-15 Lennart PoetteringMake Multicast TTL for RTP configurable, patch from...
2008-08-05 Lennart Poetteringfix shutdown when --disallow-module-loading=1 is passed
2008-06-27 Lennart Poetteringmodernize hashmap implementation a bit, reduce memory...
2008-06-23 CJ van den BergMerge dead branch 'glitch-free'
2008-06-23 CJ van den BergMerge dead branch 'lennart'
2008-06-23 CJ van den BergMerge dead branch 'lockfree'
2008-06-23 CJ van den BergMerge dead branch 'ossman'
2008-06-23 CJ van den BergMerge dead branch 'liboil-test'
2008-06-23 CJ van den BergMerge dead branch 'prepare-0.9.10'
2008-06-18 Lennart Poetteringget rid of svn $ keywords
2008-05-15 Lennart Poetteringmerge glitch-free branch back into trunk
2008-05-15 Lennart Poetteringadd adaptive resampler to the RTP receiver, other moder...
2008-05-15 Lennart Poetteringexport a few more properties for RTP streams
2008-05-15 Lennart Poetteringreduce number of allocated memblocks when receiving...
2008-05-15 Lennart Poetteringmore pa_bool_t'ization
2008-05-15 Lennart Poetteringuse pa_bool_t
2008-04-20 Lennart PoetteringBig pile of dependant changes:
2008-03-15 Lennart Poetteringcommit glitch-free work
2008-03-15 Lennart Poetteringreally create glitch-free branch
2007-11-13 Lennart PoetteringCompletely rework ALSA device selection code: choose...
2007-11-09 Lennart Poetteringtag modules that may only be loaded once at most especi...
2007-10-28 Lennart Poetteringmerge 'lennart' branch back into trunk.
2007-10-07 Lennart Poetterings/timespec/timeval
2007-09-19 Lennart Poetteringmake O_CLOEXEC, O_NONBLOCK and socket low latency fd...
2007-09-18 Lennart Poetteringproperly release memblock always abd as soon as possible
2007-09-18 Lennart Poetteringmake rtp send socket low delay
2007-09-18 Lennart Poetteringadd two missing header file inclusions
2007-09-18 Lennart Poetteringbug fixes for module-rtp-recv
2007-09-18 Lennart Poetteringport module-rtp-send.c to lock-free core
2007-07-25 Lennart Poetteringdrop chunk argument from various drop() functions,...
2007-06-11 Lennart PoetteringMerge HUGE set of changes temporarily into a branch...
2007-05-29 Lennart PoetteringKill spaces on EOL
2007-05-23 Lennart PoetteringFix another DoS vulnerability that has been identified...
2007-02-13 Pierre OssmanAdd copyright notices to all relevant files. (based...
2006-11-06 Pierre OssmanRevert r1404 and keep it on a development branch until...
2006-09-26 Lennart Poetteringrework memory block management to be thread-safe and...
2006-08-23 Lennart Poetteringfix handling of "mtu" module argument (patch by "theBear")
2006-08-18 Lennart Poetteringremove all occurences of
2006-08-18 Lennart PoetteringRework memory management to allow shared memory data...
2006-08-13 Lennart Poetteringcreate rtp source output on correct source
2006-08-13 Lennart Poetteringimplement hook_source_ouput_new. For this I modified...
next