summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Collapse)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
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* afilter/af_extrastereo: remove dead initializationPaul B Mahol2015-10-061-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter:audio: fix shadowed AVFrame *outPaul B Mahol2015-10-063-6/+6
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_extrastereo: Fix shadowed variableMichael Niedermayer2015-10-061-1/+1
| | | | | | Fixes CID1325675 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add displace video filterPaul B Mahol2015-10-044-2/+400
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* 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
| | | | | | Also slightly faster. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_blend: Fix argument types, fix segfault in asmMichael Niedermayer2015-10-033-17/+17
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol2015-10-035-71/+592
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_tinterlace: add mergex2 modePaul B Mahol2015-10-032-5/+13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes2015-10-031-1/+7
|\ | | | | | | | | | | | | * commit '1aa24df74c052a73175c43e57d35b4835e537ec8': lavu: Deprecate AVFrame.error[] Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
* | avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth inputPaul B Mahol2015-10-025-35/+179
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_rubberband: add process_command()Paul B Mahol2015-10-021-0/+33
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | 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
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_maskedmerge: get rid of MaskedMergeContext from functions that ↵Paul B Mahol2015-09-301-14/+12
| | | | | | | | | | | | do actual work Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_maskedmerge: rewrite and remove some duplicated codePaul B Mahol2015-09-301-51/+52
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_rubberband: flush only if there is something availablePaul B Mahol2015-09-301-19/+21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_atadenoise: do not use uninitialized dataPaul B Mahol2015-09-291-8/+9
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'c9943f00cfa2471d1b8a3a9ddc7a21049a71090e'Hendrik Leppkes2015-09-291-61/+96
|\ \ | |/ | | | | | | | | | | * commit 'c9943f00cfa2471d1b8a3a9ddc7a21049a71090e': vf_framepack: Use av_image_copy() where appropriate Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * vf_framepack: Use av_image_copy() where appropriateVittorio Giovara2015-09-291-61/+96
| | | | | | | | | | | | | | This correctly adjust chroma subsampling for column interleaved mode, and allows future high bitdepth support. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | Merge commit 'ae25413daf42a06f078ed81bb545ec23a8e0b482'Hendrik Leppkes2015-09-291-2/+1
|\ \ | |/ | | | | | | | | | | * commit 'ae25413daf42a06f078ed81bb545ec23a8e0b482': lavfi: do not exclude hwaccel formats from ff_all_formats() Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavfi: do not exclude hwaccel formats from ff_all_formats()Anton Khirnov2015-09-281-2/+1
| | | | | | | | It should be possible to pass hwaccel frames through lavfi.
| * avfilter: Support both syntaxes for the scale filterLuca Barbato2015-09-131-5/+38
| |
| * buffersrc: Improve initialization log messageVittorio Giovara2015-09-131-1/+4
| | | | | | | | Add timebase and aspect ratio information.
* | avfilter/delogo: Fix show option when band is smallJean Delvare2015-09-281-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code assumed that the outermost interpolated pixels were always in the fuzzy area defined by the band option. However if the band value is small, there may be no fuzzy area on a given plane. In that case, option show did not work, no rectangle was drawn (or only on the luma plane, depending on the band value and chroma plane subsampling factors.) Fix the problem by not making any assumption on where the outermost interpolated pixels will be. The new code was verified to produce the same result as the original code when the band value is not small. Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter: add maskedmerge filterPaul B Mahol2015-09-284-1/+327
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_yadif: add missing "This file is part of FFmpeg"Michael Niedermayer2015-09-271-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_mcdeint: add missing "This file is part of FFmpeg"Michael Niedermayer2015-09-271-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_blend: add addition128 modePaul B Mahol2015-09-261-0/+5
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/generate_wave_table: clean up extra newlinesKyle Swanson2015-09-241-2/+0
| | | | | | | | Signed-off-by: Kyle Swanson <k@ylo.ph>
* | avfilter/af_tremolo: make it bit-exact with sox effect of same namePaul B Mahol2015-09-242-24/+23
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | vf_scale: conditionally override chroma positionChristophe Gisquet2015-09-231-3/+3
| | | | | | | | | | | | | | | | | | | | For yuv420p, the chroma position is unilaterally overriden, even if ffmpeg's command-line explicitly set it. To fix this, override only if the value is the default one. Regression since 1515bfb3. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_chromakey: Add chromakey video filterTimo Rothenpieler2015-09-233-0/+201
| | | | | | | | Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* | avfilter/af_rubberband: rename duplicate option namePaul B Mahol2015-09-231-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/hermite: fix "libavfilter/hermite.h:19:15: error: no previous ↵Michael Niedermayer2015-09-221-1/+1
| | | | | | | | | | | | | | | | prototype for hermite_interpolation" Fix build Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter: add agate filterPaul B Mahol2015-09-226-24/+281
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud