23314 Commits (10d059bb24eb88157e071a3db102ddd8f4937a00)

Author SHA1 Message Date
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
AlexisWilke ca21cb1e36 avformat/allformats: test pointer to be used 4 years ago
Michael Niedermayer 88519be8db avformat/mxfdec: Free all types for both Descriptors 4 years ago
Michael Niedermayer b0259aa248 avformat/utils: wrap_timestamp() is only needed for less than 64 bits 4 years ago
Michael Niedermayer fcc263caa9 avformat/aaxdec: Check string before strcmp() 4 years ago
Michael Niedermayer 7186ec88b9 uavformat/rsd: check for EOF in extradata 4 years ago
Marton Balint 2e2891383e avformat: remove some mpegts details from AVStream 4 years ago
Marton Balint e57879ec18 avformat/mpegts: use stream index based lookup with merge_pmt_versions if stream identifier matches multiple streams 4 years ago
Marton Balint f143a6c151 avformat/mpegts: only clear programs which no longer exist or have a new PMT 4 years ago
Marton Balint 10c8e53294 avformat/mpegts: rework clearing and adding pid to program 4 years ago
Marton Balint 5ea37923a8 avformat/mpegts: never discard PAT pid 4 years ago
Marton Balint 9298e8eb61 avformat/utils: do not overwrite already existing program with defaults in av_new_program 4 years ago
Matthieu Bouron 2e17435480 avformat/mov: adjust skip_samples according to seek timestamp 4 years ago
Michael Niedermayer 0a0b92b4b2 avformat/dhav: Check position for overflow 4 years ago
Michael Niedermayer ac5a568e6d avformat/utils: Change compute_chapters_end() from O(n²) to O(n log n) 4 years ago
Andreas Rheinhardt cb4c3b6162 avformat/hashenc: Deduplicate (stream)hash options 4 years ago