summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_biquads: pass filter ctx to av_log callsPaul B Mahol2015-12-071-11/+13
* avfilter/showcqt: BASEFREQ and ENDFREQ cast to doubleMuhammad Faiz2015-12-071-1/+1
* avfilter/af_alimiter: add 3 more optionsPaul B Mahol2015-12-061-7/+16
* avfilter/af_stereotools: fix logic failPaul B Mahol2015-12-061-1/+1
* avfilter/af_stereotools: check s->length sizePaul B Mahol2015-12-051-0/+4
* avfilter/codecview: reindent after previous commitClément Bœsch2015-12-051-14/+14
* avfilter/codecview: add QP supportClément Bœsch2015-12-051-1/+42
* avfilter: add audio emphasis filterPaul B Mahol2015-12-044-1/+373
* avfilter: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-043-3/+3
* avfilter/af_agate: change default for detection to rmsPaul B Mahol2015-12-031-1/+1
* avfilter/af_sidechaincompress: kill init functionPaul B Mahol2015-12-031-16/+7
* avfilter/af_agate: compile agate only when requested.Paul B Mahol2015-12-031-29/+33
* avfilter/af_agate: add level_sc option for sidechaingate filterPaul B Mahol2015-12-031-11/+13
* avfilter: add sidechaingate filterPaul B Mahol2015-12-034-4/+170
* avfilter/af_agate: prepare for adding sidechain versionPaul B Mahol2015-12-031-26/+33
* avfilter/af_flanger: use rint instead of floor hackGanesh Ajjanagadde2015-12-021-1/+1
* avfilter/vf_perspective: use lrint instead of floor hackGanesh Ajjanagadde2015-12-021-5/+5
* avfilter/vsrc_mptestsrc: use lrint instead of floor hackGanesh Ajjanagadde2015-12-021-1/+1
* avfilter/af_compand: do not clip; allow >0dB curve pointsPaul B Mahol2015-12-021-7/+5
* avfilter/af_stereotools: remove floor usagePaul B Mahol2015-12-021-4/+4
* avfilter: add audio pulsator filterPaul B Mahol2015-12-024-1/+257
* avfilter/af_volumedetect: use log10 instead of hardcoded constantGanesh Ajjanagadde2015-12-011-1/+1
* avfilter/vf_shuffleframes: Assert that the case of an uninitialized ret does ...Michael Niedermayer2015-12-011-4/+4
* avfilter/vf_histogram: remove deprecated stuffPaul B Mahol2015-12-011-273/+97
* avfilter/af_compand: use hypot()Ganesh Ajjanagadde2015-11-301-2/+2
* avfilter/af_sidechaincompress: do not require writable input frames for acomp...Paul B Mahol2015-11-301-10/+25
* avfilter/af_sidechaincompress: add level_in and level_sc optionsPaul B Mahol2015-11-301-17/+24
* avfilter/af_sidechaincompress: fix output gain for rms(default) detectionPaul B Mahol2015-11-291-1/+3
* avfilter/avf_showvolume: Fix "warning: comparison of unsigned expression < 0 ...Michael Niedermayer2015-11-291-1/+1
* avfilter/avf_showvolume: fix several issuesPaul B Mahol2015-11-291-17/+38
* avfilter: add audio compressor filterPaul B Mahol2015-11-284-30/+131
* avfilter: add compensation delay line filterPaul B Mahol2015-11-284-1/+201
* avfilter/vsrc_mptestsrc: use hypot()Ganesh Ajjanagadde2015-11-261-1/+1
* avfilter/af_dynaudnorm: remove wasteful powGanesh Ajjanagadde2015-11-261-2/+2
* avfilter/af_afade: improve accuracy and speed of gain computationGanesh Ajjanagadde2015-11-261-8/+12
* avfilter/vf_stack: make it possible to stop with shortest streamPaul B Mahol2015-11-261-1/+3
* avfilter: add '.' at and of long filter description where it is missingPaul B Mahol2015-11-2510-14/+14
* avfilter: do not leak frame if ff_get_audio_buffer() failsPaul B Mahol2015-11-254-4/+12
* avfilter/af_alimiter: make description a bit longerPaul B Mahol2015-11-251-1/+1
* avfilter/af_sidechaincompress: add forgotten optionPaul B Mahol2015-11-251-1/+4
* avfilter/vsrc_mandelbrot: change sin to sinf for color computationGanesh Ajjanagadde2015-11-241-2/+2
* avfilter/vsrc_mandelbrot: avoid sqrt for epsilon calculationGanesh Ajjanagadde2015-11-241-1/+1
* vsrc_mandelbrot: Don't use German in commentsTimothy Gu2015-11-241-1/+1
* lavfi/select: add support for concatdec_select optionMarton Balint2015-11-251-0/+27
* avfilter/vsrc_mandelbrot: Fix speed regressionMichael Niedermayer2015-11-241-0/+1
* avfilter/af_afade: add missing fifo write for second streamPaul B Mahol2015-11-231-0/+2
* avfilter/vf_fspp: use M_SQRT1_2, M_SQRT2Ganesh Ajjanagadde2015-11-221-3/+3
* avfilter/af_dynaudnorm: use M_PIGanesh Ajjanagadde2015-11-201-3/+1
* Merge commit '1339009c4924a20e872aa62897097bf5d071157c'Hendrik Leppkes2015-11-111-7/+6
|\
| * vf_showinfo: show timebase & framerate tooMichael Niedermayer2015-11-091-1/+26
OpenPOWER on IntegriCloud