1
0
Fork 0
Commit Graph

2886 Commits

Author SHA1 Message Date
cRTrn13 3af8ccfdbc 2009-10-19 07:15:34 +00:00
cRTrn13 d9d3020a36 2009-10-19 07:15:22 +00:00
cRTrn13 69170141f5 2009-10-19 07:01:30 +00:00
cRTrn13 48a894e8bf off_t -> uint64_t
file_linux -> file_posix
now we have fseeko/ftello instead of fseek/ftell
2009-10-19 06:59:30 +00:00
john bc82b2abd8 fix incorrect api usage of clpi_parse
i recently changed the api and forgot to update this usage.
2009-10-18 18:56:16 +00:00
john 8b29b00a27 Initial playlist and clipinfo parsing commit
directory libbdnav contains the library 
directory examples has a few tools that use the library.

Parser API:
	MPLS_PL* mpls_parse(char *path, int verbose)
    	Parses a playlist file and returns result

	void mpls_free(MPLS_PL **pl)
    	Frees playlist data returned from mpls_parse.  Sets pointer to NULL.

	CLPI_CL* clpi_parse(char *path, int verbose)
    	Parses a clipinfo file and returns result

	void clpi_free(CLPI_CL **pl)
    	Frees clipinfo data returned from mpls_parse.  Sets pointer to NULL.

Examples:
	Examples all show available options with --help

	mpls_dump
		parses playlist files and displays contents.

	clpi_dump
		parses clipinfo files and displays contents

	bdsplice
		parses a playlist and all the clipinfo files associated with
		a particular title and splices the m2ts clips together into
		one file.
2009-10-18 18:35:56 +00:00
cRTrn13 483ce7fce4 bd_destory() fix 2009-10-18 15:48:21 +00:00
cRTrn13 8c796d95bb 2009-10-18 15:41:22 +00:00
cRTrn13 5d058953cb 2009-10-18 15:40:35 +00:00
cRTrn13 493551fb6c 2009-10-18 15:27:56 +00:00
cRTrn13 5061837966 file reading updates 2009-10-18 13:30:31 +00:00
cRTrn13 1852e560ab Debug logging code + misc fixes. 2009-10-18 10:49:56 +00:00
cRTrn13 f0d386c92c keyfile -> configfile 2009-10-18 08:10:13 +00:00
cRTrn13 8ce08d0dc7 fptr to libaacs unit decryptor in libbluray placed in bluray struct 2009-10-18 08:02:07 +00:00
cRTrn13 ee8c267239 modified X_FREE() to add X = NULL
fixed free() in file abs (linux)
2009-10-17 16:20:02 +00:00
cRTrn13 1f790c589a file abs fixes
aacs work
2009-10-15 22:06:24 +00:00
cRTrn13 d17e2ea27d aacs_close from libbluray 2009-10-15 19:48:26 +00:00
cRTrn13 f0857ebe12 aacs_open fptr in libbluray 2009-10-15 16:11:58 +00:00
cRTrn13 1ed5b372ba libbluray api start 2009-10-15 15:34:45 +00:00
cRTrn13 1914e3a3d9 keyfile 2009-10-15 15:17:15 +00:00
cRTrn13 d34624e412 keyfile 2009-10-15 14:22:17 +00:00
cRTrn13 ac8de4819c mmc, aacs_sign, mkb/file use of file abstraction layer 2009-10-15 12:19:36 +00:00
cRTrn13 9e96115777 2009-10-15 10:42:59 +00:00
cRTrn13 8de90f8949 file forward declares 2009-10-15 10:42:26 +00:00
cRTrn13 73cd587384 file abs layer 2009-10-15 10:40:02 +00:00
cRTrn13 5a63f951ee file handler 2009-10-15 10:15:35 +00:00
cRTrn13 20617dcbb0 file handler 2009-10-15 10:07:47 +00:00
cRTrn13 2f70bb2b9d 2009-10-15 09:56:25 +00:00
cRTrn13 70d0d533c6 file abs layer 2009-10-15 09:52:36 +00:00
cRTrn13 ab438302bf 2009-10-15 09:45:02 +00:00
cRTrn13 ad2e3df18e Share project "libbluray" into "http://my-svn.assembla.com/svn/libbluray" 2009-10-15 09:29:37 +00:00
cRTrn13 1fffc2b4f2 2009-10-14 15:00:08 +00:00
cRTrn13 9daed5579d libtomcrypt 2009-10-13 15:48:30 +00:00
cRTrn13 27e50e2785 restructure to split out libraries in their own folder 2009-10-13 15:15:59 +00:00
cRTrn13 a441bacb16 nav+util dirs 2009-10-13 08:31:23 +00:00
kreet 3d27593181 initial project layout until someone volunteers to do a better one 2009-10-08 15:26:05 +00:00