aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Unicode property keys in C bindingsHEADupstream/masternorma2025-07-042-9/+13
* Version 2.1.1v2.1.1Urs Fleisch2025-06-293-2/+9
* Use ldexpl() instead of ldexp()Urs Fleisch2025-06-251-1/+1
* Fix conversion compiler warningsUrs Fleisch2025-06-2525-49/+51
* Convert IPLS to TIPL and TMCL (#1274)Urs Fleisch2025-06-212-10/+56
* Map lowercase MusicBrainz TIPL keys to properties (#1274)Urs Fleisch2025-06-212-1/+33
* CMake targets with TAGLIB_STATIC compile definition (#1277)Urs Fleisch2025-06-203-3/+6
* C bindings: Include missing wchar header in tag_c.h (#1273)Urs Fleisch2025-06-141-0/+1
* GitHub Actions: Build with MinGWUrs Fleisch2025-06-141-3/+32
* Use tag_c.h as first include in build with C compiler (#1273)Urs Fleisch2025-06-141-2/+2
* Version 2.1v2.1Urs Fleisch2025-05-213-4/+16
* Add file_new and file_new_type wchar variants for C binding (#1271)Jamie2025-05-162-1/+27
* Support custom temp and tests directories (#1268) (#1270)Urs Fleisch2025-05-014-3/+63
* Compile time configuration of supported formats (#1262)Urs Fleisch2025-02-0220-458/+1120
* Add Shorten (SHN) support (#1257)Stephen Booth2024-12-3017-2/+1261
* Use fixed width types (#1258)Stephen Booth2024-12-222-27/+35
* Preserve unicode encoding when downgrading to ID3v2.3 (#1259) (#1260)Urs Fleisch2024-12-221-6/+34
* Fixed warning about shadowing variable (#1254)Christian Schmitz2024-11-221-2/+2
* Do not store too large FLAC metadata blocks (#1249) (#1250)Urs Fleisch2024-11-142-3/+21
* Fix segfaults with String and ByteVector nullptr arguments (#1247) (#1248)Urs Fleisch2024-11-024-19/+206
* Version 2.0.2v2.0.2Urs Fleisch2024-08-243-2/+11
* Support older utfcpp versions with utf8cpp CMake target (#1243) (#1244)Urs Fleisch2024-08-151-1/+1
* Remove 'using namespace std' to avoid potential conflicts in example files (#...nekiwo2024-08-053-70/+66
* Support free form tags with MP4 properties (#1239) (#1240)Urs Fleisch2024-07-292-2/+25
* tagwriter option -p not working properly (#1236) (#1237)Urs Fleisch2024-07-191-3/+4
* Skip unknown MP4 boxes (#1231)Stephen Booth2024-05-183-7/+20
* Fix parsing of ID3v2.2 frames (#1228)Urs Fleisch2024-05-183-3/+64
* Version 2.0.1v2.0.1Urs Fleisch2024-04-093-2/+13
* C bindings: Support UTF-8 for property valuesUrs Fleisch2024-04-011-5/+5
* Fix WASM build by inverting wchar_t size checkUrs Fleisch2024-03-251-1/+1
* Avoid offset_t conflict on IllumosUrs Fleisch2024-03-251-1/+1
* Fix building with -DBUILD_TESTING=ON -DBUILD_BINDINGS=OFFUrs Fleisch2024-03-251-2/+9
* Provide equal operator for MP4::ItemUrs Fleisch2024-03-255-0/+212
* Add virtual to abstract overridden destructorUrs Fleisch2024-03-251-1/+1
* Windows: Suppress yet another MSVC C4251 warningUrs Fleisch2024-03-251-0/+1
* Detect utf8cpp by header if cmake config is not found (#1217)Urs Fleisch2024-02-031-10/+25
* FileStream: Fix opening long paths on Windows (#1216)Jonas Kvinge2024-01-281-1/+15
* Clarify 2.0 source compatibility, remove obsolete URL (#1214)Urs Fleisch2024-01-282-6/+7
* Fix 'get() != pointer()' assertion copying ByteVectorList/StringList (#1211)Urs Fleisch2024-01-272-4/+8
* Version 2.0v2.0Urs Fleisch2024-01-241-0/+9
* clang-tidy: use dynamic_castRosen Penev2024-01-221-18/+18
* clang-tidy: avoid else after returnRosen Penev2024-01-222-39/+39
* clang-tidy: fix wrong castRosen Penev2024-01-221-2/+2
* convert const double to const autoRosen Penev2024-01-2210-11/+11
* Remove unused types from taglib.hUrs Fleisch2024-01-2115-34/+30
* Inspection: Table is not correctly formattedUrs Fleisch2024-01-211-1/+1
* Inspection: Type can be replaced with autoUrs Fleisch2024-01-216-72/+72
* Inspection: Code redundanciesUrs Fleisch2024-01-2151-164/+154
* Inspection: Possibly unused #include directiveUrs Fleisch2024-01-2149-77/+5
* Inspection: Possibly uninitialized class memberUrs Fleisch2024-01-211-1/+1