-
Notifications
You must be signed in to change notification settings - Fork 853
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jp9000
committed
Aug 31, 2012
0 parents
commit 5b9e3b9
Showing
610 changed files
with
654,927 additions
and
0 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
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! |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -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 | ||
|
||
------------------------------- | ||
|
Oops, something went wrong.