aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* cue: accept lower-case cue commandsGravatar wm42017-01-24
* build: replace some FFmpeg API checks with version checksGravatar wm42017-01-24
* 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_mkv: ebml: turn an int shift into int64Gravatar wm42017-01-09
* demux_mkv: trust keyframe flags for TrueHDGravatar wm42016-12-20
* demux_mkv: fix seeking in some broken filesGravatar wm42016-12-19
* Remove compatibility thingsGravatar wm42016-12-07
* demux, stream: add option to prevent opening referenced filesGravatar wm42016-12-04
* demux_lavf: blacklist ffm (ffserver)Gravatar wm42016-12-04
* demux_mkv: distinguish mp2 and mp3Gravatar wm42016-11-23
* demux_timeline: always signal new segment after a seekGravatar wm42016-11-09
* demux: expose demuxer colorimetry metadata to playerGravatar Niklas Haas2016-11-08
* demux_mkv: parse colorimetry metadataGravatar Niklas Haas2016-11-08
* demux: improve buffer estimation in a corner caseGravatar wm42016-11-01
* demux_mkv: fix ordered chapter sources with ordered editionsGravatar Uoti Urpala2016-10-22
* 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
* demux_lavf: set title on hearing and visual impaired tracksGravatar Aman Gupta2016-10-20
* demux_lavf: don't accidentally enable edit list crap on LibavGravatar wm42016-10-18
* demux_lavf: "support" mov edit lists and log errors if usedGravatar wm42016-10-18
* player: fix instant subtitle refresh on track switchesGravatar wm42016-09-24
* stream, demux, config: remove some dead/unneeded option-related codeGravatar wm42016-09-09
* tv: remove weird option parsing stuffGravatar wm42016-09-09
* demux: do not access global optionsGravatar wm42016-09-06
* input, demux_tv: remove some older option access methodsGravatar wm42016-09-06
* demux_mkv: don't crash if --ordered-chapters-files failsGravatar 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: change fps field to doubleGravatar wm42016-08-19
* video/audio: always provide "proper" timestamps to libavcodecGravatar wm42016-08-19
* demux_lavf: don't report start time for oggGravatar wm42016-08-18
* 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_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