aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.c
Commit message (Expand)AuthorAge
...
* demux: avoid broken readahead when joining rangesGravatar wm42017-11-10
* demux: reduce difference between threaded and non-threaded modeGravatar wm42017-11-10
* demux: support multiple seekable cached rangesGravatar wm42017-11-09
* demux: explicitly discard 0 sized packetsGravatar wm42017-11-06
* demux: slightly simplify pruningGravatar wm42017-11-06
* demux: refactoring in preparation for multiple seek range supportGravatar wm42017-11-04
* demux: improve and optimize cache pruning and seek range determinationGravatar wm42017-11-04
* demux: reduce overhead when searching over keyframe rangesGravatar wm42017-11-04
* demux: avoid excessive readahead after cache seekGravatar wm42017-11-04
* demux: make pruning more efficient for unseekable demuxer cacheGravatar wm42017-11-04
* demux: on queue overflow wake up reader thread on EOF onlyGravatar wm42017-11-03
* demux: don't show queue overflow warning when merely prefetchingGravatar wm42017-11-03
* demux: don't allow subtitles to mess up buffered time displayGravatar wm42017-11-03
* demux: add option to create CC tracks eagerlyGravatar wm42017-11-03
* demux: refactor to export seek rangesGravatar wm42017-10-30
* demux: better computation of seek start targetGravatar wm42017-10-25
* demux: reject cache seeks if parts of the range are unsetGravatar wm42017-10-25
* demux: fall back to DTS when determining seek targetGravatar wm42017-10-25
* demux: disallow seeking if there are streams with no timestampsGravatar wm42017-10-25
* demux: fix tracking of forward/backward cache sizeGravatar wm42017-10-25
* demux: respect timeline boundaries for cache seeksGravatar wm42017-10-25
* demux: don't report unknown queue state if no packets were addedGravatar wm42017-10-25
* demux: set correct stream index for attached picturesGravatar wm42017-10-25
* demux: fix cached SEEK_FORWARD seeks into end of cached regions/EOFGravatar wm42017-10-23
* demux: report buffered duration of 0 during seeking instead of unknownGravatar wm42017-10-23
* demux: drop redundant SEEK_BACKWARD flagGravatar wm42017-10-23
* command: read the diff if you want to knowGravatar wm42017-10-21
* *** empty log message ***Gravatar wm42017-10-21
* demux: replace redundant field with a better redundant fieldGravatar wm42017-10-21
* demux: add a back buffer and the ability to seek into itGravatar wm42017-10-21
* demux: optimize seeks within readahead cacheGravatar Aman Gupta2017-10-21
* demux: improvements to previous commitsGravatar wm42017-10-20
* demux: ignore false underrun reporting from eia_608 captions decoderGravatar Aman Gupta2017-10-20
* demux/demux: avoid redundant conditionGravatar Raúl Peñacoba2017-07-01
* demux: change license to LGPLGravatar wm42017-06-20
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHGravatar wm42017-06-20
* demux: replace custom return codes with CONTROL_ onesGravatar wm42017-06-19
* demux: estimate total packet size, deprecate packet number limitsGravatar wm42017-04-14
* demux: try not to read packets when cancelledGravatar wm42017-02-04
* player: different way to auto-enable the demuxer cacheGravatar wm42017-02-02
* stream: better method signal caching, rename weird uncached_stream fieldGravatar wm42017-02-02
* player: remove --stream-capture option/propertyGravatar wm42017-01-21
* player: actually let cache readahead after opening demuxer for prefetchGravatar wm42017-01-19
* player: change aspects of cover art handlingGravatar wm42017-01-10
* demux: rename a functionGravatar wm42017-01-10
* demux: uninline ds_get_packets()Gravatar wm42017-01-10
* demux, stream: add option to prevent opening referenced filesGravatar wm42016-12-04
* demux: improve buffer estimation in a corner caseGravatar wm42016-11-01
* demux_mkv: don't recursively resolve timeline for opened reference filesGravatar wm42016-10-22
* demux: don't try to refresh unselected streamsGravatar wm42016-10-21