aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* build: switch preliminary LGPL mode from v3 to v2.1Gravatar wm42017-10-05
* demux_mkv: replace deprecated av_copy_packet_side_data()Gravatar wm42017-10-03
* build: add preliminary LGPL modeGravatar wm42017-09-21
* video: add metadata handling for spherical videoGravatar wm42017-08-21
* demux_lavf: use partial read for AVIOContext.read_packetGravatar wm42017-08-17
* demux_mkv: avoid an error message in a corner caseGravatar wm42017-08-08
* {demux_mf,osdep/io}: disable glob usage when it is not availableGravatar Jan Ekström2017-08-05
* demux_lavf: don't free AVFormatContext.key fieldGravatar wm42017-07-21
* demux_disc: fix bluray subtitle language retrievalGravatar wm42017-07-16
* Replace remaining avcodec_close() callsGravatar wm42017-07-16
* demux_lavf: remove --demuxer-lavf-cryptokey optionGravatar wm42017-07-06
* demux_lavf: potentially fix --demuxer-lavf-cryptokeyGravatar wm42017-07-06
* demux/demux: avoid redundant conditionGravatar Raúl Peñacoba2017-07-01
* build: replace glob() check and assume it's always in POSIXGravatar wm42017-06-29
* demux_raw: change license to LGPLGravatar wm42017-06-24
* demux_mf, stream_mf: change license to LGPLGravatar wm42017-06-24
* demux_mkv: fix broken initializerGravatar wm42017-06-23
* demux_mkv: Fix warnings.Gravatar Rudolf Polzer2017-06-23
* demux_mkv: Fix "max_cll" warning.Gravatar Rudolf Polzer2017-06-22
* demux_tv.c: add missing copyright headerGravatar wm42017-06-21
* demux: change license to LGPLGravatar wm42017-06-20
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHGravatar wm42017-06-20
* demux: replace custom return codes with CONTROL_ onesGravatar wm42017-06-19
* vd: use ST.2086 / HDR10 MaxCLL in addition to mastering metadataGravatar Niklas Haas2017-06-18
* video: refactor HDR implementationGravatar Niklas Haas2017-06-18
* Drop/move img_fourcc.hGravatar wm42017-06-18
* 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