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: estimate total packet size, deprecate packet number limits
wm4
2017-04-14
*
demux: try not to read packets when cancelled
wm4
2017-02-04
*
player: different way to auto-enable the demuxer cache
wm4
2017-02-02
*
stream: better method signal caching, rename weird uncached_stream field
wm4
2017-02-02
*
player: remove --stream-capture option/property
wm4
2017-01-21
*
player: actually let cache readahead after opening demuxer for prefetch
wm4
2017-01-19
*
player: change aspects of cover art handling
wm4
2017-01-10
*
demux: rename a function
wm4
2017-01-10
*
demux: uninline ds_get_packets()
wm4
2017-01-10
*
demux, stream: add option to prevent opening referenced files
wm4
2016-12-04
*
demux: improve buffer estimation in a corner case
wm4
2016-11-01
*
demux_mkv: don't recursively resolve timeline for opened reference files
wm4
2016-10-22
*
demux: don't try to refresh unselected streams
wm4
2016-10-21
*
player: fix instant subtitle refresh on track switches
wm4
2016-09-24
*
demux: do not access global options
wm4
2016-09-06
*
demux: close underlying stream if it's fully read anyway
wm4
2016-08-26
*
player: don't directly access demuxer->stream
wm4
2016-08-26
*
demux: demote packet queue overflow to a warning
wm4
2016-08-22
*
demux: fix undefined behavior with ogg metadata update
wm4
2016-08-16
*
demux: minor cleanup to replaygain error handling
wm4
2016-08-13
*
demux: make ALBUM replaygain tags optional
wm4
2016-08-13
*
audio: log replaygain values in af_volume instead demuxer
wm4
2016-08-13
*
demux: add per-track metadata
wm4
2016-08-12
*
demux: do not add packets between refresh seek requested and done
wm4
2016-08-08
*
demux: make refresh seek handling more generic
wm4
2016-08-06
*
demux: fix a minor race condition
wm4
2016-08-06
*
player: improve instant track switching
wm4
2016-08-06
*
demux: fix memory leak when loading of ordered chapter file is aborted
wm4
2016-06-07
*
cache: use a single STREAM_CTRL for various cache info
wm4
2016-03-29
*
demux: remove pausing mechanism
wm4
2016-03-10
*
demux: replace demux_pause/demux_unpause with demux_run_on_thread
wm4
2016-03-09
*
demux: delay bitrate calculation on packets with unknown timestamps
wm4
2016-03-05
*
demux: add null demuxer
wm4
2016-03-04
*
demux: remove relative seeking
wm4
2016-02-28
*
demux: avoid lost wakeup on queue overflow
wm4
2016-02-24
*
demux_timeline: fix nested timelines
wm4
2016-02-20
*
Rewrite ordered chapters and timeline stuff
wm4
2016-02-15
*
demux: reduce verbosity
wm4
2016-02-11
*
demux: remove a minor difference between threaded/unthreaded modes
wm4
2016-01-19
*
demux: fix leaking closed captions packets with unselected sub stream
wm4
2016-01-19
*
vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decoding
Aman Gupta
2016-01-18
*
demux: disable stream cache if no tracks are selected
wm4
2016-01-18
*
demux: remove unused function
wm4
2016-01-18
*
demux: fix interleaved subtitle reading in unthreaded mode
wm4
2016-01-18
*
demux: unify codepaths for threaded/unthreaded track switching
wm4
2016-01-18
*
demux: merge sh_video/sh_audio/sh_sub
wm4
2016-01-12
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
*
player: eliminate demux_get_next_pts()
wm4
2016-01-11
*
sub: change how subtitles are read
wm4
2015-12-29
*
demux: remove weird tripple-buffering for the sh_stream list
wm4
2015-12-23
[next]