tagparser/ogg
Martchus e277070e9c Use `std::filesystem` in backup helper code
* Fix applying changes to symlinks so that the target is modified in any
  case (and not just if a rewrite isn't necessary)
* Avoid using `std::rename` and `std::remove` because they might not work
  under Windows when the path contains non-ASCII characters
* Simplify code, remove `isRelative()`
2021-09-11 23:54:49 +02:00
..
oggcontainer.cpp Use `std::filesystem` in backup helper code 2021-09-11 23:54:49 +02:00
oggcontainer.h Fix spelling and typos 2021-07-02 11:12:39 +02:00
oggiterator.cpp Deprecate certain unused Ogg functions which are likely not generally useful 2021-08-16 18:44:48 +02:00
oggiterator.h Deprecate certain unused Ogg functions which are likely not generally useful 2021-08-16 18:44:48 +02:00
oggpage.cpp Deprecate certain unused Ogg functions which are likely not generally useful 2021-08-16 18:44:48 +02:00
oggpage.h Improve warnings when parsing Vorbis comments 2021-08-16 18:37:44 +02:00
oggstream.cpp Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00
oggstream.h Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00