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
2018-12-13lavfi/signalstats: Cast the return value of AV_RN16() to int.Carl Eugen Hoyos
2018-12-11avfilter/vf_paletteuse: fix flags for alpha_threshold optionPaul B Mahol
2018-12-10lavfi/vf_scale_vaapi: add scaling mode setting support.Jun Zhao
2018-12-09avfilter/vf_showinfo: allow checksums calculation to be disabledPaul B Mahol
2018-12-09lavfi/buffersink: fix abuffersink flag setting issueJun Zhao
2018-12-03avfilter/vf_overlay: fix filtering with negative yPaul B Mahol
2018-12-03lavf: add transpose_opencl filterRuiling Song
2018-11-27lavfi/fps: Avoid duplicating Closed Captions when increasing frame rate.Carl Eugen Hoyos
2018-11-27lavfi/buffersrc: Indent the code.Jun Zhao
2018-11-27avfilter/vf_chromashift: Fix mixed declaration and codeMark Harris
2018-11-22x86/scene_sad: fix link errors when HAVE_X86ASM is not definedJames Almer
2018-11-21avfilter/graphmonitor: use SIZE_SPECIFIER for size_t typePeter Ross
2018-11-21avfilter/vf_overlay: fix crash with negative yPaul B Mahol
2018-11-20avfilter/vf_freezedetect: add filter to detect frozen inputMarton Balint
2018-11-19avfilter: add rgbashift filterPaul B Mahol
2018-11-19avfilter: add chromashift filterPaul B Mahol
2018-11-19avfilter/vf_limiter: remove unused headerPaul B Mahol
2018-11-19avfilter/vf_limiter: always limit min/max to format depthPaul B Mahol
2018-11-18avfilter/f_drawgraph: use av_sscanf()Paul B Mahol
2018-11-18avfilter/af_aecho: use av_sscanf()Paul B Mahol
2018-11-18avfilter/af_ladspa: use av_sscanf()Paul B Mahol
2018-11-18avfilter/vf_mix: use av_sscanf()Paul B Mahol
2018-11-18avfilter/af_sofalizer: use av_sscanf()Paul B Mahol
2018-11-18avfilter/af_afftdn: use av_sscanf()Paul B Mahol
2018-11-18avfilter/af_adelay: use av_sscanf()Paul B Mahol
2018-11-18avfilter/af_acrossover: use av_strtod() to parse single numberPaul B Mahol
2018-11-17avfilter: use av_clip_uintp2 instead of av_clip for 10b and 12bMartin Vignali
2018-11-17avfilter/vf_neighbor: fix >8 bit deflate/inflatePaul B Mahol
2018-11-16lavfi/minterpolate: Remove declaration of two unused variables.Carl Eugen Hoyos
2018-11-16avfilter/vf_dedot: initizalize ret variablePaul B Mahol
2018-11-16avfilter/vf_lut3d: use av_sscanfPaul B Mahol
2018-11-16avfilter: add dedot video filterPaul B Mahol
2018-11-16avfilter/af_afade: fix duration maximumMarton Balint
2018-11-15avfilter/vf_convolution: use sqrtf as its fasterPaul B Mahol
2018-11-15avfilter/vf_blend: add 12bit supportPaul B Mahol
2018-11-15avfilter/vf_blend: add 10bit supportPaul B Mahol
2018-11-15avfilter/vf_lut2: implement support for different input depthsPaul B Mahol
2018-11-15avfilter/vf_bwdif: Use common yadif frame management logicPhilip Langdale
2018-11-15avfilter/yadif_common: Add field type tracking to help bwdifPhilip Langdale
2018-11-15avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale
2018-11-13avfilter/vf_alphamerge: do not check for ret value if all wanted frames are p...Paul B Mahol
2018-11-12avfilter/vf_fade: fix start/duration max valueMark Harris
2018-11-12avfilter/af_afftfilt: use first input frame timestampPaul B Mahol
2018-11-12avfilter/vf_alphamerge: switch to activatePaul B Mahol
2018-11-12avfilter/af_headphone: do not leak input frames on errorPaul B Mahol
2018-11-12avfilter/af_afftfilt: calculate all channels FFT values upfrontPaul B Mahol
2018-11-11avfilter/af_afftfilt: add more window typesPaul B Mahol
2018-11-11avfilter/af_afftfilt: extend filter functionalityPaul B Mahol
2018-11-11avfilter/vf_minterpolate: use common scene sad functionsMarton Balint
2018-11-11avfilter/vf_select: use common scene sad functionsMarton Balint