]> code.delx.au - pulseaudio/history - src/polyp
add proper locking when accessing the file volume.table
[pulseaudio] / src / polyp /
2006-05-17 Lennart Poetteringincrease PA_CHANNELS_MAX to 32
2006-05-17 Lennart Poetteringadd new channel mapping standard PA_CHANNEL_MAP_OSS
2006-05-17 Pierre OssmanUpdate documentation to contain the UTF-8 requirement.
2006-05-17 Pierre OssmanDocumentation for the threaded main loop API.
2006-05-17 Pierre OssmanAdd Microsoft's WAVEFORMWATEEXTENSIBLE channel mapping.
2006-05-16 Lennart Poettering* modify pa_channel_map_init_auto() to take an extra...
2006-05-16 Lennart Poetteringuse the new latency update callback to be notified...
2006-05-15 Lennart Poetteringadd notification callback which is called when new...
2006-05-14 Lennart Poettering* add new parameter to pa_open_config_file() to specify...
2006-05-13 Lennart Poetteringremove superfluous log message
2006-05-11 Pierre OssmanWindows support for the threaded API.
2006-05-11 Lennart Poetteringupdate doxygen docs
2006-05-11 Lennart Poetteringdon't signal the accept_cond automatically when waiting...
2006-05-11 Lennart Poetteringsplit of signal releasing into its own function and...
2006-05-11 Pierre OssmanRemove some debug code that wasn't supposed to be commi...
2006-05-11 Pierre OssmanHandle pipes on platforms where they are non-existant...
2006-05-11 Pierre OssmanInclude log header to get rid of warnings.
2006-05-11 Pierre OssmanDo WSAStartup() in the DLL entry routine instead of...
2006-05-09 Lennart Poetteringfix handling of timing status requests
2006-05-09 Pierre OssmanAdd stubs for the threaded main loop so that we can...
2006-05-06 Lennart Poetteringrework the simple API to make use of the new threaded...
2006-05-06 Lennart Poettering* optionally, make pa_threaded_mainloop_signal() wait...
2006-05-06 Lennart Poetteringremove bogus check that disallowed latency interpolatio...
2006-05-06 Lennart Poetteringallow signalling from event loop thread
2006-05-02 Pierre OssmanWindows doesn't have POSIX thread. ifdef out things...
2006-04-30 Lennart Poetteringadd new threaded main loop implementation (with test...
2006-04-30 Lennart Poettering* make sure the wakeup fd is polled on wven when no...
2006-04-27 Pierre OssmanClarify how the automatic channel map is generated.
2006-04-26 Lennart Poetteringit was a bad idea to require that a channel map doesn...
2006-04-26 Lennart Poettering* make a validity check of parsed channel maps before...
2006-04-26 Lennart Poetteringdon't allow channel positions to be specified twice...
2006-04-26 Lennart Poettering* add new function pa_channel_map_parse()
2006-04-24 Lennart Poettering* rework reference counting in the client libraries...
2006-04-23 Lennart Poetteringsmall optimization
2006-04-23 Lennart Poetteringfix sample uploading
2006-04-23 Lennart Poettering* fix ref counting of pa_stream: strictly refcount...
2006-04-23 Lennart Poetteringintroduce a new error PA_ERR_TOOLARGE
2006-04-23 Lennart Poetteringfix multiplication of software pa_cvolumes
2006-04-19 Pierre OssmanWin32 needs to have the socket subsystem initialised.
2006-04-19 Pierre OssmanHaving constant deferred events isn't allowed and cause...
2006-04-18 Lennart Poetteringfix a couple of issues I found when compiling polypaudi...
2006-04-18 Pierre OssmanAvoid including non-portable header sys/poll.h.
2006-04-16 Lennart Poettering* add pa_mainloop_wakeup() calls for deferred events
2006-04-16 Lennart Poetteringadd new API to replace the poll() function used by...
2006-04-16 Pierre OssmanClarify behaviour of deferred events.
2006-04-13 Lennart Poetteringmore documentation updates
2006-04-13 Lennart PoetteringDocumentation updates
2006-04-12 Lennart Poetteringinclude local record memblockq in latency calculations
2006-04-12 Lennart Poettering* dispatch defer events in pa_mainloop_dispatch() and...
2006-04-12 Lennart Poetteringremove a bunch of log messages
2006-04-12 Lennart Poettering* rename "latency correction" to "write index correction"
2006-04-12 Lennart Poetteringproper validity checking for pa_context_is_pending()
2006-04-10 Lennart Poetteringreturn the error code and not just -1 when pa_context_i...
2006-04-10 Lennart Poetteringvalidity checks for pa_context_is_pending()
2006-04-10 Lennart Poettering* implement PA_STREAM_AUTO_TIMING_UPDATE
2006-04-10 Lennart Poetteringadd new PA_STREAM_AUTO_TIMING_UPDATE
2006-04-10 Lennart Poetteringunbreak last commit from ossman
2006-04-09 Pierre OssmanUse the modern Ki/Mi/Gi prefixes to clarify that 1024...
2006-04-09 Pierre OssmanBig documentation update. Describe the client API in...
2006-04-07 Lennart Poetteringadd new introspection data field for sinks/sources...
2006-04-07 Lennart Poettering* enable write_index correction and timing interpolatio...
2006-04-07 Lennart Poettering* update docs for reworked latency API
2006-04-07 Lennart Poetteringupdate simple API for new latency API
2006-04-07 Lennart Poetteringrework latency querying API (this needs more testing)
2006-03-11 Pierre OssmanWe no longer guarantee that an operation object is...
2006-03-07 Pierre OssmanThe extra stream ref actually did some good. Re-add...
2006-03-07 Pierre OssmanWe've already set an initial reference count of 1 so...
2006-03-02 Pierre OssmanNegotiate protocol version between server and client...
2006-03-02 Pierre OssmanThe tag argument is no longer unused.
2006-03-02 Pierre OssmanFix warnings on 64-bit systems.
2006-03-02 Pierre OssmanHandle the new latency protocol. This is just a quick...
2006-02-24 Lennart Poetteringadd support for authentication using SCM_CREDENTIALS
2006-02-23 Pierre OssmanSome new additions were mislabeled as '\since 0.9'.
2006-02-23 Pierre OssmanMute switch for sinks and sources. This is independent...
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-23 Lennart Poetteringsimplify tagstruct creation
2006-02-22 Lennart Poetteringrevive howl support
2006-02-22 Lennart Poetteringrework parameter validity checking in protocol-native...
2006-02-22 Pierre OssmanWrong userdata used to init operation.
2006-02-22 Pierre OssmanSupport for setting volume on sources.
2006-02-20 Lennart Poetteringbuild defer() function in src/polyp/mainloop-signal...
2006-02-20 Lennart Poetteringimprove error checking in simple API
2006-02-20 Lennart Poetteringadd validity check for the "server" parameter of pa_con...
2006-02-20 Lennart Poettering* modify pa_context_exit_daemon() to return a pa_operat...
2006-02-20 Lennart Poettering* a lot of doxygen updates
2006-02-20 Lennart Poetteringadd doxygen docs for channel map
2006-02-20 Lennart Poetteringminor doxygen fixes
2006-02-20 Lennart Poetteringreplace "spawn" parameter of pa_context_new() with...
2006-02-20 Lennart Poettering* Make typdefs for the pa_context callback prototypes
2006-02-20 Lennart Poettering1) Add flexible seeking support (including absolute...
2006-02-17 Pierre OssmanProperly clear members during init.
2006-02-17 Pierre OssmanThat's a delta parameter, not a size parameter.
2006-02-17 Pierre OssmanHave a memblock queue on the client side during recordi...
2006-02-17 Pierre OssmanFix path to poll.h.
2006-02-17 Pierre OssmanFix typo in #ifndef.
2006-02-17 Pierre OssmanCleaned up the includes after the restructuring. Indica...
2006-02-17 Lennart Poetteringfix doxygen
2006-02-16 Lennart Poetteringinclude header files in simple.h with <> instead of ""
2006-02-16 Lennart Poettering* drop polylib prefix from #define
2006-02-16 Lennart Poetteringfix compilation of simple API
next