summaryrefslogtreecommitdiffstats
path: root/stream/tvi_dshow.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r25089 (Ignore video formats which are supported by devicevoroshil2007-11-241-14/+3
* Move requested format at top and shift all oters downvoroshil2007-11-241-8/+11
* Сreate empty format arrays in case of error in init_chain_common.voroshil2007-11-241-6/+27
* Compilation fix (typo)voroshil2007-11-211-1/+1
* Sizes of arpmt and arStreamCaps must be equal.voroshil2007-11-211-0/+3
* Move code related to chain initialization and similarvoroshil2007-11-201-80/+78
* Fix mplayer crash caused by r25116voroshil2007-11-201-0/+10
* Remove no more needed checkvoroshil2007-11-201-1/+1
* Fix totally wrong (due to mess of brackets) structures size check.voroshil2007-11-201-7/+7
* Replace several parameters for get_available_formats_streamvoroshil2007-11-201-60/+24
* New routine for reconnecting two pins with new media typevoroshil2007-11-191-23/+68
* Move pointer to SampleGrabber filter into chain structure.voroshil2007-11-191-6/+6
* Move common chain uninit code into separate routine.voroshil2007-11-191-52/+38
* pass chain structure instead of several variables to build_sub_graphvoroshil2007-11-191-18/+16
* fix missed changevoroshil2007-11-191-1/+1
* Add capture filter's pointer to vbi chain structure too.voroshil2007-11-191-0/+3
* Code unification: get rid of local variable arpmtVBIvoroshil2007-11-191-4/+11
* Add major media type to chain structurevoroshil2007-11-191-6/+10
* One step of code cleanup: move all variables, relatedvoroshil2007-11-191-204/+221
* 100l: Fix long standing copy-paste error:voroshil2007-11-191-1/+1
* Add all passed to VID_SET_FORMAT formats to the end ofvoroshil2007-11-181-2/+27
* Ensure that when VID_GET_FORMAT ioctl is called,voroshil2007-11-181-0/+5
* (cosmetics) Indentation fix of previous commit.voroshil2007-11-181-11/+11
* New media format negotiation code:voroshil2007-11-181-2/+14
* Move setting media format code voroshil2007-11-181-7/+6
* Pass all available formats to chain building routine andvoroshil2007-11-181-18/+30
* Ignore video formats which are supported by devicevoroshil2007-11-181-3/+14
* Fix crash when pin connection fails.voroshil2007-11-181-1/+1
* Prevent chains from building more than once.voroshil2007-11-181-0/+9
* Handle "out of memory" error.voroshil2007-11-181-0/+7
* Move chains building code into separate routines.voroshil2007-11-181-18/+71
* (cosmetics) Lookup table alignment.voroshil2007-11-171-12/+12
* Service routine for constructing AM_MEDIA_TYPE structure from voroshil2007-11-171-0/+47
* Disable terminating directshow chains with NullRenderer filter,voroshil2007-11-171-0/+7
* Fix bogus bits per pixel values in lookup table.voroshil2007-11-171-7/+7
* (cosmetics) Indentation fixvoroshil2007-11-171-1/+1
* Make sure that mplayer will receive actual media typevoroshil2007-11-161-0/+13
* Fix FPS from bitrate calculation (was 8 times larger than real value).voroshil2007-11-161-1/+1
* Not all cards supports changing country code.voroshil2007-11-141-1/+0
* DirectShow based tv:// driver for win32voroshil2007-10-131-0/+3298