index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
demux
/
demux.c
Commit message (
Expand
)
Author
Age
*
demux: lower demuxer cache default sizes
wm4
2018-02-13
*
demux: add a per stream wakeup callback
wm4
2018-01-30
*
options: add an option type for byte sizes
wm4
2018-01-25
*
ta: introduce talloc_dup() and use it in some places
wm4
2018-01-18
*
player: redo hack for video keyframe seeks with external audio
wm4
2018-01-18
*
demux: include beginning of stream state in cached seekable range
wm4
2018-01-10
*
demux: fight libavformat cover art hack harder
wm4
2018-01-10
*
demux: add missing seekpoint when cached ranges are joined
wm4
2018-01-10
*
demux: silence pointless/confusing warning
wm4
2018-01-07
*
demux: include EOF state in cached seekable range
wm4
2018-01-05
*
demux: export some debugging fields about low level demuxer behavior
wm4
2018-01-05
*
demux: fix crash due to incorrect seek range accounting
wm4
2018-01-05
*
player: update duration based on highest timestamp demuxed
wm4
2017-12-24
*
player: allow seeking in cached parts of unseekable streams
wm4
2017-12-24
*
demux: note refresh state separately in debug output
wm4
2017-12-23
*
demux: bump the demuxer cache readahead duration
wm4
2017-12-23
*
demux: always discard cached packets on track switches
wm4
2017-12-23
*
demux_timeline: disable pointless packet cache for sub-demuxers
wm4
2017-12-10
*
demux: fix accounting for seekable ranges on track switches
wm4
2017-12-10
*
player: minor fix/simplification of OSD time/duration handling
wm4
2017-11-24
*
demux: avoid queue overflow warning when joining two ranges
wm4
2017-11-11
*
demux: export demuxer cache sizes in bytes
wm4
2017-11-10
*
demux: use seekable cache for network by default, bump prefetch limit
wm4
2017-11-10
*
demux: set default back buffer to some high value
wm4
2017-11-10
*
demux: limit number of seek ranges to a static maximum
wm4
2017-11-10
*
demux: speed up cache seeking with a coarse index
wm4
2017-11-10
*
demux: avoid wasting time by stopping packet search as early as possible
wm4
2017-11-10
*
demux: simplify remove_packet() function
wm4
2017-11-10
*
demux: fix failure to join ranges with subtitles in some cases
wm4
2017-11-10
*
demux: reverse which range is reused when joining them
wm4
2017-11-10
*
demux: fix a race condition with async seeking
wm4
2017-11-10
*
demux: get rid of an unnecessary field
wm4
2017-11-10
*
demux: attempt to accurately reflect seek range with muxed subtitles
wm4
2017-11-10
*
demux: reduce indentation for two functions
wm4
2017-11-10
*
demux: some minor mostly cosmetics
wm4
2017-11-10
*
demux: simplify a function
wm4
2017-11-10
*
demux: change how refreshes on track switching are handled
wm4
2017-11-10
*
demux: get rid of weird backwards loop
wm4
2017-11-10
*
demux: avoid broken readahead when joining ranges
wm4
2017-11-10
*
demux: reduce difference between threaded and non-threaded mode
wm4
2017-11-10
*
demux: support multiple seekable cached ranges
wm4
2017-11-09
*
demux: explicitly discard 0 sized packets
wm4
2017-11-06
*
demux: slightly simplify pruning
wm4
2017-11-06
*
demux: refactoring in preparation for multiple seek range support
wm4
2017-11-04
*
demux: improve and optimize cache pruning and seek range determination
wm4
2017-11-04
*
demux: reduce overhead when searching over keyframe ranges
wm4
2017-11-04
*
demux: avoid excessive readahead after cache seek
wm4
2017-11-04
*
demux: make pruning more efficient for unseekable demuxer cache
wm4
2017-11-04
*
demux: on queue overflow wake up reader thread on EOF only
wm4
2017-11-03
*
demux: don't show queue overflow warning when merely prefetching
wm4
2017-11-03
[next]