-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- doc fixups for 2.0.
- Loading branch information
Kona8lend
authored and
Kona8lend
committed
May 21, 2009
1 parent
3ad1b29
commit f71e0e7
Showing
10 changed files
with
27 additions
and
695 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@enumerate | ||
@item | ||
Removed deprecated metadata/free-form API. Replacement is iTMF Generic and Tags API. | ||
Removed deprecated metadata/free-form API and replaced with iTMF Generic and Tags API. | ||
|
||
@end enumerate |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,24 +6,24 @@ | |
#define MP4V2_PROJECT_name "MP4v2" | ||
#define MP4V2_PROJECT_name_lower "mp4v2" | ||
#define MP4V2_PROJECT_name_upper "MP4V2" | ||
#define MP4V2_PROJECT_name_formal "MP4v2 2.0-r305" | ||
#define MP4V2_PROJECT_name_formal "MP4v2 2.0-r335" | ||
#define MP4V2_PROJECT_url_website "http://code.google.com/p/mp4v2" | ||
#define MP4V2_PROJECT_url_downloads "http://code.google.com/p/mp4v2/downloads/list" | ||
#define MP4V2_PROJECT_url_discussion "http://groups.google.com/group/mp4v2" | ||
#define MP4V2_PROJECT_irc "irc://irc.freenode.net/handbrake" | ||
#define MP4V2_PROJECT_bugreport "<[email protected]>" | ||
#define MP4V2_PROJECT_version "2.0-r305" | ||
#define MP4V2_PROJECT_version "2.0-r335" | ||
#define MP4V2_PROJECT_version_hex 0x00020000 | ||
#define MP4V2_PROJECT_version_major 2 | ||
#define MP4V2_PROJECT_version_minor 0 | ||
#define MP4V2_PROJECT_version_point 0 | ||
#define MP4V2_PROJECT_repo_url "https://mp4v2.googlecode.com/svn/trunk" | ||
#define MP4V2_PROJECT_repo_root "https://mp4v2.googlecode.com/svn" | ||
#define MP4V2_PROJECT_repo_uuid "6e6572fa-98a6-11dd-ad9f-f77439c74b79" | ||
#define MP4V2_PROJECT_repo_rev 305 | ||
#define MP4V2_PROJECT_repo_date "2009-05-17 06:47:46 -0400 (Sun, 17 May 2009)" | ||
#define MP4V2_PROJECT_repo_rev 335 | ||
#define MP4V2_PROJECT_repo_date "2009-05-21 15:33:05 -0400 (Thu, 21 May 2009)" | ||
#define MP4V2_PROJECT_repo_type "developer" | ||
#define MP4V2_PROJECT_build "Mon May 18 05:38:17 EDT 2009" | ||
#define MP4V2_PROJECT_build "Thu May 21 16:06:08 EDT 2009" | ||
|
||
/*****************************************************************************/ | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.