aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add WinCAM Motion Video decoderPaul B Mahol2018-08-271-0/+1
* avcodec: add MatchWare Screen Capture CodecPaul B Mahol2018-08-271-0/+1
* avformat/mpegts: add missing null pointer checks in ff_parse_mpeg2_descriptor()Michael Niedermayer2018-08-251-2/+2
* avcodec: add Brooktree ProSumer Video decoderPaul B Mahol2018-08-241-0/+1
* avformat/movenc: implicitly enable negative CTS offsets for ismvJan Ekström2018-08-241-1/+1
* avformat/flvdec: don't propagate empty extradataJames Almer2018-08-241-0/+6
* avformat/movenc: support Opus packets with more than 60ms of audio when writi...James Almer2018-08-241-3/+3
* lavf/Makefile: Fix standalone compilation of the matroska and webm muxers.Carl Eugen Hoyos2018-08-241-2/+2
* avformat/mov: Correct opus-in-mp4 pre-skip to be uint16_t versus int16_t.Dale Curtis2018-08-231-1/+1
* avformat/utils: avoid undefined integer overflow behavior in update_stream_ti...Fredrik Hubinette2018-08-221-1/+1
* avformat/mov: Allow saio/saiz in clear content.Jacob Trimble2018-08-221-0/+6
* avformat/mxfenc: automatically update descriptors klv sizeBaptiste Coudurier2018-08-221-41/+39
* avformat/hls: support decryption AES128 fmp4 m3u8 listSteven Liu2018-08-221-0/+21
* lavf/hlsenc: fix mixed declarations and code warning.Jun Zhao2018-08-221-1/+1
* avformat/mxfenc: fix muxing when audio tracks are longer than video trackBaptiste Coudurier2018-08-211-3/+3
* avformat/audiointerleave: pad last audio frameBaptiste Coudurier2018-08-211-3/+7
* avformat/avidec: fix demuxing of all keyframes of sample 200707170736151.aviPaul B Mahol2018-08-211-0/+5
* avcodec: add IMM4 decoderPaul B Mahol2018-08-211-0/+1
* avformat/nsvdec: Do not parse multiple NSVfMichael Niedermayer2018-08-201-0/+7
* avformat/matroskaenc: handle AV1 extradata in packet side dataJames Almer2018-08-181-2/+37
* Improve hls VOD mode hls performance problem.Ronak Patel2018-08-191-11/+33
* avformat/dashdec: Fix strlen(rep_id_val) with it being NULLMichael Niedermayer2018-08-191-1/+3
* avformat/tls_schannel: Fix use of uninitialized variablePaweł Wegner2018-08-181-1/+1
* lavf/udp: use ff_log_net_error to replace log_net_errorJun Zhao2018-08-181-24/+17
* lavf/tcp: check return value of setsockopt.Jun Zhao2018-08-181-4/+12
* lavf/network: check return value of setsockopt.Jun Zhao2018-08-181-2/+5
* lavf/network: add a ff_log_net_error function.Jun Zhao2018-08-182-0/+9
* avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header()Michael Niedermayer2018-08-171-0/+2
* avformat/mlvdec: read_string() received unsigned size, make the argument unsi...Michael Niedermayer2018-08-171-1/+1
* avformat/av1: filter out tile list OBUs from samplesJames Almer2018-08-172-1/+2
* avformat: bump micro version after previous changesJames Almer2018-08-171-1/+1
* avformat/av1: update ff_isom_write_av1c() to the latest revision of the specJames Almer2018-08-174-13/+259
* avformat: correct fdebug loglevelGyan Doshi2018-08-143-8/+8
* libavformat/dashdec: Support negative value of the @r attrbute of S in Segmen...sanil2018-08-131-1/+12
* lavf/mov.c: Set start_time for all streams (in case of edit lists).Sasi Inguva2018-08-111-2/+2
* lavf/mov: Force HEVC codec_id for code-point dvh1 and an hvcC atom.Carl Eugen Hoyos2018-08-091-0/+2
* libavformat/dashdec: Fix for un-free memoryColin NG2018-08-081-1/+0
* avformat/flvdec: add flv_full_metadata option into flvdecSteven Liu2018-08-071-2/+4
* avformat/flvdec: reindent code for previous commitSteven Liu2018-08-071-11/+11
* avformat/flvdec: add flv_ignore_prevtag option into flvdecSteven Liu2018-08-071-0/+4
* avformat/dashdec: remove unused functions and process codeSteven Liu2018-08-071-38/+8
* avformat/dashdec: Fix memleak when resolve_content_pathJacek Jendrzej2018-08-071-1/+4
* avformat/dashdec: fix for ticket #7336Jacek Jendrzej2018-08-071-2/+4
* avformat/flvenc: Check audio packet sizeMichael Niedermayer2018-08-041-0/+5
* avformat/matroskaenc: filter and reorder AV1 OBUsJames Almer2018-08-021-0/+6
* avformat/av1: reorder OBUs before writting them in ff_isom_write_av1c()James Almer2018-08-021-4/+46
* avcodec/av1_parse: return size of the parsed OBU in parse_obu_header()James Almer2018-08-021-20/+12
* avformat/av1: return an error when no data is provided to ff_isom_write_av1c()James Almer2018-08-021-0/+3
* avformat/avs: add descriptive name and urlGyan Doshi2018-08-021-1/+7
* libavformat/dashenc: Fix relative URI of HLS master playlistAntonio Morell2018-07-301-1/+1