aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux_mkv: support Matroska webvttGravatar wm42016-06-14
* demux_lavf: assume fully read files (subtitles) are always seekableGravatar wm42016-06-08
* demux: fix memory leak when loading of ordered chapter file is abortedGravatar wm42016-06-07
* demux_edl: adjust warnings and variable namesGravatar wm42016-05-23
* demux_mkv: better resync behavior for broken google-created webmsGravatar wm42016-05-21
* demux_playlist: recognize m3u8 as playlist extensionGravatar wm42016-05-17
* demux_lavf: fix a minor memory leakGravatar wm42016-05-08
* demux_playlist: read directories recursiveGravatar wm42016-04-18
* demux_mkv: fix seeking with files that miss the first index entryGravatar wm42016-04-12
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changeGravatar wm42016-03-31
* demux_lavf: remove old MicroDVD frame timing guessingGravatar wm42016-03-31
* demux_lavf: remove some old framerate guessingGravatar wm42016-03-31
* Revert "demux_mkv: don't trust DefaultDuration for audio"Gravatar wm42016-03-30
* cache: use a single STREAM_CTRL for various cache infoGravatar wm42016-03-29
* demux_timeline: request subtitle prefetching on crossing segmentsGravatar wm42016-03-25
* demux_timeline: skip decoder reinit when seeking to same segmentGravatar wm42016-03-17
* 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_null: fix segfault with --cache enabledGravatar wm42016-03-05
* demux_mkv: correctly export unknown packet durationsGravatar wm42016-03-05
* demux: add null demuxerGravatar wm42016-03-04
* demux_timeline: set correct seekable flagsGravatar wm42016-03-03
* demux_lavf: don't copy cover art pictureGravatar wm42016-03-03
* Revert "demux_mkv: pretend waveext channel layouts by default"Gravatar wm42016-03-02
* demux_mkv: pretend waveext channel layouts by defaultGravatar wm42016-02-29
* demux: remove relative seekingGravatar wm42016-02-28
* demux_timeline: slightly improve reported file formatGravatar wm42016-02-25
* demux: avoid lost wakeup on queue overflowGravatar wm42016-02-24
* demux_mkv: don't trust DefaultDuration for audioGravatar wm42016-02-24
* demux_mkv: fix opus gapless behavior (2)Gravatar wm42016-02-22
* demux_lavf: adjust seeks by maximum codec delayGravatar wm42016-02-22
* demux_mkv: add hack to fix opus gapless behaviorGravatar wm42016-02-21
* demux_timeline: fix nested timelinesGravatar wm42016-02-20
* demux_timeline: cosmetics: move a functionGravatar wm42016-02-16
* demux_timeline: disable cache for inactive segmentsGravatar wm42016-02-16
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15
* packet: cosmetics: reorder fieldsGravatar wm42016-02-15
* demux_mkv: support channel layout in VfW muxed PCMGravatar wm42016-02-14
* demux: reduce verbosityGravatar wm42016-02-11
* demux_mf: only use glob() if it is availableGravatar Jan Ekström2016-02-10
* demux_mkv: allow negative timestampsGravatar wm42016-01-27
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* 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