summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/formats: fix segfault when allocation failsGanesh Ajjanagadde2015-12-111-1/+1
* avfilter/af_aemphasis: more declarations abovePaul B Mahol2015-12-111-1/+1
* lavfi/vf_alphamerge: fix unitialized pointersGanesh Ajjanagadde2015-12-101-1/+1
* lavfi/vf_overlay: fix unitialized pointersGanesh Ajjanagadde2015-12-101-2/+2
* avfilter/x86/vf_maskedmerge: move %define out of .nextrowPaul B Mahol2015-12-101-2/+2
* avfilter/avf_showfreqs: avoid wasteful powGanesh Ajjanagadde2015-12-091-1/+2
* lavfi/af_amix: fix memory leakGanesh Ajjanagadde2015-12-091-13/+16
* lavfi/af_channelmap: fix memory leakGanesh Ajjanagadde2015-12-091-1/+10
* lavfi/vf_alphamerge: fix memory leaksGanesh Ajjanagadde2015-12-091-3/+13
* lavfi/vf_overlay: fix memory leaksGanesh Ajjanagadde2015-12-091-9/+25
* lavfi/show_palette: fix memory leakGanesh Ajjanagadde2015-12-091-4/+12
* avfilter/vf_delogo: round to the closest valueJean Delvare2015-12-091-2/+3
* 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
OpenPOWER on IntegriCloud