aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux_lavf: get total duration from per-track durations as fallbackGravatar wm42017-03-01
* demux_lavf: skip avformat_find_stream_info() for some formatsGravatar wm42017-02-23
* Use AV_INPUT_BUFFER_PADDING_SIZE instead of deprecated oneGravatar wang-bin2017-02-08
* demux_edl: fix behavior with no init segment providedGravatar wm42017-02-05
* demux_timeline: more silencingGravatar wm42017-02-04
* demux: try not to read packets when cancelledGravatar wm42017-02-04
* ytdl_hook, edl: implement pseudo-DASH supportGravatar wm42017-02-04
* demux_timeline: move code aroundGravatar wm42017-02-04
* player: different way to auto-enable the demuxer cacheGravatar wm42017-02-02
* stream: get rid of streamtype enumGravatar wm42017-02-02
* stream: better method signal caching, rename weird uncached_stream fieldGravatar wm42017-02-02
* demux_tv: free the correct field instead of creating dangling pointerGravatar wm42017-02-02
* demux_mkv: passthrough BlockAdditions for libvpx alphaGravatar wm42017-01-31
* demux_mkv: any reference makes a frame not a keyframeGravatar wm42017-01-31
* cue: accept lower-case cue commandsGravatar wm42017-01-24
* build: replace some FFmpeg API checks with version checksGravatar wm42017-01-24
* 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_mkv: ebml: turn an int shift into int64Gravatar wm42017-01-09
* demux_mkv: trust keyframe flags for TrueHDGravatar wm42016-12-20
* demux_mkv: fix seeking in some broken filesGravatar wm42016-12-19
* Remove compatibility thingsGravatar wm42016-12-07
* demux, stream: add option to prevent opening referenced filesGravatar wm42016-12-04
* demux_lavf: blacklist ffm (ffserver)Gravatar wm42016-12-04
* demux_mkv: distinguish mp2 and mp3Gravatar wm42016-11-23
* demux_timeline: always signal new segment after a seekGravatar wm42016-11-09
* demux: expose demuxer colorimetry metadata to playerGravatar Niklas Haas2016-11-08
* demux_mkv: parse colorimetry metadataGravatar Niklas Haas2016-11-08
* demux: improve buffer estimation in a corner caseGravatar wm42016-11-01
* demux_mkv: fix ordered chapter sources with ordered editionsGravatar Uoti Urpala2016-10-22
* 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
* demux_lavf: set title on hearing and visual impaired tracksGravatar Aman Gupta2016-10-20
* demux_lavf: don't accidentally enable edit list crap on LibavGravatar wm42016-10-18
* demux_lavf: "support" mov edit lists and log errors if usedGravatar wm42016-10-18
* player: fix instant subtitle refresh on track switchesGravatar wm42016-09-24
* stream, demux, config: remove some dead/unneeded option-related codeGravatar wm42016-09-09
* tv: remove weird option parsing stuffGravatar wm42016-09-09
* demux: do not access global optionsGravatar wm42016-09-06
* input, demux_tv: remove some older option access methodsGravatar wm42016-09-06
* demux_mkv: don't crash if --ordered-chapters-files failsGravatar 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: change fps field to doubleGravatar wm42016-08-19
* video/audio: always provide "proper" timestamps to libavcodecGravatar wm42016-08-19
* demux_lavf: don't report start time for oggGravatar wm42016-08-18