aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSDGravatar reimar2007-12-20
* Protocol name should be case insensitive.Gravatar ulion2007-12-19
* Caching toc header in vcd private structure for later use.Gravatar ulion2007-12-17
* Add cdda stream control for chapter commmands.Gravatar ulion2007-12-17
* Should not change stream->pos in fill_buffer function.Gravatar ulion2007-12-16
* Support cddb on darwin.Gravatar ulion2007-12-16
* 10l, in dvb_free_config() channels' names must be free individuallyGravatar nicodvb2007-12-15
* cosmetic: indent after r25415Gravatar ben2007-12-15
* do not override *file_format if already set by asf_streaming_start()Gravatar ben2007-12-15
* Make the end_sector accessable (it should be).Gravatar ulion2007-12-15
* removed the obscene priv->stream entry. Someone must have injected vodka in m...Gravatar nicodvb2007-12-15
* get rid of the file-static dvb_config and free the config at close() . Patch...Gravatar nicodvb2007-12-15
* Only read disc info once and save it for later using.Gravatar ulion2007-12-15
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...Gravatar nicodvb2007-12-15
* The buffer used for pread need be aligned, but currently it got an offset 23Gravatar ulion2007-12-15
* Get end position of last track by adding its starting address with track size.Gravatar ulion2007-12-15
* Replace printf with mp_msg.Gravatar ulion2007-12-15
* Only print one track info when exactly seeking to the beginning of a track.Gravatar ulion2007-12-14
* Fix stream cdda seeks to CD's end and hangs forever bug.Gravatar ulion2007-12-14
* 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