aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Try to get frame rate information through VIDIOC_G_PARM ifGravatar voroshil2008-06-30
* Fix division by zero in tvi_v4l2 which occures when capture deviceGravatar voroshil2008-06-30
* removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You...Gravatar nicodvb2008-06-29
* mingw uses Windows sockets.Gravatar vayne2008-06-28
* Fix the issue instead of revertingGravatar lu_zero2008-06-25
* Move rtsp_close away by simplification - avoids symbol clash with libnemesiGravatar lu_zero2008-06-25
* Reorder some functions to avoid implicit declaration warnings.Gravatar diego2008-06-19
* Add missing #includes to fix 'make checkheaders'.Gravatar diego2008-06-16
* Ability for specifying TV standard individually for each TV channel.Gravatar voroshil2008-06-14
* Factorizes dvdnav aid retrieval code.Gravatar ben2008-06-07
* Add routine that provides audio ID corresponding to logical numberGravatar ben2008-06-07
* Rename some functions as they are mplayer related and notGravatar ben2008-06-07
* rename for consistencyGravatar ben2008-06-07
* Add routine to determine if SPU has changed in dvdnav stream.Gravatar ben2008-06-07
* Add routine to determine if audio has changed in dvdnav stream.Gravatar ben2008-06-07
* Save DVDNAV palette info.Gravatar ben2008-06-07
* 100l, fix wrong order of cases in cache_do_controlGravatar reimar2008-06-01
* Fix compilation with internal dvdnavGravatar rtogni2008-05-31
* adapted to the dvdread->libdvdread transition in dvdnav's repositoryGravatar nicodvb2008-05-31
* Handle NULL control function in cache_execute_control, fixes crash with http ...Gravatar reimar2008-05-30
* Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used.Gravatar reimar2008-05-26
* Add basic support for stream controls with cache enabled.Gravatar reimar2008-05-24
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Add missing stream.h #include, fixes the warning:Gravatar diego2008-05-15
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-05-03
* Use consistent #include paths without "../".Gravatar diego2008-04-28
* Merge stream/Makefile into top-level Makefile.Gravatar diego2008-04-24
* cosmetics: alphabetical orderGravatar diego2008-04-24
* in preparation for multi-frontend patch replaced file-static device names wit...Gravatar nicodvb2008-04-13
* removed useless parameter :type from -dvbin (the frontend type is reported by...Gravatar nicodvb2008-04-12
* removed defunct options :vid and :aid from -dvbin (they were useless from the...Gravatar nicodvb2008-04-12
* Remove the need for code using stream to export an mp_input_check_interrupt()Gravatar albeu2008-04-09
* Make stream independent of libmpdemux, the asf demuxer and streamingGravatar albeu2008-04-09
* Fix possible integer overflow in malloc by using calloc instead.Gravatar reimar2008-03-29
* mingw uses windows sockets.Gravatar vayne2008-03-11
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-10
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-10
* Remove useless #include.Gravatar diego2008-03-10
* search channels.conf in mplayer's instdir if all other searches fail; patch b...Gravatar nicodvb2008-03-03
* cache support for OS/2Gravatar diego2008-02-28
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Avoid a pointless special-case for opening a fileGravatar reimar2008-02-24
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add multiple inclusion guard.Gravatar diego2008-02-21
* Add missing multiple inclusion guards.Gravatar diego2008-02-21
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* Add support for DOS-style file:///x:/path paths.Gravatar diego2008-02-20
* Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.Gravatar albeu2008-02-19
* Support icyx://.Gravatar reimar2008-02-15