summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* vaapi: Always free parameter buffers after vaEndPicture() with libva2Mark Thompson2017-10-092-2/+2
* lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos2017-10-074-22/+22
* lavfi/avfilter.c: Correct guess_status_pts to account for differing link time...Sasi Inguva2017-10-071-4/+4
* avfilter/vf_fps: add eof_action filter optionTobias Rapp2017-10-062-2/+14
* avfilter/vf_fps: clean-up filter optionsTobias Rapp2017-10-051-6/+6
* lavfi/vmafmotion: Allow more pix_fmts.Carl Eugen Hoyos2017-10-011-9/+13
* avfilter/vf_thumbnail_cuda: Avoid mixing declaration and statementsMichael Niedermayer2017-10-011-1/+2
* avfilter/vmaf_motion: use correct header guardsJames Almer2017-09-301-3/+3
* avfilter: add vmafmotion filterAshish Singh2017-09-304-0/+425
* Merge commit '5c8a5765dc5f4e29afb85b95be393c30f45412a8'James Almer2017-09-271-3/+3
|\
| * scale_npp: explicitly set the output frames context for passthrough modeAnton Khirnov2017-02-111-3/+5
| * Mark some arrays that never change as const.Anton Khirnov2017-02-014-5/+5
* | avfilter/f_metadata: avoid trailing whitespace in filter outputTobias Rapp2017-09-271-2/+2
* | avfilter/interlace: rename two variables for consistencyThomas Mundt2017-09-252-10/+10
* | avfilter/af_headphone: increase max ir lengthPaul B Mahol2017-09-251-1/+1
* | avfilter/interlace: add support for 10 and 12 bitThomas Mundt2017-09-237-56/+311
* | avfilter/tinterlace: use drawutils for pad modeThomas Mundt2017-09-232-9/+10
* | lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-237-188/+166
* | avfilter/thumbnail_cuda: add cuda thumbnail filterYogender Gupta2017-09-225-1/+526
* | lavfi/stereo3d: Set SAR for every output frame.Carl Eugen Hoyos2017-09-201-10/+12
* | avfilter/tinterlace: Simplify checks for lowpass filtering flagsJames Almer2017-09-181-8/+4
* | vf_fps: Fix memory leak introduced by eea64ef4Thierry Foucu2017-09-151-0/+1
* | avfilter/interlace: simplify codeThomas Mundt2017-09-152-42/+18
* | avfilter/interlace: prevent over-sharpening with the complex low-pass filterThomas Mundt2017-09-153-30/+59
* | vf_fps: when reading EOF, using current_pts to duplicate the last frame if ne...Thierry Foucu2017-09-151-5/+39
* | avfilter/vf_despill: fix assigmentPaul B Mahol2017-09-141-1/+1
* | avfilter/af_dcshift: do not leak out framePaul B Mahol2017-09-121-2/+2
* | lavfi/framesync: remove dead code.Nicolas George2017-09-121-3/+1
* | lavfi/framesync: reword repeatlast option help.Nicolas George2017-09-121-1/+1
* | lavfi: rename framesync2 to framesync.Nicolas George2017-09-1224-197/+197
* | lavfi: remove framesync.Nicolas George2017-09-122-640/+0
* | lavfi/af_sidechaincompress: use helper macros.Nicolas George2017-09-121-10/+5
* | lavfi/af_agate: use helper macros.Nicolas George2017-09-121-10/+5
* | lavfi: add helper functions and macros for activate.Nicolas George2017-09-122-0/+98
* | avfilter/vf_convolve: use av_clip_uint8James Almer2017-09-091-1/+1
* | avfilter: add generic FFT video convolve filterPaul B Mahol2017-09-094-1/+421
* | lavfi/coreimage: reduce dependency scope from QuartzCore to CoreImageClément Bœsch2017-09-081-1/+1
* | avfilter: add Haas stereo enhancerPaul B Mahol2017-09-084-1/+231
* | lavfi/buffersrc: add av_buffersrc_close().Nicolas George2017-09-083-11/+21
* | lavfi: guess a timestamp for compat status change.Nicolas George2017-09-081-1/+19
* | avfilter/vf_zoompan: fix specific corner case when no frame was ever requeste...Paul B Mahol2017-09-071-0/+1
* | lavfi/atempo: Avoid false triggering an assertion failurePavel Koshevoy2017-09-061-0/+5
* | Revert "lavfi/atempo: avoid false triggering an assertion failure"Pavel Koshevoy2017-09-061-2/+2
* | avfilter/af_dcshift: add direct pathPaul B Mahol2017-09-061-5/+11
* | avfilter/vf_overlay: Restore shorthand option orderMichael Niedermayer2017-09-053-6/+14
* | avfilter/lavfutils: remove usage of AVStream->codecJames Almer2017-09-051-3/+17
* | avfilter/avf_avectorscope: fix mistake in previous commitPaul B Mahol2017-09-051-2/+2
* | avfilter/avf_avectorscope: add possibility to auto zoomPaul B Mahol2017-09-051-2/+31
* | avfilter: add despill filterPaul B Mahol2017-09-054-1/+186
* | avfilter/vf_fftfilt: make it possible to evaluate expressions per framePaul B Mahol2017-09-041-17/+38
OpenPOWER on IntegriCloud