aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.h
Commit message (Expand)AuthorAge
* demux: support for some kinds of timed metadataGravatar wm42018-04-18
* demux: add a per stream wakeup callbackGravatar wm42018-01-30
* demux: reword an outdated commentGravatar wm42018-01-18
* player: redo hack for video keyframe seeks with external audioGravatar wm42018-01-18
* demux: export some debugging fields about low level demuxer behaviorGravatar wm42018-01-05
* player: update duration based on highest timestamp demuxedGravatar wm42017-12-24
* player: allow seeking in cached parts of unseekable streamsGravatar wm42017-12-24
* demux_timeline: disable pointless packet cache for sub-demuxersGravatar wm42017-12-10
* demux: export demuxer cache sizes in bytesGravatar wm42017-11-10
* demux: support multiple seekable cached rangesGravatar wm42017-11-09
* demux: refactor to export seek rangesGravatar wm42017-10-30
* demux: drop redundant SEEK_BACKWARD flagGravatar wm42017-10-23
* command: read the diff if you want to knowGravatar wm42017-10-21
* demux: add a back buffer and the ability to seek into itGravatar wm42017-10-21
* demux: change license to LGPLGravatar wm42017-06-20
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHGravatar wm42017-06-20
* demux: replace custom return codes with CONTROL_ onesGravatar wm42017-06-19
* ytdl_hook, edl: implement pseudo-DASH supportGravatar wm42017-02-04
* player: remove --stream-capture option/propertyGravatar wm42017-01-21
* player: actually let cache readahead after opening demuxer for prefetchGravatar wm42017-01-19
* demux, stream: add option to prevent opening referenced filesGravatar wm42016-12-04
* demux_mkv: don't recursively resolve timeline for opened reference filesGravatar wm42016-10-22
* demux: do not access global optionsGravatar wm42016-09-06
* demux: close underlying stream if it's fully read anywayGravatar wm42016-08-26
* player: don't directly access demuxer->streamGravatar wm42016-08-26
* demux: add per-track metadataGravatar wm42016-08-12
* demux: make refresh seek handling more genericGravatar wm42016-08-06
* player: improve instant track switchingGravatar wm42016-08-06
* demux: replace demux_pause/demux_unpause with demux_run_on_threadGravatar wm42016-03-09
* demux_timeline: set correct seekable flagsGravatar wm42016-03-03
* demux: remove relative seekingGravatar wm42016-02-28
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15
* vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decodingGravatar Aman Gupta2016-01-18
* demux: remove unused functionGravatar wm42016-01-18
* demux: remove unused flagGravatar wm42016-01-18
* player: eliminate demux_get_next_pts()Gravatar wm42016-01-11
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* player: handle rebasing start time differentlyGravatar wm42015-11-16
* demux: remove demux_add_packet() return valueGravatar wm42015-10-17
* demux: remove redundant demux_chapter.name fieldGravatar wm42015-08-12
* demux: add options to control maximum queue sizeGravatar wm42015-08-05
* player: use demux_open_url() to open main filesGravatar wm42015-08-04
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* demux: get rid of some bstr thingsGravatar wm42015-06-24
* demux_mkv: move global options to the demuxerGravatar wm42015-04-23
* Update license headersGravatar Marcin Kurczewski2015-04-13
* demux_mkv: check for playback abortsGravatar wm42015-03-09
* demux: add a demux_open_url() functionGravatar wm42015-02-20
* demux: change demux_open() signatureGravatar wm42015-02-20
* demux: add free_demuxer_and_stream() functionGravatar wm42015-02-20