17470 Commits (66f4b1e9c4a4158d810e5905bf742e1bcc443130)

Author SHA1 Message Date
MrBoogs 4f2fcac290 avformat/hlsenc: do not append an endlist tag when the stream ends 10 years ago
MrBoogs 572a8292cb avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity on startup 10 years ago
MrBoogs 8fd01b4a79 avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, problems with floats on some devices 10 years ago
Carl Eugen Hoyos ee8c18387d lavf/mpeg: Do not detect unknown audio in Hikvision streams as alaw. 10 years ago
Carl Eugen Hoyos 2acc065653 lavf/wav: Read files >4G if no smaller filesize was written. 10 years ago
Carl Eugen Hoyos 2608f11863 lavf/wav: Print an error if files >4G are written. 10 years ago
Carl Eugen Hoyos caa41d1e4c lavf/mov: Tell users about the use_absolute_path option. 10 years ago
Michael Niedermayer 488383afd1 avformat/avidec: add mp2 to the list of exceptions instead of generally treating dshow_block_align==1 special 10 years ago
Michael Niedermayer da4ef13cb2 avformat/mux: use <0 instead of != 0 for error check of init_muxer() 10 years ago
Michael Niedermayer 50393bce31 avformat/mov: Fix parsing short loci 10 years ago
Michael Niedermayer 9e4f0cfc8f avformat/mov: Print reason of loci parsing failure 10 years ago
Michael Niedermayer e6ec65d2d3 avformat/rtsp: print a debug level note if time parsing fails 10 years ago
Vignesh Venkatasubramanian b5508f74b9 lavf/webmdashenc: fix unchecked strftime 10 years ago
Michael Niedermayer 88f29406b7 avformat/nutdec: Remove unused variable 10 years ago
Timothy Gu eaeb632198 nutdec: Remove unused label 10 years ago
Andreas Cadhalpun cb7c4f73e5 cafdec: free extradata before allocating it 10 years ago
Andreas Cadhalpun a3ede6b742 cafdec: check avio_read return value 10 years ago
Michael Niedermayer b62b3292d8 avformat/hevc: Check num_negative_pics and num_positive_pics 10 years ago
Michael Niedermayer 2cddc0b19a avformat/hevc: Check cpb_cnt_minus1 10 years ago
Michael Niedermayer 7a27aa15ec avformat/hls: Handle read_buffer allocation failure 10 years ago
Michael Niedermayer 70e022cfc5 avformat/idcin: Remove redundant chunk size check 10 years ago
Michael Niedermayer 171af59d58 avformat/matroskadec: Cleanup error handling for bz2 & zlib 10 years ago
Michael Niedermayer 56abf35151 avformat/nutdec: Fix use of uinitialized value 10 years ago
Michael Niedermayer a23379a0a6 avformat/rtpdec_xiph: Move pkt_len onto one side of the check 10 years ago
Michael Niedermayer aa5169935e avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet() 10 years ago
Michael Niedermayer 81198a6837 avformat/rtpenc_jpeg: Check remaining buffer size for SOS 10 years ago
Vittorio Giovara 8fc11abe1f mkv: Print unsupported mov tags when found 10 years ago
Michael Niedermayer c3671e1d57 avformat/riffenc: Use size_t for strlen in ff_riff_write_info_tag() 10 years ago
Marton Balint 93cc5ca7ed lavf/img2dec: add option to disable pattern matching 10 years ago
Michael Niedermayer 59db9e6949 avformat/internal: Fix warning about struct declaration 10 years ago
Carl Eugen Hoyos da5c6a97bb riff: Add MultiScope II fourcc MSC2 as MJPEG 10 years ago
Michael Niedermayer 62a1e0035a avformat/mlvdec: Use AVFormatContext->open_cb() 10 years ago
Michael Niedermayer a228f7d5e5 avformat/avformat: slightly more verbose documentation for open_cb() 10 years ago
Michael Niedermayer 77ccc9145a avformat/mov: Use open_cb() if set 10 years ago
Michael Niedermayer 541d75f9a0 avformat: add callback for opening further files 10 years ago
Andreas Cadhalpun 0382c94f13 id3v2: catch avio_read errors in check_tag 10 years ago
Michael Niedermayer 2b97cc2e5b avformat/mov: Pass MovContext into mov_open_dref() 10 years ago
Michael Niedermayer ab6dc86343 avformat/vorbiscomment: Use 64bit int for ff_vorbiscomment_length() 10 years ago
Michael Niedermayer 66f26b3e8e avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv() 10 years ago
Michael Niedermayer 0db5b2b9f8 avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment() 10 years ago
Michael Niedermayer 40a7700b82 avformat/flacenc: Check length in flac_write_block_comment() 10 years ago
Michael Niedermayer eca38864a6 avformat/vorbiscomment: Check entry length in ff_vorbiscomment_write() 10 years ago
Michael Niedermayer a633928d47 avformat/subtitles: Use size_t for len 10 years ago
Michael Niedermayer 17b26308a2 avformat/matroskadec: Use size_t for the variable holding a strlen() value. 10 years ago
Michael Niedermayer 95efc65129 avformat/url: Use size_t for len from strlen() 10 years ago
James Almer 32a4177a62 dashenc: replace attribute id with contentType for the AdaptationSet element 10 years ago
Martin Storsjö b8d2630c53 dashenc: Reduce the segment duration if cutting out parts with edit lists 10 years ago
James Almer ac1a1cb948 dashenc: replace attribute id with contentType for the AdaptationSet element 10 years ago
Michael Niedermayer 004564c930 avformat/wavenc: Check umid length 10 years ago
Michael Niedermayer ecb4ae7879 avformat/wavenc: fix string length variable types 10 years ago