summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat: Change avpriv_new_chapter() from O(n) to (1) in the common caseMichael Niedermayer2021-01-28
* avformat/nuv: Check channelsMichael Niedermayer2021-01-28
* avformat/mpc8: Check size before implicitly converting to intMichael Niedermayer2021-01-28
* avformat/mxfenc: add Coding Equations and Color Primaries to local tagsMarton Balint2021-01-27
* avformat/url: Reorder elements of URLProtocol to make it smallerAndreas Rheinhardt2021-01-27
* avformat/avidec: Simplify compile-time check for DV demuxerAndreas Rheinhardt2021-01-27
* avformat/realtextdec: Avoid undefined overflow in the end of read_ts()Michael Niedermayer2021-01-26
* avformat/nutdec: Fix integer overflow in count computationMichael Niedermayer2021-01-26
* avformat/mvi: Use 64bit for testing dimensionsMichael Niedermayer2021-01-26
* avformat/utils: Check dts in update_initial_timestamps() moreMichael Niedermayer2021-01-26
* avformat/mpsubdec: Use av_sat_add/sub64() in fracval handlingMichael Niedermayer2021-01-26
* avformat/flvdec: Check for avio_read() failure in amf_get_string()Michael Niedermayer2021-01-26
* avformat/flvdec: Check for nesting depth in amf_skip_tag()Michael Niedermayer2021-01-26
* avformat/flvdec: Check for nesting depth in amf_parse_object()Michael Niedermayer2021-01-26
* lavf/http: treat 308 as 301Robin Cooksey2021-01-25
* avformat/asfdec_o: Check for EOF in asf_read_marker()Michael Niedermayer2021-01-25
* avformat/rtpdec: Constify RTPDynamicProtocolHandlersAndreas Rheinhardt2021-01-24
* avformat/rtpdec: Remove next pointer from Protocol HandlersAndreas Rheinhardt2021-01-24
* avformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version 4 or higherZhao Zhili2021-01-24
* avformat/hls: change sequence number type to int64_tZhao Zhili2021-01-24
* avformat/swf: add support for reading and writing VP6A and Flash Screen Video...Marton Balint2021-01-23
* avformat/swfenc: add support for muxing png imagesMarton Balint2021-01-23
* avformat/swfenc: fix generation of FileAttributes tagMarton Balint2021-01-23
* avformat/flvdec: Use av_sat_add64() for pts computationMichael Niedermayer2021-01-23
* avformat/utils: Check dts - (1<<pts_wrap_bits) overflowMichael Niedermayer2021-01-23
* avformat/bfi: Check chunk_headerMichael Niedermayer2021-01-23
* avformat/ads: Check sizeMichael Niedermayer2021-01-23
* avformat/iff: Check block align also for ID_MAUDMichael Niedermayer2021-01-23
* avformat/fitsdec: Better size checksMichael Niedermayer2021-01-23
* avformat/mxfdec: Fix integer overflow in next position in mxf_read_local_tags()Michael Niedermayer2021-01-23
* avformat/async: Use AVERROR macroLimin Wang2021-01-22
* avformat/avidec: dv does not support palettesMichael Niedermayer2021-01-21
* avformat/dhav: Break out of infinite dhav search loopMichael Niedermayer2021-01-21
* libavformat/utils: consider avio_size() failure in ffio_limit()Michael Niedermayer2021-01-21
* avformat/nistspheredec: Check bits_per_coded_sample and channelsMichael Niedermayer2021-01-21
* avformat/paf: Do not zero allocated tables which are immedeately filledMichael Niedermayer2021-01-21
* avformat/asfdec_o: Check size vs. offset in detect_unknown_subobject()Michael Niedermayer2021-01-20
* avformat/utils: check for integer overflow in av_get_frame_filename2()Michael Niedermayer2021-01-20
* All: update names in copyright headersrcombs2021-01-20
* avformat/id3v2: Check against max compression ratio before allocationMichael Niedermayer2021-01-19
* avformat/avidec: Use av_sat_sub64() in check_stream_max_drift()Michael Niedermayer2021-01-19
* avformat/mov: Check a.size before computing next_root_atomMichael Niedermayer2021-01-19
* avformat/sbgdec: Reduce the amount of floating point in str_to_time()Michael Niedermayer2021-01-19
* avformat/rtsp: correctly set media control uri with mpegtstpol2021-01-17
* avformat/hlsenc: reindent the codeLimin Wang2021-01-16
* avformat/udp: add memory alloc checksLimin Wang2021-01-16
* avformat/udp: return the error code instead of generic EIOLimin Wang2021-01-16
* movenc: Present durations in mvhd/tkhd/mdhd as they are after editsMartin Storsjö2021-01-15
* avformat/dhav: Fix incorrect non-DHAV chunk skipping logicIdan Freiberg2021-01-14
* avformat/allformats: test pointer to be usedAlexisWilke2021-01-12