summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/movenc: Fix segfault upon allocation errorAndreas Rheinhardt2020-09-28
* avformat/iff: Check data_size not overflowing int64Michael Niedermayer2020-09-28
* lavf/hls: add AC-3/EAC-3 to allowed extensions file listJun Zhao2020-09-28
* avcodec: add Argonaut Games Video decoderPaul B Mahol2020-09-27
* avformat/argo_brp: use header frame countsZane van Iperen2020-09-27
* avformat/argo_brp: allow v1.1 ASF streams to have a non-22050 sample rate in ...Zane van Iperen2020-09-27
* avformat/argo_brp: cosmeticsZane van Iperen2020-09-27
* avformat/argo_brp: handle the case where the BASF block isn't the firstZane van Iperen2020-09-27
* avformat/argo_brp: support MASK streamsZane van Iperen2020-09-27
* avformat/argo_{asf,brp}: fix potential segfault in ff_argo_asf_fill_stream()Zane van Iperen2020-09-27
* avformat/http: fix memleakZhao Zhili2020-09-25
* avformat: add IPU demuxerPaul B Mahol2020-09-24
* avformat/flvdec: RtmpSampleAccess no longer breaks stream detectionPeter van der Spek2020-09-23
* avformat/swfdec: Reorder allocations/initializationsAndreas Rheinhardt2020-09-23
* avformat/swfdec: Fix memleaks on errorAndreas Rheinhardt2020-09-23
* avformat/argo_asf: implement seekingZane van Iperen2020-09-23
* avcodec/magicyuv: add support for recently added new formatPaul B Mahol2020-09-22
* avformat/movenc: simplify ISML manifest bit rate logicJan Ekström2020-09-22
* avformat/movenc: use more fall-back values for average bit rate fieldsJan Ekström2020-09-22
* avformat/movenc: implement writing of the btrt boxJan Ekström2020-09-22
* avformat/movenc: utilize bit rate helper function in ISML writingJan Ekström2020-09-21
* avformat/movenc: split MPEG-4 bit rate value calculationJan Ekström2020-09-21
* avformat/moflex: Check pop_int() for overflowMichael Niedermayer2020-09-21
* avformat/vividas: Check for EOF in first loop in track_header()Michael Niedermayer2020-09-21
* avformat/wvdec: Check rate for overflowMichael Niedermayer2020-09-21
* avformat/dashdec: Avoid duplicating stringAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix memleak on allocation error, avoid allocationAndreas Rheinhardt2020-09-21
* avformat/dashdec: CosmeticsAndreas Rheinhardt2020-09-21
* avformat/dashdec: Remove redundant casts to constAndreas Rheinhardt2020-09-21
* avformat/dashdec: Return early for unsupported representationsAndreas Rheinhardt2020-09-21
* avformat/dashdec: Remove redundant checksAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix memleaks on error to add representation to dynarrayAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix leak of representation languagesAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix leak of string on error when parsing representationAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix leak of representation on errorAndreas Rheinhardt2020-09-21
* avformat/dashdec: Remove unused index of representationAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix memleaks upon read_header failureAndreas Rheinhardt2020-09-21
* avformat/dashdec: Check allocation of AVProgramAndreas Rheinhardt2020-09-21
* avformat/dashdec, hls: Update correct pointer to AVDictionaryAndreas Rheinhardt2020-09-21
* avformat/dashdec: Fix leak of AVDictionary on errorAndreas Rheinhardt2020-09-21
* avformat/dashdec: Free subtitle representations on exitAndreas Rheinhardt2020-09-21
* avformat/dashdec: Free strings as soon as they aren't needed anymoreAndreas Rheinhardt2020-09-21
* avformat/dashdec: Don't overwrite and leak old initialization fragmentsAndreas Rheinhardt2020-09-21
* avformat/dashdec: Don't leave representation in inconsistent state on errorAndreas Rheinhardt2020-09-21
* avformat/dashdec: Remove dead codeAndreas Rheinhardt2020-09-21
* avformat/dashdec: Avoid double free on errorAndreas Rheinhardt2020-09-21
* avformat/aaxdec: Fix potential integer overflowAndreas Rheinhardt2020-09-20
* avformat/swf: Separate mux and demux contextsAndreas Rheinhardt2020-09-20
* avformat/wc3movie: Cleanup on wc3_read_header() failureMichael Niedermayer2020-09-20
* avformat/wc3movie: Move wc3_read_close() upMichael Niedermayer2020-09-20