| Commit message (Expand) | Author | Age | Files | Lines |
* | Support custom temp and tests directories (#1268) (#1270)HEADupstream/master | Urs Fleisch | 9 days | 4 | -3/+63 |
* | Compile time configuration of supported formats (#1262) | Urs Fleisch | 2025-02-02 | 20 | -458/+1120 |
* | Add Shorten (SHN) support (#1257) | Stephen Booth | 2024-12-30 | 17 | -2/+1261 |
* | Use fixed width types (#1258) | Stephen Booth | 2024-12-22 | 2 | -27/+35 |
* | Preserve unicode encoding when downgrading to ID3v2.3 (#1259) (#1260) | Urs Fleisch | 2024-12-22 | 1 | -6/+34 |
* | Fixed warning about shadowing variable (#1254) | Christian Schmitz | 2024-11-22 | 1 | -2/+2 |
* | Do not store too large FLAC metadata blocks (#1249) (#1250) | Urs Fleisch | 2024-11-14 | 2 | -3/+21 |
* | Fix segfaults with String and ByteVector nullptr arguments (#1247) (#1248) | Urs Fleisch | 2024-11-02 | 4 | -19/+206 |
* | Version 2.0.2v2.0.2 | Urs Fleisch | 2024-08-24 | 3 | -2/+11 |
* | Support older utfcpp versions with utf8cpp CMake target (#1243) (#1244) | Urs Fleisch | 2024-08-15 | 1 | -1/+1 |
* | Remove 'using namespace std' to avoid potential conflicts in example files (#... | nekiwo | 2024-08-05 | 3 | -70/+66 |
* | Support free form tags with MP4 properties (#1239) (#1240) | Urs Fleisch | 2024-07-29 | 2 | -2/+25 |
* | tagwriter option -p not working properly (#1236) (#1237) | Urs Fleisch | 2024-07-19 | 1 | -3/+4 |
* | Skip unknown MP4 boxes (#1231) | Stephen Booth | 2024-05-18 | 3 | -7/+20 |
* | Fix parsing of ID3v2.2 frames (#1228) | Urs Fleisch | 2024-05-18 | 3 | -3/+64 |
* | Version 2.0.1v2.0.1 | Urs Fleisch | 2024-04-09 | 3 | -2/+13 |
* | C bindings: Support UTF-8 for property values | Urs Fleisch | 2024-04-01 | 1 | -5/+5 |
* | Fix WASM build by inverting wchar_t size check | Urs Fleisch | 2024-03-25 | 1 | -1/+1 |
* | Avoid offset_t conflict on Illumos | Urs Fleisch | 2024-03-25 | 1 | -1/+1 |
* | Fix building with -DBUILD_TESTING=ON -DBUILD_BINDINGS=OFF | Urs Fleisch | 2024-03-25 | 1 | -2/+9 |
* | Provide equal operator for MP4::Item | Urs Fleisch | 2024-03-25 | 5 | -0/+212 |
* | Add virtual to abstract overridden destructor | Urs Fleisch | 2024-03-25 | 1 | -1/+1 |
* | Windows: Suppress yet another MSVC C4251 warning | Urs Fleisch | 2024-03-25 | 1 | -0/+1 |
* | Detect utf8cpp by header if cmake config is not found (#1217) | Urs Fleisch | 2024-02-03 | 1 | -10/+25 |
* | FileStream: Fix opening long paths on Windows (#1216) | Jonas Kvinge | 2024-01-28 | 1 | -1/+15 |
* | Clarify 2.0 source compatibility, remove obsolete URL (#1214) | Urs Fleisch | 2024-01-28 | 2 | -6/+7 |
* | Fix 'get() != pointer()' assertion copying ByteVectorList/StringList (#1211) | Urs Fleisch | 2024-01-27 | 2 | -4/+8 |
* | Version 2.0v2.0 | Urs Fleisch | 2024-01-24 | 1 | -0/+9 |
* | clang-tidy: use dynamic_cast | Rosen Penev | 2024-01-22 | 1 | -18/+18 |
* | clang-tidy: avoid else after return | Rosen Penev | 2024-01-22 | 2 | -39/+39 |
* | clang-tidy: fix wrong cast | Rosen Penev | 2024-01-22 | 1 | -2/+2 |
* | convert const double to const auto | Rosen Penev | 2024-01-22 | 10 | -11/+11 |
* | Remove unused types from taglib.h | Urs Fleisch | 2024-01-21 | 15 | -34/+30 |
* | Inspection: Table is not correctly formatted | Urs Fleisch | 2024-01-21 | 1 | -1/+1 |
* | Inspection: Type can be replaced with auto | Urs Fleisch | 2024-01-21 | 6 | -72/+72 |
* | Inspection: Code redundancies | Urs Fleisch | 2024-01-21 | 51 | -164/+154 |
* | Inspection: Possibly unused #include directive | Urs Fleisch | 2024-01-21 | 49 | -77/+5 |
* | Inspection: Possibly uninitialized class member | Urs Fleisch | 2024-01-21 | 1 | -1/+1 |
* | Inspection: Polymorphic class with non-virtual public destructor | Urs Fleisch | 2024-01-21 | 2 | -26/+45 |
* | Inspection: Parameter names do not match | Urs Fleisch | 2024-01-21 | 5 | -11/+11 |
* | Inspection: Missing include guard | Urs Fleisch | 2024-01-21 | 1 | -3/+3 |
* | Inspection: Function is not implemented | Urs Fleisch | 2024-01-21 | 2 | -4/+0 |
* | Inspection: Expression can be simplified | Urs Fleisch | 2024-01-21 | 3 | -3/+3 |
* | Inspection: Variable can be moved to inner scope | Urs Fleisch | 2024-01-21 | 11 | -74/+51 |
* | Inspection: Variable can be moved to init statement | Urs Fleisch | 2024-01-21 | 40 | -220/+149 |
* | Inspection: Variable can be made constexpr | Urs Fleisch | 2024-01-21 | 18 | -26/+26 |
* | Inspection: Result of a postfix operator is discarded | Urs Fleisch | 2024-01-21 | 2 | -3/+3 |
* | Inspection: Parameter can be made pointer to const | Urs Fleisch | 2024-01-21 | 14 | -23/+23 |
* | Inspection: Member function can be made const | Urs Fleisch | 2024-01-21 | 6 | -16/+16 |
* | Inspection: Functional-style cast is used instead of a C++ cast | Urs Fleisch | 2024-01-21 | 1 | -1/+1 |