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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-2
/
+1
*
Employ correct printf format specifiers, mostly in debug output.
Diego Biurrun
2011-05-31
1
-1
/
+1
*
vf_drawtext: Replace FFmpeg by Libav in license boilerplate.
Diego Biurrun
2011-05-31
1
-4
/
+4
*
avfilter: Surround function only used in debug mode by appropriate #ifdef.
Diego Biurrun
2011-05-29
1
-0
/
+2
*
vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().
Diego Biurrun
2011-05-29
1
-5
/
+3
*
vsrc_buffer.h: add file doxy
Stefano Sabatini
2011-05-24
1
-0
/
+5
*
vsrc_buffer: tweak error message in init()
Stefano Sabatini
2011-05-24
1
-1
/
+1
*
multiple inclusion guard cleanup
Diego Biurrun
2011-05-21
4
-3
/
+7
*
lavfi: print key-frame and picture type information in ff_dlog_ref()
Stefano Sabatini
2011-05-16
1
-2
/
+4
*
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-05-10
1
-6
/
+6
*
drawtext: add shadow support.
Michael Niedermayer
2011-05-07
1
-6
/
+33
*
drawtext: factor draw_glyphs.
Michael Niedermayer
2011-05-07
1
-27
/
+41
*
drawtext: fix and optimize yuv blend.
Michael Niedermayer
2011-05-07
1
-4
/
+6
*
drawtext: get rid of divisions in the inner loop.
Michael Niedermayer
2011-05-07
1
-8
/
+8
*
drawtext: simplify chroma blend and fix chroma alpha.
Michael Niedermayer
2011-05-07
1
-3
/
+2
*
lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo
Stefano Sabatini
2011-05-07
4
-2
/
+676
*
avfilter: check malloc return values.
Ronald S. Bultje
2011-05-03
1
-1
/
+25
*
avfilter: don't av_malloc(0).
Ronald S. Bultje
2011-05-03
1
-1
/
+2
*
vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.
Diego Biurrun
2011-04-29
1
-4
/
+4
*
hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats
Peter Ross
2011-04-28
1
-0
/
+1
*
crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats
Peter Ross
2011-04-28
1
-0
/
+1
*
lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums
Stefano Sabatini
2011-04-26
1
-2
/
+2
*
pad: make the filter parametric
Stefano Sabatini
2011-04-26
1
-8
/
+106
*
vsrc_movie: add key_frame and pict_type.
royger
2011-04-26
1
-0
/
+2
*
vsrc_movie: fix leak in request_frame()
Stefano Sabatini
2011-04-26
1
-0
/
+2
*
lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.
Roger Pau Monné
2011-04-26
2
-1
/
+7
*
vsrc_buffer: add sample_aspect_ratio fields to arguments.
Michael Niedermayer
2011-04-26
2
-3
/
+6
*
lavfi: add fieldorder filter
Mark Himsley
2011-04-26
4
-1
/
+238
*
scale: make the filter parametric
Stefano Sabatini
2011-04-26
1
-9
/
+84
*
yadif: support 16-bit
James Darnley
2011-04-26
1
-49
/
+67
*
yadif: support more than yuv420p.
James Darnley
2011-04-26
1
-4
/
+25
*
yadif: Fix assert() failure
Michael Niedermayer
2011-04-26
1
-1
/
+1
*
graphparser: add a NULL check on the argument passed to strstr
Stefano Sabatini
2011-04-25
1
-1
/
+1
*
setdar: prefer "sar" over "par" in log info message
Stefano Sabatini
2011-04-25
1
-1
/
+1
*
fade: fix draw_slice() check on fade->factor value
Mark Himsley
2011-04-25
1
-1
/
+1
*
fade: make draw_slice() chroma check against planes 1 and 2
Mark Himsley
2011-04-25
1
-1
/
+1
*
Reduce picture size for yadif.
Michael Niedermayer
2011-04-20
1
-2
/
+2
*
Bump major versions of all libraries.
Anton Khirnov
2011-04-18
1
-2
/
+2
*
Replace more FFmpeg references by Libav.
Diego Biurrun
2011-04-17
1
-4
/
+4
*
lavfi: add fade filter
Brandon Mintern
2011-04-03
4
-1
/
+173
*
Change yadif to not use out of picture lines.
Michael Niedermayer
2011-04-03
3
-21
/
+22
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
50
-202
/
+202
*
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Janne Grunau
2011-03-16
1
-1
/
+1
*
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
Janne Grunau
2011-03-16
1
-1
/
+1
*
yadif: add parens around macro parameters
Mans Rullgard
2011-03-05
1
-4
/
+4
*
lavfi: put color source in a dedicated file
Stefano Sabatini
2011-02-21
3
-129
/
+168
*
lavfi: add drawutils
Stefano Sabatini
2011-02-21
4
-105
/
+182
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
17
-24
/
+23
*
Make avfilter_config_links() propagate audio information of the source link i...
Stefano Sabatini
2011-02-14
1
-0
/
+6
*
Add sample_aspect_ratio to AVFilterLink
Michael Niedermayer
2011-02-14
4
-2
/
+26
[next]