summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_deshake.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: modify avfilter_get_matrix to support separate scale factorsJarek Samic2019-08-221-2/+5
* lavfi/deshake: fix deshake crash issue.Jun Zhao2018-10-061-1/+1
* lavfi/deshake: Check alignment before calling asm init function.Carl Eugen Hoyos2018-03-201-4/+6
* lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson2017-11-221-22/+1
* avfilter/vf_deshake: Free out AVFrame on errorMichael Niedermayer2017-02-031-2/+5
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* lavfi/deshake: use FF_CEIL_RSHIFT()Clément Bœsch2016-01-071-5/+5
* all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-031-2/+1
* avfilter/vf_deshake: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-311-1/+2
* avfilter/vf_deshake: use a void * comparator for consistencyGanesh Ajjanagadde2015-10-241-3/+4
* avfilter/deshake: use AV_OPT_TYPE_BOOL for opencl optionClément Bœsch2015-09-081-1/+1
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-4/+4
* vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusionAndreas Cadhalpun2014-09-181-25/+25
* vf_deshake: Avoid doing a malloc+free for every single frame.Reimar Döffinger2014-09-021-4/+6
* vf_deshake: reduce stack usage.Reimar Döffinger2014-09-021-8/+5
* avfilter/deshake: remove avcodec dependencyClément Bœsch2014-08-051-12/+8
* reintroduce avpriv_dsputil_init() to maintain ABI until next soname bumpMichael Niedermayer2014-07-261-2/+2
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-2/+2
* avfilter/vf_deshake: Use av_malloc_array()Michael Niedermayer2014-07-111-1/+1
* avfilter/vf_deshake: fix macro ()Michael Niedermayer2014-06-241-2/+2
* avfilter/vf_deshake: dont pass the wrong context into the SAD functionsMichael Niedermayer2014-05-031-1/+1
* avfilter/vf_deshake: fix loss of precission with odd resolutionsMichael Niedermayer2014-04-161-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_deshake: fix block_contrast() lower brightness valueMichael Niedermayer2013-10-071-1/+1
* avfilter/deshakeLenny Wang2013-10-071-1/+1
* avfilter/vf_deshake: check rxMichael Niedermayer2013-05-181-0/+5
* deshake: fix off by 2 errorMichael Niedermayer2013-04-151-2/+2
* vf_deshake: Fix crash with r*=64Michael Niedermayer2013-04-151-3/+5
* Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch2013-04-141-1/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/deshake: switch to an AVOptions-based system.Clément Bœsch2013-04-111-7/+0
* vf_deshake: Reorder constant arguments in an if() statement.Carl Eugen Hoyos2013-04-031-3/+3
* deshake opencl based on comments on 20130402 3rdhighgod04012013-04-021-57/+60
* lavfi/deshake: use standard options parsing.Clément Bœsch2013-03-241-15/+7
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-101-1/+0
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-8/+8
* lavfi/deshake: support named options.Clément Bœsch2013-03-051-33/+51
* vf_deshake: fix strict aliassing errorsMichael Niedermayer2012-12-291-4/+4
* lavfi/deshake: remove usage of link->cur_buf.Clément Bœsch2012-12-261-1/+0
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-211-1/+1
* lavfi/deshake: small align prettifying.Clément Bœsch2012-12-061-7/+5
* lavfi/deshake: switch inverted comments.Clément Bœsch2012-12-061-3/+3
* lavfi/deshake: remove unecessary check before unref.Clément Bœsch2012-12-061-2/+1
* lavfi/deshake: switch to filter_frame.Clément Bœsch2012-12-061-13/+13
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-12/+22
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-2/+2
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-4/+4
* vf_deshake: fix permissions.Nicolas George2012-08-171-1/+1
* vf_deshake: set cur_buf to NULL.Nicolas George2012-07-231-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-3/+4
OpenPOWER on IntegriCloud