aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* 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_timeline: enable refresh seeks in some situationsGravatar wm42016-08-07
* 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
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* demux_raw: s16be support was missing due to small typoGravatar Eric Toombs2016-07-30
* demux_lavf: remove subtitle seeking special-caseGravatar wm42016-07-24
* libarchive: unify entry iteration between stream/demux layersGravatar wm42016-07-18
* demux_timeline: restore mkv edition switchingGravatar wm42016-07-14
* 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