summaryrefslogtreecommitdiffstats
path: root/stream/tvi_dshow.c
Commit message (Expand)AuthorAgeFilesLines
* tv.h: Change function pointer types to proper declarationsreimar2010-11-021-1/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30748Uoti Urpala2010-03-101-11/+10
|\
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-261-11/+10
* | Merge svn changes up to r30375Uoti Urpala2010-01-251-38/+79
|\|
| * Add hack to fix tvi_dshow compilation with 64-bit MinGWreimar2010-01-171-0/+3
| * Change GUID declarations in tvi_dshow so they are not exported and thusreimar2010-01-171-38/+76
* | Merge svn changes up to r30173Uoti Urpala2010-01-081-0/+5
|\|
| * Several hacks to fix compilation of tvi_dshow on MinGW64.reimar2010-01-021-0/+5
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-16/+6
|\|
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-12/+0
| * Separate teletext from tv support.cehoyos2009-11-071-3/+4
| * Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathscehoyos2009-10-291-1/+1
| * Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-291-0/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-44/+44
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-44/+44
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-42/+42
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-42/+42
|/
* Replace double semicolon by single semicolon.diego2009-02-161-1/+1
* Remove unused function, fixes the warning:diego2008-10-131-46/+0
* Add debug message about loaded frequency tables.voroshil2008-09-241-1/+2
* Make output messages of frequency selection code more useful byvoroshil2008-09-241-2/+4
* Fix overflow in frequency conversion code inside tvi_dshow.voroshil2008-09-241-2/+2
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-7/+7
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-18/+18
* Use standard license headers with standard formatting.diego2008-05-141-20/+18
* Make all tvi_info_t constreimar2008-01-131-1/+1
* 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