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
2015-12-12avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_componentsJean Delvare
2015-12-11lavfi/formats: fix segfault when allocation failsGanesh Ajjanagadde
2015-12-11avfilter/af_aemphasis: more declarations abovePaul B Mahol
2015-12-10lavfi/vf_alphamerge: fix unitialized pointersGanesh Ajjanagadde
2015-12-10lavfi/vf_overlay: fix unitialized pointersGanesh Ajjanagadde
2015-12-10avfilter/x86/vf_maskedmerge: move %define out of .nextrowPaul B Mahol
2015-12-10avfilter/avf_showfreqs: avoid wasteful powGanesh Ajjanagadde
2015-12-09lavfi/af_amix: fix memory leakGanesh Ajjanagadde
2015-12-09lavfi/af_channelmap: fix memory leakGanesh Ajjanagadde
2015-12-09lavfi/vf_alphamerge: fix memory leaksGanesh Ajjanagadde
2015-12-09lavfi/vf_overlay: fix memory leaksGanesh Ajjanagadde
2015-12-09lavfi/show_palette: fix memory leakGanesh Ajjanagadde
2015-12-09avfilter/vf_delogo: round to the closest valueJean Delvare
2015-12-07avfilter/af_biquads: pass filter ctx to av_log callsPaul B Mahol
2015-12-07avfilter/showcqt: BASEFREQ and ENDFREQ cast to doubleMuhammad Faiz
2015-12-06avfilter/af_alimiter: add 3 more optionsPaul B Mahol
2015-12-06avfilter/af_stereotools: fix logic failPaul B Mahol
2015-12-05avfilter/af_stereotools: check s->length sizePaul B Mahol
2015-12-05avfilter/codecview: reindent after previous commitClément Bœsch
2015-12-05avfilter/codecview: add QP supportClément Bœsch
2015-12-04avfilter: add audio emphasis filterPaul B Mahol
2015-12-04avfilter: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-03avfilter/af_agate: change default for detection to rmsPaul B Mahol
2015-12-03avfilter/af_sidechaincompress: kill init functionPaul B Mahol
2015-12-03avfilter/af_agate: compile agate only when requested.Paul B Mahol
2015-12-03avfilter/af_agate: add level_sc option for sidechaingate filterPaul B Mahol
2015-12-03avfilter: add sidechaingate filterPaul B Mahol
2015-12-03avfilter/af_agate: prepare for adding sidechain versionPaul B Mahol
2015-12-03avfilter/af_flanger: use rint instead of floor hackGanesh Ajjanagadde
2015-12-03avfilter/vf_perspective: use lrint instead of floor hackGanesh Ajjanagadde
2015-12-03avfilter/vsrc_mptestsrc: use lrint instead of floor hackGanesh Ajjanagadde
2015-12-03avfilter/af_compand: do not clip; allow >0dB curve pointsPaul B Mahol
2015-12-02avfilter/af_stereotools: remove floor usagePaul B Mahol
2015-12-02avfilter: add audio pulsator filterPaul B Mahol
2015-12-02avfilter/af_volumedetect: use log10 instead of hardcoded constantGanesh Ajjanagadde
2015-12-02avfilter/vf_shuffleframes: Assert that the case of an uninitialized ret does ...Michael Niedermayer
2015-12-01avfilter/vf_histogram: remove deprecated stuffPaul B Mahol
2015-12-01avfilter/af_compand: use hypot()Ganesh Ajjanagadde
2015-11-30avfilter/af_sidechaincompress: do not require writable input frames for acomp...Paul B Mahol
2015-11-30avfilter/af_sidechaincompress: add level_in and level_sc optionsPaul B Mahol
2015-11-29avfilter/af_sidechaincompress: fix output gain for rms(default) detectionPaul B Mahol
2015-11-29avfilter/avf_showvolume: Fix "warning: comparison of unsigned expression < 0 ...Michael Niedermayer
2015-11-29avfilter/avf_showvolume: fix several issuesPaul B Mahol
2015-11-28avfilter: add audio compressor filterPaul B Mahol
2015-11-28avfilter: add compensation delay line filterPaul B Mahol
2015-11-26avfilter/vsrc_mptestsrc: use hypot()Ganesh Ajjanagadde
2015-11-26avfilter/af_dynaudnorm: remove wasteful powGanesh Ajjanagadde
2015-11-26avfilter/af_afade: improve accuracy and speed of gain computationGanesh Ajjanagadde
2015-11-26avfilter/vf_stack: make it possible to stop with shortest streamPaul B Mahol
2015-11-26avfilter: add '.' at and of long filter description where it is missingPaul B Mahol