summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* 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
* avformat/mxfdec: Read Mastering Display Colour Volume from MXFHarry Mallon2020-09-17
* avformat/argo_asf: initialise file header inlineZane van Iperen2020-09-16
* avformat/argo_asf: add missing avformat.h includeJames Almer2020-09-15
* avcodec/packet: move AVPacketList definition and function helpers over from l...James Almer2020-09-15
* avformat: add Argonaut Games BRP demuxerZane van Iperen2020-09-14
* avformat/argo_asf: add ASF_MIN_BUFFER_SIZE #defineZane van Iperen2020-09-14
* avformat/argo_asf: split functionality into a headerZane van Iperen2020-09-14
* avformat/argo_asf: bail if invalid tagZane van Iperen2020-09-14
* avformat: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-13
* avformat: add Square SVS demuxerPaul B Mahol2020-09-13
* avformat/moflex: make seeking more usefulPaul B Mahol2020-09-13
* avformat/flic: add support for seeking to startPaul B Mahol2020-09-13
* avcodec/cdgraphics: fix decoded output when seeking to start of filePaul B Mahol2020-09-13
* avformat/cdg: Fix integer overflow in duration computationMichael Niedermayer2020-09-13
* avformat/brstm: remove custom allocation of table to hold coeffsPaul B Mahol2020-09-12
* avformat/brstm: fix decoding brstm with custom coeff offsetsPaul B Mahol2020-09-12
* lavf/mov: Remove redundant codeJun Zhao2020-09-12
* avformat/utils: Avoid duplicating extradata from extract_extradata BSFAndreas Rheinhardt2020-09-11
* avformat/brstm: clip timestamp when seeking into acceptable rangePaul B Mahol2020-09-10
* avformat/mca: clip timestamp when seeking into acceptable rangePaul B Mahol2020-09-10
* avformat: add mca demuxerZixing Liu2020-09-10
* avformat/segment: Avoid duplicating string when parsing frames listAndreas Rheinhardt2020-09-10
* avformat/segment: Fix error messagesAndreas Rheinhardt2020-09-10
* avformat/segment: Remove redundant code for freeing in write_trailerAndreas Rheinhardt2020-09-10
* avformat/segment: Free SegmentListEntries in deinit, not write_trailerAndreas Rheinhardt2020-09-10
* avformat/segment: Fix leak and invalid free of AVIOContextAndreas Rheinhardt2020-09-10
* avformat/segment: Fix leak of string on errorAndreas Rheinhardt2020-09-10
* avformat/segment: Fix segfault when error happens and segment list is outputAndreas Rheinhardt2020-09-10
* avformat/segment: Fix segfault on allocation error, avoid allocationAndreas Rheinhardt2020-09-10
* avformat/segment: Fix leak of duration/framenumber lists upon errorAndreas Rheinhardt2020-09-10
* avformat/segment: Don't overwrite AVCodecParameters after initAndreas Rheinhardt2020-09-10
* avformat/electronicarts: change non failure return of read_header() to 0Michael Niedermayer2020-09-08
* avformat/electronicarts: Check if there are any streamsMichael Niedermayer2020-09-07