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
Commit message (
Expand
)
Author
Age
*
implemented STREAM_CTRL_GET_NUM_CHAPTERS
nicodvb
2006-08-21
*
implemented STREAM_CTRL_GET_NUM_CHAPTERS
nicodvb
2006-08-21
*
added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the s...
nicodvb
2006-08-21
*
missing header for struct timeval
rfelker
2006-08-20
*
Avoid crash if initialization failed.
reimar
2006-08-20
*
Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at ge...
reimar
2006-08-20
*
corrected _very_ misleading comment
nicodvb
2006-08-19
*
implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)
nicodvb
2006-08-19
*
removed #if-0 code that dereferenced dvdnav_t's internal members, violating ...
nicodvb
2006-08-19
*
10l: misplaced brace in a switch
nicodvb
2006-08-19
*
Print DVD audio channel and subtitle track information in non-verbose mode,
diego
2006-08-19
*
implemented seeking to chapter
nicodvb
2006-08-19
*
sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1
nicodvb
2006-08-19
*
support for seeking to chapter and getting current playing chapter
nicodvb
2006-08-18
*
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
*
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
diego
2006-08-18
*
Move all internal -I parameters to the front of CFLAGS to avoid using external
diego
2006-08-17
*
isolated tcp socket code from network.c to a dedicated file
ben
2006-08-05
*
missing ifndef/define/endif couple in udp header
ben
2006-08-05
*
kill a warning in getsockopt()
ben
2006-08-05
*
kill a warning in getsockopt()
ben
2006-08-05
*
removed some useless includes
ben
2006-08-04
*
moved some definitions from rtp.h to rtp.c as they're not exported or used an...
ben
2006-08-04
*
removed udp socket creation code from rtp stack to a new dedicated udp helper...
ben
2006-08-04
*
fix compilation of librtsp
ben
2006-08-04
*
few cosmectic changes to remove duplication
ben
2006-08-04
*
split rtp stack, udp input layer and rtp input layer from rtp.c
ben
2006-08-04
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
*
moved pnm.h to stream/ (where it belongs)
ben
2006-08-04
*
renamed dvdnav_stream to stream_dvdnav for consistency
ben
2006-08-03
*
added dedicated file for mf:// input
ben
2006-08-03
*
mf.[hc] belong to libmpdemux
ben
2006-08-03
*
renamed cue_read.c to stream_cue.c for consistency
ben
2006-08-03
*
removed useless cue_read.h file
ben
2006-08-03
*
renamed dvbin.c to stream_dvb.c for consistency
ben
2006-08-03
*
conversion from stream_null to stream_tv was missing stream type
ben
2006-08-03
*
correctly report audio input
ben
2006-08-03
*
Move conditional compilation of cdinfo.c to the build system.
diego
2006-08-02
*
removed deprecated test.c file from libmpdemux
ben
2006-07-31
*
add an explicit tv stream input instead of the previous hack in stream_null
ben
2006-07-31
*
renamed cddX stream interface to stream_cddX for consistency
ben
2006-07-31
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31