profile/ivi/pulseaudio.git
2008-10-19 Lennart Poetteringalways check for libtool prefix binary name to avoid...
2008-10-13 Lennart PoetteringMerge commit 'vudentz/master'
2008-10-13 Colin GuthrieFix two typos that broke tunnels
2008-10-13 Lennart Poetteringproperly remove dbus matches an filters when unloading...
2008-10-13 Lennart Poetteringcorrectly load module-flat-volume instead of module...
2008-10-09 Luiz Augusto... Fix possible invalid read while attempting to load...
2008-10-08 Lennart PoetteringMerge commit 'coling/airtunes-0.9.13'
2008-10-08 Colin GuthrieFix a potential C++/C99 ism, add a log message on error...
2008-10-08 Colin GuthrieFollow master change r34dd4a and fix shutdown when...
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 GuthrieMake module-raop-sink/discover work with 0.9.11 API
2008-10-08 Colin GuthrieImplement hardware volume control.
2008-10-08 Colin GuthrieImplement a set volume function to expose this capabili...
2008-10-08 Colin GuthrieUse the new pa_namereg_make_valid_name() function.
2008-10-08 Colin GuthrieAdd Lennart back in to Copyright as I copied these...
2008-10-08 Colin Guthriediscovery of airtunes devices via Bonjour/Avahi.
2008-10-08 Colin GuthrieMinor correction of help text
2008-10-08 Colin GuthrieStill send silence when we are not doing anything else...
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 GuthrieFix up a couple of values related to encoding overhead.
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 forgotten keyword property
2008-10-08 Colin GuthrieSet the send buffer size to prevent rendering silence...
2008-10-08 Colin GuthrieMove the encoding loop around a bit such that it does...
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 Guthrieunref the raw data memblock before requesting more...
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 GuthrieListen to the on_close callback. This still causes...
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 GuthrieA very rough first version of the sink.
2008-10-08 Colin GuthrieAdd more libraries to librtp now that it's doing a...
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 GuthrieSome minor tidyup to remove code now in raop client...
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 GuthrieStart the raop sink. It's based on pipe sink and isn...
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-08 Lennart Poetteringdefine 0dB in PA as maximum amplification
2008-10-08 Lennart Poetteringenable flat volumes by default
2008-10-07 Lennart PoetteringMerge branch 'flatvol'
2008-10-07 Lennart Poetteringquery the sink volume outside of the loop because it...
2008-10-07 Lennart Poetteringuse pa_sink_set_volume() for changing the volume
2008-10-07 Lennart Poetteringcheck the maximum volume of all sink inputs instead...
2008-10-07 Lennart Poetteringsome minor reformatting
2008-10-07 Lennart Poetteringignore sinks that do not carry decibel information
2008-10-07 Lennart Poetteringremove $Id$
2008-10-07 Lennart Poetteringadd a comment that pa_sink_input_set_volume and module...
2008-10-07 Lennart Poetteringif a stream comes with now sensible properties attached...
2008-10-07 Lennart Poetteringafter calling PA_CORE_HOOK_SINK_SET_VOLUME hook, check...
2008-10-07 Lennart Poetteringadditional validity checks
2008-10-07 Lennart Poetteringif the channel map was modified due to PA_SINK_INPUT_FI...
2008-10-07 Lennart Poetteringuse pa_channel_map_init_extend() instead of pa_channel_...
2008-10-07 Lennart Poetteringmodernize a few checks
2008-10-07 Lennart Poetteringwhen the volume is changed make sure we send out a...
2008-10-07 Lennart Poetteringinstead of resetting virtual_volume unconditionally...
2008-10-07 Lennart PoetteringMerge commit 'origin/master-tx' into master-tx
2008-10-07 Luiz Augusto... Unload module-bluetooth-device if the remote device...
2008-10-07 Lennart PoetteringInitialize exit_idle_time to -1 instead of 0 when...
2008-10-07 Lennart PoetteringInitialize exit_idle_time to -1 instead of 0 when...
2008-10-06 Marc-Andre... flat-volume thingy
2008-10-06 Marc-Andre... volume hooks
2008-10-06 Lennart Poetteringmake distcheck pass
2008-10-06 Lennart PoetteringMerge branch 'master' of ssh://rootserver/home/lennart...
2008-10-06 Lennart PoetteringMerge branch 'master' of ssh://rootserver/home/lennart...
2008-10-06 Lennart Poetteringbump version and sonames
2008-10-06 Lennart PoetteringMerge commit 'vudentz/master'
2008-10-06 Lennart Poetteringmake sure we send a started messages when we are uncorking
2008-10-05 Lennart Poetteringupdate module-tunnel for recent protocol changes
2008-10-05 Lennart Poetteringdisable valgrind macro usage for now since valgrind...
2008-10-05 Lennart Poetteringadd missing include
2008-10-04 Lennart Poetteringsubstract the unused record buffer size from the overal...
2008-10-03 Lennart Poetteringget rid of pa_alsa_volume_divide() since we have pa_sw_...
2008-10-03 Lennart Poetteringimplement pa_sw_volume_divide() and pa_sw_cvolume_divide()
next