17720 Commits (84afc6b70d24fc0bf686e43138c96cf60a9445fe)

Author SHA1 Message Date
Martin Storsjö d13b124eaf tls: Remove the nonblocking code 10 years ago
Martin Storsjö d15eec4d6b tls: Use custom IO to read from the URLContext 10 years ago
Zhang Rui c886dd2f58 avformat/mov: check result of avio_seek 10 years ago
Carl Eugen Hoyos 4fb3efd2c1 lavf/mov: Use AVCOL_SPC constants when checking color_space. 10 years ago
Carl Eugen Hoyos c4f864193f lavf/mov: Write colour matrix "6" for color_space bt470bg. 10 years ago
Carl Eugen Hoyos 8f6b919d99 lavf/mkv: Only skip prores header if the packet is large enough. 10 years ago
Andreas Cadhalpun bb23a15df5 nutdec: abort if EOF is reached in decode_info_header/read_sm_data 10 years ago
Andreas Cadhalpun fa7dec8cb0 nutdec: stop skipping bytes at EOF 10 years ago
Andreas Cadhalpun 37e679881d nutdec: fix infinite resync loops 10 years ago
Michael Niedermayer b3496b4a33 avformat/nutdec: Fix recovery when immedeately after seeking a failure happens 10 years ago
Michael Niedermayer 6bbb2f8f4d avformat/nutdec: Return error on EOF from get_str() 10 years ago
Michael Niedermayer e32d832a82 avformat/mxfenc: Set horizontal chroma subsample value from pixel format if available 10 years ago
Michael Niedermayer 58afb3128b avformat/mxfenc: Set the component depth from the pixel format if available 10 years ago
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