2022-10-17 |
Andre Noll | Introduce afs_error(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | afs.c: Move com_select() and its callback down. |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | Rename mood_switch(), mood_close(), playlist_{open... |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | Assume that score_open() and score_clear() always succeed. |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | playlist.c: Rename playlist_info -> playlist_instance. |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | mood.c: Rename struct mood to mood_instance. |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | afs.c: Rename ->handler of struct callback_query to... |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | Simplify and improve activate_mood_or_playlist(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | afs: Replace ->init of afs tables by table operations. |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | Merge load_playlist() into playlist_open() and simplify. |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | Simplify row_belongs_to_score_table(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | Remove mood.h. |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | Clean up and rename change_current_mood(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | mood.c: Simplify and rename load_mood(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | mood.c: Move struct statistics into struct mood. |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | afs.c: Improve activate_mood_or_playlist(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | Improve playlist_open(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | blob.c: Don't initialize table pointer in table->init(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | blob: Constify name argument of blob_get_def_by_name(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | Rename admissible_file_loop() -> score_loop(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | Remove get_num_admissible_files(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | Declare {was,is}_admissible as bools. |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | score.c: Remove event handler. |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | score.c: Merge score_add into score_update(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | mood.c: Remove pointless check in reload_current_mood(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | mood.c: Remove row_is_admissible(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | Remove E_NO_MOOD, |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | afs.c: Remove enum afs_table_num. |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | attribute.c: Remove struct addatt_event_data(). |
commit | commitdiff | tree | snapshot |
2022-10-17 |
Andre Noll | score.c: Remove pointless assignment. |
commit | commitdiff | tree | snapshot |
2022-10-03 |
Andre Noll | build: Run test-clean on maintainer-clean. |
commit | commitdiff | tree | snapshot |
2022-10-03 |
Andre Noll | Open-code find_arg(). |
commit | commitdiff | tree | snapshot |
2022-10-03 |
Andre Noll | Makefile: Fix compilation after header removal, try #2. |
commit | commitdiff | tree | snapshot |
2022-10-03 |
Andre Noll | com_term(): Ignore SIGTERM. |
commit | commitdiff | tree | snapshot |
2022-10-03 |
Andre Noll | para_play: Compute the current time more accurately. |
commit | commitdiff | tree | snapshot |
2022-10-03 |
Andre Noll | paraslash 0.7.1 v0.7.1 |
commit | commitdiff | tree | snapshot |
2022-10-03 |
Andre Noll | Merge topic branch t/overflow into master |
commit | commitdiff | tree | snapshot |
2022-09-27 |
Andre Noll | i9e: Remove \return from documentation of i9e_attach_to... |
commit | commitdiff | tree | snapshot |
2022-09-27 |
Andre Noll | daemon: Improve documentation of daemon_open_log_or_die(). |
commit | commitdiff | tree | snapshot |
2022-09-25 |
Andre Noll | Remove unused error code MOOD_SYNTAX. |
commit | commitdiff | tree | snapshot |
2022-09-18 |
Andre Noll | Merge branch 'refs/heads/t/ll' |
commit | commitdiff | tree | snapshot |
2022-09-11 |
Andre Noll | Merge branch 'refs/heads/t/poll' |
commit | commitdiff | tree | snapshot |
2022-09-03 |
Andre Noll | Merge branch 'refs/heads/t/mp4ff' |
commit | commitdiff | tree | snapshot |
2022-08-31 |
Andre Noll | Merge branch 'refs/heads/t/autogen' |
commit | commitdiff | tree | snapshot |
2022-08-28 |
Andre Noll | Switch from select(2) to poll(2). |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | Rename ->{pre,post}_select methods to ->{pre,post}_monitor. |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | Misc documentation cleanups related to select(). |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | stdin/stdout: Streamline documentation of {pre,post... |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | Consolidate receiver/filter/writer {pre,post}_select... |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | Hide implementation of para_fd_set(). |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | send: Avoid select-specific arguments in {pre,post... |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | sched: Introduce sched_{read,write}_ok(). |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | audiod: Rename handle_connect(). |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | net: Drop fd_set parameter from para_accept(). |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | fd: Drop fd_set parameter from read_nonblock() and... |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | interactive: Avoid select(2) in input_available(). |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | fd.c: Prefer poll(2) over select(2) for write_ok(). |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | sched: Use integer value for select timeout. |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Andre Noll | para_play: Avoid invalid time display on pause. |
commit | commitdiff | tree | snapshot |
2022-08-21 |
Andre Noll | Merge branch 'maint' |
commit | commitdiff | tree | snapshot |
2022-08-21 |
Andre Noll | i9e: Fix invalid key handling. |
commit | commitdiff | tree | snapshot |
2022-08-21 |
Andre Noll | i9e: Fix braino in i9e_post_select(). |
commit | commitdiff | tree | snapshot |
2022-07-29 |
Andre Noll | build: Compile with -ftrapv. |
commit | commitdiff | tree | snapshot |
2022-07-29 |
Andre Noll | string: Introduce arr_zalloc(). |
commit | commitdiff | tree | snapshot |
2022-07-29 |
Andre Noll | string: Introduce arr_alloc(). |
commit | commitdiff | tree | snapshot |
2022-07-29 |
Andre Noll | string: Introduce arr_realloc() and check for integer... |
commit | commitdiff | tree | snapshot |
2022-07-29 |
Andre Noll | string: Rename para_calloc() -> zalloc(). |
commit | commitdiff | tree | snapshot |
2022-07-29 |
Andre Noll | string: Rename para_malloc() -> alloc(). |
commit | commitdiff | tree | snapshot |
2022-07-29 |
Andre Noll | string: Overhaul para_strdup(). |
commit | commitdiff | tree | snapshot |
2022-07-28 |
Andre Noll | audiod: Demote severity level of command errors. |
commit | commitdiff | tree | snapshot |
2022-07-28 |
Andre Noll | audiod: Fix time diff warning log message. |
commit | commitdiff | tree | snapshot |
2022-07-12 |
Andre Noll | New server command: ll to change the log level at runtime. |
commit | commitdiff | tree | snapshot |
2022-07-02 |
Andre Noll | New audiod command: ll to change the log level at runtime. |
commit | commitdiff | tree | snapshot |
2022-07-02 |
Andre Noll | daemon: Kill get_loglevel_by_name(). |
commit | commitdiff | tree | snapshot |
2022-07-02 |
Andre Noll | server/audiod: Don't parse loglevel argument unnecessarily. |
commit | commitdiff | tree | snapshot |
2022-06-29 |
Andre Noll | mp4: Don't abort on truncated files. |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Andre Noll | mp4: Document the purpose of each atom. |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Andre Noll | mp4: Doxify the public API. |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Andre Noll | mp4: Check for missing metadata also for regular opens. |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Andre Noll | mp4: Rename mp4_open_read() to mp4_open(). |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Andre Noll | mp4: Rename mp4_meta_update() to mp4_update_meta(). |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Andre Noll | mp4: Simplify mp4_num_samples(). |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Andre Noll | mp4: Reject files with zero time scale. |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Andre Noll | mp4: Assorted trivial cleanups. |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Andre Noll | mp4: Remove ->len member of struct mp4_tag. |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Andre Noll | mp4: Fix possible memory leak on errors. |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Andre Noll | mp4: Return proper types for sample rate and count. |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Andre Noll | mp4: Fail early on invalid sample rate or sample count. |
commit | commitdiff | tree | snapshot |
2022-06-06 |
Andre Noll | mp4: Remove E_MP4_BAD_CHANNEL_COUNT. |
commit | commitdiff | tree | snapshot |
2022-06-06 |
Andre Noll | mp4: Improve mp4_get_sample_size(). |
commit | commitdiff | tree | snapshot |
2022-06-06 |
Andre Noll | mp4: Make sample number be an unsigned parameter. |
commit | commitdiff | tree | snapshot |
2022-06-06 |
Andre Noll | mp4: Check the return value of ->truncate(). |
commit | commitdiff | tree | snapshot |
2022-06-06 |
Andre Noll | mp4: Make most loop variables unsigned. |
commit | commitdiff | tree | snapshot |
2022-06-06 |
Andre Noll | mp4: Replace the five tag value functions by a single... |
commit | commitdiff | tree | snapshot |
2022-06-06 |
Andre Noll | mp4: Provide proper error codes for all errors. |
commit | commitdiff | tree | snapshot |
2022-06-06 |
Andre Noll | mp4: Simplify atom_read_header(). |
commit | commitdiff | tree | snapshot |
2022-06-05 |
Andre Noll | mp4: Remove tracks array. |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Andre Noll | Remove para_dirname() and para_basename(). |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Andre Noll | mp4: Merge read_mp4a() into read_stsd(). |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Andre Noll | mp4: Introduce skip_bytes(). |
commit | commitdiff | tree | snapshot |
next |