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.h
Commit message (
Expand
)
Author
Age
*
Support stream redirection from http to mms, fix bug #927.
ulion
2007-11-26
*
introduced STREAM_CTRL_GET_ASPECT_RATIO to report the aspect ratio read from ...
nicodvb
2007-09-01
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.
reimar
2007-08-19
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
Fix live555 compilation when stream cache is disabled.
diego
2007-03-13
*
new STREAM_CTRL_GET_SIZE to get size of output stream
nicodvb
2006-12-18
*
added member and definitions for output streams
nicodvb
2006-12-18
*
added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME
nicodvb
2006-11-07
*
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
reimar
2006-08-28
*
added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the s...
nicodvb
2006-08-21
*
new stream_ctrl to get currently playing chapter (needed for stream-driven re...
nicodvb
2006-08-18
*
new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd
nicodvb
2006-08-18
*
added dedicated file for mf:// input
ben
2006-08-03
*
conversion from stream_null to stream_tv was missing stream type
ben
2006-08-03
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31