platform/upstream/pulseaudio.git
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-06 Lennart Poetteringmake distcheck pass v0.9.13
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()
2008-10-03 Lennart Poetteringincrease suspend timeout to 5s so that it is always...
2008-10-03 Lennart Poetteringdon't call snd_pcm_drain() when we suspend because...
2008-10-03 Lennart Poetteringadd missing inclusion
2008-10-03 Lennart Poetteringdo not cleanup staticly allocated memory unless we...
2008-10-03 Lennart Poetteringshow valgrind status on startup
2008-10-03 Lennart Poetteringinstead of checking for directly use new function...
2008-10-03 Lennart Poetteringadd new API function pa_in_valgrind() to check for
2008-10-03 Luiz Augusto... Fix loading module-bluetooth-device with an invalid...
2008-10-03 Luiz Augusto... Replace handlers of deprecated Connected signals with...
2008-10-03 Luiz Augusto... Cleanup module-bluetooth-discover.
2008-10-03 Luiz Augusto... Fix Connected signal handler.
2008-10-03 Luiz Augusto... Fix match rule problems.
2008-10-03 Luiz Augusto... Remove PropertyChanged signal handler.
2008-10-03 Luiz Augusto... Add signal handlers for Connected signals.
2008-10-03 Luiz Augusto... Add match rules for org.bluez.Headset and org.bluez...
2008-10-03 Lennart Poetteringrename pa_cvolume_snprint_dB to pa_sw_cvolume_snprint_d...
2008-10-03 Lennart Poetteringallow - in sample names
2008-10-03 Lennart Poetteringincrease PA_CVOLUME_SNPRINT_MAX to a proper value and...
2008-10-03 Lennart Poetteringwhen checking the validity of a cvolume check whether...
2008-10-03 Lennart Poetteringadd missing calls to map file
2008-10-03 Lennart Poetteringadd new API call pa_cvolume_compatible()
2008-10-03 Lennart Poetteringadd new API call pa_cvolume_snprint_dB()
2008-10-03 Lennart Poetteringadd new API call pa_cvolume_init()
2008-10-03 Lennart Poetteringextend documentation for pa_channel_map_init()
2008-10-03 Lennart Poetteringmake a few casts explicit to remove compiler warnings
2008-10-03 Lennart Poetteringa bit of late pa_bool_t'ization
2008-10-03 Lennart Poetteringtreat a channel map only then as compatible with a...
2008-10-03 Lennart Poetteringadd new API function pa_sample_spec_init()
2008-10-03 Lennart Poetteringif a volume or channel map is invalid show so when...
2008-10-03 Lennart Poetteringuser lrint() and friends in inner loops instead of...
2008-10-03 Lennart Poetteringuse PA_FLOAT32_SWAP where useful
2008-10-02 Lennart Poetteringoptimize mixing routines a bit by pulling the multiplic...
2008-10-02 Lennart Poetteringmake sure we call pa_sink_process_rewind() if a rewind...
2008-10-02 Lennart Poetteringwhen we mix into a 16bit accumulator make sure we clamp...
2008-10-01 Lennart Poetteringproperly parse response to pa_stream_set_buffer_attr...
2008-10-01 Lennart Poetteringinform dsp_empty_socket() *after* we emptied the dsp...
2008-10-01 Lennart Poetteringmake simple protocol not crash when allocating a memory...
2008-10-01 Lennart Poetteringwhen killing gconf helper, loop over EINTR
2008-10-01 Lennart PoetteringPA_WARN_REFERENCE works only for ELF targets
2008-10-01 Lennart Poetteringdon't hit an assert if a kernel driver reports invalid...
2008-10-01 Lennart Poetteringremove useless log message
2008-10-01 Lennart Poetteringremove useless log message, re #367
2008-10-01 Lennart Poetteringfix support for ALSA devices which lack dB information
2008-09-30 Lennart Poetteringit's --daemonize, not --daemon
2008-09-30 Lennart PoetteringMerge commit 'coling/master'
2008-09-30 Lennart Poetteringa few FreeBSD fixes, from alexis
2008-09-30 Lennart Poetteringreplace module-volume-restore by module-stream-restore...
2008-09-30 Lennart Poetteringit might be a bit too early to initialize bluetooth...
2008-09-30 Lennart Poetteringfix typo in default.conf, closes bug #354
2008-09-30 Lennart Poetteringfollow PropertyChanged signals from BlueZ
2008-09-30 Lennart PoetteringSome man page updates, add missing documentation, other...
2008-09-30 Lennart PoetteringMake the shared memory segment size configurable
2008-09-29 Nixesound auth-ip-acl fix
2008-09-29 Stelian Ionescuhave make_random_dir respect $TMPDIR
2008-09-29 Lennart Poetteringmake module-bluetooth-discover actually load modules...
2008-09-29 Lennart Poetteringall kinds of minor type, memory leak, initializatio...
2008-09-29 Lennart Poetteringinstead of failing when the requested sampling rate...
2008-09-29 Lennart PoetteringUse the same module parameter names for module-bluetoot...
2008-09-29 Lennart Poetteringuse TRUE for pa_bool_t arguments
2008-09-29 Lennart Poetteringremove a few compiler warnings in BlueZ code
2008-09-27 Lennart Poetteringfix compilation errors in priority queue code
2008-09-26 Lennart Poetteringignore bt proximity helper
2008-09-26 Lennart Poetteringadd a generic priority queue implementation
2008-09-26 Lennart Poetteringmake pa_idxset_trivial_compare_func() do a full compare...
2008-09-26 Lennart Poetteringsome minor fixes and cleanups in the bt code
2008-09-12 Lennart Poetteringmake sure ~/.pulse exists before we create the runtime...
2008-09-10 Lennart Poetteringreplace Makefile stub copies by symlinks
next