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_idet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/vf_idet: factorize av_frame_free(&idet->prev)
Michael Niedermayer
2015-01-19
1
-3
/
+2
*
avfilter/vf_idet: flush internal buffers on parameter changes
Michael Niedermayer
2015-01-19
1
-0
/
+12
*
avfilter/vf_idet: reduce noisyness if the filter has been auto inserted
Michael Niedermayer
2015-01-19
1
-3
/
+4
*
avfilter/vf_idet: Add analyze_interlaced_flag mode
Michael Niedermayer
2015-01-06
1
-2
/
+39
*
avfilter/vf_idet: Add 9, 12 and 14 bit pixel formats
Michael Niedermayer
2015-01-01
1
-0
/
+9
*
avfilter/vf_idet: Use frame_requested instead of prev
Michael Niedermayer
2015-01-01
1
-1
/
+1
*
avfilter/vf_idet: Fixing idet for single-frame inputs.
Neil Birkbeck
2014-11-28
1
-4
/
+5
*
avfilter/vf_idet: add a repeated field detection
Kevin Mitchell
2014-11-05
1
-2
/
+39
*
avfilter/vf_idet: use exp2()
Michael Niedermayer
2014-11-03
1
-1
/
+1
*
avfilter/vf_idet: use av_rescale()
Michael Niedermayer
2014-11-03
1
-2
/
+2
*
avfilter/vf_idet: fix rounding of av_dict_set_fxp()
Michael Niedermayer
2014-11-03
1
-1
/
+6
*
avfilter/vf_idet: add a "half_life" option for statistics
Kevin Mitchell
2014-11-03
1
-25
/
+57
*
avfilter/idet: add current frame classification to metadata
Kevin Mitchell
2014-11-01
1
-5
/
+7
*
avfilter/idet: add metadata to "current" frame instead of "next" frame
Kevin Mitchell
2014-11-01
1
-11
/
+13
*
avfilter/vf_idet: Fixes issue with idet not flushing last frame.
Neil Birkbeck
2014-10-22
1
-0
/
+31
*
avfilter/vf_idet: add both multiple and single frame detection metadata
Kevin Mitchell
2014-10-20
1
-4
/
+9
*
avfilter/vf_idet: add counts to frame metadata
Kevin Mitchell
2014-10-19
1
-0
/
+6
*
avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVE
Pascal Massimino
2014-09-20
1
-8
/
+8
*
av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()
Pascal Massimino
2014-09-09
1
-4
/
+7
*
avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()
skal
2014-09-04
1
-32
/
+6
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-4
/
+3
*
avfilter: remove redundant use of AV_NE() macro
Paul B Mahol
2013-09-11
1
-7
/
+7
*
lavfi/idet: remove request_frame hack
Paul B Mahol
2013-05-27
1
-16
/
+7
*
lavfi/idet: fix chroma subsampling with odd sizes.
Clément Bœsch
2013-05-16
1
-2
/
+2
*
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
Michael Niedermayer
2013-04-12
1
-1
/
+1
*
lavfi/idet: switch to an AVOptions-based system.
Clément Bœsch
2013-04-11
1
-3
/
+0
*
lavfi/idet: use standard options parsing.
Clément Bœsch
2013-03-24
1
-8
/
+3
*
lavfi: remove remaining forgotten min/rej perms.
Clément Bœsch
2013-03-10
1
-2
/
+0
*
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-17
/
+17
*
vf_idet: adapt default scores due to bugfix
Michael Niedermayer
2013-02-21
1
-2
/
+2
*
vf_idet: Fix macro arguments sideeffect
Michael Niedermayer
2013-02-21
1
-2
/
+4
*
vf_idet: fix type of stats
Michael Niedermayer
2012-12-26
1
-2
/
+2
*
lavfi/idet: remove unused assert include.
Clément Bœsch
2012-12-26
1
-3
/
+0
*
lavfi/idet: remove unecessary context assignment.
Clément Bœsch
2012-12-26
1
-1
/
+0
*
lavfi/idet: support named parameters.
Clément Bœsch
2012-12-26
1
-4
/
+22
*
lavfi/idet: remove unecessary poll_frame callback.
Clément Bœsch
2012-12-26
1
-18
/
+0
*
lavfi/idet: switch to filter_frame API
Matthieu Bouron
2012-12-08
1
-19
/
+3
*
lavfi: convert remaining input/output list compound literals to named objects.
Clément Bœsch
2012-11-28
1
-15
/
+25
*
Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...
Hendrik Leppkes
2012-10-20
1
-1
/
+1
*
vf_idet: reorder operations to avoid division by 0
Michael Niedermayer
2012-10-19
1
-3
/
+3
*
vf_idet: zero pointers after freeing references
Michael Niedermayer
2012-10-11
1
-3
/
+3
*
vf_idet: fix free after use
Michael Niedermayer
2012-10-11
1
-0
/
+1
*
vf_idet: remove some unnecessary statement and unused variable
Matthieu Bouron
2012-10-10
1
-4
/
+3
*
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-21
/
+21
*
vf_idet: Remove emms
Derek Buitenhuis
2012-09-07
1
-3
/
+0
*
vf_idet: fix permissions.
Nicolas George
2012-08-17
1
-3
/
+4
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-22
1
-7
/
+7
*
Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
Michael Niedermayer
2012-06-26
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-24
1
-2
/
+2
[next]