aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.h
Commit message (Expand)AuthorAge
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* stream_info_t opts and protocols point to constant data as well.Gravatar reimar2008-01-13
* NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTR...Gravatar nicodvb2008-01-05
* consistency cosmeticsGravatar diego2008-01-01
* Support stream redirection from http to mms, fix bug #927.Gravatar ulion2007-11-26
* introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from ...Gravatar nicodvb2007-09-01
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.Gravatar reimar2007-08-19
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Fix live555 compilation when stream cache is disabled.Gravatar diego2007-03-13
* new STREAM_CTRL_GET_SIZE to get size of output streamGravatar nicodvb2006-12-18
* added member and definitions for output streamsGravatar nicodvb2006-12-18
* added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIMEGravatar nicodvb2006-11-07
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)Gravatar reimar2006-08-28
* added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the s...Gravatar nicodvb2006-08-21
* new stream_ctrl to get currently playing chapter (needed for stream-driven re...Gravatar nicodvb2006-08-18
* new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcdGravatar nicodvb2006-08-18
* added dedicated file for mf:// inputGravatar ben2006-08-03
* conversion from stream_null to stream_tv was missing stream typeGravatar ben2006-08-03
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31