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_slicify.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-16
1
-0
/
+1
|
\
|
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-22
1
-10
/
+17
|
\
\
|
|
/
|
*
lavfi: add error handling to draw_slice().
Anton Khirnov
2012-07-22
1
-8
/
+15
|
*
lavfi: add error handling to start_frame().
Anton Khirnov
2012-07-22
1
-2
/
+2
*
|
Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'
Michael Niedermayer
2012-07-22
1
-11
/
+11
|
\
\
|
|
/
|
*
lavfi: use const for AVFilterPad declarations in all filters.
Ronald S. Bultje
2012-07-21
1
-11
/
+11
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-21
1
-0
/
+1
|
\
\
|
|
/
|
*
vf_slicify: clear AVFilterLink.cur_buf in start_frame().
Anton Khirnov
2012-07-20
1
-0
/
+1
*
|
Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
Michael Niedermayer
2012-06-26
1
-1
/
+1
|
\
\
|
|
/
|
*
lavfi: remove 'opaque' parameter from AVFilter.init()
Anton Khirnov
2012-06-26
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-13
1
-0
/
+1
|
\
\
|
|
/
|
*
lavfi: make AVFilterPad opaque after two major bumps.
Anton Khirnov
2012-06-13
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-06
1
-5
/
+5
|
\
\
|
|
/
|
*
lavfi: remove request/poll and drawing functions from public API on next bump
Anton Khirnov
2012-06-05
1
-5
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-23
1
-2
/
+3
|
\
\
|
|
/
|
*
lavfi: remove avfilter_null_* from public API on next bump.
Anton Khirnov
2012-05-22
1
-2
/
+3
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
|
Mark AVFilterPad[] compound literals as const.
Reimar Döffinger
2011-11-06
1
-2
/
+2
|
/
*
In libavfilter, use consistently "Copyright (c)" in the license
Stefano Sabatini
2010-11-28
1
-1
/
+1
*
Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.
Stefano Sabatini
2010-09-24
1
-1
/
+1
*
Rename AVFilterPicRef to AVFilterBufferRef.
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
Use the new null callbacks to simplify filters and reduce duplicated code.
Bobby Bingham
2010-03-18
1
-13
/
+2
*
Extend the slice filter to make it issue slice height values randomly
Stefano Sabatini
2010-03-13
1
-9
/
+22
*
Avoid usage of avcodec_get_pix_fmt_name() and
Stefano Sabatini
2010-01-31
1
-2
/
+2
*
Reindent after the last commit.
Stefano Sabatini
2009-12-06
1
-4
/
+4
*
Fix slicify when the slice_direction is negative, make it send slices
Stefano Sabatini
2009-12-06
1
-0
/
+8
*
Add a slice_dir parameter to avfilter_draw_slice().
Stefano Sabatini
2009-12-04
1
-3
/
+3
*
Add slicify video filter.
Stefano Sabatini
2009-11-03
1
-0
/
+107