- 15 Mar, 2010 40 commits
-
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Paul Chitescu authored
-
Paul Chitescu authored
qedit: SampleGrabber pins should enumerate a preferred format only after the input pin is connected and a fully defined format is known.
-
Paul Chitescu authored
qedit: In SampleGrabber ReceiveConnection check early the format type, return VFW_E_INVALIDMEDIATYPE like native.
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Vincent Povirk authored
-
Vincent Povirk authored
We can't determine the correct block size until we read the header, and we can't create the BigBlockFile until we know the correct block size. To solve this dilemma, have StorageImpl calculate the file size it needs instead of asking the BigBlockFile to "ensure a big block exists".
-
Vincent Povirk authored
This should always be calculated based on the big block size.
-
Vincent Povirk authored
Big block sizes can be 512 or 4096, so we define arrays that are large enough in either case.
-
Vincent Povirk authored
-
Vincent Povirk authored
Use the actual big block size from the open storage file. Also, remove a special case that was only used for reading/writing the header.
-
Vincent Povirk authored
-