-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- shifted namespace docs from modules -> namespaces for clarity. Namespaces - added namespace mp4v2::util::itmf iTunes Metadata Format. - added namespace mp4v2::util::qtff QuickTime File Format. Utilities - mp4art now (finally) supports multiple cover-art data atoms - mp4art, mp4file, mp4track and mp4subtitle updated: 1. member-pointers instead of enums for actions. 2. standard-options are now opt-in explicit, see the constructor for each utility. 3. all short-syntax for actions are gone; actions are now long-syntax only; this makes things super-clear as it was a struggle to find short-syntax that made sense and did not conflict with standard options. thus, only standard options support both short/long syntax. New Classes - libutil/Timecode.h for future work on parsing time durations from strings; will be used for text file import/export. - libutil/Database.h for key/value text file reading; will be used for text file import/export.
- Loading branch information
Kona8lend
authored and
Kona8lend
committed
Dec 6, 2008
1 parent
22c5f0b
commit 2b51910
Showing
27 changed files
with
2,471 additions
and
634 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.