summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* avformat/mov: fix typo in commentsZhao Zhili2020-09-20
* avformat/tedcaptionsdec: Fix leak of AVBPrint upon errorAndreas Rheinhardt2020-09-20
* avformat/argo_brp: don't pass AVStream into avpriv_request_sample()Zane van Iperen2020-09-20
* avformat/argo_brp: set BVID packet durationZane van Iperen2020-09-20
* avformat/argo_brp: handle multiple BASF blocksZane van Iperen2020-09-20
* avformat/argo_brp: make sure stream ids matchZane van Iperen2020-09-20
* avformat/argo_brp: cleanup 'goto fail'sZane van Iperen2020-09-20
* avformat/argo_brp: remove an allocationZane van Iperen2020-09-20
* avformat/argo_asf: cosmeticsZane van Iperen2020-09-20
* avformat/argo_asf: fix enforcement of chunk countZane van Iperen2020-09-20
* avformat/swfdec: Avoid unnecessary skipAndreas Rheinhardt2020-09-20
* avformat/swfenc: Fix memleak upon write_header errorAndreas Rheinhardt2020-09-20
* avformat/rmdec: Fix potential crash on allocation failureAndreas Rheinhardt2020-09-19
* avformat/rmdec: Actually return value < 0 on read_header failureAndreas Rheinhardt2020-09-19
* avformat/avidec: Fix memleak when error happens after creating DV streamAndreas Rheinhardt2020-09-19
* avformat/argo_{asf,brp}: use variable frame sizes when (de)muxing adpcm_argoZane van Iperen2020-09-19
* avformat/3dostr: Check remaining buffer in probe before 8 byte stepMichael Niedermayer2020-09-19
* avformat: add CRI AAX demuxerPaul B Mahol2020-09-18
* avformat: add DAT CCTV demuxerPaul B Mahol2020-09-18
* avformat/3dostr: make probing more robustPaul B Mahol2020-09-17
* avformat/mxfdec: Read Apple private Content Light Level from MXFHarry Mallon2020-09-17
* avformat/mxfenc: Write Mastering Display Colour Volume to MXFHarry Mallon2020-09-17