| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/swfdec: Allocate output buffer after reading input | Michael Niedermayer | 2020-12-24 | 1 | -3/+10 |
* | avformat/cafdec: clip sample rate | Michael Niedermayer | 2020-12-24 | 1 | -1/+1 |
* | lavf/img2dec: Increase score for very large jpeg images. | Carl Eugen Hoyos | 2020-12-24 | 1 | -1/+1 |
* | avformat/hlsenc: Add dependency on avc.o | Derek Buitenhuis | 2020-12-22 | 1 | -1/+1 |
* | avformat/mpegts: simplify nb_packets code | Michael Niedermayer | 2020-12-22 | 1 | -5/+2 |
* | avformat/mpegts: Increase pcr_incr width to 64bit | Michael Niedermayer | 2020-12-22 | 1 | -1/+1 |
* | avformat/libamqp: parse vhost in uri | Andriy Gelman | 2020-12-21 | 1 | -5/+26 |
* | avformat/mov: Check if hoov is at the end | Michael Niedermayer | 2020-12-19 | 1 | -0/+2 |
* | avformat/rtsp: set AV_OPT_FLAG_DEPRECATED on deprecated options | Andriy Gelman | 2020-12-18 | 1 | -2/+2 |
* | avformat/url: Change () position in ff_make_absolute_url() | Michael Niedermayer | 2020-12-16 | 1 | -2/+2 |
* | avformat/iff: Check data_size | Michael Niedermayer | 2020-12-12 | 1 | -1/+1 |
* | avformat/utils: Improve ffio_limit logic | Andreas Rheinhardt | 2020-12-11 | 1 | -3/+5 |
* | lavf/rawdec: Return a low score if the mjpeg probe function detected one frame. | Carl Eugen Hoyos | 2020-12-11 | 1 | -0/+2 |
* | avformat/hashenc: Reuse hash_free() for framehash muxers | Andreas Rheinhardt | 2020-12-10 | 1 | -11/+3 |
* | avformat/mov: remove an always true condition | Zhao Zhili | 2020-12-10 | 1 | -1/+1 |
* | smvjpegdec: merge into mjpegdec | Anton Khirnov | 2020-12-10 | 1 | -9/+3 |
* | lavf/mux: rewrite guessing the packet duration | Anton Khirnov | 2020-12-10 | 1 | -15/+34 |
* | img2dec: export avg_frame_rate | Anton Khirnov | 2020-12-10 | 1 | -1/+3 |
* | avformat/matroskadec: Sanity check codec_id/track type | Michael Niedermayer | 2020-12-09 | 1 | -0/+9 |
* | avformat/rpl: Check the number of streams | Michael Niedermayer | 2020-12-09 | 1 | -0/+3 |
* | avformat/vividas: Check sample_rate | Michael Niedermayer | 2020-12-09 | 1 | -0/+2 |
* | avformat/vividas: Make len signed | Michael Niedermayer | 2020-12-09 | 1 | -2/+2 |
* | avformat/framecrcenc: Make side-data checksums endian-independent | Andreas Rheinhardt | 2020-12-08 | 1 | -5/+54 |
* | avformat/framecrcenc: Don't read after the end of side-data | Andreas Rheinhardt | 2020-12-08 | 1 | -5/+7 |
* | hlsenc: expand hls_fmp4_init_filename with strftime() | Nikola Pajkovsky | 2020-12-08 | 1 | -11/+43 |
* | avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME value in HL... | Vignesh Ravichandran | 2020-12-08 | 1 | -3/+30 |
* | avformat/tee: allow packets with negative timestamps | Jan Ekström | 2020-12-07 | 1 | -1/+1 |
* | avformat/dsfdec: Check block_align more completely | Michael Niedermayer | 2020-12-06 | 1 | -2/+2 |
* | avformat/av1dec: check size before addition in probing | Michael Niedermayer | 2020-12-06 | 1 | -1/+1 |
* | avformat/realtextdec: read_ts() in 64bits | Michael Niedermayer | 2020-12-06 | 1 | -7/+7 |
* | avformat/dv: fix timestamps of audio packets in case of dropped corrupt audio... | Marton Balint | 2020-12-06 | 1 | -14/+2 |
* | avformat/mspdec: Microsoft Paint (MSP) demuxer | Peter Ross | 2020-12-06 | 4 | -1/+119 |
* | libavformat/mov.c: export vendor id as metadata | Thierry Foucu | 2020-12-05 | 1 | -2/+6 |
* | avformat/rtsp: prefer to use MAX_URL_SIZE for url and command buffer | Limin Wang | 2020-12-05 | 4 | -25/+26 |
* | avformat/mpc8: Check remaining space in mpc8_parse_seektable() | Michael Niedermayer | 2020-12-05 | 1 | -0/+4 |
* | avformat/wavdec: Check for EOF in cues reading | Michael Niedermayer | 2020-12-05 | 1 | -0/+3 |
* | avformat/vqf: Check len for COMM chunks | Michael Niedermayer | 2020-12-05 | 1 | -0/+3 |
* | avformat/mov: Use av_sat_add64() in mov_read_sidx() | Michael Niedermayer | 2020-12-05 | 1 | -1/+1 |
* | avformat/mov: Avoid overflow in end computation in mov_read_custom() | Michael Niedermayer | 2020-12-05 | 1 | -1/+1 |
* | avformat/id3v2: Sanity check tlen before alloc and uncompress | Michael Niedermayer | 2020-12-05 | 1 | -0/+3 |
* | avformat/cafdec: Check the return code from av_add_index_entry() | Michael Niedermayer | 2020-11-29 | 1 | -1/+4 |
* | avformat/cafdec: Check for EOF in index read loop | Michael Niedermayer | 2020-11-29 | 1 | -0/+2 |
* | avformat/cafdec: Check that bytes_per_packet and frames_per_packet are non ne... | Michael Niedermayer | 2020-11-29 | 1 | -0/+3 |
* | avformat/mpegts: Limit iterations of get_packet_size() | Michael Niedermayer | 2020-11-29 | 1 | -1/+2 |
* | avformat/rtspdec: fix potential mem leak in listen mode | Andriy Gelman | 2020-11-28 | 1 | -0/+11 |
* | avformat/rtspdec: show method request in log | Andriy Gelman | 2020-11-28 | 1 | -0/+2 |
* | avformat/mpc8: correct integer overflow in mpc8_parse_seektable() | Michael Niedermayer | 2020-11-27 | 1 | -1/+1 |
* | avformat/mpc8: correct 32bit timestamp truncation | Michael Niedermayer | 2020-11-27 | 1 | -2/+2 |
* | avformat/mov: Fix memleak in dref reading | Michael Niedermayer | 2020-11-27 | 1 | -0/+5 |
* | avformat/flacenc: Fix memleak when writing attached pictures fails | Andreas Rheinhardt | 2020-11-26 | 1 | -0/+2 |