summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* avformat/mxfdec: Add missing const to mxf_mastering_display*Tomas Härdin2021-02-03
* av_dump_format(): reduce indentation for streamsAnton Khirnov2021-02-03
* av_dump_format(): increase indentation for chapter metadataAnton Khirnov2021-02-03
* av_dump_format: add a heading for chaptersAnton Khirnov2021-02-03
* avformat/rtmppkt: Only compile ff_rtmp_packet_dump if defined(DEBUG)Andreas Rheinhardt2021-02-02
* avformat/avio: Remove ffurl_openAndreas Rheinhardt2021-02-02
* avformat/rtmpproto: Only include RTMP protocols that are enabledAndreas Rheinhardt2021-02-02
* avformat/rtmppkt: Remove ff_amf_read_boolAndreas Rheinhardt2021-02-02
* avcodec: add PFM image encoderPaul B Mahol2021-02-02
* avformat/hlsenc: use AV_OPT_TYPE_DURATIONLimin Wang2021-02-02
* avformat/rmdec: Fix codecdata_length overflow checkMichael Niedermayer2021-02-02
* avformat/wavdec: Check block_align vs. channels before combining themMichael Niedermayer2021-02-02
* avformat/tta: Use 64bit intermediate for indexMichael Niedermayer2021-02-02
* avformat/soxdec: Check channels to be positiveMichael Niedermayer2021-02-02
* avformat/smacker: Check for too small pts_incMichael Niedermayer2021-02-02
* avformat/sccdec: Use larger intermediate for ts/next_ts computationMichael Niedermayer2021-02-02
* avformat/mxf: Establish register of local tagsTomas Härdin2021-02-01
* avformat/sbgdec: Use av_sat_add64() in str_to_time()Michael Niedermayer2021-02-01
* avformat/rtpdec: Avoid allocations of small dynamic buffersAndreas Rheinhardt2021-01-31
* avformat/wavdec: Check avio_get_str16le() for failureMichael Niedermayer2021-01-31
* avformat/flvdec: Check for EOF in amf_skip_tag()Michael Niedermayer2021-01-29
* avformat/asfdec_o: Check lang_idxMichael Niedermayer2021-01-29
* avformat/aiffdec: Check size before subtraction in get_aiff_header()Michael Niedermayer2021-01-29
* avformat/utils: Use av_sat_sub64() in max_analyze_duration checkMichael Niedermayer2021-01-29
* avformat/electronicarts: More chunk_size checksMichael Niedermayer2021-01-29
* avformat/tedcaptionsdec: Check for overflow in parse_int()Michael Niedermayer2021-01-29
* 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