summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* hlsenc: expand hls_fmp4_init_filename with strftime()Nikola Pajkovsky2020-12-08
* avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME value in HL...Vignesh Ravichandran2020-12-08
* avformat/tee: allow packets with negative timestampsJan Ekström2020-12-07
* avformat/dsfdec: Check block_align more completelyMichael Niedermayer2020-12-06
* avformat/av1dec: check size before addition in probingMichael Niedermayer2020-12-06
* avformat/realtextdec: read_ts() in 64bitsMichael Niedermayer2020-12-06
* avformat/dv: fix timestamps of audio packets in case of dropped corrupt audio...Marton Balint2020-12-06
* avformat/mspdec: Microsoft Paint (MSP) demuxerPeter Ross2020-12-06
* libavformat/mov.c: export vendor id as metadataThierry Foucu2020-12-05
* avformat/rtsp: prefer to use MAX_URL_SIZE for url and command bufferLimin Wang2020-12-05
* avformat/mpc8: Check remaining space in mpc8_parse_seektable()Michael Niedermayer2020-12-05
* avformat/wavdec: Check for EOF in cues readingMichael Niedermayer2020-12-05
* avformat/vqf: Check len for COMM chunksMichael Niedermayer2020-12-05
* avformat/mov: Use av_sat_add64() in mov_read_sidx()Michael Niedermayer2020-12-05
* avformat/mov: Avoid overflow in end computation in mov_read_custom()Michael Niedermayer2020-12-05
* avformat/id3v2: Sanity check tlen before alloc and uncompressMichael Niedermayer2020-12-05
* 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