summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/mpegtsenc: make first_pcr sync with the first valid dtsLimin Wang2020-10-27
* avformat/mpegtsenc: use total_size instead of avio_tell()Limin Wang2020-10-27
* avformat: add alp muxerZane van Iperen2020-10-25
* avformat/alp: fix handling of TUN filesZane van Iperen2020-10-25
* avformat/rmdec: Make expected_len 64bitMichael Niedermayer2020-10-25
* avformat/pcm: Check block_alignMichael Niedermayer2020-10-25
* avformat/lrcdec: Clip timestampsMichael Niedermayer2020-10-25
* avformat/electronicarts: Check for EOF in each iteration of the loop in ea_re...Michael Niedermayer2020-10-25
* avformat/ifv: Check that total frames do not overflowMichael Niedermayer2020-10-24
* avformat/nistspheredec: Check bpsMichael Niedermayer2020-10-24
* avformat/jacosubdec: Use 64bit inside get_shift()Michael Niedermayer2020-10-24
* avformat/genh: Check block_alignMichael Niedermayer2020-10-24
* avformat/mvi: Check count for overflowMichael Niedermayer2020-10-24
* avformat/asfdec_f: Check for negative ext_lenMichael Niedermayer2020-10-23
* avformat/bethsoftvid: Check image dimensions before useMichael Niedermayer2020-10-23
* avformat/genh: Check block_align for how it will be used in SDX2_DPCMMichael Niedermayer2020-10-23
* avformat/au: Check for EOF in au_read_annotation()Michael Niedermayer2020-10-23
* avformat/vividas: Check for zero v_sizeMichael Niedermayer2020-10-23
* avformat/segafilm: Do not assume AV_CODEC_ID_NONE is 0Michael Niedermayer2020-10-22
* avformat/segafilm: Check that there is a streamMichael Niedermayer2020-10-22
* avformat/udp: cosmeticsLimin Wang2020-10-22
* avformat/udp: clarify option description for timeout unitLimin Wang2020-10-22
* avformat/rtsp: reuse POLLING_TIME and remove POLL_TIMEOUT_MSLimin Wang2020-10-22
* avformat/rtsp: support for listen_timeout option for sdpLimin Wang2020-10-22
* avformat/rtpproto: support for rtp read timeoutLimin Wang2020-10-22
* libavformat/hls: use local var url for log to avoid crashbevis2020-10-22
* avformat/wtvdec: Check dir_lengthMichael Niedermayer2020-10-21
* avformat/ffmetadec: finalize AVBPrint on errorsMichael Niedermayer2020-10-21
* avformat/riff: prevent muxing adpcm_swf with a variable block sizeZane van Iperen2020-10-21
* libavformat/utils: Fix misleading indentChris Miceli2020-10-20
* avformat/boadec: Check that channels and block_align are setMichael Niedermayer2020-10-20
* avformat/av1dec: Fix padding in obu_get_packet()Michael Niedermayer2020-10-20
* avformat/asfdec_f: Check name_len for overflowMichael Niedermayer2020-10-20
* avformat/hlsenc: Fix check for SPSAndreas Rheinhardt2020-10-20
* avformat/hlsenc: Fix mixed declaration and codeAndreas Rheinhardt2020-10-20
* avformat/hlsenc: Don't use uninitialized buffer in av_stristr()Andreas Rheinhardt2020-10-20
* avformat/hlsenc: Fix extradata length checkAndreas Rheinhardt2020-10-20
* avformat/sbgdec: Check for timestamp overflow in parse_time_sequence()Michael Niedermayer2020-10-20
* avformat/hlsenc: support CODECS Attribute in hevc EXT-X-STREAM-INFSteven Liu2020-10-20
* avformat/hlsenc: compute video_keyframe_size after write keyframeSteven Liu2020-10-20
* avformat/dashdec: check the root url lengthSteven Liu2020-10-20
* avformat/hlsenc: process hls_time value too small senceSteven Liu2020-10-20
* avformat/options: use the iterate API in format_child_class_next()James Almer2020-10-19
* avformat/kvag: Fix integer overflow in bitrate computationMichael Niedermayer2020-10-18
* avformat/ape: Remove seektable and bittableMichael Niedermayer2020-10-18
* avformat/rmdec: sanity check coded_framesizeMichael Niedermayer2020-10-18
* avformat/flvdec: Check for EOF in amf_parse_object()Michael Niedermayer2020-10-17
* avformat/icodec: Change order of operations to avoid NULL dereferenceMichael Niedermayer2020-10-17
* avformat/mpegts: replace magic descriptor_tag values with definesBrad Hards2020-10-16
* avformat/udp: remove redundant setting of h->max_packet_sizeZhao Zhili2020-10-16