Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-03avfilter/vf_deshake: Free out AVFrame on errorMichael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-08lavfi/deshake: use FF_CEIL_RSHIFT()Clément Bœsch
2015-11-04all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde
2015-10-31avfilter/vf_deshake: replace qsort with AV_QSORTGanesh Ajjanagadde
2015-10-25avfilter/vf_deshake: use a void * comparator for consistencyGanesh Ajjanagadde
2015-09-09avfilter/deshake: use AV_OPT_TYPE_BOOL for opencl optionClément Bœsch
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2014-09-18vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusionAndreas Cadhalpun
2014-09-02vf_deshake: Avoid doing a malloc+free for every single frame.Reimar Döffinger
2014-09-02vf_deshake: reduce stack usage.Reimar Döffinger
2014-08-05avfilter/deshake: remove avcodec dependencyClément Bœsch
2014-07-26reintroduce avpriv_dsputil_init() to maintain ABI until next soname bumpMichael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-11avfilter/vf_deshake: Use av_malloc_array()Michael Niedermayer
2014-06-24avfilter/vf_deshake: fix macro ()Michael Niedermayer
2014-05-04avfilter/vf_deshake: dont pass the wrong context into the SAD functionsMichael Niedermayer
2014-04-16avfilter/vf_deshake: fix loss of precission with odd resolutionsMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-08avfilter/vf_deshake: fix block_contrast() lower brightness valueMichael Niedermayer
2013-10-07avfilter/deshakeLenny Wang
2013-05-18avfilter/vf_deshake: check rxMichael Niedermayer
2013-04-15deshake: fix off by 2 errorMichael Niedermayer
2013-04-15vf_deshake: Fix crash with r*=64Michael Niedermayer
2013-04-14Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/deshake: switch to an AVOptions-based system.Clément Bœsch
2013-04-03vf_deshake: Reorder constant arguments in an if() statement.Carl Eugen Hoyos
2013-04-02deshake opencl based on comments on 20130402 3rdhighgod0401
2013-03-24lavfi/deshake: use standard options parsing.Clément Bœsch
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-06lavfi/deshake: support named options.Clément Bœsch
2012-12-29vf_deshake: fix strict aliassing errorsMichael Niedermayer
2012-12-27lavfi/deshake: remove usage of link->cur_buf.Clément Bœsch
2012-12-22lavfi: declare arrays that never change as static constPaul B Mahol
2012-12-06lavfi/deshake: small align prettifying.Clément Bœsch
2012-12-06lavfi/deshake: switch inverted comments.Clément Bœsch
2012-12-06lavfi/deshake: remove unecessary check before unref.Clément Bœsch
2012-12-06lavfi/deshake: switch to filter_frame.Clément Bœsch
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-08-17vf_deshake: fix permissions.Nicolas George
2012-07-24vf_deshake: set cur_buf to NULL.Nicolas George
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-21lavfi/deshake: fix crash in uninit()Stefano Sabatini