summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Revert "aviobuf: Discard old buffered, previously read data in ffio_read_part...Marton Balint2020-10-16
* avformat/libsrt: fix cleanups on failed libsrt_open() and libsrt_setup()Marton Balint2020-10-16
* avformat/subviewerdec: fail on AV_NOPTS_VALUEMichael Niedermayer2020-10-15
* libavformat/avidec: check memory allocationChris Miceli2020-10-14
* avformat/isom: add support for RAW ASC Bayer BGGR in movPaul B Mahol2020-10-12
* lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos2020-10-11
* Allow using only the mfra info for seeking using the fragment indexJustin Ruggles2020-10-11
* avformat/avformat.h: add missing FF_API_NEXT wrappersJames Almer2020-10-10
* avformat/aviobuf: increase default read buffer size to 2*max_buffer_size for ...Marton Balint2020-10-09
* avformat/aviobuf: fix indentationMarton Balint2020-10-09
* avformat/aviobuf: do not allocate a new buffer in ffio_ensure_seekback if not...Marton Balint2020-10-09
* avformat/aviobuf: discard part of the IO buffer in ffio_ensure_seekback if ne...Marton Balint2020-10-09
* avformat/mpjpegdec: make sure we seek back to the ensured bufferMarton Balint2020-10-09
* avformat/mpegts: make sure mpegts_resync do not run out of the initially requ...Marton Balint2020-10-09
* avformat/aviobuf: fix checks in ffio_ensure_seekbackMarton Balint2020-10-09
* avformat/aviobuf: check if requested seekback buffer is already readMarton Balint2020-10-09