summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deshake.c
Commit message (Expand)AuthorAge
* avfilter: use avpriv_fopen_utf8() instead of plain fopen()softworkz2022-05-24
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_deshake: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/transform: Stop exporting internal functionsAndreas Rheinhardt2021-04-27
* lavf, lavfi: Remove uses of sizeof(char).Carl Eugen Hoyos2020-04-04
* lavfi: modify avfilter_get_matrix to support separate scale factorsJarek Samic2019-08-22
* lavfi/deshake: fix deshake crash issue.Jun Zhao2018-10-06
* lavfi/deshake: Check alignment before calling asm init function.Carl Eugen Hoyos2018-03-20
* lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson2017-11-22
* avfilter/vf_deshake: Free out AVFrame on errorMichael Niedermayer2017-02-03
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* lavfi/deshake: use FF_CEIL_RSHIFT()Clément Bœsch2016-01-07
* all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-03
* avfilter/vf_deshake: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-31
* avfilter/vf_deshake: use a void * comparator for consistencyGanesh Ajjanagadde2015-10-24
* avfilter/deshake: use AV_OPT_TYPE_BOOL for opencl optionClément Bœsch2015-09-08
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusionAndreas Cadhalpun2014-09-18
* vf_deshake: Avoid doing a malloc+free for every single frame.Reimar Döffinger2014-09-02
* vf_deshake: reduce stack usage.Reimar Döffinger2014-09-02
* avfilter/deshake: remove avcodec dependencyClément Bœsch2014-08-05
* reintroduce avpriv_dsputil_init() to maintain ABI until next soname bumpMichael Niedermayer2014-07-26
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-17
* avfilter/vf_deshake: Use av_malloc_array()Michael Niedermayer2014-07-11
* avfilter/vf_deshake: fix macro ()Michael Niedermayer2014-06-24
* avfilter/vf_deshake: dont pass the wrong context into the SAD functionsMichael Niedermayer2014-05-03
* avfilter/vf_deshake: fix loss of precission with odd resolutionsMichael Niedermayer2014-04-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/vf_deshake: fix block_contrast() lower brightness valueMichael Niedermayer2013-10-07
* avfilter/deshakeLenny Wang2013-10-07
* avfilter/vf_deshake: check rxMichael Niedermayer2013-05-18
* deshake: fix off by 2 errorMichael Niedermayer2013-04-15
* vf_deshake: Fix crash with r*=64Michael Niedermayer2013-04-15
* Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch2013-04-14
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/deshake: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* vf_deshake: Reorder constant arguments in an if() statement.Carl Eugen Hoyos2013-04-03
* deshake opencl based on comments on 20130402 3rdhighgod04012013-04-02
* lavfi/deshake: use standard options parsing.Clément Bœsch2013-03-24
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-10
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/deshake: support named options.Clément Bœsch2013-03-05
* vf_deshake: fix strict aliassing errorsMichael Niedermayer2012-12-29
* lavfi/deshake: remove usage of link->cur_buf.Clément Bœsch2012-12-26
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-21
* lavfi/deshake: small align prettifying.Clément Bœsch2012-12-06