summaryrefslogtreecommitdiff
path: root/afh_common.c (follow)
Commit message (Expand)AuthorAge
* 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
* Remove documentation of non-existing fd parameter of compute_afhi().Andre Noll2025-09-08
* afh: Remove unnecessary fd argument of ->get_file_info().Andre Noll2025-08-28
* afh: Make ->rewrite_tags() mandatory.Andre Noll2025-08-28
* afh_common.c: Kill next_audio_format().Andre Noll2025-08-28
* Improve documentation of set_max_chunk_size().Andre Noll2025-05-22
* Include regex.h from para.h.Andre Noll2025-05-19
* afh: Limit chunk numbers to 32 bit.Andre Noll2022-03-28
* afh: Constify definition of audio format handlers.Andre Noll2018-12-21
* afh: Introduce audio_format_names[].Andre Noll2018-12-21
* afh: Get rid of dummy entry at the end of afl[].Andre Noll2018-12-21
* afh: Minor simplification for afh_get_chunk().Andre Noll2018-12-21
* afh: Move audio_format_name() up.Andre Noll2018-12-21
* Shorten copyright notice.Andre Noll2017-09-22
* Merge branch 'refs/heads/t/si_conversion'Andre Noll2017-08-27
|\
| * Define status items in para.h.Andre Noll2017-07-21
* | Merge branch 'refs/heads/t/doxygen'Andre Noll2017-07-21
|\ \ | |/ |/|
| * afh: Expand documentation of init function declarations.Andre Noll2017-06-25
* | afh: Unify name of init functions.Andre Noll2017-07-18
* | afh: Fix typo in comment.Andre Noll2017-07-18
|/
* Convert the aac audio format handler to libmp4ff.Andre Noll2017-03-25
* aac_afh: Don't create chunk tables any more.Andre Noll2017-03-25
* afh: Dynamic chunks.Andre Noll2017-03-25
* server: Store max chunk size in database.Andre Noll2017-03-25
* afh: Make sure we never return a negative chunk number.Andre Noll2016-12-28
* afh: Improve error diagnostics.Andre Noll2016-07-31
* afh: Make ->chunks_total and ->seconds_total fixed-size.Andre Noll2015-12-28
* Merge branch 'refs/heads/t/taggers'Andre Noll2015-09-27
|\
| * aac: Fix compilation without libmp4v2.Andre Noll2015-04-26
| * The wma tagger.Andre Noll2015-04-26
* | build: Include flac afh only if libogg is available.Andre Noll2015-09-15
|/
* build: Convert opus detection to new macros.Andre Noll2015-03-30
* build: Convert speex detection to new macros.Andre Noll2015-03-30
* build: convert vorbis detection to new macros.Andre Noll2015-03-30
* afh_common.c: Avoid ifdefs.Andre Noll2015-01-18
* afh loglevel adjustments.Andre Noll2015-01-18
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* Merge branch 'refs/heads/t/play_fix'Andre Noll2014-07-31
|\
| * Never start playback at an empty chunk.Andre Noll2014-07-01
* | afh_common: Improve documentation of clear_afh().Andre Noll2014-07-27
|/
* Change copyright year to 2014.Andre Noll2014-02-22
* ogg/opus: Infrastructure.Andre Noll2013-05-26
* Replace gettimeofday() by clock_gettime().Andre Noll2013-04-30
* Rename SERVER_AUDIO_FORMATS to AUDIO_FORMAT_HANDLERS.Andre Noll2013-04-06
* Change copyright year to 2013.Andre Noll2013-03-25
* Introduce afh_get_afhi_txt().Andre Noll2012-11-18
* Introduce clear_afhi().Andre Noll2012-04-08