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
*
Mark read-only tables as static
Diego Biurrun
2016-05-05
1
-2
/
+2
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
*
lavfi: name anonymous structs
Vittorio Giovara
2014-04-19
1
-1
/
+1
*
vf_overlay: add eof_action switch
Keith Lawson
2014-02-04
1
-5
/
+27
*
lavfi: do not export the filters from shared objects
Anton Khirnov
2013-10-28
1
-1
/
+1
*
vf_overlay: use the name 's' for the pointer to the private context
Anton Khirnov
2013-05-16
1
-21
/
+21
*
vf_overlay: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-15
/
+21
*
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: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-3
/
+3
*
lavfi: convert input/ouput list compound literals to named objects
Mans Rullgard
2012-10-10
1
-24
/
+38
*
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
*
vf_overlay: get rid of pointless messing with timebase.
Anton Khirnov
2012-10-04
1
-21
/
+4
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
vf_overlay: ensure the overlay frame does not get leaked.
Anton Khirnov
2012-07-26
1
-0
/
+1
*
vf_overlay: prevent premature freeing of cur_buf
Michael Niedermayer
2012-07-26
1
-0
/
+1
*
lavfi: check all avfilter_ref_buffer() calls for errors.
Anton Khirnov
2012-07-22
1
-0
/
+3
*
lavfi: use avfilter_unref_bufferp() where appropriate.
Anton Khirnov
2012-07-22
1
-2
/
+1
*
lavfi: add error handling to end_frame().
Anton Khirnov
2012-07-22
1
-3
/
+6
*
lavfi: add error handling to draw_slice().
Anton Khirnov
2012-07-22
1
-3
/
+6
*
lavfi: add error handling to start_frame().
Anton Khirnov
2012-07-22
1
-3
/
+4
*
lavfi: use const for AVFilterPad declarations in all filters.
Ronald S. Bultje
2012-07-21
1
-23
/
+23
*
lavfi: unref AVFilterLink.cur_buf in ff_end_frame().
Anton Khirnov
2012-07-20
1
-1
/
+0
*
vf_overlay: don't access a buffer reference that's been given away.
Anton Khirnov
2012-07-20
1
-2
/
+1
*
lavfi: make filters less verbose.
Anton Khirnov
2012-06-26
1
-2
/
+2
*
lavfi: remove 'opaque' parameter from AVFilter.init()
Anton Khirnov
2012-06-26
1
-1
/
+1
*
lavfi: make avfilter_get_video_buffer() private on next bump.
Anton Khirnov
2012-06-13
1
-1
/
+1
*
lavfi: remove request/poll and drawing functions from public API on next bump
Anton Khirnov
2012-06-05
1
-6
/
+7
*
lavfi: make formats API private on next bump.
Anton Khirnov
2012-06-05
1
-5
/
+6
*
vf_overlay: implement poll_frame()
Anton Khirnov
2012-04-09
1
-1
/
+14
*
Mark mutable static data const where appropriate.
Alex Converse
2012-02-21
1
-1
/
+1
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-1
/
+1
*
Fix timestamp scaling in the overlay filter.
Stefano Sabatini
2010-11-25
1
-3
/
+2
*
Port overlay filter from the libavfilter repo (with many fixes),
Stefano Sabatini
2010-11-21
1
-0
/
+381