summaryrefslogtreecommitdiff
path: root/play.c (follow)
Commit message (Expand)AuthorAge
* client/audioc: Create ~/.paraslash in interactive mode.Andre Noll2026-07-04
* Merge topic branch t/spdx into masterAndre Noll2026-03-26
|\
| * Switch to SPDX identifiers.Andre Noll2026-03-17
* | play: Fix some memory leaks on exit.Andre Noll2026-03-22
|/
* Improve para_play documentation.Andre Noll2025-10-08
* Make struct sched private, introduce sched_new().Andre Noll2025-07-13
* Merge topic branch t/completion into masterAndre Noll2025-06-14
|\
| * i9e: Constify i9e_complete_option().Andre Noll2025-05-18
* | i9e: Constify completer arrays.Andre Noll2025-06-10
* | Prefer __func__ to __FUNCTION__.Andre Noll2025-06-10
* | play.c: Kill pointless typedef.Andre Noll2025-05-20
* | Merge topic branch t/build into masterAndre Noll2025-05-20
|\ \
| * | build: Merge version.{c,h} into string.{c,h}.Andre Noll2025-03-25
* | | Include regex.h from para.h.Andre Noll2025-05-19
| |/ |/|
* | Check return value of lsu_com_help().Andre Noll2025-05-03
|/
* Merge topic branch t/play into masterAndre Noll2024-09-04
|\
| * play: Shut down alsa on input EOF.Andre Noll2024-09-04
| * play: Simplify and improve get_key_map_seq().Andre Noll2024-09-04
| * play: Remove pointless goto in play_post_monitor().Andre Noll2024-09-04
| * Return from filter_setup() so callers can reset the terminal.Andre Noll2024-05-26
| * Let para_play depend on libreadline.Andre Noll2024-05-26
* | Merge branch 'maint'Andre Noll2024-08-06
|\ \ | |/ |/|
| * play: Fix some integer overflows().Andre Noll2024-05-18
* | play.c: Replace NULL check by assertion.Andre Noll2024-05-26
* | fd: Revamp para_mkdir().Andre Noll2023-05-07
* | Consolidate EOF error codes.Andre Noll2023-03-11
* | Fix memory leak in para_play().Andre Noll2023-02-12
* | Para_play: Improve doxygen global description.Andre Noll2023-02-12
* | para_play: Compute the current time more accurately.Andre Noll2022-10-03
* | Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\ \
| * | string: Introduce arr_zalloc().Andre Noll2022-07-29
| * | string: Introduce arr_alloc().Andre Noll2022-07-29
| * | string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
| * | string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* | | Switch from select(2) to poll(2).Andre Noll2022-08-28
* | | 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
* | | sched: Use integer value for select timeout.Andre Noll2022-08-25
* | | para_play: Avoid invalid time display on pause.Andre Noll2022-08-25
|/ /
* / i9e: Fix typo: s/ie9/i9e.Andre Noll2021-11-14
|/
* play: Avoid gcc warning when compiling without readline.Andre Noll2021-09-29
* play: Create ~/.paraslash.Andre Noll2021-05-28
* Merge branch 'refs/heads/t/para_play'Andre Noll2020-05-16
|\
| * play: New option: --end-of-playlist.Andre Noll2019-05-18
* | Remove ->init() of struct receiver.Andre Noll2018-12-21
* | afh: Constify definition of audio format handlers.Andre Noll2018-12-21
|/
* play: Use lsu_merge_config_file_options().Andre Noll2018-04-23
* Trivial: Rename completion_result variables.Andre Noll2018-04-22
* play: Implement help --long.Andre Noll2018-04-22