aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tvi_dshow.c
Commit message (Expand)AuthorAge
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Add hack to fix tvi_dshow compilation with 64-bit MinGWGravatar reimar2010-01-17
* Change GUID declarations in tvi_dshow so they are not exported and thusGravatar reimar2010-01-17
* Several hacks to fix compilation of tvi_dshow on MinGW64.Gravatar reimar2010-01-02
* Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
* Separate teletext from tv support.Gravatar cehoyos2009-11-07
* Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathsGravatar cehoyos2009-10-29
* Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Replace double semicolon by single semicolon.Gravatar diego2009-02-16
* Remove unused function, fixes the warning:Gravatar diego2008-10-13
* Add debug message about loaded frequency tables.Gravatar voroshil2008-09-24
* Make output messages of frequency selection code more useful byGravatar voroshil2008-09-24
* Fix overflow in frequency conversion code inside tvi_dshow.Gravatar voroshil2008-09-24
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Make all tvi_info_t constGravatar reimar2008-01-13
* Revert r25089 (Ignore video formats which are supported by deviceGravatar voroshil2007-11-24
* Move requested format at top and shift all oters downGravatar voroshil2007-11-24
* Сreate empty format arrays in case of error in init_chain_common.Gravatar voroshil2007-11-24
* Compilation fix (typo)Gravatar voroshil2007-11-21
* Sizes of arpmt and arStreamCaps must be equal.Gravatar voroshil2007-11-21
* Move code related to chain initialization and similarGravatar voroshil2007-11-20
* Fix mplayer crash caused by r25116Gravatar voroshil2007-11-20
* Remove no more needed checkGravatar voroshil2007-11-20
* Fix totally wrong (due to mess of brackets) structures size check.Gravatar voroshil2007-11-20
* Replace several parameters for get_available_formats_streamGravatar voroshil2007-11-20
* New routine for reconnecting two pins with new media typeGravatar voroshil2007-11-19
* Move pointer to SampleGrabber filter into chain structure.Gravatar voroshil2007-11-19
* Move common chain uninit code into separate routine.Gravatar voroshil2007-11-19
* pass chain structure instead of several variables to build_sub_graphGravatar voroshil2007-11-19
* fix missed changeGravatar voroshil2007-11-19
* Add capture filter's pointer to vbi chain structure too.Gravatar voroshil2007-11-19
* Code unification: get rid of local variable arpmtVBIGravatar voroshil2007-11-19
* Add major media type to chain structureGravatar voroshil2007-11-19
* One step of code cleanup: move all variables, relatedGravatar voroshil2007-11-19
* 100l: Fix long standing copy-paste error:Gravatar voroshil2007-11-19
* Add all passed to VID_SET_FORMAT formats to the end ofGravatar voroshil2007-11-18
* Ensure that when VID_GET_FORMAT ioctl is called,Gravatar voroshil2007-11-18
* (cosmetics) Indentation fix of previous commit.Gravatar voroshil2007-11-18
* New media format negotiation code:Gravatar voroshil2007-11-18
* Move setting media format code Gravatar voroshil2007-11-18
* Pass all available formats to chain building routine andGravatar voroshil2007-11-18
* Ignore video formats which are supported by deviceGravatar voroshil2007-11-18
* Fix crash when pin connection fails.Gravatar voroshil2007-11-18
* Prevent chains from building more than once.Gravatar voroshil2007-11-18
* Handle "out of memory" error.Gravatar voroshil2007-11-18
* Move chains building code into separate routines.Gravatar voroshil2007-11-18
* (cosmetics) Lookup table alignment.Gravatar voroshil2007-11-17