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
/
f_select.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi/select: add support for concatdec_select option
Marton Balint
2015-11-25
1
-0
/
+27
*
lavfi/vf_select: remove looping on request_frame().
Nicolas George
2015-10-07
1
-11
/
+2
*
avfilter: handle error in query_formats() of a bunch of random video filters
Clément Bœsch
2015-03-16
1
-1
/
+8
*
avfilter/select: larger pixel sad computation
Clément Bœsch
2014-08-14
1
-2
/
+2
*
avfilter/select: re-align a few comments
Clément Bœsch
2014-08-14
1
-2
/
+2
*
avfilter/select: fix "t" eval variable comment
Clément Bœsch
2014-08-05
1
-1
/
+1
*
avfilter/select: remove optional avcodec dependency
Clément Bœsch
2014-08-05
1
-38
/
+12
*
avfilter/f_select: avoid double->int in debug output
Michael Niedermayer
2014-07-30
1
-4
/
+4
*
avfilter/f_select: Set var_values[VAR_KEY] correctly
Michael Niedermayer
2014-07-30
1
-0
/
+1
*
avfilter/f_select: avoid using doubles for equals checks and casts to enums
Michael Niedermayer
2014-07-30
1
-4
/
+3
*
reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump
Michael Niedermayer
2014-07-26
1
-3
/
+3
*
Merge commit '2d60444331fca1910510038dd3817bea885c2367'
Michael Niedermayer
2014-07-17
1
-3
/
+3
*
avfilter/f_select: fix incompatible pointer type warning
Michael Niedermayer
2014-05-05
1
-1
/
+1
*
Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'
Michael Niedermayer
2014-04-19
1
-1
/
+1
*
avfilter/f_select: fix loss of precission in SAD calculation
Michael Niedermayer
2014-04-16
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-2
/
+2
*
avfilter: various cosmetics
Paul B Mahol
2013-09-12
1
-25
/
+23
*
avfilter: remove redundant .get_(audio/video)_buffer initializations
Paul B Mahol
2013-09-07
1
-2
/
+0
*
lavfi/select: unbreak compatibility with older PICT_TYPE syntax
Paul B Mahol
2013-05-12
1
-0
/
+20
*
lavfi/select: set forgotten VAR_PICT_TYPE_BI
Paul B Mahol
2013-05-10
1
-0
/
+1
*
lavfi: add frame counter into AVFilterLink and use it in filters.
Clément Bœsch
2013-04-23
1
-1
/
+1
*
lavfi/select: factorize options definition between select and aselect
Stefano Sabatini
2013-04-17
1
-19
/
+12
*
lavfi/select: add support for dynamic number of outputs
Stefano Sabatini
2013-04-17
1
-26
/
+41
*
lavfi/select: make select_frame() return void
Stefano Sabatini
2013-04-17
1
-5
/
+3
*
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
-5
/
+5
*
avfilter/f_select: use AVFrame metadata accessor function
Michael Niedermayer
2013-04-11
1
-1
/
+1
*
lavfi/aselect: switch to an AVOptions-based system.
Clément Bœsch
2013-04-11
1
-3
/
+0
*
Merge commit '95f1f56a21bc2f824af6fb97ca7ab35cdd0c401e'
Michael Niedermayer
2013-04-10
1
-13
/
+19
*
lavfi/select: use standard options parsing.
Clément Bœsch
2013-03-24
1
-8
/
+4
*
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
-30
/
+29
*
lavfi/select: correctly set prev_t and prev_pts
Stefano Sabatini
2013-02-07
1
-1
/
+3
*
lavfi/select: avoid double -> int lossy conversion in debug log
Stefano Sabatini
2013-02-07
1
-4
/
+4
*
lavfi/select: fix compilation with avcodec disabled.
Clément Bœsch
2012-12-20
1
-2
/
+8
*
lavfi/select: assign NAN to ignored values
Stefano Sabatini
2012-12-13
1
-2
/
+9
*
lavfi/select: add support to options
Stefano Sabatini
2012-12-13
1
-10
/
+67
*
lavfi/select: in select_frame(), rename picref -> ref
Stefano Sabatini
2012-12-13
1
-14
/
+14
*
lavfi: mv vf_select.c -> f_select.c
Stefano Sabatini
2012-12-13
1
-0
/
+441