aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_mkv.c
Commit message (Expand)AuthorAge
* demux_mkv: get rid of MS structsGravatar wm42014-09-25
* audio: remove WAVEFORMATEX from internal demuxer APIGravatar wm42014-09-25
* video: remove BITMAPINFOHEADER from internal demuxer APIGravatar wm42014-09-25
* demux: gracefully handle packet allocation failuresGravatar wm42014-09-16
* demux_mkv: allow up to 256 MB of extradata to make broken files workGravatar wm42014-09-04
* video: initial Matroska 3D supportGravatar wm42014-08-30
* demux_mkv: eliminate redundant branchGravatar shdown2014-08-30
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* demux: fix timestamp type for seek callsGravatar wm42014-07-21
* demux: minor simplificationGravatar wm42014-07-06
* demux: minor simplification to internal APIGravatar wm42014-07-05
* demux_mkv: cosmeticsGravatar wm42014-07-05
* demux_mkv: minor improvement to overflow checkGravatar wm42014-07-02
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* demux_mkv: cosmeticsGravatar wm42014-06-29
* demux_mkv: add some overflow checks etc.Gravatar wm42014-06-29
* demux_mkv: add S_DVBSUBGravatar wm42014-06-17
* options: turn --idx, --forceidx into --indexGravatar wm42014-06-13
* Add more constGravatar wm42014-06-11
* stream: don't use end_posGravatar wm42014-05-24
* demux_mkv: enable parsing for VP9Gravatar wm42014-04-26
* demux_mkv: enable parsing for mp3Gravatar wm42014-04-25
* Remove some more unneeded version checksGravatar wm42014-03-16
* demux_mkv: remove weird seeking semantics for audioGravatar wm42014-02-09
* demux_mkv: improve audio-only seekingGravatar wm42014-02-09
* demux: fill metadata directly, instead of using wrapper functionsGravatar wm42014-02-06
* demux_mkv: remove unused fieldGravatar wm42014-01-31
* demux_mkv: nicer edition outputGravatar wm42014-01-23
* demux_mkv: don't attempt to seek back when indexingGravatar wm42014-01-22
* demux_mkv: fix EOF with concatenated segmentsGravatar wm42014-01-22
* demux_mkv: remove old track printing codeGravatar wm42014-01-22
* demux_mkv: always fail on header reading errorGravatar wm42014-01-22
* demux_mkv: avoid seeking when reading headersGravatar wm42014-01-22
* ebml: remove length parameters from read functionsGravatar wm42014-01-14
* demux_mkv: remove unused macrosGravatar wm42014-01-14
* demux_mkv: improve robustness by explicitly checking for level 1 elementsGravatar wm42014-01-14
* demux_mkv: avoid skipping too much data in corrupted filesGravatar wm42014-01-14
* demux_mkv: handle TrueHD properlyGravatar wm42013-12-27
* demux: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* demux_mkv: don't seek outside of the file when finding segmentsGravatar wm42013-12-14
* video: add insane hack to work around FFmpeg/Libav insanityGravatar wm42013-11-28
* demux_mkv: fix realvideo timestamp handlingGravatar wm42013-11-26
* video: disable PTS sorting fallback by defaultGravatar wm42013-11-25
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* demux: simplify handling of filepos fieldGravatar wm42013-11-16
* demux: use talloc for certain stream headersGravatar wm42013-11-14
* demux_mkv: support some raw PCM variantsGravatar wm42013-11-11