aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tvi_dshow.c
Commit message (Expand)AuthorAge
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* stream/tv: move new_handle() function from header to tv.cGravatar diego2010-11-02
* stream/tv: move free_handle() from header to tv.cGravatar diego2010-11-02
* tv.h: Change function pointer types to proper declarationsGravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\
| * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* | Merge svn changes up to r30375Gravatar Uoti Urpala2010-01-25
|\|
| * 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
* | Merge svn changes up to r30173Gravatar Uoti Urpala2010-01-08
|\|
| * Several hacks to fix compilation of tvi_dshow on MinGW64.Gravatar reimar2010-01-02
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * 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
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * 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