Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-19avformat/mov: Check if hoov is at the endMichael Niedermayer
2020-12-19avformat/rtsp: set AV_OPT_FLAG_DEPRECATED on deprecated optionsAndriy Gelman
2020-12-17avformat/url: Change () position in ff_make_absolute_url()Michael Niedermayer
2020-12-12avformat/iff: Check data_sizeMichael Niedermayer
2020-12-11avformat/utils: Improve ffio_limit logicAndreas Rheinhardt
2020-12-11lavf/rawdec: Return a low score if the mjpeg probe function detected one frame.Carl Eugen Hoyos
2020-12-10avformat/hashenc: Reuse hash_free() for framehash muxersAndreas Rheinhardt
2020-12-10avformat/mov: remove an always true conditionZhao Zhili
2020-12-10smvjpegdec: merge into mjpegdecAnton Khirnov
2020-12-10lavf/mux: rewrite guessing the packet durationAnton Khirnov
2020-12-10img2dec: export avg_frame_rateAnton Khirnov
2020-12-09avformat/matroskadec: Sanity check codec_id/track typeMichael Niedermayer
2020-12-09avformat/rpl: Check the number of streamsMichael Niedermayer
2020-12-09avformat/vividas: Check sample_rateMichael Niedermayer
2020-12-09avformat/vividas: Make len signedMichael Niedermayer
2020-12-08avformat/framecrcenc: Make side-data checksums endian-independentAndreas Rheinhardt
2020-12-08avformat/framecrcenc: Don't read after the end of side-dataAndreas Rheinhardt
2020-12-08hlsenc: expand hls_fmp4_init_filename with strftime()Nikola Pajkovsky
2020-12-08avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME value in HL...Vignesh Ravichandran
2020-12-07avformat/tee: allow packets with negative timestampsJan Ekström
2020-12-06avformat/dsfdec: Check block_align more completelyMichael Niedermayer
2020-12-06avformat/av1dec: check size before addition in probingMichael Niedermayer
2020-12-06avformat/realtextdec: read_ts() in 64bitsMichael Niedermayer
2020-12-06avformat/dv: fix timestamps of audio packets in case of dropped corrupt audio...Marton Balint
2020-12-06avformat/mspdec: Microsoft Paint (MSP) demuxerPeter Ross
2020-12-05libavformat/mov.c: export vendor id as metadataThierry Foucu
2020-12-05avformat/rtsp: prefer to use MAX_URL_SIZE for url and command bufferLimin Wang
2020-12-05avformat/mpc8: Check remaining space in mpc8_parse_seektable()Michael Niedermayer
2020-12-05avformat/wavdec: Check for EOF in cues readingMichael Niedermayer
2020-12-05avformat/vqf: Check len for COMM chunksMichael Niedermayer
2020-12-05avformat/mov: Use av_sat_add64() in mov_read_sidx()Michael Niedermayer
2020-12-05avformat/mov: Avoid overflow in end computation in mov_read_custom()Michael Niedermayer
2020-12-05avformat/id3v2: Sanity check tlen before alloc and uncompressMichael Niedermayer
2020-11-29avformat/cafdec: Check the return code from av_add_index_entry()Michael Niedermayer
2020-11-29avformat/cafdec: Check for EOF in index read loopMichael Niedermayer
2020-11-29avformat/cafdec: Check that bytes_per_packet and frames_per_packet are non ne...Michael Niedermayer
2020-11-29avformat/mpegts: Limit iterations of get_packet_size()Michael Niedermayer
2020-11-28avformat/rtspdec: fix potential mem leak in listen modeAndriy Gelman
2020-11-28avformat/rtspdec: show method request in logAndriy Gelman
2020-11-27avformat/mpc8: correct integer overflow in mpc8_parse_seektable()Michael Niedermayer
2020-11-27avformat/mpc8: correct 32bit timestamp truncationMichael Niedermayer
2020-11-27avformat/mov: Fix memleak in dref readingMichael Niedermayer
2020-11-26avformat/flacenc: Fix memleak when writing attached pictures failsAndreas Rheinhardt
2020-11-24avformat/av1: add support for passing through MP4/Matroska av1cJan Ekström
2020-11-22avformat/avs: Use 64bit for the avio_tell() outputMichael Niedermayer
2020-11-22avformat/moflex: Check pkt_sizeMichael Niedermayer
2020-11-22avformat/movenc: allow Apple Lossless inside mp4Leo Izen
2020-11-22avformat/wavdec: More complete size check in find_guid()Michael Niedermayer
2020-11-22avformat/iff: Check size before skipMichael Niedermayer
2020-11-22avformat/rmdec: Check for EOF in index packet readingMichael Niedermayer