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_overlay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi/overlay: remove do_blend forward declaration.
Clément Bœsch
2013-05-27
1
-16
/
+13
*
lavfi: add dual input helpers.
Clément Bœsch
2013-05-27
1
-134
/
+21
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-05-16
1
-104
/
+104
|
\
|
*
vf_overlay: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-21
/
+21
*
|
lavfi: replace passthrough_filter_frame with a flag.
Clément Bœsch
2013-05-12
1
-21
/
+4
*
|
lavfi/overlay: simpler up-rounded w/h computations.
Clément Bœsch
2013-05-09
1
-4
/
+4
*
|
lavfi/overlay: reindent fix.
Clément Bœsch
2013-05-07
1
-6
/
+5
*
|
lavfi/overlay: support timeline through the new system.
Clément Bœsch
2013-04-23
1
-31
/
+33
*
|
lavfi: add frame counter into AVFilterLink and use it in filters.
Clément Bœsch
2013-04-23
1
-1
/
+1
*
|
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
Michael Niedermayer
2013-04-12
1
-1
/
+1
*
|
lavfi/overlay: improve feedback in case of invalid expression
Stefano Sabatini
2013-04-12
1
-8
/
+9
*
|
lavfi/overlay: fix crash in case of invalid expression
Stefano Sabatini
2013-04-12
1
-4
/
+9
*
|
lavfi/overlay: add repeatlast option
Stefano Sabatini
2013-04-12
1
-0
/
+6
*
|
lavfi/overlay: reindent constants in option list
Stefano Sabatini
2013-04-12
1
-9
/
+5
*
|
lavfi/overlay: cleanup unused shorthand.
Clément Bœsch
2013-04-11
1
-3
/
+0
*
|
lavfi/overlay: remove dupe initializer
Paul B Mahol
2013-04-10
1
-1
/
+0
*
|
Merge commit '9087eaf193b8ce99c41352064a81916fa66adb49'
Michael Niedermayer
2013-04-10
1
-26
/
+29
|
\
\
|
|
/
|
*
vf_overlay: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-15
/
+21
*
|
lavfi/overlay: add process_command callback
Stefano Sabatini
2013-04-10
1
-39
/
+75
*
|
lavfi/overlay: add enable expression
Stefano Sabatini
2013-04-10
1
-7
/
+18
*
|
lavfi/overlay: add dynamic expression evaluation support
Stefano Sabatini
2013-04-10
1
-33
/
+87
*
|
lavfi/overlay: fix debug PTS output in try_filter_frame()
Stefano Sabatini
2013-03-31
1
-3
/
+2
*
|
lavfi/overlay: use standard options parsing.
Clément Bœsch
2013-03-24
1
-11
/
+3
*
|
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
-15
/
+14
|
\
\
|
|
/
|
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-19
/
+16
|
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-27
/
+7
*
|
lavfi/overlay: improve log message warning in case of clipped overlay
Stefano Sabatini
2013-03-05
1
-1
/
+2
*
|
lavfi/overlay: add support for partial overlaying
Stefano Sabatini
2013-03-05
1
-36
/
+62
*
|
vf_overlay: silence warning: X may be used uninitialized in this function
Michael Niedermayer
2013-02-23
1
-0
/
+2
*
|
lavfi/overlay: add format option
Stefano Sabatini
2013-02-20
1
-13
/
+42
*
|
lavfi/overlay: apply minor consistency fixes
Stefano Sabatini
2013-02-20
1
-2
/
+2
*
|
lavfi/overlay: implement shortest option
Stefano Sabatini
2013-02-20
1
-0
/
+4
*
|
lavfi/overlay: yuv444p & yuva444p support
Paul B Mahol
2013-02-19
1
-3
/
+11
*
|
lavfi/vf_overlay: check that filter_frame does not return EAGAIN.
Nicolas George
2013-01-10
1
-0
/
+1
*
|
lavfi/overlay: make use of av_opt_set_from_string()
Stefano Sabatini
2012-12-22
1
-26
/
+3
*
|
lavfi/overlay: switch to filter_frame API
Stefano Sabatini
2012-12-22
1
-106
/
+32
*
|
lavfi: declare arrays that never change as static const
Paul B Mahol
2012-12-21
1
-4
/
+4
*
|
lavfi/overlay: clarify/fix comment, add a few empty lines to ease readability
Stefano Sabatini
2012-12-15
1
-1
/
+3
*
|
lavfi/overlay: remove duplicated definition of ff_null_get_video_buffer()
Stefano Sabatini
2012-12-15
1
-6
/
+1
*
|
lavfi/overlay: enable yuva420p as overlay background
Mark Himsley
2012-11-27
1
-10
/
+60
*
|
Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...
Hendrik Leppkes
2012-10-20
1
-1
/
+1
*
|
Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'
Michael Niedermayer
2012-10-12
1
-3
/
+3
|
\
\
|
|
/
|
*
lavfi: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-3
/
+3
*
|
Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'
Michael Niedermayer
2012-10-11
1
-22
/
+36
|
\
\
|
|
/
|
*
lavfi: convert input/ouput list compound literals to named objects
Mans Rullgard
2012-10-10
1
-24
/
+38
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-14
/
+14
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-5
/
+5
|
*
vf_overlay: properly sync inputs.
Anton Khirnov
2012-10-04
1
-92
/
+115
*
|
Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'
Michael Niedermayer
2012-10-04
1
-21
/
+5
|
\
\
|
|
/
[next]