summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter: remove duplicate and disabled trace log functionJames Almer2017-09-011-8/+1
* avfilter/vf_mcdeint: remove usage of deprecated AVCodecContext.me_methodJames Almer2017-08-301-1/+1
* avfilter/af_adelay: remove requirement that at least one delay should be prov...Paul B Mahol2017-08-301-5/+0
* avfilter/vf_mcdeint: free the AVCodecContext struct properlyJames Almer2017-08-301-4/+1
* avfilter/vf_libvmaf: fix pre convert to framesync2 bugsAshish Singh2017-08-301-6/+4
* avfilter/vf_lut2: add framesync optionsPaul B Mahol2017-08-301-5/+7
* lavfi: bump minor version after change in options.Nicolas George2017-08-291-1/+1
* lavfi: remove dualinput.Nicolas George2017-08-292-136/+0
* vf_ssim: convert to framesync2.Nicolas George2017-08-292-26/+28
* lavfi/vf_psnr: convert to framesync2.Nicolas George2017-08-292-24/+28
* lavfi/vf_paletteuse: convert to framesync2.Nicolas George2017-08-292-23/+39
* lavfi/vf_lut3d: convert to framesync2.Nicolas George2017-08-292-24/+27
* lavfi/vf_libvmaf: convert to framesync2.Nicolas George2017-08-292-21/+26
* lavfi/vf_blend: convert to framesync2.Nicolas George2017-08-292-23/+29
* lavfi/vf_overlay: use framesync2 options.Nicolas George2017-08-291-41/+4
* lavfi/framesync2: add common options.Nicolas George2017-08-292-3/+96
* lavfi: search options on child objects.Nicolas George2017-08-291-2/+2
* lavfi: add a preinit callback to filters.Nicolas George2017-08-292-0/+23
* lavfi/vf_overlay: move to framesync2.Nicolas George2017-08-292-33/+39
* lavfi/framesync2: add dualinput helper functions.Nicolas George2017-08-292-21/+103
* lavfi/f_streamselect: convert to framesync2.Nicolas George2017-08-292-22/+15
* avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERICMichael Niedermayer2017-08-271-1/+0
* avfilter/vf_zoompan: parse zoom,x and y expression during initializationPaul B Mahol2017-08-271-12/+22
* avfilter/vf_zoompan: switch to activatePaul B Mahol2017-08-271-80/+72
* avfilter/af_amix: do not request samples if inlink reached EOFPaul B Mahol2017-08-271-1/+2
* avfilter/af_amix: simplify const entries for duration in amix_options[]Paul B Mahol2017-08-261-3/+3
* avfilter/af_amix: switch to activatePaul B Mahol2017-08-261-80/+82
* avfilter/af_surround: make volume configurable for front center and lfe channelPaul B Mahol2017-08-261-2/+38
* avfilter/af_firequalizer: fix minval on cepstrum calculationMuhammad Faiz2017-08-251-3/+4
* avfilter/src_movie: check ff_insert_outpad() for failurePaul B Mahol2017-08-251-1/+4
* avfilter/split: check ff_insert_outpad() for failurePaul B Mahol2017-08-251-2/+5
* avfilter/vf_decimate: check ff_insert_inpad() for failurePaul B Mahol2017-08-251-2/+9
* avfilter/vf_fieldmatch: check ff_insert_inpad() for failurePaul B Mahol2017-08-251-2/+9
* avfilter/avf_concat: check ff_insert_pad() for failurePaul B Mahol2017-08-251-2/+9
* avfilter/f_select: check ff_insert_outpad() for failurePaul B Mahol2017-08-251-1/+4
* avfilter/af_channelsplit: check ff_insert_outpad() for failurePaul B Mahol2017-08-251-1/+3
* avfilter/vf_extractplanes: check ff_insert_outpad() for failurePaul B Mahol2017-08-251-2/+5
* avfilter/f_interleave: check ff_insert_inpad() for failurePaul B Mahol2017-08-251-2/+5
* avfilter/af_merge: check ff_insert_inpad() for failurePaul B Mahol2017-08-251-2/+5
* avfilter/af_join: check ff_insert_inpad() for failurePaul B Mahol2017-08-251-1/+4
* avfilter/af_headphone: check ff_insert_inpad() for failurePaul B Mahol2017-08-251-3/+7
* avfilter/af_amix: check ff_insert_inpad() for failurePaul B Mahol2017-08-251-2/+5
* avfilter/af_agate: switch to activatePaul B Mahol2017-08-251-55/+59
* avfilter/af_firequalizer: reindent after previous commitMuhammad Faiz2017-08-251-19/+19
* avfilter/af_firequalizer: add min_phase optionMuhammad Faiz2017-08-251-3/+144
* avfilter/af_sidechaincompress: switch to activatePaul B Mahol2017-08-241-54/+58
* avfilter/vf_blend: rename addition128 and difference128 to grainmerge and gra...Paul B Mahol2017-08-244-19/+21
* avfilter/vf_pseudocolor: add high bitdepth supportPaul B Mahol2017-08-221-2/+233
* avfilter/vf_pseudocolor: add support for some subsampled formatsPaul B Mahol2017-08-201-15/+190
* avfilter: add pseudocolor filterPaul B Mahol2017-08-194-1/+259
OpenPOWER on IntegriCloud