Steve Lhomme
Steve Lhomme
I know it's not maintained but others may see this important patch.
should fix https://github.com/koush/AndroidAsync/issues/256
So we can start merging v5 elements and they won't affect the v4 document. v5 elements will likely be part of a new document that may not include elements from...
Following the work on a VLC GSoC (Google Summer of Code) to bring interactive movie support to Matroska, it has become clear that the logic of "choice handling" needs to...
Fixes #582 * The reserved values is added so that the first 4 values match the [MPEG Audio header](http://www.mpgedit.org/mpgedit/mpeg_format/mpeghdr.htm). * The phono values are taken from this detailed [document](https://wiki.audacityteam.org/wiki/78rpm_playback_curves). Only...
When there are multiple editions it should make it easier to pick one for the user. Otherwise tags with TagEditionUID as the target might be sufficient and more versatile. Fixes...
But don't really use them as most people won't benefit from it Fixes #655
Chapters have their own strings in multiple languages. Tags can also give a "TITLE" to a Chapter in multiple languages (`TagChapterUUID`). The spec don't say which one has precedence over...
Audio has `A_`, Video has `V_`, etc
Ref. #414