summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* core: liberalize 99a6a4 a bitLennart Poettering2009-05-082-9/+17
| | | | | | While flags should generally be initialized by passing them to pa_{sink|source}_new() we make an exception for the volume related flags which may be initilized afterwards, but before _put().
* core: cache requested latency only when we are running, not while we are ↵Lennart Poettering2009-05-082-4/+10
| | | | still constructing
* core: make sure we fix up flags/monitor flags already in pa_sink_new() ↵Lennart Poettering2009-05-083-36/+26
| | | | instead of pa_sink_put()
* core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering2009-05-0811-16/+48
| | | | | This allows us to forward the fixed latency directly from the sink to the monitor source withut having to wait for pa_sink_put().
* macro: add macros for initializing memoryLennart Poettering2009-05-081-0/+3
|
* sconv: fix a few minor conversion issuesLennart Poettering2009-05-012-6/+6
|
* resampler-test: add tests for 24bit sample formatsLennart Poettering2009-05-011-3/+62
|
* resampler-test: use global PA_FLOAT32_SWAP implementationLennart Poettering2009-05-011-8/+2
|
* alsa: initialize buffer size before number of periods to improve compat with ↵Lennart Poettering2009-05-011-13/+20
| | | | some backends
* sample-util: fix iteration loop when adjusting volume of s24 samplesLennart Poettering2009-05-011-4/+4
|
* sample-util: properly allocate silence block for s24-32 formatsLennart Poettering2009-05-011-0/+4
|
* endian: fix LE/BE order for 24 bit accessor functionsLennart Poettering2009-05-011-4/+4
|
* zeroconf: properly unref native protocol objectLennart Poettering2009-05-011-0/+3
|
* sample: correctly pass s24-32 formatsLennart Poettering2009-05-011-4/+4
|
* alsa: don't hit an assert when invalid module arguments are passedLennart Poettering2009-05-012-2/+4
|
* zeroconf: use pa_get_{user|host}_name_malloc() where applicableLennart Poettering2009-04-301-8/+14
|
* zeroconf: copy more sink/source properties into DNS-SD TXT dataLennart Poettering2009-04-301-7/+34
|
* zeroconf: computer native protocol port automaticallyLennart Poettering2009-04-301-13/+32
|
* headers: minor cleanupsLennart Poettering2009-04-302-4/+6
|
* rygel: get rid of forgotten debug trapLennart Poettering2009-04-301-2/+0
|
* rygel: instead of always handing out wildcard address find out the actual ↵Lennart Poettering2009-04-301-2/+48
| | | | address we are listening on
* http: export information about currently active server stringsLennart Poettering2009-04-303-3/+70
|
* strlist: add new calls pa_strlist_{next|data}()Lennart Poettering2009-04-302-0/+18
|
* parseaddr: add new call pa_is_ip_address()Lennart Poettering2009-04-302-0/+17
|
* rygel: make server name configurableLennart Poettering2009-04-291-1/+21
|
* rygel: add module that interfaces with Rygel UPnPLennart Poettering2009-04-292-0/+560
|
* http: split out mime type handling callsLennart Poettering2009-04-294-155/+222
|
* protocol-http: allow listening into sinks/sources via HTTPLennart Poettering2009-04-291-111/+394
|
* ioline: add new calls pa_ioline_detach_iochannel() and pa_ioline_is_drained()Lennart Poettering2009-04-292-2/+31
|
* ioline: add callback that can be called when the ioline object is fully drainedLennart Poettering2009-04-292-1/+25
|
* simple-protocol: don't hit an assert when we call connection_unlink() earlyLennart Poettering2009-04-291-1/+1
|
* protocol-http: substantial modernizationsLennart Poettering2009-04-291-103/+394
|
* alsa: allow configuration of fallback device strings in profilesLennart Poettering2009-04-292-37/+90
| | | | | | This has the benefit that we can properly support ALSA devices where only the raw 'hw' device exists but no 'front' although it's a proper 2ch stereo device.
* protocol-native,proplist-util: port to pa_get_{user|host}_name_malloc()Lennart Poettering2009-04-292-13/+19
|
* core-util: introduce pa_get_host_name_malloc() and pa_get_user_name_malloc()Lennart Poettering2009-04-292-19/+49
|
* memtrap: implicitly page align memory areasLennart Poettering2009-04-291-4/+6
|
* macro: make pa_page_align roung up instead of downLennart Poettering2009-04-291-1/+2
|
* macro: add new macro pa_align_ptr()Lennart Poettering2009-04-291-0/+8
|
* shm: minor modernizationsLennart Poettering2009-04-291-3/+3
|
* shm: page align shm size when mmap()ing itLennart Poettering2009-04-291-3/+3
|
* strbuf: add new call pa_strbuf_putc()Lennart Poettering2009-04-292-0/+8
|
* idxset: add enumeration macro PA_IDXSET_FOREACHLennart Poettering2009-04-291-0/+4
|
* build-system: move x11 and jack modules into subdirectoriesLennart Poettering2009-04-287-12/+12
|
* start-pulseaudio-x11: don't start a local sound server if a remote sound ↵Lennart Poettering2009-04-221-0/+2
| | | | server is configured
* memtrap,aupdate: split atomic update from memtrap into seperate aupdate ↵Lennart Poettering2009-04-225-82/+264
| | | | framework
* memtrap: add a bit of documentation for memtrapLennart Poettering2009-04-211-0/+11
|
* memtrap: fix parameter typeLennart Poettering2009-04-211-1/+1
|
* memtrap: hook up core to memtrap systemLennart Poettering2009-04-213-1/+11
|
* memtrap: make installation of SIGBUS handler explicit to ease integration ↵Lennart Poettering2009-04-213-23/+18
| | | | into libraries
* memtrap: when we fail to handle sigbus say soLennart Poettering2009-04-211-0/+1
|