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
2020-05-03avformat/vorbiscomment: Replace AVDictionary ** by const AVDictionary *Andreas Rheinhardt
2020-05-03avformat/matroskaenc: Replace impossible condition with assertAndreas Rheinhardt
2020-05-03avformat/matroskaenc: Write SeekHead when livestreamingAndreas Rheinhardt
2020-05-03avformat/matroskaenc: Only write Cluster if it has in fact been openedAndreas Rheinhardt
2020-05-03avcodec/proresenc_anatoliy: support for more color matrix for proresencLimin Wang
2020-05-03avcodec/prores_metadata_bsf: add arib-std-b67 format supportLimin Wang
2020-05-03avcodec/prores_metadata_bsf: add smpte2084 format supportLimin Wang
2020-05-03avcodec/nvenc_hevc: add spatial-aq and temporal-aq option to consistent with ...Limin Wang
2020-05-03avcodec/nvenc_h264: add spatial_aq and temporal_aq option to consistent with ...Limin Wang
2020-05-03avformat/libsrt: change open_timeout to int64_t to avoid integer overflowLimin Wang
2020-05-03avformat/libsrt: clarify option description for timeout and latency unit of m...Limin Wang
2020-05-03doc/protocols: clarify timeout and latency unit of measurement for SRTLimin Wang
2020-05-02fftools/ffmpeg: use a bsf list instead of individual bsfsMarton Balint
2020-05-02avcodec/bsf: support shorthand options for av_bsf_list_parse_strMarton Balint
2020-05-02avcodec/decode: use a single list bsf for codec decode bsfsMarton Balint
2020-05-02fftools/ffprobe: show closed caption info in the stream dumpvectronic
2020-05-02avcodec/vp9dsp_template: Fix integer overflows in idct32_1d()Michael Niedermayer
2020-05-02avcodec/alacdsp: Fix invalid shift in append_extra_bits()Michael Niedermayer
2020-05-02libavcodec/wmalosslessdec: prevent sum of positive numbers from becoming nega...Michael Niedermayer
2020-05-02avcodec/dstdec: Fix integer overflow in read_table()Michael Niedermayer
2020-05-02doc/mailing-list-faq: Mention current problem with GMXMichael Niedermayer
2020-05-02lavc/opus: Reset alloc_trim when doing decoder bit-allocation.Carl Eugen Hoyos
2020-05-02s->target_i and global are in dB but s->target_tp and true_peak areSebastian Dröge
2020-05-02avcodec/nvenc: refactor dts calculation logicTimo Rothenpieler
2020-05-02ac3enc: fix AC3 downmix metadata issuePiotr Oleszczyk
2020-05-02avformat/oggdec: Reallocate buffer before writing into itMichael Niedermayer
2020-05-02avformat/oggdec: Factor buffer reallocation outMichael Niedermayer
2020-05-01avcodec/librav1e: Use the framerate when available for ratecontrolDerek Buitenhuis
2020-05-01avcodec/nvenc: offset dts to account for b-frame reorderingTimo Rothenpieler
2020-05-01avformat/hlsenc: add support for microseconds since epoch based sequence numberMarton Balint
2020-05-01avutil/opt: only skip evaluation for rational optionsMarton Balint
2020-05-01doc/utils: add more examples for valid time durationLimin Wang
2020-05-01avformat/concat: priv_data should be freed internallyLimin Wang
2020-05-01avformat/dashenc: remove the arbitrary restrictions for filenameLimin Wang
2020-05-01avcodec/mpeg12enc: Use FF_PROFILE_MPEG2_xxx macrosLimin Wang
2020-05-01avformat/matroskadec: CosmeticsAndreas Rheinhardt
2020-05-01avformat/matroskadec: Support ContentCompression for all codecsAndreas Rheinhardt
2020-05-01avformat/matroskadec: Cache whether a track needs to be decodedAndreas Rheinhardt
2020-05-01avformat/matroskadec: Improve forward compabilityAndreas Rheinhardt
2020-05-01avformat/matroskadec: Don't discard valid packetsAndreas Rheinhardt
2020-05-01avformat/matroskadec: Simplify checks for cook and ATRAC3Andreas Rheinhardt
2020-05-01avformat/matroskadec: Don't output uninitialized data for RealAudio 28.8Andreas Rheinhardt
2020-05-01avformat/matroskadec: Fix buffer overflow when demuxing RealAudio 28.8Andreas Rheinhardt
2020-05-01avformat/matroskadec: Fix demuxing RealAudio 28.8Andreas Rheinhardt
2020-05-01avformat/matroskadec: Simplify check for RealAudioAndreas Rheinhardt
2020-05-01avformat/matroskadec: Reject sipr flavor > 3Andreas Rheinhardt
2020-05-01avformat/mpegts: fix av_freep for dovi pointerLimin Wang
2020-05-01avformat/mov: fix av_freep for dovi pointerLimin Wang
2020-05-01fate/oggopus-demux: fix fate failureLynne
2020-05-01avfilter/af_adelay: Check sscanf() return valueLimin Wang