aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/swfdec: Allocate output buffer after reading inputMichael Niedermayer2020-12-241-3/+10
* avformat/cafdec: clip sample rateMichael Niedermayer2020-12-241-1/+1
* lavf/img2dec: Increase score for very large jpeg images.Carl Eugen Hoyos2020-12-241-1/+1
* avformat/hlsenc: Add dependency on avc.oDerek Buitenhuis2020-12-221-1/+1
* avformat/mpegts: simplify nb_packets codeMichael Niedermayer2020-12-221-5/+2
* avformat/mpegts: Increase pcr_incr width to 64bitMichael Niedermayer2020-12-221-1/+1
* avformat/libamqp: parse vhost in uriAndriy Gelman2020-12-211-5/+26
* avformat/mov: Check if hoov is at the endMichael Niedermayer2020-12-191-0/+2
* avformat/rtsp: set AV_OPT_FLAG_DEPRECATED on deprecated optionsAndriy Gelman2020-12-181-2/+2
* avformat/url: Change () position in ff_make_absolute_url()Michael Niedermayer2020-12-161-2/+2
* avformat/iff: Check data_sizeMichael Niedermayer2020-12-121-1/+1
* avformat/utils: Improve ffio_limit logicAndreas Rheinhardt2020-12-111-3/+5
* lavf/rawdec: Return a low score if the mjpeg probe function detected one frame.Carl Eugen Hoyos2020-12-111-0/+2
* avformat/hashenc: Reuse hash_free() for framehash muxersAndreas Rheinhardt2020-12-101-11/+3
* avformat/mov: remove an always true conditionZhao Zhili2020-12-101-1/+1
* smvjpegdec: merge into mjpegdecAnton Khirnov2020-12-101-9/+3
* lavf/mux: rewrite guessing the packet durationAnton Khirnov2020-12-101-15/+34
* img2dec: export avg_frame_rateAnton Khirnov2020-12-101-1/+3
* avformat/matroskadec: Sanity check codec_id/track typeMichael Niedermayer2020-12-091-0/+9
* avformat/rpl: Check the number of streamsMichael Niedermayer2020-12-091-0/+3
* avformat/vividas: Check sample_rateMichael Niedermayer2020-12-091-0/+2
* avformat/vividas: Make len signedMichael Niedermayer2020-12-091-2/+2
* avformat/framecrcenc: Make side-data checksums endian-independentAndreas Rheinhardt2020-12-081-5/+54
* avformat/framecrcenc: Don't read after the end of side-dataAndreas Rheinhardt2020-12-081-5/+7
* hlsenc: expand hls_fmp4_init_filename with strftime()Nikola Pajkovsky2020-12-081-11/+43
* avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME value in HL...Vignesh Ravichandran2020-12-081-3/+30
* avformat/tee: allow packets with negative timestampsJan Ekström2020-12-071-1/+1
* avformat/dsfdec: Check block_align more completelyMichael Niedermayer2020-12-061-2/+2
* avformat/av1dec: check size before addition in probingMichael Niedermayer2020-12-061-1/+1
* avformat/realtextdec: read_ts() in 64bitsMichael Niedermayer2020-12-061-7/+7
* avformat/dv: fix timestamps of audio packets in case of dropped corrupt audio...Marton Balint2020-12-061-14/+2
* avformat/mspdec: Microsoft Paint (MSP) demuxerPeter Ross2020-12-064-1/+119
* libavformat/mov.c: export vendor id as metadataThierry Foucu2020-12-051-2/+6
* avformat/rtsp: prefer to use MAX_URL_SIZE for url and command bufferLimin Wang2020-12-054-25/+26
* avformat/mpc8: Check remaining space in mpc8_parse_seektable()Michael Niedermayer2020-12-051-0/+4
* avformat/wavdec: Check for EOF in cues readingMichael Niedermayer2020-12-051-0/+3
* avformat/vqf: Check len for COMM chunksMichael Niedermayer2020-12-051-0/+3
* avformat/mov: Use av_sat_add64() in mov_read_sidx()Michael Niedermayer2020-12-051-1/+1
* avformat/mov: Avoid overflow in end computation in mov_read_custom()Michael Niedermayer2020-12-051-1/+1
* avformat/id3v2: Sanity check tlen before alloc and uncompressMichael Niedermayer2020-12-051-0/+3
* avformat/cafdec: Check the return code from av_add_index_entry()Michael Niedermayer2020-11-291-1/+4
* avformat/cafdec: Check for EOF in index read loopMichael Niedermayer2020-11-291-0/+2
* avformat/cafdec: Check that bytes_per_packet and frames_per_packet are non ne...Michael Niedermayer2020-11-291-0/+3
* avformat/mpegts: Limit iterations of get_packet_size()Michael Niedermayer2020-11-291-1/+2
* avformat/rtspdec: fix potential mem leak in listen modeAndriy Gelman2020-11-281-0/+11
* avformat/rtspdec: show method request in logAndriy Gelman2020-11-281-0/+2
* avformat/mpc8: correct integer overflow in mpc8_parse_seektable()Michael Niedermayer2020-11-271-1/+1
* avformat/mpc8: correct 32bit timestamp truncationMichael Niedermayer2020-11-271-2/+2
* avformat/mov: Fix memleak in dref readingMichael Niedermayer2020-11-271-0/+5
* avformat/flacenc: Fix memleak when writing attached pictures failsAndreas Rheinhardt2020-11-261-0/+2