summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
| * vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer2015-11-091-0/+1
* | Merge commit '7d12cba95ca15198a930c05458dc414ac00c578b'Hendrik Leppkes2015-11-111-10/+10
|\ \ | |/
| * vf_framepack: Check and update frame_rateMichael Niedermayer2015-11-091-10/+21
| * vf_interlace: implement frame rateMichael Niedermayer2015-11-091-0/+2
* | Merge commit '018bdaed37d2f1735dbecfc58309a1a164abadd5'Hendrik Leppkes2015-11-111-2/+3
|\ \ | |/
| * setpts: add FRAME_RATE constantStefano Sabatini2015-11-091-0/+9
| * testsrc: set output framerateStefano Sabatini2015-11-091-8/+6
* | Merge commit '9df477e03ef74068f3de130adc4dd34349a16ef2'Hendrik Leppkes2015-11-111-2/+3
|\ \ | |/
| * yadif: update frame rateMichael Niedermayer2015-11-091-0/+4
| * vf_fps: set frame_rate.Nicolas George2015-11-091-3/+4
OpenPOWER on IntegriCloud