23479 Commits (546e3964ddd3762b22860cc581e23ba6d1443a95)

Author SHA1 Message Date
Michael Niedermayer b0f8586ca9 avformat/tedcaptionsdec: Check for overflow in parse_int() 4 years ago
Michael Niedermayer a899d6ca10 avformat: Change avpriv_new_chapter() from O(n) to (1) in the common case 4 years ago
Michael Niedermayer fc45d924d7 avformat/nuv: Check channels 4 years ago
Michael Niedermayer 78d6d8ddb5 avformat/mpc8: Check size before implicitly converting to int 4 years ago
Marton Balint b410b14fba avformat/mxfenc: add Coding Equations and Color Primaries to local tags 4 years ago
Andreas Rheinhardt e1cba568f2 avformat/url: Reorder elements of URLProtocol to make it smaller 4 years ago
Andreas Rheinhardt d64d30bd25 avformat/avidec: Simplify compile-time check for DV demuxer 4 years ago
Michael Niedermayer aa1b8e6898 avformat/realtextdec: Avoid undefined overflow in the end of read_ts() 4 years ago
Michael Niedermayer 0014249fd9 avformat/nutdec: Fix integer overflow in count computation 4 years ago
Michael Niedermayer 48fb752767 avformat/mvi: Use 64bit for testing dimensions 4 years ago
Michael Niedermayer 29851cb840 avformat/utils: Check dts in update_initial_timestamps() more 4 years ago
Michael Niedermayer 463e024363 avformat/mpsubdec: Use av_sat_add/sub64() in fracval handling 4 years ago
Michael Niedermayer cb31667611 avformat/flvdec: Check for avio_read() failure in amf_get_string() 4 years ago
Michael Niedermayer 2ef522c918 avformat/flvdec: Check for nesting depth in amf_skip_tag() 4 years ago
Michael Niedermayer 074e204b42 avformat/flvdec: Check for nesting depth in amf_parse_object() 4 years ago
Robin Cooksey e22108240b lavf/http: treat 308 as 301 4 years ago
Michael Niedermayer 9e3d09f435 avformat/asfdec_o: Check for EOF in asf_read_marker() 4 years ago
Andreas Rheinhardt a6d741920f avformat/rtpdec: Constify RTPDynamicProtocolHandlers 4 years ago
Andreas Rheinhardt 3567fab6e2 avformat/rtpdec: Remove next pointer from Protocol Handlers 4 years ago
Zhao Zhili 1775688292 avformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version 4 or higher 4 years ago
Zhao Zhili 47327aa2d9 avformat/hls: change sequence number type to int64_t 4 years ago
Marton Balint daac7f4d9c avformat/swf: add support for reading and writing VP6A and Flash Screen Video codecs 4 years ago
Marton Balint 8d5f2a005d avformat/swfenc: add support for muxing png images 4 years ago
Marton Balint 041e735c81 avformat/swfenc: fix generation of FileAttributes tag 4 years ago
Michael Niedermayer 7a6666b19d avformat/flvdec: Use av_sat_add64() for pts computation 4 years ago
Michael Niedermayer d82ee907d6 avformat/utils: Check dts - (1<<pts_wrap_bits) overflow 4 years ago
Michael Niedermayer 638a151a87 avformat/bfi: Check chunk_header 4 years ago
Michael Niedermayer c78b2b138c avformat/ads: Check size 4 years ago
Michael Niedermayer b17ffe8f8f avformat/iff: Check block align also for ID_MAUD 4 years ago
Michael Niedermayer 14bbb6bb30 avformat/fitsdec: Better size checks 4 years ago
Michael Niedermayer d3d9b1fc8e avformat/mxfdec: Fix integer overflow in next position in mxf_read_local_tags() 4 years ago
Limin Wang 6dad428546 avformat/async: Use AVERROR macro 4 years ago
Michael Niedermayer 1b373b41d9 avformat/avidec: dv does not support palettes 4 years ago
Michael Niedermayer 7540d60bf6 avformat/dhav: Break out of infinite dhav search loop 4 years ago
Michael Niedermayer 1b1dac2716 libavformat/utils: consider avio_size() failure in ffio_limit() 4 years ago
Michael Niedermayer 60770a50fb avformat/nistspheredec: Check bits_per_coded_sample and channels 4 years ago
Michael Niedermayer 631ee3f8e4 avformat/paf: Do not zero allocated tables which are immedeately filled 4 years ago
Michael Niedermayer 0bee216ad4 avformat/asfdec_o: Check size vs. offset in detect_unknown_subobject() 4 years ago
Michael Niedermayer 03c479ce23 avformat/utils: check for integer overflow in av_get_frame_filename2() 4 years ago
rcombs eabf5e6d6b All: update names in copyright headers 4 years ago
Michael Niedermayer c48110a4a4 avformat/id3v2: Check against max compression ratio before allocation 4 years ago
Michael Niedermayer 7d7ae68972 avformat/avidec: Use av_sat_sub64() in check_stream_max_drift() 4 years ago
Michael Niedermayer 8c9a5a0fe9 avformat/mov: Check a.size before computing next_root_atom 4 years ago
Michael Niedermayer ac6c8993f7 avformat/sbgdec: Reduce the amount of floating point in str_to_time() 4 years ago
tpol 71ce5c32f0 avformat/rtsp: correctly set media control uri with mpegts 4 years ago
Limin Wang bf1cc9a43b avformat/hlsenc: reindent the code 4 years ago
Limin Wang 5ef20244de avformat/udp: add memory alloc checks 4 years ago
Limin Wang f6eaa864f3 avformat/udp: return the error code instead of generic EIO 4 years ago
Martin Storsjö c2424b1f35 movenc: Present durations in mvhd/tkhd/mdhd as they are after edits 4 years ago
Idan Freiberg a6912e5b88 avformat/dhav: Fix incorrect non-DHAV chunk skipping logic 4 years ago