aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_mkv.c
Commit message (Expand)AuthorAge
* 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
* video: eliminate frametime variableGravatar wm42013-07-11
* core: don't access demux_stream outside of demux.c, make it privateGravatar wm42013-07-11
* demux: remove separate arrays for audio/video/sub streams, simplifyGravatar wm42013-07-08
* Remove old demuxersGravatar wm42013-07-07
* demux_mkv: pass extradata for opusGravatar wm42013-07-01
* demux_mkv: clang: fix -Wunused-functionGravatar Stefano Pigozzi2013-05-30
* demux_mkv: replace awkward goto by function callGravatar wm42013-05-30
* demux_mkv: make sure wavpacks works with older libavcodec versionsGravatar wm42013-05-30
* demux_mkv: fix wavpack in mkvGravatar wm42013-05-30
* demux_mkv: defer reading of seek index until first seekGravatar wm42013-05-23
* demux_mkv: use a single flag to indicate whether cues have been readGravatar wm42013-05-23
* demux_mkv: support dirac in mkvGravatar wm42013-05-21
* Silence some compiler warningsGravatar wm42013-05-21
* demux_mkv: export Matroska title element as metadataGravatar wm42013-05-15
* Merge branch 'audio_changes'Gravatar wm42013-05-12
|\
| * core: use channel map on demuxer level tooGravatar wm42013-05-12