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
2021-08-20lavfi/formats: rename AVFilterNegotiation.nb to nb_mergersNicolas George
2021-08-20lavfi/formats: cosmetic: move negotiation stuff at the endNicolas George
2021-08-20avfilter/vf_signalstats: avoid doubles in calculationsPaul B Mahol
2021-08-20avfilter/vf_chromakey: fix diff scaling for chromahold filterPaul B Mahol
2021-08-19get_cabac_inline_x86: Don't inline if 32-bit clang on windowsChristopher Degawa
2021-08-19avformat/hlsenc: minus subtitle streams count when subtitle stream between vi...Steven Liu
2021-08-19avformat/hlsenc: set http options before use delete http methodSteven Liu
2021-08-19avfilter/vf_paletteuse: do not use in dithering transparent palettePaul B Mahol
2021-08-19avfilter/vf_paletteuse: fix some integer overflowsPaul B Mahol
2021-08-19avfilter/vf_paletteuse: do not sort transparency colorPaul B Mahol
2021-08-19avfilter/vf_palettegen: fix integer overflowPaul B Mahol
2021-08-18movenc: Get rid of frag_startHu Weiwen
2021-08-18movenc: Ensure no separate moof written for empty trackHu Weiwen
2021-08-18avcodec/libx265: improve full range flag setting logicJan Ekström
2021-08-18avcodec/libx264: leave full range flag unchanged if unknownJan Ekström
2021-08-18avcodec: add SMC encoderPaul B Mahol
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-08-17avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt
2021-08-17avfilter/audio: Don't call av_get_channel_layout_nb_channels twiceAndreas Rheinhardt
2021-08-17avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove redundant assignmentAndreas Rheinhardt
2021-08-17avutil/opt: Document actual behaviour of av_opt_copy a bit moreAndreas Rheinhardt
2021-08-17ffmpeg_hw: Don't ignore key parameters when initializing a hw deviceHaihao Xiang
2021-08-17avcodec/frame_thread_encoder: Free AVCodecContext structure on error during initMichael Niedermayer
2021-08-17doc/git-howto: be more strict about commit message formatting.Nicolas George
2021-08-17avfilter/vf_convolve: switch to TX FFT from avutilPaul B Mahol
2021-08-16avfilter: add (a)segment filtersPaul B Mahol
2021-08-16avfilter: Remove init_opaque callbackAndreas Rheinhardt
2021-08-16avfilter/vf_(guided|program_opencl): Add missing dynamic inputs flagAndreas Rheinhardt
2021-08-16avdevice/decklink: support for more duplex mode for Decklink 8K ProLimin Wang
2021-08-16avdevice/decklink: add level_a configuration optionLimin Wang
2021-08-16avdevice/decklink: add sqd configuration optionLimin Wang
2021-08-16avdevice/decklink: add link configuration optionLimin Wang
2021-08-16avfilter/vf_waveform: add option to control strechness of waveformPaul B Mahol
2021-08-16avfilter/vf_colorcorrect: calculate imax/max once at config stagePaul B Mahol
2021-08-16avfilter/vf_colorcorrect: add initial automatic filteringPaul B Mahol
2021-08-16avcodec/options_table: Treat (request_)channel_layout as channel layoutAndreas Rheinhardt
2021-08-16avfilter/vf_fieldorder: Simplify setting common pixel formatsAndreas Rheinhardt
2021-08-15avfilter/vf_find_rect: Don't make frame writable unnecessarilyAndreas Rheinhardt
2021-08-15avfilter/vf_colorkey: Don't manually make frame writableAndreas Rheinhardt
2021-08-15avfilter/vf_despill: Don't manually make frame writableAndreas Rheinhardt
2021-08-15avfilter/vf_lumakey: Don't manually make frame writableAndreas Rheinhardt
2021-08-15avfilter/vf_paletteuse: Remove redundant freeing codeAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-15avfilter/vf_colorcorrect: add subsampling formats supportPaul B Mahol
2021-08-15avfilter/vf_colorcorrect: remove code touching Y componentPaul B Mahol
2021-08-15avcodec/h264_sei: fix H.274 film grain parsingNiklas Haas
2021-08-15avfilter/avf_showspectrum: add unwrapped phase data modePaul B Mahol
2021-08-15avcodec/trace_headers_bsf: also parse extradata in packet side dataJames Almer
2021-08-15avcodec/cbs_bsf: use ff_cbs_read_packet_side_data() to parse extradata in pac...James Almer