aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux: handle Matroska-style replaygain tags as wellGravatar wm42015-07-12
* demux: refactor replaygain tag handlingGravatar wm42015-07-12
* player: parse and expose m3u playlist titlesGravatar wm42015-07-10
* demux_mkv: improve video duration detection heuristicGravatar wm42015-07-09
* player: disable seeking even if the cache is enabledGravatar wm42015-07-08
* demux_lavf: check for NAN rotation anglesGravatar wm42015-06-30
* 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
* player, demux: replace some demux_open() uses with demux_open_url()Gravatar wm42015-06-24
* demux_lavf: fix chapter titlesGravatar wm42015-06-24
* demux_mkv: allow integer and float elements with length 0Gravatar wm42015-06-24
* demux: get rid of some bstr thingsGravatar wm42015-06-24
* demux_mkv: don't use byte stringsGravatar wm42015-06-24
* demux: mime types are case-insensitiveGravatar wm42015-06-21
* demux_mkv: share some duplicated codeGravatar wm42015-06-21
* demux: merge extradata fieldsGravatar wm42015-06-21
* demux_mkv: minor audio extradata cleanupGravatar wm42015-06-21
* demux: rename sh_stream.format to sh_stream.codec_tagGravatar wm42015-06-21
* demux_playlist: make mime type comparison case-insensitiveGravatar wm42015-06-20
* demux_mkv: do not reset bits_per_coded_sample if not neededGravatar wm42015-06-19
* demux_mkv: do not set block_align for codecs which do not need itGravatar wm42015-06-19
* demux_mkv: do not set bitrate fields for codecs which do not need itGravatar wm42015-06-19
* demux_mkv: stricter realaudio extradata handlingGravatar wm42015-06-19
* demux_mkv: separate generic and non-VfW audio codec handling partsGravatar wm42015-06-19
* demux_mkv: remove indirection through definesGravatar wm42015-06-19
* demux_mkv: remove FourCCs from audio codec handlingGravatar wm42015-06-19
* player: add some debug output for seekingGravatar wm42015-06-18
* Various spelling fixesGravatar Marcin Kurczewski2015-06-18
* demux_mkv: always copy video extradataGravatar wm42015-06-13
* demux_mkv: fix mpeg2 mappingGravatar wm42015-06-13
* demux_mkv: remove FourCCs from video codec handlingGravatar wm42015-06-13
* demux_mkv: remove a level of indentationGravatar wm42015-06-13
* demux_mkv: remove ms_compat codeGravatar wm42015-06-13
* demux_lavf: fix wrong printf parameter type on 64 bit systemsGravatar wm42015-06-02
* demux_lavf: do a better job at guessing the vobsub .sub filenameGravatar wm42015-05-28
* demux: don't get stuck on some cases of timestamp resetsGravatar wm42015-05-26
* demux_edl: fix includesGravatar wm42015-05-24
* demux: read cue sheets embedded in tagsGravatar wm42015-05-19
* demux_cue: move cue parser to a separate fileGravatar wm42015-05-19
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* demux_lavf: drop dead codeGravatar wm42015-04-25
* demux_mkv: limit timestamp fixing to 1ms maxGravatar wm42015-04-23
* demux_mkv: attempt to fix rounded timestampsGravatar wm42015-04-23
* demux_mkv: move global options to the demuxerGravatar wm42015-04-23
* demux_mkv: better seeking after video endGravatar wm42015-04-23
* demux: report correct cache state close to EOFGravatar wm42015-04-20