summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/cafdec: Check the return code from av_add_index_entry()Michael Niedermayer2020-11-29
* avformat/cafdec: Check for EOF in index read loopMichael Niedermayer2020-11-29
* avformat/cafdec: Check that bytes_per_packet and frames_per_packet are non ne...Michael Niedermayer2020-11-29
* avformat/mpegts: Limit iterations of get_packet_size()Michael Niedermayer2020-11-29
* avformat/rtspdec: fix potential mem leak in listen modeAndriy Gelman2020-11-28
* avformat/rtspdec: show method request in logAndriy Gelman2020-11-28
* avformat/mpc8: correct integer overflow in mpc8_parse_seektable()Michael Niedermayer2020-11-27
* avformat/mpc8: correct 32bit timestamp truncationMichael Niedermayer2020-11-27
* avformat/mov: Fix memleak in dref readingMichael Niedermayer2020-11-27
* avformat/flacenc: Fix memleak when writing attached pictures failsAndreas Rheinhardt2020-11-26
* avformat/av1: add support for passing through MP4/Matroska av1cJan Ekström2020-11-24
* avformat/avs: Use 64bit for the avio_tell() outputMichael Niedermayer2020-11-22
* avformat/moflex: Check pkt_sizeMichael Niedermayer2020-11-22
* avformat/movenc: allow Apple Lossless inside mp4Leo Izen2020-11-22
* avformat/wavdec: More complete size check in find_guid()Michael Niedermayer2020-11-21
* avformat/iff: Check size before skipMichael Niedermayer2020-11-21
* avformat/rmdec: Check for EOF in index packet readingMichael Niedermayer2020-11-21
* avformat/rtsp: don't forget to call ff_network_close() on errorAndriy Gelman2020-11-21
* avformat/rtsp: set return variable in error pathAndriy Gelman2020-11-21
* avformat/rtspdec: cosmeticsAndriy Gelman2020-11-21
* avformat/rtspdec: fix mem leaks in connect mode if init failsAndriy Gelman2020-11-21
* avformat/rtspdec: fix mem leaks in listen mode if init failsAndriy Gelman2020-11-21
* avformat/rtspdec: add network init to listen modeAndriy Gelman2020-11-21
* avformat/matroskadec: only use the track duration if it existsSteve Lhomme2020-11-20
* avformat/matroskadec: adjust the cluster time to the track timebaseSteve Lhomme2020-11-20
* avformat/matroskadec: add a warning when the track TimestampScale won't be usedSteve Lhomme2020-11-20
* http: Check for AVERROR_EOF in the check for premature endMartin Storsjö2020-11-20
* avformat/mpegts: make sure mpegts_read_header always stops at the first pmtMarton Balint2020-11-19
* avformat/dvenc: check the format before vst and ast[i] are initializedLimin Wang2020-11-19
* avformat/dvenc: s->streams[i] -> stLimin Wang2020-11-19
* avformat/asfdec_o: Remove code duplicationAndreas Rheinhardt2020-11-15
* avformat/asfdec_o: Don't reset twiceAndreas Rheinhardt2020-11-15
* avformat/asfdec_o: Export metadata that applies to the whole fileAndreas Rheinhardt2020-11-15
* avformat/asfdec_o: Don't segfault with lots of attached picsAndreas Rheinhardt2020-11-15
* avformat/rtsp: av_rescale -> av_rescale_qLimin Wang2020-11-14
* avformat/icodec: Check for zero streams and stream creation failureMichael Niedermayer2020-11-13
* avformat/icodec: Factor failure code out in read_header()Michael Niedermayer2020-11-13
* aviobuf: Increase the default SHORT_SEEK_THRESHOLD to 32 KBMartin Storsjö2020-11-12
* avformat/bintext: Check widthMichael Niedermayer2020-11-11
* avformat/sbgdec: Check that end is not before startMichael Niedermayer2020-11-11
* avformat/rtspdec: return proper error codeLimin Wang2020-11-11
* avformat/rtsp: check return value of ffurl_read_completeLimin Wang2020-11-11
* avformat/rtsp: prefer to use variable instead of typeLimin Wang2020-11-11
* avformat/rtspdec: use SDP_MAX_SIZE for sdp arrayLimin Wang2020-11-11
* avformat/rtsp: move SDP_MAX_SIZE macro definition to header fileLimin Wang2020-11-11
* avformat/rtsp: 16384 -> SDP_MAX_SIZELimin Wang2020-11-11
* avformat/lvfdec: Check stream_index before useMichael Niedermayer2020-11-10
* avformat/au: cleanup on EOF return in au_read_annotation()Michael Niedermayer2020-11-10
* libavformat/avidec: Extract more metadata from the headerThierry Foucu2020-11-10
* avformat: add amv muxerZane van Iperen2020-11-09