aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Add missing '\n' in tv scanner results output.Gravatar voroshil2007-11-26
* Support stream redirection from http to mms, fix bug #927.Gravatar ulion2007-11-26
* 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
* pgc->subp_control and pgc->audio_control are no more bitfields,Gravatar nicodvb2007-11-23
* don't include anymore the dvdread headers from the dvdnav directoryGravatar nicodvb2007-11-22
* 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
* Service routine for constructing AM_MEDIA_TYPE structure from Gravatar voroshil2007-11-17
* Disable terminating directshow chains with NullRenderer filter,Gravatar voroshil2007-11-17
* Fix bogus bits per pixel values in lookup table.Gravatar voroshil2007-11-17
* Cleanup sg_io_hdr initialization a bitGravatar reimar2007-11-17
* We do not have any use for the sense data, so we don't need a buffer for it.Gravatar reimar2007-11-17
* (cosmetics) Indentation fixGravatar voroshil2007-11-17
* Some more cosmeticsGravatar reimar2007-11-17
* Move the zeroing directly before the other initialization codeGravatar reimar2007-11-17
* Move everything that sets buffer values together.Gravatar reimar2007-11-17
* Another place that can use AV_WB32Gravatar reimar2007-11-17
* Some cosmetics in dvd_set_speedGravatar reimar2007-11-17
* Move the DVD speed factor -> KB/s conversion into the caseGravatar reimar2007-11-17
* Add a missing close() to dvd_set_speed functionGravatar reimar2007-11-17
* Open device file only right before we need it, so we do notGravatar reimar2007-11-17