aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.c
Commit message (Expand)AuthorAge
* 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
* player: fix instant subtitle refresh on track switchesGravatar wm42016-09-24
* demux: do not access global optionsGravatar wm42016-09-06
* demux: close underlying stream if it's fully read anywayGravatar wm42016-08-26
* player: don't directly access demuxer->streamGravatar wm42016-08-26
* demux: demote packet queue overflow to a warningGravatar wm42016-08-22
* demux: fix undefined behavior with ogg metadata updateGravatar wm42016-08-16
* demux: minor cleanup to replaygain error handlingGravatar wm42016-08-13
* demux: make ALBUM replaygain tags optionalGravatar wm42016-08-13
* audio: log replaygain values in af_volume instead demuxerGravatar wm42016-08-13
* demux: add per-track metadataGravatar wm42016-08-12
* demux: do not add packets between refresh seek requested and doneGravatar wm42016-08-08
* demux: make refresh seek handling more genericGravatar wm42016-08-06
* demux: fix a minor race conditionGravatar wm42016-08-06
* player: improve instant track switchingGravatar wm42016-08-06
* demux: fix memory leak when loading of ordered chapter file is abortedGravatar wm42016-06-07
* cache: use a single STREAM_CTRL for various cache infoGravatar wm42016-03-29