summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/fifo: do not assume request_frame() returns a frame.Nicolas George2015-11-071-2/+4
* lavfi/avf_concat: return immediately after requesting a frame on input.Nicolas George2015-11-071-3/+2
* lavfi: remove astreamsync.Nicolas George2015-11-073-245/+0
* lavfi: add realtime filter.Nicolas George2015-11-073-0/+136
* lavfi: add testsrc2 test source.Nicolas George2015-11-073-0/+273
* avfilter/showcqt: remove yuv offsetMuhammad Faiz2015-11-031-36/+36
* all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-034-11/+5
* avfilter/vf_rotate: correct log messageGanesh Ajjanagadde2015-11-031-2/+2
* avfilter/vf_frei0r: use av_strtod instead of strtod for added flexibilityGanesh Ajjanagadde2015-11-021-1/+2
* vf_boxblur: Templatize blur{8,16}Timothy Gu2015-11-011-66/+44
* avfilter/vf_deshake: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-311-1/+2
* avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAXMichael Niedermayer2015-10-311-8/+8
* avfilter/showcqt: fix dependency with avformatMuhammad Faiz2015-10-301-1/+1
* vf_lut: Add support for RGB48 and RGBA64.Steven Robertson2015-10-301-2/+48
* avfilter/avf_showvolume: use log10 instead of log()/M_LN10Ganesh Ajjanagadde2015-10-291-1/+1
* avfilter/vf_ssim: use log10 instead of log()/log(10)Ganesh Ajjanagadde2015-10-291-1/+1
* avfilter/avf_showspectrum: use log10 instead of log()/...Ganesh Ajjanagadde2015-10-291-1/+1
* avfilter/vf_psnr: use log10 instead of log()/log(10)Ganesh Ajjanagadde2015-10-291-1/+1
* avfilter/af_volume: use log10 instead of log()/M_LN10Ganesh Ajjanagadde2015-10-291-1/+1
* avfilter/tremolo: fix wavetable buffer sizeKyle Swanson2015-10-291-3/+3
* avfilter/asrc_sine: fix options typosKyle Swanson2015-10-291-2/+2
* avfilter/showcqt: fix compilation with libswscale disabledJames Almer2015-10-291-1/+1
* avfilter/avf_showcqt: Fix ;;Michael Niedermayer2015-10-281-1/+1
* avfilter/avf_showcqt: rewrite showcqt and add featuresMuhammad Faiz2015-10-283-486/+1174
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-274-6/+6
* drawutils: ReindentTimothy Gu2015-10-261-2/+2
* avfilter: ReindentTimothy Gu2015-10-261-14/+13
* x86/vf_w3fdif: use aligned loads in w3fdif_complex_highJames Almer2015-10-271-4/+2
* avfilter: add vibrato filterKyle Swanson2015-10-264-1/+213
* avfilter/vf_removegrain: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-261-3/+4
* lavfi/drawutils: add const to blending mask.Nicolas George2015-10-252-5/+6
* avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde2015-10-241-1/+1
* avfilter/vf_deshake: use a void * comparator for consistencyGanesh Ajjanagadde2015-10-241-3/+4
* all: remove some casts of function pointer to void *Ganesh Ajjanagadde2015-10-242-4/+4
* avfilter: avoid zero arguments to variadic macroGanesh Ajjanagadde2015-10-242-11/+11
* vf_psnr/ssim: don't crash if stats_file is NULL.Ronald S. Bultje2015-10-232-22/+26
* avfilter: add shuffleframes filterPaul B Mahol2015-10-234-1/+165
* vf_ssim: print per-channel dB values.Ronald S. Bultje2015-10-221-1/+2
* vf_psnr: remove %0.2f format specifiers for stream summary line.Ronald S. Bultje2015-10-221-2/+2
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-229-16/+16
* avfilter/vf_zscale: fix typoLou Logan2015-10-221-1/+1
* avfilter/vf_ssim: Add support for writing stats to stdoutTobias Rapp2015-10-211-2/+4
* avfilter/vf_psnr: Add support for writing stats to stdoutTobias Rapp2015-10-211-2/+4
* avfilter/af_flanger: free frame on ENOMEMKyle Swanson2015-10-181-1/+3
* avfilter: add zscale filterPaul B Mahol2015-10-184-1/+739
* avfilter/af_ladspa: check functions return value in query_formatsPaul B Mahol2015-10-181-13/+37
* avfilter/internal: Doxygen for ff_fmt_is_inGanesh Ajjanagadde2015-10-171-1/+9
* avfilter/internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-171-0/+5
* chromakey: Use the pixel descriptor API for chroma subsampling infoTimothy Gu2015-10-171-8/+17
* avfilter/selectivecolor: fix correction_method option rangeClément Bœsch2015-10-171-1/+1
OpenPOWER on IntegriCloud