aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.h
Commit message (Expand)AuthorAge
* Declare stream_fill_buffer() and stream_seek_long() unconditionally.Gravatar diego2010-02-21
* Do not discard stream buffer on eof, instead reuse it to slightly improveGravatar reimar2010-02-20
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* Add a few missing header #includes and #defines.Gravatar diego2010-01-04
* Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* Deobfuscate the special hack to disable cache for live555.Gravatar reimar2009-11-17
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Replace double semicolon by single semicolon.Gravatar diego2009-02-16
* Determine default CD/DVD device in configure instead of using an #ifdef jungle.Gravatar diego2008-10-21
* Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.Gravatar diego2008-10-16
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Remove the need for code using stream to export an mp_input_check_interrupt()Gravatar albeu2008-04-09
* 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