aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.c
Commit message (Expand)AuthorAge
...
* demux: add options to control maximum queue sizeGravatar wm42015-08-05
* demux: remove options to control minimum packet queue sizeGravatar wm42015-08-05
* player: use demux_open_url() to open main filesGravatar wm42015-08-04
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* demux: handle Matroska-style replaygain tags as wellGravatar wm42015-07-12
* demux: refactor replaygain tag handlingGravatar wm42015-07-12
* player: disable seeking even if the cache is enabledGravatar wm42015-07-08
* demux: get rid of some bstr thingsGravatar wm42015-06-24
* player: add some debug output for seekingGravatar wm42015-06-18
* demux: don't get stuck on some cases of timestamp resetsGravatar wm42015-05-26
* demux: read cue sheets embedded in tagsGravatar wm42015-05-19
* demux_mkv: move global options to the demuxerGravatar wm42015-04-23
* demux: report correct cache state close to EOFGravatar wm42015-04-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* demux: fix rar support for files containing DTS audio tracksGravatar wm42015-03-24
* demux_mkv: check for playback abortsGravatar wm42015-03-09
* stream: remove stream filter conceptGravatar wm42015-02-27
* demux: add a demux_open_url() functionGravatar wm42015-02-20
* demux: change demux_open() signatureGravatar wm42015-02-20
* demux: add free_demuxer_and_stream() functionGravatar wm42015-02-20
* player: enable cache and demuxer thread for subtitles tooGravatar wm42015-02-18
* demux, matroska: remove demuxer type fieldGravatar wm42015-02-17
* demux: remove file_contents fieldGravatar wm42015-02-17
* demux: copy priv pointer tooGravatar wm42015-02-17
* demux: chapters without metadata are allowedGravatar wm42015-02-17
* demux: fix dropped subtitle packets with the new stream switchingGravatar wm42015-02-14
* demux: hack for instant stream switchingGravatar wm42015-02-13
* command: export more details about file seekabilityGravatar wm42015-01-26
* demux_disc: pass seek flags to stream layerGravatar wm42015-01-19
* demux: return EOF when reading from unselected streamGravatar wm42015-01-16
* demux_mf: move mf.c contents to demux_mf.cGravatar wm42014-12-29
* command: add properties for current bitrateGravatar wm42014-12-12
* demux: don't always make --cache-secs override --demuxer-readahead-secsGravatar wm42014-12-12
* demux: silence unseekable messageGravatar wm42014-12-05
* demux: explicitly wake up playback thread on metadata change etc.Gravatar wm42014-12-04
* demux: don't print message if replaygain tags were not foundGravatar wm42014-12-04
* dvd, bd: don't unnecessarily block on demuxer/stream all the timeGravatar wm42014-12-04
* demux: update cache state when pausedGravatar wm42014-11-12
* demux: report 0s readahead time as fallback in some situationsGravatar wm42014-11-05
* demux: don't account known range for streams that are EOFGravatar wm42014-11-03
* demux: fix PTS comparisonGravatar wm42014-11-03
* demux: don't consider stream EOF an underrunGravatar wm42014-11-03
* player: always use demux_chapterGravatar wm42014-11-02
* demux: fix demux_seek signatureGravatar wm42014-10-29
* demux: move some seek flag sanitation to generic codeGravatar wm42014-10-29
* demux: seek to position 0 when loading, instead of restoring itGravatar wm42014-10-28
* demux: don't access stream while lock is heldGravatar wm42014-10-24
* demux: cache STREAM_CTRL_GET_BASE_FILENAMEGravatar wm42014-10-24
* player: add stream selection by ffmpeg indexGravatar wm42014-10-21
* Set thread name for debuggingGravatar wm42014-10-19