index
:
paraslash
master
next
pu
releases
v0.2
v0.3
paraslash - network audio streaming tools
Andre Noll
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ao_write.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Switch to SPDX identifiers.
Andre Noll
2026-03-17
*
doxygen: Hide user_data variables.
Andre Noll
2025-10-08
*
Include regex.h from para.h.
Andre Noll
2025-05-19
*
New audio formats: 32 bit float (little and big endian).
Andre Noll
2024-09-15
*
Consolidate EOF error codes.
Andre Noll
2023-03-11
*
Merge topic branch t/overflow into master
Andre Noll
2022-10-03
|
\
|
*
string: Rename para_malloc() -> alloc().
Andre Noll
2022-07-29
*
|
Rename ->{pre,post}_select methods to ->{pre,post}_monitor.
Andre Noll
2022-08-25
|
/
*
Teach writers to abort gracefully on early EOF.
Andre Noll
2021-10-21
*
ao: Get rid of E_AO_BAD_SAMPLE_FORMAT.
Andre Noll
2018-09-30
*
ao: Fix formatting of aow_show_drivers().
Andre Noll
2018-09-13
*
ao_write: Silence sparse warning.
Andre Noll
2018-08-12
*
Shorten copyright notice.
Andre Noll
2017-09-22
*
Convert writers to lopsub.
Andre Noll
2017-03-26
*
Update year in copyright headers.
Andre Noll
2015-01-12
*
doc: Change email address to maan@tuebingen.mpg.de
Andre Noll
2014-08-18
*
sched: Directly pass context pointer to pre/post_select().
Andre Noll
2014-05-25
*
task_register() conversion: writers
Andre Noll
2014-05-25
*
ao_write: Call ao_initialize() only once.
Andre Noll
2014-04-06
*
ao_write: Join threads before returning an error from aow_post_select().
Andre Noll
2014-04-06
*
ao_write: Simplify locking.
Andre Noll
2014-04-06
*
Don't unlock and lock the thread mutex unnecessarily.
Andre Noll
2014-04-06
*
ao_write: Check return value of pthread functions.
Andre Noll
2014-04-06
*
ao_write: Avoid segfault on exit.
Andre Noll
2014-04-06
*
ao_write: Avoid pthread_join().
Andre Noll
2014-04-06
*
ao_write: Enforce a 20ms timeout.
Andre Noll
2014-04-06
*
ao_write: Fix spurious segfault.
Andre Noll
2014-04-06
*
Change copyright year to 2014.
Andre Noll
2014-02-22
*
Revamp ggo help.
Andre Noll
2013-06-13
*
sched: Rename new_post_select back to post_select.
Andre Noll
2013-04-30
*
sched: Kill old ->post_select variant.
Andre Noll
2013-04-30
*
ao: Switch to the alternative post select method.
Andre Noll
2013-04-30
*
Change copyright year to 2013.
Andre Noll
2013-03-25
*
Simplify ggo makefile.
Andre Noll
2012-08-27
*
write: Get rid of gengetopt's string parser.
Andre Noll
2012-08-27
*
btr: Remove btr_free_node().
Andre Noll
2012-07-08
*
write: Remove ->shutdown.
Andre Noll
2012-07-08
*
Change year in copyright message to 2012.
Andre Noll
2012-01-07
*
Always include stdbool.h.
Andre Noll
2011-12-18
*
KILL E_AO_WRITE.
Andre Noll
2011-04-21
*
Implement support for libao via the new ao writer.
Andre Noll
2011-04-21