Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Aug 31, 2012
0 parents commit 5b9e3b9
Show file tree
Hide file tree
Showing 610 changed files with 654,927 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hugh "Jim" Bailey ([email protected]) - Primary author and currently only guy working on the project right now. Damnit Jim!
340 changes: 340 additions & 0 deletions COPYING

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
(yyyy-mm-dd)


-------------------------------

2012-8-28 - 0.31 (alpha)
* Received my video capture card, discovered a few bugs
in my DirectShow code that needed fixing
* Made DirectShow work with a few YUV planar formats

-------------------------------

2012-8-26 - 0.3 (alpha)
* Finished first version of the API DLL interface so that
developers can write their own plugins
* Finished first version of the DirectShow device plugin,
still needs some testing
* Refactored audio code and mixer due to minor code design
flaws I didn't forsee
* Completely rewrote graphics code, made a graphics wrapper
so that D3D11 is completely handled behind the scenes
* Added ability to use global sources that persist until
the stream ends (best used for video devices)
* Fixed a ton of bugs

-------------------------------

2012-8-10 - 0.2 (alpha)
* First "usable" state, still many features to be written

-------------------------------

Loading

0 comments on commit 5b9e3b9

Please sign in to comment.