Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-11-25avfilter: do not leak frame if ff_get_audio_buffer() failsPaul B Mahol
2015-11-25avfilter/af_alimiter: make description a bit longerPaul B Mahol
2015-11-25avfilter/af_sidechaincompress: add forgotten optionPaul B Mahol
2015-11-25avfilter/vsrc_mandelbrot: change sin to sinf for color computationGanesh Ajjanagadde
2015-11-25avfilter/vsrc_mandelbrot: avoid sqrt for epsilon calculationGanesh Ajjanagadde
2015-11-25vsrc_mandelbrot: Don't use German in commentsTimothy Gu
2015-11-25lavfi/select: add support for concatdec_select optionMarton Balint
2015-11-24avfilter/vsrc_mandelbrot: Fix speed regressionMichael Niedermayer
2015-11-23avfilter/af_afade: add missing fifo write for second streamPaul B Mahol
2015-11-23avfilter/vf_fspp: use M_SQRT1_2, M_SQRT2Ganesh Ajjanagadde
2015-11-20avfilter/af_dynaudnorm: use M_PIGanesh Ajjanagadde
2015-11-11Merge commit '1339009c4924a20e872aa62897097bf5d071157c'Hendrik Leppkes
2015-11-11Merge commit '7d12cba95ca15198a930c05458dc414ac00c578b'Hendrik Leppkes
2015-11-11Merge commit '018bdaed37d2f1735dbecfc58309a1a164abadd5'Hendrik Leppkes
2015-11-11Merge commit '9df477e03ef74068f3de130adc4dd34349a16ef2'Hendrik Leppkes
2015-11-11Merge commit '48ff6683ba5d40b629428673b1028e8ec542a9fa'Hendrik Leppkes
2015-11-11avfilter/avf_showcqt: Fix uninitialized return codeMichael Niedermayer
2015-11-10aviflter/vf_waveform: speed up non-color filtersPaul B Mahol
2015-11-10Merge commit '2ec112f71cd03ccab1b6f9a00d29199a57bcc7a5'Hendrik Leppkes
2015-11-09vf_showinfo: show timebase & framerate tooMichael Niedermayer
2015-11-09vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer
2015-11-09vf_framepack: Check and update frame_rateMichael Niedermayer