summaryrefslogtreecommitdiff
path: root/afh.c (follow)
Commit message (Expand)AuthorAge
* Move xrename() from fd.c to afh.c and make it static.Andre Noll2026-07-04
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Improve audio format handler documentation.Andre Noll2025-10-08
* afh: Remove unused filename argument from ->rewrite_tags().Andre Noll2025-09-19
* Merge topic branch t/afh into masterAndre Noll2025-09-14
|\
| * afh: Remove unnecessary fd argument of ->get_file_info().Andre Noll2025-08-28
* | afh.c: Rename confusing variable audio_file_data.Andre Noll2025-09-03
|/
* 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
|/
* afh: Limit chunk numbers to 32 bit.Andre Noll2022-03-28
* afh: Avoid memory leak at exit.Andre Noll2021-08-30
* Merge branch 'refs/heads/t/afh'Andre Noll2019-09-01
|\
| * afh: Constify definition of audio format handlers.Andre Noll2018-12-21
* | afh: Implement --preserve.Andre Noll2018-09-04
|/
* Shorten copyright notice.Andre Noll2017-09-22
* afh: Make parse result pointer static.Andre Noll2017-06-03
* Merge branch 'refs/heads/t/lopsub'Andre Noll2017-04-27
|\
| * Convert para_afh to lopsub.Andre Noll2017-03-26
* | afh: Dynamic chunks.Andre Noll2017-03-25
|/
* Simplify the error subsystem, get rid of error2.[ch].Andre Noll2016-12-20
* afh: Print help if no arguments are given.Andre Noll2016-07-31
* The wma tagger.Andre Noll2015-04-26
* afh: Fix fd leak.Andre Noll2015-01-15
* afh: Unmap the audio file on errors.Andre Noll2015-01-15
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* Change copyright year to 2014.Andre Noll2014-02-22
* afh: Initialize audio format handlers only once.Andre Noll2013-07-13
* afh/play: Include supported audio formats in help output.Andre Noll2013-06-13
* Use self-made help to avoid recompilations on version changes.Andre Noll2013-06-13
* Introduce version.c to limit recompilation on version changes.Andre Noll2013-06-13
* Avoid unwanted log messages during startup.Andre Noll2013-06-13
* Replace gettimeofday() by clock_gettime().Andre Noll2013-04-30
* Change copyright year to 2013.Andre Noll2013-03-25
* para_afh: remove streaming mode.Andre Noll2012-11-18
* Introduce afh_get_afhi_txt().Andre Noll2012-11-18
* Introduce clear_afhi().Andre Noll2012-04-08
* Define status item list in afh_common.c.Andre Noll2012-04-06
* Merge branch 't/mmap_sanity'Andre Noll2012-02-26
|\
| * Improve error diagnostics of mmap_full_file().Andre Noll2012-01-30
* | afh: Use write_all rather than plain write().Andre Noll2012-01-20
* | fd: Make write_all() receive the length by value.Andre Noll2012-01-20
|/
* Change year in copyright message to 2012.Andre Noll2012-01-07
* afh/audioc: Explicitly mark STDOUT as blocking.Andre Noll2012-01-04
* Merge branch 't/crypt_cleanups'Andre Noll2011-04-23
|\
| * Remove some unnecessary includes.Andre Noll2011-03-27
* | Fix git-version file creation.Andre Noll2011-03-05
|/
* Add Infrastructure for dynamic header computation.Andre Noll2011-01-29
* afh: Fix a memory leak in stream mode.Andre Noll2011-01-29