aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_mkv.c
Commit message (Expand)AuthorAge
* 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
* demux_mkv: fix compiler warningsGravatar wm42013-11-04
* Merge branch 'master' into have_configureGravatar wm42013-11-04
|\
* | configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
| * demux: make determining seek capability genericGravatar wm42013-11-03
| * demux: remove movi_start/movi_end fieldsGravatar wm42013-11-03
|/
* demux: rename Windows symbolsGravatar wm42013-11-02
* demux_mkv: fix warningGravatar wm42013-11-02
* demux_mkv: use a more universal zero initializerGravatar wm42013-11-01
* demux_mkv: use standard C default initialization syntaxGravatar wm42013-10-19
* demux_mkv: cosmetics: add redundant braces for consistent styleGravatar wm42013-10-19
* demux_mkv: fill ordered chapters info only if it's presentGravatar wm42013-10-19
* Merge Matroska ordered chapter changesGravatar wm42013-10-17
|\
* | demux_mkv: add support for HEVCGravatar wm42013-10-16
| * matroska: select the edition using the requested edition uidGravatar Ben Boeckel2013-10-07
| * matroska: set the edition uid when reading a chapter referenceGravatar Ben Boeckel2013-10-07
| * matroska: parse the requested edition for the segment referenceGravatar Ben Boeckel2013-10-07
| * matroska: store segment/edition uids in a single structureGravatar Ben Boeckel2013-10-07
|/
* matroska: prevent uids from being dereferenced when NULLGravatar Ben Boeckel2013-09-27
* matroska: fix uninitialized memory accesses with ordered chaptersGravatar Ben Boeckel2013-09-26
* demux_mkv: don't add too many subtitle packets during seekingGravatar wm42013-09-16
* demux: keep title chapter tag in uppercaseGravatar wm42013-09-08
* demux_mkv: support V_PRORESGravatar wm42013-09-08
* demux: retrieve per-chapter metadataGravatar wm42013-09-08
* demux_mkv: don't overflow packet queue when doing sub-prerollGravatar wm42013-09-08
* sub: add webvtt-in-webm supportGravatar wm42013-08-24
* demux: remove unused audio_delay parameter from demux_seek()Gravatar wm42013-08-22
* options: replace --edition=-1 with --edition=autoGravatar wm42013-08-21
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some -Wshadow warningsGravatar wm42013-07-23
* demux_mkv: fix realaudio timestampsGravatar wm42013-07-20
* demux_mkv: ignore DefaultDuration in some casesGravatar wm42013-07-16
* demux_mkv: never force output sample rateGravatar wm42013-07-16
* demux_mkv: remove weird i_bps calculation codeGravatar wm42013-07-12
* demux: make claiming accurate seek the defaultGravatar wm42013-07-12
* demux: assume correct-pts mode by defaultGravatar wm42013-07-12
* demux: remove useless author/comment fieldsGravatar wm42013-07-12
* demux: rewrite probing and demuxer initializationGravatar wm42013-07-12
* demux: change signature of open functions, cleanupsGravatar wm42013-07-11
* stheader: minor cleanupGravatar wm42013-07-11