Skip to content

Releases: bll123/libmp4tag

2.0.1

06 Oct 17:20

Choose a tag to compare

2.0.1 2025-10-6

  • Bug Fixes:
    • Windows: Fix ftell/fseek for large files.
  • Changes
    • Added helper routines: mp4tag_ftell, mp4tag_fseek
    • mp4tagcli: Add --preserve option
  • Internal
    • Code Cleanup (modernization)

2.0.0.1

30 Jun 15:07

Choose a tag to compare

2.0.0.1 2025-6-30

Maintenance Release

  • Bug Fixes:
    • Fix compiler warnings.
    • Improve cmake configuration.

2.0.0

19 Dec 17:40

Choose a tag to compare

2.0.0 2024-12-19

  • Bug Fixes:
    • Fix duration when hint tracks are present.
    • Fix handling of arrays of strings.
    • Fix issue with free block handling.
    • Fix processing track name box when track data is shortened.
  • Changes:
    • mp4tagpub_t: 'coveridx' has been renamed to 'dataidx'.
  • New Features:
    • Open stream interface re-written to use callbacks.
    • Support arrays of strings.