summaryrefslogtreecommitdiff
path: root/oss_write.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* doxygen: Hide user_data variables.Andre Noll2025-10-08
* Include regex.h from para.h.Andre Noll2025-05-19
* Consolidate EOF error codes.Andre Noll2023-03-11
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
* | Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* | Hide implementation of para_fd_set().Andre Noll2022-08-25
* | sched: Introduce sched_{read,write}_ok().Andre Noll2022-08-25
|/
* Teach writers to abort gracefully on early EOF.Andre Noll2021-10-21
* oss: Bail out on unsupported audio formats.Andre Noll2018-09-30
* Shorten copyright notice.Andre Noll2017-09-22
* Convert writers to lopsub.Andre Noll2017-03-26
* Fix signedness issues in format strings.Andre Noll2016-12-04
* Update year in copyright headers.Andre Noll2015-01-12
* Remove unnecessary system header includes.Andre Noll2015-01-12
* Assorted typo fixes in comments.Andre Noll2015-01-11
* oss: Avoid sound artefacts on some setups.Andre Noll2014-09-21
* oss: Introduce sound device lock.Andre Noll2014-09-21
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* sched: Directly pass context pointer to pre/post_select().Andre Noll2014-05-25
* task_register() conversion: writersAndre Noll2014-05-25
* Change copyright year to 2014.Andre Noll2014-02-22
* Revamp ggo help.Andre Noll2013-06-13
* sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
* sched: Kill old ->post_select variant.Andre Noll2013-04-30
* oss writer: Switch to the alternative post select method.Andre Noll2013-04-30
* Change copyright year to 2013.Andre Noll2013-03-25
* Make writer nodes honor notifications.Andre Noll2012-11-18
* Simplify ggo makefile.Andre Noll2012-08-27
* write: Get rid of gengetopt's string parser.Andre Noll2012-08-27
* btr: Remove btr_free_node().Andre Noll2012-07-08
* write: Remove ->shutdown.Andre Noll2012-07-08
* oss: Add proper error message on init.Andre Noll2012-05-19
* Rename write_nonblock() to xwrite().Andre Noll2012-01-20
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* Remove some unnecessary includes.Andre Noll2011-03-27
* para_write: Return proper error code.Andre Noll2011-03-12
* Fix oss_init() error path.Andre Noll2011-02-20
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* writers: Kill ->open.Andre Noll2010-11-23
* oss: Make oss_open() a no-op.Andre Noll2010-11-23
* writers: Unify ->pre_select().Andre Noll2010-11-23
* Change the ->open method of writers to void.Andre Noll2010-11-23
* write: Simplify config parsers.Andre Noll2010-11-23
* write: Support audio formats != 16 bit little endian.Andre Noll2010-07-13
* write: Make get_btr_value() return void.Andre Noll2010-07-13
* Deduplicate --channels and --sample-rate.Andre Noll2010-07-13
* Cosmetics: Rename samplerate to sample_rate.Andre Noll2010-07-13