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-10-13lavfi/settb: rescale input frame durationsAnton Khirnov
2022-10-13lavfi/f_drawgraph: forward input frame durationsAnton Khirnov
2022-10-11avfilter/af_aspectralstats: allow to select subset of measurementsPaul B Mahol
2022-10-10lavfi/rotate: Avoid undefined behaviour.Carl Eugen Hoyos
2022-10-09avfilter/af_adynamicequalizer: rework processingPaul B Mahol
2022-10-07avfilter/af_biquads: fix bandpass for zdfPaul B Mahol
2022-10-04lavfi/avf_showspatial: add framerate optionAnton Khirnov
2022-10-04lavfi/avf_showfreqs: set frame durationsAnton Khirnov
2022-10-04lavfi/avf_showcqt: set frame durationsAnton Khirnov
2022-10-04lavfi/avf_avectorscope: set frame durationsAnton Khirnov
2022-10-04lavfi/avf_aphasemeter: set frame durationsAnton Khirnov
2022-10-04lavfi/avf_ahistogram: set frame durationsAnton Khirnov
2022-10-04lavfi/vf_fps: set frame durationAnton Khirnov
2022-09-27avfilter/vf_extractplanes: add missing break; statementTimo Rothenpieler
2022-09-27avfilter/scale_eval: Reduce rounding error.Tristan Schmelcher
2022-09-25avfilter/vf_extractplanes: add support for packed rgb float formatsPaul B Mahol
2022-09-21avfilter/avfilter: Make ff_command_queue_pop() staticAndreas Rheinhardt
2022-09-21avfilter/internal: Remove declaration of inexistent functionAndreas Rheinhardt
2022-09-18avfilter/af_afftdn: add double sample format supportPaul B Mahol
2022-09-18avfilter/af_dynaudnorm: fix parameter for copy samples functionPaul B Mahol
2022-09-16avfilter/vf_libvmaf: Update ssim, ms_ssim options descriptionYondon Fu
2022-09-15avfilter/vf_colorspace_cuda: mark fall-throughTimo Rothenpieler
2022-09-15avfilter/vf_drawbox: use the correct macro to fill rgb plane pointersJames Almer
2022-09-14avfilter/video: Fix newline in trace outputAndreas Rheinhardt
2022-09-14avfilter/avfilter: #if ff_tlog_link() away when emptyAndreas Rheinhardt
2022-09-14avfilter/avfilter: Don't use AVFrame.channel_layoutAndreas Rheinhardt
2022-09-14avfilter/vf_libvmaf: copy all values also for 10 bit inputChristian Feldmann
2022-09-13libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filterRoman Arzumanyan
2022-09-10avfilter/vf_gblur: allow filtering with zero horizontal sigmaPaul B Mahol
2022-09-08avfilter/vf_showinfo: remove backspacesMichael Niedermayer
2022-09-06avfilter/vf_scale: overwrite the width and height expressions with the origin...James Almer
2022-09-04avfilter/vf_gblur: handle cases when parameters become invalidPaul B Mahol
2022-09-03avfilter/vf_bilateral_cuda: refactor use of pow to simple multiplicationTimo Rothenpieler
2022-09-03compat/cuda: switch from powf to __powf intrinsicTimo Rothenpieler
2022-09-03avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt
2022-09-03avfilter: add bilateral_cuda filterMohamed Khaled Mohamed
2022-09-03avfilter: add 3D scope multimedia filterPaul B Mahol
2022-08-23avfilter/af_silenceremove: do not trim non-silence from startPaul B Mahol
2022-08-23avfilter/af_alimiter: fix misbehavior when nb_channels != 2David Flater
2022-08-13avfilter/vsrc_ddagrab: add options for more control over output format fallbackTimo Rothenpieler
2022-08-13avfilter/vsrc_ddagrab: add rgbaf16 output supportTimo Rothenpieler
2022-08-13configure: always enable gnu_windres if availableTimo Rothenpieler
2022-08-12lavfi/qsv: create mfx session using oneVPL for qsv filtersHaihao Xiang
2022-08-12qsv: restrict OPAQUE memory to MFX_VERSION < 2.0Haihao Xiang
2022-08-12qsv: restrict audio related code to MFX_VERSION < 2.0Haihao Xiang
2022-08-12qsv: remove mfx/ prefix from mfx headersHaihao Xiang
2022-08-10avfilter/framesync: add a new option to set how to sync streams based on seco...James Almer
2022-08-09lavfi/overlay_vaapi: set defalut alpha value as 1.0Fei Wang
2022-08-07avfilter/avfiltergraph: remove unnecessary channel layout copyJames Almer
2022-08-06avfilter/vsrc_ddagrab: set sRGB color information on output framesTimo Rothenpieler