index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
stream.c
Commit message (
Expand
)
Author
Age
*
build: make pthreads mandatory
wm4
2013-11-28
*
Reduce stheader.h includes, move stream types to mp_common.h
wm4
2013-11-23
*
timeline: add edl:// URIs
wm4
2013-11-19
*
Merge branch 'master' into have_configure
wm4
2013-11-04
|
\
*
|
configure: uniform the defines to #define HAVE_xxx (0|1)
Stefano Pigozzi
2013-11-03
|
*
stream: more consistent checks for whether stream is seekable
wm4
2013-11-03
|
*
stream: reconnecting doesn't make sense if stream is not seekable
wm4
2013-11-03
|
/
*
network: fix rtsp playback
wm4
2013-09-22
*
stream: force demuxer of cached stream, fixes cdda:// + cache
wm4
2013-09-10
*
path: add a common mp_is_url() function
wm4
2013-09-04
*
stream: read at least a full buffer with stream_peek()
wm4
2013-08-28
*
stream: add uncompressed rar support
wm4
2013-08-26
*
stream: change open code, add stream filter concept
wm4
2013-08-26
*
stream: don't drop buffer when creating the cache
wm4
2013-08-26
*
stream: fix url_options field, make protocols field not fixed length
wm4
2013-08-26
*
core: add a playlist demuxer
wm4
2013-08-26
*
stream: allow potentially faster skipping
wm4
2013-08-22
*
stream: don't require streams to set s->pos in seek callback
wm4
2013-08-22
*
stream: move file forward skipping to common stream implementation
wm4
2013-08-22
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
*
stream: parse URL escapes for file://
wm4
2013-08-02
*
stream: redo URL parsing, replace m_struct usage with m_config
wm4
2013-08-02
*
Merge branch 'remove_old_demuxers'
wm4
2013-07-14
|
\
|
*
stream: remove useless author/comment fields
wm4
2013-07-12
|
*
stream: remove fd member
wm4
2013-07-12
|
*
stream: use talloc for some string members
wm4
2013-07-12
|
*
stream: don't require streams to set a type
wm4
2013-07-12
|
*
core: change open_stream and demux_open signature
wm4
2013-07-12
*
|
stream: remove some more forgotten network stuff
wm4
2013-07-12
*
|
options: add --cache-default option
wm4
2013-07-10
|
/
*
stream: unbreak streams with large sector sizes (stream_cdda)
wm4
2013-07-07
*
stream: don't treat position 0 specially
wm4
2013-07-07
*
stream: remove weird STREAMTYPE_STREAM special handling
wm4
2013-07-07
*
stream: re-add accidentally removed seek call
wm4
2013-07-07
*
Remove internal network support
wm4
2013-07-07
*
stream: make eof flag more consistent
wm4
2013-07-04
*
stream: redo memory streams
wm4
2013-06-28
*
Merge branch 'sub_mess2'
wm4
2013-06-25
|
\
|
*
stream: remove stream_unread_buffer()
wm4
2013-06-25
|
*
stream: add stream_peek function
wm4
2013-06-25
|
*
stream: never let read functions return values < 0
wm4
2013-06-25
|
*
stream: readd memory streams
wm4
2013-06-25
|
*
stream: remove padding parameter from stream_read_complete()
wm4
2013-06-23
*
|
osdep: remove shmem wrapper
wm4
2013-06-18
|
/
*
stream: don't set sector size on cache
wm4
2013-06-16
*
stream: don't align stream position if not needed
wm4
2013-06-16
*
stream: don't adjust stream position if seek succeeds, but read fails
wm4
2013-06-16
*
stream: fix some aspects of EOF handling
wm4
2013-06-16
*
stream: don't set EOF flag in stream implementations
wm4
2013-06-16
*
stream: remove stream_reset()
wm4
2013-06-16
[next]