summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
Commit message (Expand)AuthorAgeFilesLines
* cache: add sanity-check for sector sizereimar2010-11-021-1/+2
* configure: Rename "network" variable and option to "networking"diego2010-11-021-2/+2
* stream_bluray: add unencrypted Blu-ray playbackben2010-11-021-0/+4
* stream.h: support backswards stream_skip() within bufferreimar2010-11-021-1/+1
* Merge svn changes up to r31256Uoti Urpala2010-05-301-1/+2
|\
| * Document time scale for stream_check_interrupt argument.reimar2010-05-281-1/+2
| * Drop pointless _st suffix from 'struct stream'.diego2010-05-271-8/+8
* | stream.h: remove bad EOF check in stream_seek()Uoti Urpala2010-05-221-2/+0
* | options: move -chapter values to option structUoti Urpala2010-04-251-2/+0
* | stream_ffmpeg, demux_lavf: Use flv demuxer for rtmp streamsUoti Urpala2010-04-231-0/+1
* | Merge svn changes up to r30876Uoti Urpala2010-03-101-0/+5
|\|
| * Define O_BINARY in stream/stream.h unless it is defined yet, and use itkomh2010-03-061-0/+5
* | Merge svn changes up to r30815Uoti Urpala2010-03-101-1/+1
|\|
| * Extend stream_read_line to support reading lines from UTF-16 encoded filesreimar2010-02-281-1/+1
* | Merge svn changes up to r30798Uoti Urpala2010-03-101-24/+1
|\|
| * Move stream_read_line implementation from stream.h to stream.c,reimar2010-02-281-26/+1
| * Simplify handling of 0-termination in stream_read_linereimar2010-02-281-3/+5
* | Merge svn changes up to r30748Uoti Urpala2010-03-101-3/+5
|\|
| * Mark stream open filename parameter as const, the filename string is notreimar2010-02-251-3/+3
* | Merge svn changes up to r30702Uoti Urpala2010-03-101-4/+26
|\|
| * Declare functions from network.c in network.h.diego2010-02-221-1/+0
| * Move struct streaming_control from network.h to stream.h, where it is used.diego2010-02-221-3/+23
* | Merge svn changes up to r30694Uoti Urpala2010-03-101-1/+2
|\|
| * Declare stream_fill_buffer() and stream_seek_long() unconditionally.diego2010-02-211-2/+3
* | Merge svn changes up to r30672Uoti Urpala2010-03-101-0/+2
|\|
| * Do not discard stream buffer on eof, instead reuse it to slightly improvereimar2010-02-201-0/+2
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+18
|\|
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-0/+18
* | stream: improve EOF handling in seeksUoti Urpala2010-01-181-0/+1
* | Merge svn changes up to r30216Uoti Urpala2010-01-081-0/+1
|\|
| * Add a few missing header #includes and #defines.diego2010-01-041-0/+1
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-5/+9
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyreimar2009-11-221-5/+5
| * Deobfuscate the special hack to disable cache for live555.reimar2009-11-171-0/+4
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-3/+3
* | 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