index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
vf_deshake.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
deshake: fix off by 2 error
Michael Niedermayer
2013-04-15
1
-2
/
+2
*
vf_deshake: Fix crash with r*=64
Michael Niedermayer
2013-04-15
1
-3
/
+5
*
Add avpriv_dsputil_init() and use it in lavfi where relevant.
Clément Bœsch
2013-04-14
1
-1
/
+1
*
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
Michael Niedermayer
2013-04-12
1
-1
/
+1
*
lavfi/deshake: switch to an AVOptions-based system.
Clément Bœsch
2013-04-11
1
-7
/
+0
*
vf_deshake: Reorder constant arguments in an if() statement.
Carl Eugen Hoyos
2013-04-03
1
-3
/
+3
*
deshake opencl based on comments on 20130402 3rd
highgod0401
2013-04-02
1
-57
/
+60
*
lavfi/deshake: use standard options parsing.
Clément Bœsch
2013-03-24
1
-15
/
+7
*
lavfi: remove remaining forgotten min/rej perms.
Clément Bœsch
2013-03-10
1
-1
/
+0
*
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-8
/
+8
*
lavfi/deshake: support named options.
Clément Bœsch
2013-03-05
1
-33
/
+51
*
vf_deshake: fix strict aliassing errors
Michael Niedermayer
2012-12-29
1
-4
/
+4
*
lavfi/deshake: remove usage of link->cur_buf.
Clément Bœsch
2012-12-26
1
-1
/
+0
*
lavfi: declare arrays that never change as static const
Paul B Mahol
2012-12-21
1
-1
/
+1
*
lavfi/deshake: small align prettifying.
Clément Bœsch
2012-12-06
1
-7
/
+5
*
lavfi/deshake: switch inverted comments.
Clément Bœsch
2012-12-06
1
-3
/
+3
*
lavfi/deshake: remove unecessary check before unref.
Clément Bœsch
2012-12-06
1
-2
/
+1
*
lavfi/deshake: switch to filter_frame.
Clément Bœsch
2012-12-06
1
-13
/
+13
*
lavfi: convert remaining input/output list compound literals to named objects.
Clément Bœsch
2012-11-28
1
-12
/
+22
*
Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...
Hendrik Leppkes
2012-10-20
1
-2
/
+2
*
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-4
/
+4
*
vf_deshake: fix permissions.
Nicolas George
2012-08-17
1
-1
/
+1
*
vf_deshake: set cur_buf to NULL.
Nicolas George
2012-07-23
1
-0
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-22
1
-3
/
+4
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-21
1
-1
/
+0
*
lavfi: decrease logging level of message showing initial parameters
Stefano Sabatini
2012-07-15
1
-1
/
+1
*
Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
Michael Niedermayer
2012-06-26
1
-1
/
+1
*
lavfi/deshake: fix crash in uninit()
Stefano Sabatini
2012-06-21
1
-1
/
+2
*
lavfi: update some deprecated functions
Paul B Mahol
2012-06-16
1
-3
/
+5
*
vf_deshake: try to fix memleak
Michael Niedermayer
2012-02-29
1
-0
/
+2
*
deshake: variable used uninitialized
Ray Simard
2012-01-21
1
-8
/
+9
*
vf_deshake: remove unused variable totalangles
Ray Simard
2012-01-13
1
-9
/
+0
*
vf_deshake: zero-init Transform structs in end_frame()
Ray Simard
2012-01-13
1
-2
/
+1
*
Use an int MotionVector for find_block_motion.
Reimar Döffinger
2012-01-12
1
-4
/
+9
*
Mark AVFilterPad[] compound literals as const.
Reimar Döffinger
2011-11-06
1
-2
/
+2
*
deshake: limit deshake to specific area to search for motion vectors.
Paul Flinders
2011-10-20
1
-4
/
+44
*
vf_deshake: Fix cast discards qualifiers from pointer target type warning.
Michael Niedermayer
2011-10-19
1
-4
/
+2
*
deshake: simplify filename check.
Clément Bœsch
2011-10-04
1
-1
/
+1
*
deshake: misc style fixes.
Clément Bœsch
2011-10-04
1
-7
/
+7
*
deshake: move angles from stack to heap.
Michael Niedermayer
2011-10-04
1
-1
/
+2
*
deshake: Allow specifying the filename for statistics and disable them by def...
Michael Niedermayer
2011-10-04
1
-7
/
+14
*
deshake: remove non const static
Michael Niedermayer
2011-10-04
1
-18
/
+11
*
doxygen: remove a few @file parameters.
Clément Bœsch
2011-10-04
1
-1
/
+1
*
deshake: fix doxygen comments.
Clément Bœsch
2011-10-04
1
-17
/
+17
*
deshake: nicer looking defaults
Michael Niedermayer
2011-10-04
1
-1
/
+1
*
libavfilter: add deshake filter
danielgtaylor
2011-10-04
1
-0
/
+521