Log of /mplayer_demuxer
Directory Listing
Revision
213 -
Directory Listing
Modified
Tue Apr 3 23:14:31 2007 UTC
(15 years, 10 months ago)
by
jeremyd2019
fix up to work with current mplayer svn
Revision
212 -
Directory Listing
Modified
Tue Apr 3 21:11:33 2007 UTC
(15 years, 10 months ago)
by
jeremyd2019
refactor tivo file parsing to expose access to the rest of the data, add option to dump out the data chunks in a tivo file to seperate files for analysis (they appear encrypted somehow, but I think the metadata is stored in them somewhere)
Revision
162 -
Directory Listing
Modified
Tue Jan 16 05:15:11 2007 UTC
(16 years ago)
by
jeremyd2019
only include tivodecoder.h since it takes care of including the other relevant headers now
Revision
75 -
Directory Listing
Modified
Wed Dec 20 06:36:24 2006 UTC
(16 years, 1 month ago)
by
jeremyd2019
update README
Revision
74 -
Directory Listing
Modified
Sun Dec 17 22:44:31 2006 UTC
(16 years, 1 month ago)
by
jeremyd2019
got progress bar working by setting s->end_pos to demuxer->movi_end prior to creating mpg demuxer. Removed cruft from earlier attempts. Copy eof states in tivo_stream_seek func to fix now that mpg demuxer seeks to end, hits eof, then unsets eof and seeks back to the beginning in course of probe
Revision
73 -
Directory Listing
Modified
Sun Dec 17 22:20:25 2006 UTC
(16 years, 1 month ago)
by
jeremyd2019
make a seek function for the stream that's handed to the mpg demuxer. This seems sorta hackish but it allows me to seek in tivo files now. Attempt to set movi_end and filepos for different demuxers in an attempt to get the progress bar to work. Still not working, I believe because demux_mpg_open does not have movi_end initialized prior to it being called.
Revision
72 -
Directory Listing
Modified
Sun Dec 17 02:05:07 2006 UTC
(16 years, 1 month ago)
by
jeremyd2019
set demuxer->filepos before ds_add_packet, noticed that movi_start and movi_end on mpeg demuxer were not set, so set them, still not getting progress bar though
Revision
71 -
Directory Listing
Modified
Fri Dec 15 23:04:55 2006 UTC
(16 years, 1 month ago)
by
jeremyd2019
change to use dp->pos rather than dp->flags, since I don't know what dp->flags are for
Revision
70 -
Directory Listing
Modified
Fri Dec 15 03:35:37 2006 UTC
(16 years, 1 month ago)
by
jeremyd2019
avoid one-byte packets. This uses dp->flags in a way that was probably not intended, but since I was not using it for anything else...
Revision
69 -
Directory Listing
Modified
Wed Dec 13 23:26:43 2006 UTC
(16 years, 1 month ago)
by
jeremyd2019
integrate some suggestions from the mplayer-dev-eng mailing list
Revision
68 -
Directory Listing
Modified
Wed Dec 13 21:00:23 2006 UTC
(16 years, 2 months ago)
by
jeremyd2019
add work-in-progress mplayer demuxer. Is very hackish, need some help to clean it up. Any volunteers?
Revision
67 -
Directory Listing
Added
Wed Dec 13 21:00:23 2006 UTC
(16 years, 2 months ago)
by
(unknown author)
Standard project directories initialized by cvs2svn.