Source Control Clients
Project Name: ScurvyMedia
Server URL: https://tfs04.codeplex.com

Recent Check-Ins

Change Set Download / Browse Date Comment By Downloads
17077 Apr 28
at 3:13 AM
http://codecube.net/?p=40 joelmartinez 10
14169 Jan 20
at 8:45 PM
Moved the previous mainline codebase into "$/Branches/GSE 1.1", and the new refactored and upgrade codebase to "$/Scurvy.Media" joelmartinez 125
14167 Jan 20
at 8:30 PM
Updated the assembly infos to reflect the latest version joelmartinez 1
14164 Jan 20
at 7:58 PM
Removed a few of the obsolete classes from the previous implementation. Moved the new functionality into the .Pipeline.Video namespace joelmartinez 2
14162 Jan 20
at 6:14 PM
Added the IDisposable interface to IVideoContent and made the content writer dispose of the content after it was done joelmartinez 0
14156 Jan 19
at 6:06 PM
Added video processor that allows you to choose in-memory or streaming playback mode. Streaming video is tested and working joelmartinez 2
13051 Dec 9 2007
at 4:34 AM
-Added Sample video project
-refactored slightly the video content writer to use an explicitly subclassed writer instead of one writer that uses the Interface.
-Still need to add the processor that lets you choose the play type (in-memory, or stream), thus, the video will load, but will attempt to choose the in-memory play type (which hasn't been implemented yet in the new model)
joelmartinez 66
12757 Dec 2 2007
at 4:25 AM
-Created the new content writer which uses the IVideoContent interface.
-Created the new content reader, which reads the .xnb data and decides what type of runtime type to instantiate based on the new ReadType enumeration.
joelmartinez 9
12475 Nov 25 2007
at 4:41 PM
-Fleshed out the new AviVideoContent and AviVidImporter (this will eventually be renamed to just AviImporter once I get rid of the legacy classes)
-Added Obsolete attributes to some of the legacy classes, for tracking purposes when I eventually delete them.
-Deleted the "PipelineRefactor" branch, since all of those changes will now be made in the 2.0 Upgrade branch.
joelmartinez 9
12466 Nov 25 2007
at 6:54 AM
Added a pipeline diagram, and began defining the new pipeline object model. Starting with the IVideoContent interface, which will be the contract by which the new importers will get the data over to the writer. This way, the frame data can be read at write time instead of loading the whole video into memory. joelmartinez 1
1-10 of 16Change Sets < Previous 1 2 Next >
Updating...