summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf/http: treat 308 as 301Robin Cooksey2021-01-25
* avformat/asfdec_o: Check for EOF in asf_read_marker()Michael Niedermayer2021-01-25
* avformat/rtpdec: Constify RTPDynamicProtocolHandlersAndreas Rheinhardt2021-01-24
* avformat/rtpdec: Remove next pointer from Protocol HandlersAndreas Rheinhardt2021-01-24
* avformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version 4 or higherZhao Zhili2021-01-24
* avformat/hls: change sequence number type to int64_tZhao Zhili2021-01-24
* avformat/swf: add support for reading and writing VP6A and Flash Screen Video...Marton Balint2021-01-23
* avformat/swfenc: add support for muxing png imagesMarton Balint2021-01-23
* avformat/swfenc: fix generation of FileAttributes tagMarton Balint2021-01-23
* avformat/flvdec: Use av_sat_add64() for pts computationMichael Niedermayer2021-01-23
* avformat/utils: Check dts - (1<<pts_wrap_bits) overflowMichael Niedermayer2021-01-23
* avformat/bfi: Check chunk_headerMichael Niedermayer2021-01-23
* avformat/ads: Check sizeMichael Niedermayer2021-01-23
* avformat/iff: Check block align also for ID_MAUDMichael Niedermayer2021-01-23
* avformat/fitsdec: Better size checksMichael Niedermayer2021-01-23
* avformat/mxfdec: Fix integer overflow in next position in mxf_read_local_tags()Michael Niedermayer2021-01-23
* avformat/async: Use AVERROR macroLimin Wang2021-01-22
* avformat/avidec: dv does not support palettesMichael Niedermayer2021-01-21
* avformat/dhav: Break out of infinite dhav search loopMichael Niedermayer2021-01-21
* libavformat/utils: consider avio_size() failure in ffio_limit()Michael Niedermayer2021-01-21
* avformat/nistspheredec: Check bits_per_coded_sample and channelsMichael Niedermayer2021-01-21
* avformat/paf: Do not zero allocated tables which are immedeately filledMichael Niedermayer2021-01-21
* 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