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
*
stream: provide a stream_get_size() convenience function
wm4
2015-08-18
*
stream: libarchive wrapper for reading compressed archives
wm4
2015-08-17
*
demux: remove redundant demux_chapter.name field
wm4
2015-08-12
*
demux: add options to control maximum queue size
wm4
2015-08-05
*
demux: remove options to control minimum packet queue size
wm4
2015-08-05
*
player: use demux_open_url() to open main files
wm4
2015-08-04
*
player: remove higher-level remains of DVD/BD menu support
wm4
2015-08-03
*
demux: handle Matroska-style replaygain tags as well
wm4
2015-07-12
*
demux: refactor replaygain tag handling
wm4
2015-07-12
*
player: disable seeking even if the cache is enabled
wm4
2015-07-08
*
demux: get rid of some bstr things
wm4
2015-06-24
*
player: add some debug output for seeking
wm4
2015-06-18
*
demux: don't get stuck on some cases of timestamp resets
wm4
2015-05-26
*
demux: read cue sheets embedded in tags
wm4
2015-05-19
*
demux_mkv: move global options to the demuxer
wm4
2015-04-23
*
demux: report correct cache state close to EOF
wm4
2015-04-20
*
Update license headers
Marcin Kurczewski
2015-04-13
*
demux: fix rar support for files containing DTS audio tracks
wm4
2015-03-24
*
demux_mkv: check for playback aborts
wm4
2015-03-09
*
stream: remove stream filter concept
wm4
2015-02-27
*
demux: add a demux_open_url() function
wm4
2015-02-20
*
demux: change demux_open() signature
wm4
2015-02-20
*
demux: add free_demuxer_and_stream() function
wm4
2015-02-20
*
player: enable cache and demuxer thread for subtitles too
wm4
2015-02-18
*
demux, matroska: remove demuxer type field
wm4
2015-02-17
*
demux: remove file_contents field
wm4
2015-02-17
*
demux: copy priv pointer too
wm4
2015-02-17
*
demux: chapters without metadata are allowed
wm4
2015-02-17
*
demux: fix dropped subtitle packets with the new stream switching
wm4
2015-02-14
*
demux: hack for instant stream switching
wm4
2015-02-13
*
command: export more details about file seekability
wm4
2015-01-26
*
demux_disc: pass seek flags to stream layer
wm4
2015-01-19
*
demux: return EOF when reading from unselected stream
wm4
2015-01-16
*
demux_mf: move mf.c contents to demux_mf.c
wm4
2014-12-29
*
command: add properties for current bitrate
wm4
2014-12-12
*
demux: don't always make --cache-secs override --demuxer-readahead-secs
wm4
2014-12-12
*
demux: silence unseekable message
wm4
2014-12-05
*
demux: explicitly wake up playback thread on metadata change etc.
wm4
2014-12-04
*
demux: don't print message if replaygain tags were not found
wm4
2014-12-04
*
dvd, bd: don't unnecessarily block on demuxer/stream all the time
wm4
2014-12-04
*
demux: update cache state when paused
wm4
2014-11-12
*
demux: report 0s readahead time as fallback in some situations
wm4
2014-11-05
*
demux: don't account known range for streams that are EOF
wm4
2014-11-03
*
demux: fix PTS comparison
wm4
2014-11-03
*
demux: don't consider stream EOF an underrun
wm4
2014-11-03
*
player: always use demux_chapter
wm4
2014-11-02
*
demux: fix demux_seek signature
wm4
2014-10-29
*
demux: move some seek flag sanitation to generic code
wm4
2014-10-29
*
demux: seek to position 0 when loading, instead of restoring it
wm4
2014-10-28
*
demux: don't access stream while lock is held
wm4
2014-10-24
[next]