aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* fix memleaks; patch by andrew calkin from gmail comGravatar nicodvb2007-12-12
* Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.Gravatar diego2007-12-11
* removed stupid checksGravatar nicodvb2007-12-08
* 10l ... the header was used there tooGravatar lu_zero2007-12-04
* Make libnemesi use specific struct and DEMUXER_TYPEGravatar lu_zero2007-12-04
* mime_type_table is const as wellGravatar reimar2007-12-02
* Add a few forgotten static/const attributes in tvi_vbi.cGravatar reimar2007-12-02
* stream_opts arrays should be constGravatar reimar2007-12-02
* Make m_option_t arrays referenced by cfg-common.h constGravatar reimar2007-12-02
* Preserve unsv:// protocol specifier over http redirects.Gravatar reimar2007-12-02
* Add appropriate const specifiers to some custom parse functions.Gravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* When IFO file is opened (detected by extension), set dvd-device to IFO file'sGravatar voroshil2007-12-02
* Make auto_open_streams array itself constGravatar reimar2007-12-02
* auto_open_streams should have const type, fix also the places where it is usedGravatar reimar2007-12-01
* at startup show audio and subtitle streams available in the chosen title with...Gravatar nicodvb2007-12-01
* this variable was nothing but a useless memleakGravatar ben2007-11-30
* this local variable can be staticGravatar ben2007-11-30
* -identify also shows the duration(s) of the title(s)Gravatar nicodvb2007-11-29
* cosmetics: moved identification code to a separate functionGravatar nicodvb2007-11-29
* when no title is chosen -identify all titles present in the dvdGravatar nicodvb2007-11-29
* with -identify show the title being describedGravatar nicodvb2007-11-29
* -identify chapters of chosen titleGravatar nicodvb2007-11-28
* Correct VCD track no. calculation on Windows.Gravatar zuxy2007-11-28
* Avoid gcc warning:Gravatar zuxy2007-11-28
* Return correct length in ID_VCD_TRACK_n_MSFGravatar zuxy2007-11-28
* Enable -rtsp-port for nemesiGravatar lu_zero2007-11-27
* Remove stray varGravatar lu_zero2007-11-27
* 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