summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/asfdec_o: Check size vs. offset in detect_unknown_subobject()Michael Niedermayer2021-01-20
* avformat/utils: check for integer overflow in av_get_frame_filename2()Michael Niedermayer2021-01-20
* All: update names in copyright headersrcombs2021-01-20
* avformat/id3v2: Check against max compression ratio before allocationMichael Niedermayer2021-01-19
* avformat/avidec: Use av_sat_sub64() in check_stream_max_drift()Michael Niedermayer2021-01-19
* avformat/mov: Check a.size before computing next_root_atomMichael Niedermayer2021-01-19
* avformat/sbgdec: Reduce the amount of floating point in str_to_time()Michael Niedermayer2021-01-19
* avformat/rtsp: correctly set media control uri with mpegtstpol2021-01-17
* avformat/hlsenc: reindent the codeLimin Wang2021-01-16
* avformat/udp: add memory alloc checksLimin Wang2021-01-16
* avformat/udp: return the error code instead of generic EIOLimin Wang2021-01-16
* movenc: Present durations in mvhd/tkhd/mdhd as they are after editsMartin Storsjö2021-01-15
* avformat/dhav: Fix incorrect non-DHAV chunk skipping logicIdan Freiberg2021-01-14
* avformat/allformats: test pointer to be usedAlexisWilke2021-01-12
* avformat/mxfdec: Free all types for both DescriptorsMichael Niedermayer2021-01-11
* avformat/utils: wrap_timestamp() is only needed for less than 64 bitsMichael Niedermayer2021-01-11
* avformat/aaxdec: Check string before strcmp()Michael Niedermayer2021-01-11
* uavformat/rsd: check for EOF in extradataMichael Niedermayer2021-01-11
* avformat: remove some mpegts details from AVStreamMarton Balint2021-01-09
* avformat/mpegts: use stream index based lookup with merge_pmt_versions if str...Marton Balint2021-01-09
* avformat/mpegts: only clear programs which no longer exist or have a new PMTMarton Balint2021-01-09
* avformat/mpegts: rework clearing and adding pid to programMarton Balint2021-01-09
* avformat/mpegts: never discard PAT pidMarton Balint2021-01-09
* avformat/utils: do not overwrite already existing program with defaults in av...Marton Balint2021-01-09
* avformat/mov: adjust skip_samples according to seek timestampMatthieu Bouron2021-01-09
* avformat/dhav: Check position for overflowMichael Niedermayer2021-01-08
* avformat/utils: Change compute_chapters_end() from O(n²) to O(n log n)Michael Niedermayer2021-01-08
* avformat/hashenc: Deduplicate (stream)hash optionsAndreas Rheinhardt2021-01-08
* avformat/mxf: Deduplicate random_index_pack_keyAndreas Rheinhardt2021-01-08
* avformat/vividas: Check number of audio channelsMichael Niedermayer2021-01-05
* avformat/rtpdec: export Opus extradata in ff_rtp_parse_open()Jonathan Baudanza2021-01-03
* avformat/http: support retry on connection errorerankor2021-01-03
* avformat/wavdec: Avoid zeroing written to arrayMichael Niedermayer2021-01-03
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* avformat/rtsp: add satip_raw flag to receive raw mpegts streamAman Karmani2020-12-28
* avformat/rtsp: add support for satip://Aman Karmani2020-12-28
* avformat/mpegts: Fix argument type for av_logMichael Niedermayer2020-12-28
* avformat/mxfdec: Do not clear arrays in mxf_read_index_entry_array()Michael Niedermayer2020-12-28
* avformat/hlsproto: update comment of file descriptionSteven Liu2020-12-28
* avformat/hls: update comment of file descriptionSteven Liu2020-12-28
* avformat/swfdec: Allocate output buffer after reading inputMichael Niedermayer2020-12-24
* avformat/cafdec: clip sample rateMichael Niedermayer2020-12-24
* lavf/img2dec: Increase score for very large jpeg images.Carl Eugen Hoyos2020-12-24
* avformat/hlsenc: Add dependency on avc.oDerek Buitenhuis2020-12-22
* avformat/mpegts: simplify nb_packets codeMichael Niedermayer2020-12-22
* avformat/mpegts: Increase pcr_incr width to 64bitMichael Niedermayer2020-12-22
* avformat/libamqp: parse vhost in uriAndriy Gelman2020-12-21
* avformat/mov: Check if hoov is at the endMichael Niedermayer2020-12-19
* avformat/rtsp: set AV_OPT_FLAG_DEPRECATED on deprecated optionsAndriy Gelman2020-12-18
* avformat/url: Change () position in ff_make_absolute_url()Michael Niedermayer2020-12-16