aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_mkv.c
Commit message (Expand)AuthorAge
* demux_mkv: passthrough BlockAdditions for libvpx alphaGravatar wm42017-01-31
* demux_mkv: any reference makes a frame not a keyframeGravatar wm42017-01-31
* demux_mkv: trust keyframe flags for TrueHDGravatar wm42016-12-20
* demux_mkv: fix seeking in some broken filesGravatar wm42016-12-19
* demux_mkv: distinguish mp2 and mp3Gravatar wm42016-11-23
* demux: expose demuxer colorimetry metadata to playerGravatar Niklas Haas2016-11-08
* demux_mkv: parse colorimetry metadataGravatar Niklas Haas2016-11-08
* demux_mkv: fix ordered chapter sources with ordered editionsGravatar Uoti Urpala2016-10-22
* demux: do not access global optionsGravatar wm42016-09-06
* demux: add per-track metadataGravatar wm42016-08-12
* demux: make refresh seek handling more genericGravatar wm42016-08-06
* demux_mkv: support Matroska webvttGravatar wm42016-06-14
* demux_mkv: better resync behavior for broken google-created webmsGravatar wm42016-05-21
* demux_mkv: fix seeking with files that miss the first index entryGravatar wm42016-04-12
* Revert "demux_mkv: don't trust DefaultDuration for audio"Gravatar wm42016-03-30
* demux_mkv: correctly export unknown packet durationsGravatar wm42016-03-05
* Revert "demux_mkv: pretend waveext channel layouts by default"Gravatar wm42016-03-02
* demux_mkv: pretend waveext channel layouts by defaultGravatar wm42016-02-29
* demux: remove relative seekingGravatar wm42016-02-28
* demux_mkv: don't trust DefaultDuration for audioGravatar wm42016-02-24
* demux_mkv: fix opus gapless behavior (2)Gravatar wm42016-02-22
* demux_mkv: add hack to fix opus gapless behaviorGravatar wm42016-02-21
* demux_mkv: support channel layout in VfW muxed PCMGravatar wm42016-02-14
* demux_mkv: allow negative timestampsGravatar wm42016-01-27
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* demux_mkv: skip EBML void elementsGravatar Kagami Hiiragi2015-12-29
* demux_mkv: adjust subtitle preroll defaultsGravatar wm42015-12-27
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* demux_mkv: fix incremental indexing with single-keyframe filesGravatar wm42015-11-17
* demux_mkv: remove --demuxer-mkv-fix-timestampsGravatar wm42015-11-07
* demux_mkv: dump mixing/writing app fields in verbose logGravatar wm42015-11-06
* demux_mkv: fix cluster skip with duration probingGravatar wm42015-10-27
* demux_mkv: fix duration probing for files with non-0 start timeGravatar wm42015-10-26
* demux_mkv: probe start timeGravatar wm42015-10-16
* demux_mkv: do not return subtitle packets that end before seek targetGravatar wm42015-10-12
* demux_mkv: discard broken indexGravatar wm42015-08-26
* demux_mkv: don't read index twiceGravatar wm42015-08-26
* stream: provide a stream_get_size() convenience functionGravatar wm42015-08-18
* demux_mkv: disable timestamp fixup code againGravatar wm42015-08-10
* demux_mkv: remove unnecessary codeGravatar wm42015-07-20
* demux_mkv: parse FLAC channel layoutsGravatar wm42015-07-20
* demux_mkv: improve video duration detection heuristicGravatar wm42015-07-09
* demux_mkv: disable ordered chapters if ChapterTimeEnd is missingGravatar wm42015-06-28
* demux: export forced flagGravatar wm42015-06-27
* demux_mkv: ignore deprecated FrameRate, do not assume PALGravatar wm42015-06-27
* demux_mkv: remove some ASCII art log messagesGravatar wm42015-06-27
* demux_mkv: use arrays for codec lookup tablesGravatar wm42015-06-26
* demux_mkv: minor simplificationGravatar wm42015-06-26