summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-3/+3
* Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+1
|\
| * Replace double semicolon by single semicolon.diego2009-02-161-1/+1
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-0/+1
|\|
| * Determine default CD/DVD device in configure instead of using an #ifdef jungle.diego2008-10-211-26/+0
| * Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.diego2008-10-161-0/+27
* | stream.h: Add 2 prototypes instead of declaring them in cache2.cUoti Urpala2008-08-121-2/+2
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-2/+2
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-071-2/+2
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-1/+1
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-1/+1
* | Create a context for input.c stateUoti Urpala2008-04-301-1/+3
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-8/+8
* | Add option pointer to stream struct (at least temporarily)Uoti Urpala2008-04-231-3/+5
|/
* Remove the need for code using stream to export an mp_input_check_interrupt()albeu2008-04-091-0/+5
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* stream_info_t opts and protocols point to constant data as well.reimar2008-01-131-2/+2
* NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTR...nicodvb2008-01-051-0/+3
* consistency cosmeticsdiego2008-01-011-1/+1
* Support stream redirection from http to mms, fix bug #927.ulion2007-11-261-0/+1
* introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from ...nicodvb2007-09-011-0/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-1/+1
* Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.reimar2007-08-191-8/+2
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-3/+3
* Fix live555 compilation when stream cache is disabled.diego2007-03-131-0/+2
* new STREAM_CTRL_GET_SIZE to get size of output streamnicodvb2006-12-181-0/+1
* added member and definitions for output streamsnicodvb2006-12-181-0/+3
* added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIMEnicodvb2006-11-071-0/+2
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)reimar2006-08-281-0/+1
* added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the s...nicodvb2006-08-211-0/+1
* new stream_ctrl to get currently playing chapter (needed for stream-driven re...nicodvb2006-08-181-0/+1
* new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcdnicodvb2006-08-181-0/+1
* added dedicated file for mf:// inputben2006-08-031-0/+1
* conversion from stream_null to stream_tv was missing stream typeben2006-08-031-0/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+301