summaryrefslogtreecommitdiff
path: root/mp3_afh.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* afh: Remove unused filename argument from ->rewrite_tags().Andre Noll2025-09-19
* mp3_afh.c: Drop mp3_ prefix from non-methods.Andre Noll2025-08-28
* afh: Remove unnecessary fd argument of ->get_file_info().Andre Noll2025-08-28
* mp3_afh: Don't pass unused file descriptor internally.Andre Noll2025-08-28
* Let the mp3 audio format handler depend on libid3tag.Andre Noll2025-08-28
* Include regex.h from para.h.Andre Noll2025-05-19
* mp3_afh: Kill FOR_EACH_FIELD().Andre Noll2025-05-17
* mp3_afh: Document id3_field_init() and id3_field_finish().Andre Noll2025-05-17
* Merge branch 'maint'Andre Noll2023-05-11
|\
| * mp3_afh: Drop unused fields from struct mp3header.Andre Noll2023-05-09
* | string: Introduce arr_alloc().Andre Noll2022-07-29
* | string: Introduce arr_realloc() and check for integer overflow.Andre Noll2022-07-29
* | string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
|/
* mp3_afh: Don't bail out on short files.Andre Noll2020-02-29
* mp3_afh: Fix whitespace issue in debug log message.Andre Noll2019-12-08
* Merge branch 'refs/heads/t/afh'Andre Noll2019-09-01
|\
| * afh: Constify definition of audio format handlers.Andre Noll2018-12-21
* | mp3_afh: Move mode_text[] into header_mode().Andre Noll2019-01-28
|/
* Shorten copyright notice.Andre Noll2017-09-22
* afh: Unify name of init functions.Andre Noll2017-07-18
* server: Store max chunk size in database.Andre Noll2017-03-25
* Fix signedness issues in format strings.Andre Noll2016-12-04
* afh: Improve error diagnostics.Andre Noll2016-07-31
* Merge branch 'refs/heads/t/mp3_afh'Andre Noll2016-06-26
|\
| * mp3_afh: Always create id3v2 tags.Andre Noll2016-03-29
| * mp3_afh: Let free_tag() accept NULL pointer.Andre Noll2016-03-29
* | afh: Make ->suffixes array const.Andre Noll2016-05-04
|/
* afh: Make ->chunks_total and ->seconds_total fixed-size.Andre Noll2015-12-28
* The mp3 tagger.Andre Noll2015-04-26
* build: Convert libid3tag detection to new macros.Andre Noll2015-03-30
* mp3_afh: Detect both v1 and v2 tags.Andre Noll2015-01-18
* afh: Fix fd leak.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
* mp3_afh: Use symbolic constants for id3 tag identifiers.Andre Noll2013-07-07
* Merge branch 't/utf8'Andre Noll2013-05-14
|\
| * mp3_afh: Switch to UTF-8 encoding.Andre Noll2012-12-23
* | Change copyright year to 2013.Andre Noll2013-03-25
|/
* Change year in copyright message to 2012.Andre Noll2012-01-07
* doc: Minor doxygen fixes.Andre Noll2011-10-01
* mp3_afh: Take padding into account when computing frame duration.Andre Noll2011-08-13
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Don't include osl.h from the audio format handlers.Andre Noll2009-07-19
* Introduce para_regcomp.Andre Noll2009-07-08
* Merge branch 'afh_cleanup' into next.Andre Noll2009-07-04
|\
| * Major audio format handler cleanups.Andre Noll2009-06-26
| * Fix para_strerror() and use osl() wrapper for osl library calls.Andre Noll2009-06-12
|/