summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/vf_alphamerge: reindent after last commit.Nicolas George2015-10-071-5/+4
* lavfi/avf_showspectrum: reindent after last commit.Nicolas George2015-10-071-11/+10
* lavfi/vf_yadif: remove looping on request_frame().Nicolas George2015-10-071-3/+2
* lavfi/vf_w3fdif: remove looping on request_frame().Nicolas George2015-10-071-2/+1
* lavfi/vf_thumbnail: remove looping on request_frame().Nicolas George2015-10-071-4/+1
* lavfi/vf_select: remove looping on request_frame().Nicolas George2015-10-071-11/+2
* lavfi/vf_fps: remove looping on request_frame().Nicolas George2015-10-071-4/+2
* lavfi/vf_alphamerge: remove looping on request_frame().Nicolas George2015-10-071-5/+1
* lavfi/avf_showwaves: remove looping on request_frame().Nicolas George2015-10-071-8/+2
* lavfi/avf_showspectrum: remove looping on request_frame().Nicolas George2015-10-071-6/+1
* lavfi/avf_showcqt: remove looping on request_frame().Nicolas George2015-10-071-8/+1
* lavfi/af_aresample: remove looping on request_frame().Nicolas George2015-10-071-6/+1
* avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputsPaul B Mahol2015-10-065-32/+280
* afilter/af_extrastereo: remove dead initializationPaul B Mahol2015-10-061-1/+1
* avfilter:audio: fix shadowed AVFrame *outPaul B Mahol2015-10-063-6/+6
* avfilter/af_extrastereo: Fix shadowed variableMichael Niedermayer2015-10-061-1/+1
* avfilter: add displace video filterPaul B Mahol2015-10-044-2/+400
* avfilter/ebur128: use AV_OPT_TYPE_BOOL for video optionClément Bœsch2015-10-041-1/+1
* avfilter/ebur128: add dualmono measurement optionKyle Swanson2015-10-041-0/+22
* avfilter/vf_stereo3d: rewrite in preparation for SIMDPaul B Mahol2015-10-031-16/+29
* avfilter/vf_blend: Fix argument types, fix segfault in asmMichael Niedermayer2015-10-033-17/+17
* avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol2015-10-035-71/+592
* avfilter/vf_tinterlace: add mergex2 modePaul B Mahol2015-10-032-5/+13
* Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes2015-10-031-1/+7
|\
* | avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth inputPaul B Mahol2015-10-025-35/+179
* | avfilter/af_rubberband: add process_command()Paul B Mahol2015-10-021-0/+33
* | lavfi/mandelbrot: Output RGB0 instead of RGBA.Carl Eugen Hoyos2015-10-022-3/+2
* | avfilter/x86/vf_psnr.asm: fix typoPaul B Mahol2015-10-011-1/+1
* | avfilter/vf_maskedmerge: get rid of MaskedMergeContext from functions that do...Paul B Mahol2015-09-301-14/+12
* | avfilter/vf_maskedmerge: rewrite and remove some duplicated codePaul B Mahol2015-09-301-51/+52
* | avfilter/af_rubberband: flush only if there is something availablePaul B Mahol2015-09-301-19/+21
* | avfilter/vf_atadenoise: do not use uninitialized dataPaul B Mahol2015-09-291-8/+9
* | Merge commit 'c9943f00cfa2471d1b8a3a9ddc7a21049a71090e'Hendrik Leppkes2015-09-291-61/+96
|\ \ | |/
| * vf_framepack: Use av_image_copy() where appropriateVittorio Giovara2015-09-291-61/+96
* | Merge commit 'ae25413daf42a06f078ed81bb545ec23a8e0b482'Hendrik Leppkes2015-09-291-2/+1
|\ \ | |/
| * lavfi: do not exclude hwaccel formats from ff_all_formats()Anton Khirnov2015-09-281-2/+1
| * avfilter: Support both syntaxes for the scale filterLuca Barbato2015-09-131-5/+38
| * buffersrc: Improve initialization log messageVittorio Giovara2015-09-131-1/+4
* | avfilter/delogo: Fix show option when band is smallJean Delvare2015-09-281-3/+7
* | avfilter: add maskedmerge filterPaul B Mahol2015-09-284-1/+327
* | avfilter/vf_yadif: add missing "This file is part of FFmpeg"Michael Niedermayer2015-09-271-0/+2
* | avfilter/vf_mcdeint: add missing "This file is part of FFmpeg"Michael Niedermayer2015-09-271-0/+2
* | avfilter/vf_blend: add addition128 modePaul B Mahol2015-09-261-0/+5
* | avfilter/generate_wave_table: clean up extra newlinesKyle Swanson2015-09-241-2/+0
* | avfilter/af_tremolo: make it bit-exact with sox effect of same namePaul B Mahol2015-09-242-24/+23
* | vf_scale: conditionally override chroma positionChristophe Gisquet2015-09-231-3/+3
* | avfilter/vf_chromakey: Add chromakey video filterTimo Rothenpieler2015-09-233-0/+201
* | avfilter/af_rubberband: rename duplicate option namePaul B Mahol2015-09-231-1/+1
* | avfilter/hermite: fix "libavfilter/hermite.h:19:15: error: no previous protot...Michael Niedermayer2015-09-221-1/+1
* | avfilter: add agate filterPaul B Mahol2015-09-226-24/+281
OpenPOWER on IntegriCloud