aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux_lavf: change license to LGPL (almost)Gravatar wm42017-06-16
* demux_lavf: by default probe info for HLS againGravatar wm42017-06-12
* demux_lavf: disable various other special behavior if hacks disabledGravatar wm42017-06-07
* demux_mkv: remove incorrect commentGravatar wm42017-06-03
* demux_mkv: support FFmpeg A_MS/ACM extensionsGravatar wm42017-06-03
* demux_mkv: vp9 alpha, second tryGravatar wm42017-05-30
* demux_mkv: fix alpha with vp9 + libvpxGravatar wm42017-05-30
* demux_raw: drop "mp-rawvideo" useGravatar wm42017-05-20
* demux_mkv: read headers at the end of the file sorted by positionGravatar wm42017-05-15
* demux/stheader: change license to LGPLGravatar wm42017-05-10
* demux/packet: change license to LGPLGravatar wm42017-04-21
* ebml, matroska.h: change license to LGPLGravatar wm42017-04-21
* demux_mkv: mention non-LGPL codeGravatar wm42017-04-21
* demux_mkv: change license to LGPLGravatar wm42017-04-21
* codec_tags: minor simplificationGravatar wm42017-04-18
* codec_tags: remove some more leftoversGravatar wm42017-04-18
* demux: estimate total packet size, deprecate packet number limitsGravatar wm42017-04-14
* demux_lavf: disable half-working mp4 edit list support in libavcodecGravatar wm42017-04-07
* demux_cue: include io.h for Windows UTF-8 filesystem functionsGravatar wm42017-04-04
* demux_lavf: get total duration from per-track durations as fallbackGravatar wm42017-03-01
* demux_lavf: skip avformat_find_stream_info() for some formatsGravatar wm42017-02-23
* Use AV_INPUT_BUFFER_PADDING_SIZE instead of deprecated oneGravatar wang-bin2017-02-08
* demux_edl: fix behavior with no init segment providedGravatar wm42017-02-05
* demux_timeline: more silencingGravatar wm42017-02-04
* demux: try not to read packets when cancelledGravatar wm42017-02-04
* ytdl_hook, edl: implement pseudo-DASH supportGravatar wm42017-02-04
* demux_timeline: move code aroundGravatar wm42017-02-04
* player: different way to auto-enable the demuxer cacheGravatar wm42017-02-02
* stream: get rid of streamtype enumGravatar wm42017-02-02
* stream: better method signal caching, rename weird uncached_stream fieldGravatar wm42017-02-02
* demux_tv: free the correct field instead of creating dangling pointerGravatar wm42017-02-02
* demux_mkv: passthrough BlockAdditions for libvpx alphaGravatar wm42017-01-31
* demux_mkv: any reference makes a frame not a keyframeGravatar wm42017-01-31
* 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