aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.c
Commit message (Expand)AuthorAge
* 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
* demux: estimate total packet size, deprecate packet number limitsGravatar wm42017-04-14
* demux: try not to read packets when cancelledGravatar wm42017-02-04
* player: different way to auto-enable the demuxer cacheGravatar wm42017-02-02
* stream: better method signal caching, rename weird uncached_stream fieldGravatar wm42017-02-02
* player: remove --stream-capture option/propertyGravatar wm42017-01-21
* player: actually let cache readahead after opening demuxer for prefetchGravatar wm42017-01-19
* player: change aspects of cover art handlingGravatar wm42017-01-10
* demux: rename a functionGravatar wm42017-01-10
* demux: uninline ds_get_packets()Gravatar wm42017-01-10
* demux, stream: add option to prevent opening referenced filesGravatar wm42016-12-04
* demux: improve buffer estimation in a corner caseGravatar wm42016-11-01
* demux_mkv: don't recursively resolve timeline for opened reference filesGravatar wm42016-10-22
* demux: don't try to refresh unselected streamsGravatar wm42016-10-21
* player: fix instant subtitle refresh on track switchesGravatar wm42016-09-24
* 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: demote packet queue overflow to a warningGravatar wm42016-08-22
* demux: fix undefined behavior with ogg metadata updateGravatar wm42016-08-16
* demux: minor cleanup to replaygain error handlingGravatar wm42016-08-13
* demux: make ALBUM replaygain tags optionalGravatar wm42016-08-13
* audio: log replaygain values in af_volume instead demuxerGravatar wm42016-08-13
* demux: add per-track metadataGravatar wm42016-08-12
* demux: do not add packets between refresh seek requested and doneGravatar wm42016-08-08
* demux: make refresh seek handling more genericGravatar wm42016-08-06
* demux: fix a minor race conditionGravatar wm42016-08-06
* player: improve instant track switchingGravatar wm42016-08-06
* demux: fix memory leak when loading of ordered chapter file is abortedGravatar wm42016-06-07
* cache: use a single STREAM_CTRL for various cache infoGravatar wm42016-03-29
* demux: remove pausing mechanismGravatar wm42016-03-10
* demux: replace demux_pause/demux_unpause with demux_run_on_threadGravatar wm42016-03-09
* demux: delay bitrate calculation on packets with unknown timestampsGravatar wm42016-03-05
* demux: add null demuxerGravatar wm42016-03-04
* demux: remove relative seekingGravatar wm42016-02-28
* demux: avoid lost wakeup on queue overflowGravatar wm42016-02-24
* demux_timeline: fix nested timelinesGravatar wm42016-02-20
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15
* demux: reduce verbosityGravatar wm42016-02-11
* demux: remove a minor difference between threaded/unthreaded modesGravatar wm42016-01-19
* demux: fix leaking closed captions packets with unselected sub streamGravatar wm42016-01-19
* vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decodingGravatar Aman Gupta2016-01-18
* demux: disable stream cache if no tracks are selectedGravatar wm42016-01-18
* demux: remove unused functionGravatar wm42016-01-18
* demux: fix interleaved subtitle reading in unthreaded modeGravatar wm42016-01-18
* demux: unify codepaths for threaded/unthreaded track switchingGravatar wm42016-01-18
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11