summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/movenc: implicitly enable negative CTS offsets for ismvJan Ekström2018-08-24
* avformat/flvdec: don't propagate empty extradataJames Almer2018-08-24
* avformat/movenc: support Opus packets with more than 60ms of audio when writi...James Almer2018-08-24
* lavf/Makefile: Fix standalone compilation of the matroska and webm muxers.Carl Eugen Hoyos2018-08-24
* avformat/mov: Correct opus-in-mp4 pre-skip to be uint16_t versus int16_t.Dale Curtis2018-08-23
* avformat/utils: avoid undefined integer overflow behavior in update_stream_ti...Fredrik Hubinette2018-08-22
* avformat/mov: Allow saio/saiz in clear content.Jacob Trimble2018-08-22
* avformat/mxfenc: automatically update descriptors klv sizeBaptiste Coudurier2018-08-22
* avformat/hls: support decryption AES128 fmp4 m3u8 listSteven Liu2018-08-22
* lavf/hlsenc: fix mixed declarations and code warning.Jun Zhao2018-08-22
* avformat/mxfenc: fix muxing when audio tracks are longer than video trackBaptiste Coudurier2018-08-21
* avformat/audiointerleave: pad last audio frameBaptiste Coudurier2018-08-21
* avformat/avidec: fix demuxing of all keyframes of sample 200707170736151.aviPaul B Mahol2018-08-21
* avcodec: add IMM4 decoderPaul B Mahol2018-08-21
* avformat/nsvdec: Do not parse multiple NSVfMichael Niedermayer2018-08-20
* avformat/matroskaenc: handle AV1 extradata in packet side dataJames Almer2018-08-18
* Improve hls VOD mode hls performance problem.Ronak Patel2018-08-19
* avformat/dashdec: Fix strlen(rep_id_val) with it being NULLMichael Niedermayer2018-08-19
* avformat/tls_schannel: Fix use of uninitialized variablePaweł Wegner2018-08-18
* lavf/udp: use ff_log_net_error to replace log_net_errorJun Zhao2018-08-18
* lavf/tcp: check return value of setsockopt.Jun Zhao2018-08-18
* lavf/network: check return value of setsockopt.Jun Zhao2018-08-18
* lavf/network: add a ff_log_net_error function.Jun Zhao2018-08-18
* avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header()Michael Niedermayer2018-08-17
* avformat/mlvdec: read_string() received unsigned size, make the argument unsi...Michael Niedermayer2018-08-17
* avformat/av1: filter out tile list OBUs from samplesJames Almer2018-08-17
* avformat: bump micro version after previous changesJames Almer2018-08-17
* avformat/av1: update ff_isom_write_av1c() to the latest revision of the specJames Almer2018-08-17
* avformat: correct fdebug loglevelGyan Doshi2018-08-14
* libavformat/dashdec: Support negative value of the @r attrbute of S in Segmen...sanil2018-08-13
* lavf/mov.c: Set start_time for all streams (in case of edit lists).Sasi Inguva2018-08-11
* lavf/mov: Force HEVC codec_id for code-point dvh1 and an hvcC atom.Carl Eugen Hoyos2018-08-09
* libavformat/dashdec: Fix for un-free memoryColin NG2018-08-08
* avformat/flvdec: add flv_full_metadata option into flvdecSteven Liu2018-08-07
* avformat/flvdec: reindent code for previous commitSteven Liu2018-08-07
* avformat/flvdec: add flv_ignore_prevtag option into flvdecSteven Liu2018-08-07
* avformat/dashdec: remove unused functions and process codeSteven Liu2018-08-07
* avformat/dashdec: Fix memleak when resolve_content_pathJacek Jendrzej2018-08-07
* avformat/dashdec: fix for ticket #7336Jacek Jendrzej2018-08-07
* avformat/flvenc: Check audio packet sizeMichael Niedermayer2018-08-04
* avformat/matroskaenc: filter and reorder AV1 OBUsJames Almer2018-08-02
* avformat/av1: reorder OBUs before writting them in ff_isom_write_av1c()James Almer2018-08-02
* avcodec/av1_parse: return size of the parsed OBU in parse_obu_header()James Almer2018-08-02
* avformat/av1: return an error when no data is provided to ff_isom_write_av1c()James Almer2018-08-02
* avformat/avs: add descriptive name and urlGyan Doshi2018-08-02
* libavformat/dashenc: Fix relative URI of HLS master playlistAntonio Morell2018-07-30
* avformat/librtmp: fix returning EOF from Read/WriteTimo Rothenpieler2018-07-28
* lavf: add avs2 fourcchwren2018-07-27
* lavf/tcp: add option to setting Maximum Segment SizeJun Zhao2018-07-26
* avformat/mov: Check default_encrypted_sample before use in mov_read_sample_en...Michael Niedermayer2018-07-26