aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.c
Commit message (Expand)AuthorAge
* 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
* player: eliminate demux_get_next_pts()Gravatar wm42016-01-11
* sub: change how subtitles are readGravatar wm42015-12-29
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* demux: check embedded cuesheet refers to only one fileGravatar Kevin Mitchell2015-12-17
* demux: remove old subtitle parserGravatar wm42015-12-10
* demux: fix seeking in .tsGravatar wm42015-11-23
* player: handle rebasing start time differentlyGravatar wm42015-11-16
* demux_libass: remove this demuxerGravatar wm42015-11-11
* command: do not return 0 for bitrates if unknownGravatar wm42015-10-23
* demux: cosmetics: remove indirectionGravatar wm42015-10-22
* demux: remove demux_add_packet() return valueGravatar wm42015-10-17
* demux: don't attempt to open a demuxer after abort signal was givenGravatar wm42015-10-06
* cue: read more metadataGravatar wm42015-10-01
* stream: provide a stream_get_size() convenience functionGravatar wm42015-08-18
* stream: libarchive wrapper for reading compressed archivesGravatar wm42015-08-17
* demux: remove redundant demux_chapter.name fieldGravatar wm42015-08-12
* demux: add options to control maximum queue sizeGravatar wm42015-08-05
* demux: remove options to control minimum packet 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: handle Matroska-style replaygain tags as wellGravatar wm42015-07-12
* demux: refactor replaygain tag handlingGravatar wm42015-07-12
* player: disable seeking even if the cache is enabledGravatar wm42015-07-08
* demux: get rid of some bstr thingsGravatar wm42015-06-24