aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.h
Commit message (Expand)AuthorAge
* mplayer: rip out --capture supportGravatar wm42012-08-02
* stream: show negative seek position value in error messageGravatar reimar2011-07-06
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* stream.[ch], ass_mp: new stream function for whole-file readsGravatar Uoti Urpala2011-03-03
* cleanup: demuxer.[ch]: remove unused code, make functions staticGravatar Uoti Urpala2011-02-22
* stream.h: check against huge negative values in stream_seek()Gravatar reimar2010-12-16
* cache: read up to 64 KiB at once from stream_fileGravatar reimar2010-11-14
* options: move some demux options to option structGravatar Clément Bœsch2010-11-11
* cache, stream: avoid extra memcpy when using cacheGravatar reimar2010-11-07
* Add a simple capture feature (-capture)Gravatar Uoti Urpala2010-11-02
* cache: add sanity-check for sector sizeGravatar reimar2010-11-02
* configure: Rename "network" variable and option to "networking"Gravatar diego2010-11-02
* stream_bluray: add unencrypted Blu-ray playbackGravatar ben2010-11-02
* stream.h: support backswards stream_skip() within bufferGravatar reimar2010-11-02
* Merge svn changes up to r31256Gravatar Uoti Urpala2010-05-30
|\
| * Document time scale for stream_check_interrupt argument.Gravatar reimar2010-05-28
| * Drop pointless _st suffix from 'struct stream'.Gravatar diego2010-05-27
* | stream.h: remove bad EOF check in stream_seek()Gravatar Uoti Urpala2010-05-22
* | options: move -chapter values to option structGravatar Uoti Urpala2010-04-25
* | stream_ffmpeg, demux_lavf: Use flv demuxer for rtmp streamsGravatar Uoti Urpala2010-04-23
* | Merge svn changes up to r30876Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30815Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\ \ \
* \ \ \ Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\ \ \ \
* \ \ \ \ Merge svn changes up to r30702Gravatar Uoti Urpala2010-03-10
|\ \ \ \ \
* \ \ \ \ \ Merge svn changes up to r30694Gravatar Uoti Urpala2010-03-10
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge svn changes up to r30672Gravatar Uoti Urpala2010-03-10
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \ \ \ \
| | | | | | | | * Define O_BINARY in stream/stream.h unless it is defined yet, and use itGravatar komh2010-03-06
| | | | | | | |/
| | | | | | | * Extend stream_read_line to support reading lines from UTF-16 encoded filesGravatar reimar2010-02-28
| | | | | | |/
| | | | | | * Move stream_read_line implementation from stream.h to stream.c,Gravatar reimar2010-02-28
| | | | | | * Simplify handling of 0-termination in stream_read_lineGravatar reimar2010-02-28
| | | | | |/
| | | | | * Mark stream open filename parameter as const, the filename string is notGravatar reimar2010-02-25
| | | | |/
| | | | * Declare functions from network.c in network.h.Gravatar diego2010-02-22
| | | | * Move struct streaming_control from network.h to stream.h, where it is used.Gravatar diego2010-02-22
| | | |/
| | | * 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
* | stream: improve EOF handling in seeksGravatar Uoti Urpala2010-01-18
* | Merge svn changes up to r30216Gravatar Uoti Urpala2010-01-08
|\|
| * Add a few missing header #includes and #defines.Gravatar diego2010-01-04
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * 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
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Replace double semicolon by single semicolon.Gravatar diego2009-02-16
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Determine default CD/DVD device in configure instead of using an #ifdef jungle.Gravatar diego2008-10-21