aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support custom temp and tests directories (#1268) (#1270)HEADupstream/masterUrs Fleisch9 days4-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
* Inspection: Polymorphic class with non-virtual public destructorUrs Fleisch2024-01-212-26/+45
* Inspection: Parameter names do not matchUrs Fleisch2024-01-215-11/+11
* Inspection: Missing include guardUrs Fleisch2024-01-211-3/+3
* Inspection: Function is not implementedUrs Fleisch2024-01-212-4/+0
* Inspection: Expression can be simplifiedUrs Fleisch2024-01-213-3/+3
* Inspection: Variable can be moved to inner scopeUrs Fleisch2024-01-2111-74/+51
* Inspection: Variable can be moved to init statementUrs Fleisch2024-01-2140-220/+149
* Inspection: Variable can be made constexprUrs Fleisch2024-01-2118-26/+26
* Inspection: Result of a postfix operator is discardedUrs Fleisch2024-01-212-3/+3
* Inspection: Parameter can be made pointer to constUrs Fleisch2024-01-2114-23/+23
* Inspection: Member function can be made constUrs Fleisch2024-01-216-16/+16
* Inspection: Functional-style cast is used instead of a C++ castUrs Fleisch2024-01-211-1/+1