Commit Graph

186 Commits (76dc45aa1aaa75d271c70fe1f8da9918217e26f4)

Author SHA1 Message Date
Francois Gouget 0dd5cb1cef Assorted spelling fixes. 2014-09-29 10:36:36 +02:00
Thomas Faber f0200b6d25 qcap: Destroy BaseOutputPin in VfwPin_Release. 2014-07-28 17:23:14 -05:00
Thomas Faber 33e0e6867f qcap: Reference module only on successful object creation. 2014-07-28 17:22:56 -05:00
Thomas Faber 5cbc081a1f qcap: Destroy BaseFilter after VfwCapture child class. 2014-07-22 12:07:19 +02:00
Jacek Caban 531a6ceb5d qcap: Store max frame size separately from video format bitmap info and restore it before each ICCompress call. 2014-04-08 19:23:26 +02:00
Nikolay Sivov ddbcd24178 qcap/tests: Check method return values (Coverity). 2014-03-31 11:45:57 +02:00
Piotr Caban 085891b8f6 qcap/tests: Fix AviMux test failures on Win2k. 2014-03-26 19:20:28 +01:00
Frédéric Delanoy 7715684ff7 qcap: Use BOOL type where appropriate. 2014-03-21 11:18:02 +01:00
Jacek Caban 955ce003ae qcap: Added AVICompressorIn_Disconnect implementation. 2014-03-03 17:02:56 +01:00
Piotr Caban 99298f85e4 qcap/tests: Add option to save generated avi file. 2014-02-26 09:10:25 -06:00
Piotr Caban f6986991be qcap/tests: Add more Avi Mux tests. 2014-02-26 09:10:22 -06:00
Piotr Caban ad7eb42246 qcap: Fix uninitialized variable access in Avi Mux. 2014-02-26 09:09:13 -06:00
Piotr Caban 98d0ab3a9f qcap: Fix some memory leaks in Avi Mux. 2014-02-26 09:09:05 -06:00
Piotr Caban f4e201ad46 qcap: Fix strf chunk size in AviMuxIn_ReceiveConnection. 2014-02-26 09:08:58 -06:00
Piotr Caban dddc278b4d qcap: Add Avi Mux IBaseFilter::Stop implementation. 2014-02-26 09:08:51 -06:00
Piotr Caban f4d7a9ab53 qcap: Add Avi Mux IMemInputPin::Receive implementation. 2014-02-25 14:25:57 -06:00
Piotr Caban 0c73ce54cd qcap: Add Avi Mux Receive helper implementation. 2014-02-25 14:25:51 -06:00
Piotr Caban 053b1f6f60 qcap: Add partial Avi Mux IBaseFilter::Run implementation. 2014-02-25 14:25:40 -06:00
Piotr Caban b43dcc4515 qcap: Add support for FORMAT_VideoInfo pins in AviMuxIn::ReceiveConnection. 2014-02-25 14:25:30 -06:00
Piotr Caban e32a9afe65 qcap: Add Avi Mux IConfigInterleaving::put_Interleaving implementation. 2014-02-25 14:25:09 -06:00
Piotr Caban cde81264e5 qcap: Fix Avi Mux IConfigInterleaving::put_Mode implementation. 2014-02-25 14:25:02 -06:00
Piotr Caban 90dfe084c6 qcap: Add Avi Mux input pin IMemInputPin::ReceiveCanBlock implementation. 2014-02-24 09:16:25 -06:00
Piotr Caban 6017d55d07 qcap: Add Avi Mux IConfigInterleaving::put_Mode implementation. 2014-02-24 09:16:18 -06:00
Piotr Caban 43bef66e8b qcap: Add Avi Mux input pin IMemInputPin::NotifyAllocator. 2014-02-24 09:16:11 -06:00
Piotr Caban 151a3eec9a qcap: Add Avi Mux input pin IMemInputPin::GetAllocator. 2014-02-24 09:16:04 -06:00
Piotr Caban 0ea378e101 qcap: Don't define IMemInputPin_iface in AviMuxIn structure. 2014-02-24 09:14:46 -06:00
Piotr Caban d9f6a377be qcap: Add Avi Mux input pin IMemInputPin::GetAllocatorRequirements implementation. 2014-02-24 09:14:39 -06:00
Frédéric Delanoy 2769763c64 qcap/tests: Use common wine_dbgstr_guid implementation from test.h. 2014-01-30 12:42:55 +01:00
Jacek Caban 289bdc4f45 strmbase: Store BasePinFuncTable inside Base*PinFuncTable structs. 2014-01-06 20:47:02 +01:00
Jacek Caban 9372274533 qcap: Added AVICompressorIn_Receive implementation. 2014-01-02 15:50:11 +01:00
Alexandre Julliard 99ef0d6ff0 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Jacek Caban 47cc78c454 qcap: Added AVI compressor Start and Stop implementations. 2013-12-31 12:23:00 +01:00
Jacek Caban 0414557ef7 qcap: Added AVICompressorOut_DecideBufferSize implementation. 2013-12-31 12:22:57 +01:00
Jacek Caban 6b30b6fb4e qcap: Added AVICompressorOut_GetMediaType implementation. 2013-12-31 12:22:54 +01:00
Jacek Caban 56fa8f1cc5 qcap: Added AVICompressorIn_ReceiveConnection implementation. 2013-12-31 12:22:51 +01:00
Jacek Caban 1a2c6b9570 qcap: Added AVICompressorIn_CheckMediaType implementation. 2013-12-31 12:22:40 +01:00
Jacek Caban d45241dd91 qcap: Added IPersistPropertyBag::Load implementation. 2013-12-31 12:22:17 +01:00
Jacek Caban 71687bef17 qcap: Added AVI compressor output pin stub implementation. 2013-12-30 19:43:57 +01:00
Jacek Caban 792c53ad25 qcap: Added AVI compressor input pin stub implementation. 2013-12-30 19:43:51 +01:00
Jacek Caban cd90d8fdd8 qcap: Added IPersistPropertyBag stub implementation to AVI compressor. 2013-12-30 19:43:45 +01:00
Jacek Caban 99c96b0f01 qcap: Added CLSID_AVICo stub implementation. 2013-12-19 17:30:31 +01:00
Piotr Caban 6dce36357a qcap: Fix Avi Mux output pin Connect implementation. 2013-11-26 14:40:15 +01:00
Piotr Caban 4a3b8d2e3c qcap: Add helper to initalize test_filter structure. 2013-11-26 14:40:12 +01:00
Piotr Caban be36954605 qcap: Constify vtables in Avi Mux tests. 2013-11-26 14:40:09 +01:00
Piotr Caban 56062fb9d5 qcap: Add Avi Mux input pin ReceiveConnection test. 2013-11-26 14:40:06 +01:00
Piotr Caban 6348029c61 qcap: Add Avi Mux filter EnumMediaTypes tests. 2013-11-26 14:40:01 +01:00
Piotr Caban 85730046ef qcap: Add AVI Mux input pin stub. 2013-11-25 16:28:17 +01:00
Piotr Caban 2c945b01e0 qcap: Add AVI Mux output pin stub. 2013-11-25 16:23:29 +01:00
Piotr Caban 5a69b888f7 qcap: Fix ICaptureGraphBuilder2::RenderStream test failures. 2013-11-22 13:59:40 +01:00