aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.c
Commit message (Expand)AuthorAge
...
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* build: make pthreads mandatoryGravatar wm42013-11-28
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* timeline: add edl:// URIsGravatar wm42013-11-19
* Merge branch 'master' into have_configureGravatar wm42013-11-04
|\
* | configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
| * stream: more consistent checks for whether stream is seekableGravatar wm42013-11-03
| * stream: reconnecting doesn't make sense if stream is not seekableGravatar wm42013-11-03
|/
* network: fix rtsp playbackGravatar wm42013-09-22
* stream: force demuxer of cached stream, fixes cdda:// + cacheGravatar wm42013-09-10
* path: add a common mp_is_url() functionGravatar wm42013-09-04
* stream: read at least a full buffer with stream_peek()Gravatar wm42013-08-28
* stream: add uncompressed rar supportGravatar wm42013-08-26
* stream: change open code, add stream filter conceptGravatar wm42013-08-26
* stream: don't drop buffer when creating the cacheGravatar wm42013-08-26
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* core: add a playlist demuxerGravatar wm42013-08-26
* stream: allow potentially faster skippingGravatar wm42013-08-22
* stream: don't require streams to set s->pos in seek callbackGravatar wm42013-08-22
* stream: move file forward skipping to common stream implementationGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream: parse URL escapes for file://Gravatar wm42013-08-02
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* Merge branch 'remove_old_demuxers'Gravatar wm42013-07-14
|\
| * stream: remove useless author/comment fieldsGravatar wm42013-07-12
| * stream: remove fd memberGravatar wm42013-07-12
| * stream: use talloc for some string membersGravatar wm42013-07-12
| * stream: don't require streams to set a typeGravatar wm42013-07-12
| * core: change open_stream and demux_open signatureGravatar wm42013-07-12
* | stream: remove some more forgotten network stuffGravatar wm42013-07-12
* | options: add --cache-default optionGravatar wm42013-07-10
|/
* stream: unbreak streams with large sector sizes (stream_cdda)Gravatar wm42013-07-07
* stream: don't treat position 0 speciallyGravatar wm42013-07-07
* stream: remove weird STREAMTYPE_STREAM special handlingGravatar wm42013-07-07
* stream: re-add accidentally removed seek callGravatar wm42013-07-07
* Remove internal network supportGravatar wm42013-07-07
* stream: make eof flag more consistentGravatar wm42013-07-04
* stream: redo memory streamsGravatar wm42013-06-28
* Merge branch 'sub_mess2'Gravatar wm42013-06-25
|\
| * stream: remove stream_unread_buffer()Gravatar wm42013-06-25
| * stream: add stream_peek functionGravatar wm42013-06-25
| * stream: never let read functions return values < 0Gravatar wm42013-06-25
| * stream: readd memory streamsGravatar wm42013-06-25
| * stream: remove padding parameter from stream_read_complete()Gravatar wm42013-06-23
* | osdep: remove shmem wrapperGravatar wm42013-06-18
|/
* stream: don't set sector size on cacheGravatar wm42013-06-16
* stream: don't align stream position if not neededGravatar wm42013-06-16
* stream: don't adjust stream position if seek succeeds, but read failsGravatar wm42013-06-16
* stream: fix some aspects of EOF handlingGravatar wm42013-06-16
* stream: don't set EOF flag in stream implementationsGravatar wm42013-06-16