summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/aaxdec: Fix potential integer overflowAndreas Rheinhardt2020-09-201-3/+3
* avformat/swf: Separate mux and demux contextsAndreas Rheinhardt2020-09-203-47/+43
* avformat/wc3movie: Cleanup on wc3_read_header() failureMichael Niedermayer2020-09-201-9/+23
* avformat/wc3movie: Move wc3_read_close() upMichael Niedermayer2020-09-201-10/+10
* avformat/mov: fix typo in commentsZhao Zhili2020-09-201-1/+1
* avformat/tedcaptionsdec: Fix leak of AVBPrint upon errorAndreas Rheinhardt2020-09-201-37/+36
* avformat/argo_brp: don't pass AVStream into avpriv_request_sample()Zane van Iperen2020-09-201-1/+1
* avformat/argo_brp: set BVID packet durationZane van Iperen2020-09-201-0/+5
* avformat/argo_brp: handle multiple BASF blocksZane van Iperen2020-09-201-93/+49
* avformat/argo_brp: make sure stream ids matchZane van Iperen2020-09-201-0/+4
* avformat/argo_brp: cleanup 'goto fail'sZane van Iperen2020-09-201-40/+23
* avformat/argo_brp: remove an allocationZane van Iperen2020-09-201-17/+1
* avformat/argo_asf: cosmeticsZane van Iperen2020-09-201-1/+1
* avformat/argo_asf: fix enforcement of chunk countZane van Iperen2020-09-201-7/+10
* avformat/swfdec: Avoid unnecessary skipAndreas Rheinhardt2020-09-201-2/+1
* avformat/swfenc: Fix memleak upon write_header errorAndreas Rheinhardt2020-09-201-13/+11
* avformat/rmdec: Fix potential crash on allocation failureAndreas Rheinhardt2020-09-191-0/+3
* avformat/rmdec: Actually return value < 0 on read_header failureAndreas Rheinhardt2020-09-191-3/+5
* avformat/avidec: Fix memleak when error happens after creating DV streamAndreas Rheinhardt2020-09-191-14/+17
* avformat/argo_{asf,brp}: use variable frame sizes when (de)muxing adpcm_argoZane van Iperen2020-09-192-11/+29
* avformat/3dostr: Check remaining buffer in probe before 8 byte stepMichael Niedermayer2020-09-191-2/+1
* avformat: add CRI AAX demuxerPaul B Mahol2020-09-184-1/+413
* avformat: add DAT CCTV demuxerPaul B Mahol2020-09-184-1/+129
* avformat/3dostr: make probing more robustPaul B Mahol2020-09-171-5/+45
* avformat/mxfdec: Read Apple private Content Light Level from MXFHarry Mallon2020-09-171-0/+27
* avformat/mxfenc: Write Mastering Display Colour Volume to MXFHarry Mallon2020-09-171-1/+49
* avformat/mxfdec: Read Mastering Display Colour Volume from MXFHarry Mallon2020-09-174-5/+70
* avformat/argo_asf: initialise file header inlineZane van Iperen2020-09-161-6/+7
* avformat/argo_asf: add missing avformat.h includeJames Almer2020-09-151-0/+2
* avcodec/packet: move AVPacketList definition and function helpers over from l...James Almer2020-09-158-146/+41
* avformat: add Argonaut Games BRP demuxerZane van Iperen2020-09-144-1/+452
* avformat/argo_asf: add ASF_MIN_BUFFER_SIZE #defineZane van Iperen2020-09-142-1/+3
* avformat/argo_asf: split functionality into a headerZane van Iperen2020-09-142-112/+159
* avformat/argo_asf: bail if invalid tagZane van Iperen2020-09-141-0/+3
* avformat: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-133-5/+5
* avformat: add Square SVS demuxerPaul B Mahol2020-09-134-1/+100
* avformat/moflex: make seeking more usefulPaul B Mahol2020-09-131-1/+18
* avformat/flic: add support for seeking to startPaul B Mahol2020-09-131-3/+35
* avcodec/cdgraphics: fix decoded output when seeking to start of filePaul B Mahol2020-09-131-19/+4
* avformat/cdg: Fix integer overflow in duration computationMichael Niedermayer2020-09-131-1/+1
* avformat/brstm: remove custom allocation of table to hold coeffsPaul B Mahol2020-09-121-10/+1
* avformat/brstm: fix decoding brstm with custom coeff offsetsPaul B Mahol2020-09-121-1/+30
* lavf/mov: Remove redundant codeJun Zhao2020-09-121-1/+1
* avformat/utils: Avoid duplicating extradata from extract_extradata BSFAndreas Rheinhardt2020-09-111-15/+8
* avformat/brstm: clip timestamp when seeking into acceptable rangePaul B Mahol2020-09-101-0/+4
* avformat/mca: clip timestamp when seeking into acceptable rangePaul B Mahol2020-09-101-1/+4
* avformat: add mca demuxerZixing Liu2020-09-103-0/+228
* avformat/segment: Avoid duplicating string when parsing frames listAndreas Rheinhardt2020-09-101-24/+16
* avformat/segment: Fix error messagesAndreas Rheinhardt2020-09-101-3/+3
* avformat/segment: Remove redundant code for freeing in write_trailerAndreas Rheinhardt2020-09-101-13/+4