summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer145-176/+176
2013-10-07avfilter/vf_deshake: fix block_contrast() lower brightness valueMichael Niedermayer1-1/+1
2013-10-07avfilter/deshakeLenny Wang1-1/+1
2013-05-18avfilter/vf_deshake: check rxMichael Niedermayer1-0/+5
2013-04-15deshake: fix off by 2 errorMichael Niedermayer1-2/+2
2013-04-15vf_deshake: Fix crash with r*=64Michael Niedermayer1-3/+5
2013-04-14Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch5-3/+9
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-11lavfi/deshake: switch to an AVOptions-based system.Clément Bœsch3-15/+8
2013-04-03vf_deshake: Reorder constant arguments in an if() statement.Carl Eugen Hoyos1-3/+3
2013-04-02deshake opencl based on comments on 20130402 3rdhighgod040110-58/+679
2013-03-24lavfi/deshake: use standard options parsing.Clément Bœsch1-15/+7
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch14-21/+3
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-05lavfi/deshake: support named options.Clément Bœsch3-46/+71
2012-12-29vf_deshake: fix strict aliassing errorsMichael Niedermayer1-4/+4
2012-12-26lavfi/deshake: remove usage of link->cur_buf.Clément Bœsch1-1/+0
2012-12-21lavfi: declare arrays that never change as static constPaul B Mahol15-20/+20
2012-12-06lavfi/deshake: small align prettifying.Clément Bœsch1-7/+5
2012-12-06lavfi/deshake: switch inverted comments.Clément Bœsch1-3/+3
2012-12-06lavfi/deshake: remove unecessary check before unref.Clément Bœsch1-2/+1
2012-12-06lavfi/deshake: switch to filter_frame.Clément Bœsch1-13/+13
2012-11-28lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch48-761/+1038
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes17-22/+22
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-08-17vf_deshake: fix permissions.Nicolas George1-1/+1
2012-07-23vf_deshake: set cur_buf to NULL.Nicolas George1-0/+1
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-376/+764
2012-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-65/+33
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini23-24/+24
2012-06-26Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer65-118/+126
2012-06-21lavfi/deshake: fix crash in uninit()Stefano Sabatini1-1/+2
2012-06-16lavfi: update some deprecated functionsPaul B Mahol34-125/+145
2012-02-29vf_deshake: try to fix memleakMichael Niedermayer1-0/+2
2012-01-21deshake: variable used uninitializedRay Simard1-8/+9
2012-01-13vf_deshake: remove unused variable totalanglesRay Simard1-9/+0
2012-01-13vf_deshake: zero-init Transform structs in end_frame()Ray Simard1-2/+1
2012-01-12Use an int MotionVector for find_block_motion.Reimar Döffinger1-4/+9
2011-11-05Mark AVFilterPad[] compound literals as const.Reimar Döffinger54-123/+123
2011-10-19deshake: limit deshake to specific area to search for motion vectors.Paul Flinders1-4/+44
2011-10-18vf_deshake: Fix cast discards qualifiers from pointer target type warning.Michael Niedermayer1-4/+2
2011-10-04deshake: simplify filename check.Clément Bœsch1-1/+1
2011-10-04deshake: misc style fixes.Clément Bœsch1-7/+7
2011-10-04deshake: move angles from stack to heap.Michael Niedermayer1-1/+2
2011-10-04deshake: Allow specifying the filename for statistics and disable them by def...Michael Niedermayer1-7/+14
2011-10-04deshake: remove non const staticMichael Niedermayer1-18/+11
2011-10-04doxygen: remove a few @file parameters.Clément Bœsch5-5/+5
2011-10-04deshake: fix doxygen comments.Clément Bœsch1-17/+17
2011-10-04deshake: nicer looking defaultsMichael Niedermayer1-1/+1
[next]