aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.h
Commit message (Expand)AuthorAge
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25
* demux: rename demux_packet.h to packet.hGravatar wm42013-11-18
* demux: remove unused commandsGravatar wm42013-11-16
* demux: remove movi_start/movi_end fieldsGravatar wm42013-11-03
* matroska: store segment/edition uids in a single structureGravatar Ben Boeckel2013-10-07
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* matroska: fix uninitialized memory accesses with ordered chaptersGravatar Ben Boeckel2013-09-26
* demux: retrieve per-chapter metadataGravatar wm42013-09-08
* demux: refactor tag handlingGravatar wm42013-09-08
* core: add a playlist demuxerGravatar wm42013-08-26
* demux: remove unused audio_delay parameter from demux_seek()Gravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* options: simplify --correct-pts handlingGravatar wm42013-07-26
* 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
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* demux: change signature of open functions, cleanupsGravatar wm42013-07-11
* stheader: minor cleanupGravatar wm42013-07-11
* demux: improve DVD sub auto-selection hackGravatar wm42013-07-11
* demux: refactorGravatar wm42013-07-11
* core: don't access demux_stream outside of demux.c, make it privateGravatar wm42013-07-11
* tv: add hack in preparation of demux_stream removalGravatar wm42013-07-11
* demux: remove facility for partial packet readsGravatar wm42013-07-11
* demux: remove ds_read_packet()Gravatar wm42013-07-10
* demux: remove some more minor unused thingsGravatar wm42013-07-10
* demux: simplify demux_open() callsGravatar wm42013-07-08
* demux: remove separate arrays for audio/video/sub streams, simplifyGravatar wm42013-07-08
* demux: remove unused functionGravatar wm42013-07-08
* demux: remove audio parserGravatar wm42013-07-08
* Remove old demuxersGravatar wm42013-07-07
* core: update metadata during playback, allow streams to export metadataGravatar wm42013-07-02
* sub: add demux_libass wrapper, drop old hacksGravatar wm42013-06-25
* subreader: turn into actual demuxerGravatar wm42013-06-25
* demux: add utility functions for preloading demuxersGravatar wm42013-06-25
* sub: preload external text subtitlesGravatar wm42013-06-23
* sub: pass subtitle packets directlyGravatar wm42013-06-03
* core: add demux_sub pseudo demuxerGravatar wm42013-06-01
* demux: remove retrieval of chapter end timeGravatar wm42013-05-06
* core: move demuxer time reporting to demuxerGravatar wm42013-05-05
* demux_mkv: introduce new_demux_packet_from() and use itGravatar wm42013-04-20
* demux: remove some unused thingsGravatar wm42013-04-20
* demux: add functions to simplify demuxersGravatar wm42013-04-20
* demux: simpler way to notify demuxers about track switchesGravatar wm42013-04-20
* core: matroska: support concatenated segmentsGravatar wm42013-04-20
* demux: always sort chaptersGravatar wm42013-04-12
* demux_mkv: try to show current subtitle when seekingGravatar wm42013-04-04
* core: fix SEEK_FACTORGravatar wm42013-03-01
* core: use playback time to determine playback percent positionGravatar wm42013-02-26
* demux: restructure code that warns about packet buffer overflowsGravatar wm42013-02-14