Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-08avformat/avidec: Check heightMichael Niedermayer
2022-03-08avformat/rmdec: Better duplicate tags checkMichael Niedermayer
2022-03-06avformat/mpegtsenc: fix muxing pcm-blurayPaul B Mahol
2022-03-04avformat/mov: reindent after previous commitClément Bœsch
2022-03-04avformat/mov: fix seeking with HEVC open GOP filesClément Bœsch
2022-03-04avformat/mov: add parsing for the sgpd sync boxClément Bœsch
2022-03-04avformat/mov: add support for sync group in sbgp boxClément Bœsch
2022-03-04avformat/mov: prepare sbgp parsing for other grouping typesClément Bœsch
2022-03-03avformat/avisynth: fix fallbacks for four framepropsStephen Hutchinson
2022-03-02avformat/mov: Disallow empty sidxMichael Niedermayer
2022-02-28avformat/av1: reduce the scope of some variablesJames Almer
2022-02-28avformat/av1: support av1C extradata in ff_av1_parse_seq_header()James Almer
2022-02-28avformat: always compile isom_tagsJames Almer
2022-02-26configure: stop allowing disabling lzoJames Almer
2022-02-26avformat/argo_cvg:: Fix order of operations in error check in argo_cvg_write_...Michael Niedermayer
2022-02-26avformat/argo_asf: Fix order of operations in error check in argo_asf_write_t...Michael Niedermayer
2022-02-26avformat/matroskadec: Check durationMichael Niedermayer
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2022-02-24Remove obsolete version.h inclusionsAndreas Rheinhardt
2022-02-24avutil/log: Don't include avutil.hAndreas Rheinhardt
2022-02-24avformat/avio: Don't include common.hAndreas Rheinhardt
2022-02-23avformat/avisynth: remove framedata variableStephen Hutchinson
2022-02-23avformat/avisynth: remove unused variable 'frameprop'Stephen Hutchinson
2022-02-23avformat/nutdec: Add check for avformat_new_streamJiasheng Jiang
2022-02-20avformat/imf: document IMFVirtualTrackResourcePlaybackCtxPierre-Anthony Lemieux
2022-02-20avformat/imf: fix packet pts, dts and muxingPierre-Anthony Lemieux
2022-02-20avformat/imf: open resources only when first neededPierre-Anthony Lemieux
2022-02-19avformat/avisynth: fix frameprop version checkStephen Hutchinson
2022-02-16avformat/utils: fix logic error in ff_mkdir_pPeter Ross
2022-02-15avformat/argo_cvg: Fix checksumMichael Niedermayer
2022-02-15avformat/mov: Corner case encryption error cleanup in mov_read_senc()Michael Niedermayer
2022-02-15avformat/id3v2: Add Grouping frame to id3v2.4 metadata tableWolfgang Müller
2022-02-15avformat/gnutls: Use the systems default crypto policyAndreas Schneider
2022-02-14avisynth: use AviSynth+'s frame properties to set various fieldsStephen Hutchinson
2022-02-14avisynth: corrected interlace detectionemcodem
2022-02-12avformat/udp: remove IPPROTO_IPV6 macroLimin Wang
2022-02-12avformat/udp: Fix IP_MULTICAST_TTL for BSD compatibilityLimin Wang
2022-02-12avformat/udp: use one setsockopt for ipv4/ipv6Limin Wang
2022-02-12avformat/udp: properly check for valid ttl in urlLimin Wang
2022-02-11http: Send a Range header even when the offset is 0Justin Ruggles
2022-02-11http: Improve handling of Content-Range with Transfer-Encoding:chunkedJustin Ruggles
2022-02-10avformat/mpegts: initialize max_packet_size when sub-demuxerGyan Doshi
2022-02-09avformat/hls: Use unsigned for iv computationMichael Niedermayer
2022-02-09avformat/matroskadec: Check desc_bytesMichael Niedermayer
2022-02-09avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value()Michael Niedermayer
2022-02-09avformat/matroskadec: Fix infinite loop with bz decompressionMichael Niedermayer
2022-02-09avformat/utils: keep chapter monotonicity on chapter updatesMichael Niedermayer
2022-02-09avformat/hls: Implement support for using AVSEEK_FLAG_BACKWARD when seekingGustav Grusell
2022-02-08avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt