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_unsharp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov
2013-04-09
1
-1
/
+1
*
vf_unsharp: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-18
/
+27
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-7
/
+6
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-15
/
+13
*
lavfi: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-2
/
+3
*
lavfi: convert input/ouput list compound literals to named objects
Mans Rullgard
2012-10-10
1
-11
/
+23
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-4
/
+4
*
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
-1
/
+2
*
lavfi: use const for AVFilterPad declarations in all filters.
Ronald S. Bultje
2012-07-21
1
-11
/
+11
*
lavfi: unref AVFilterLink.out_buf in ff_end_frame().
Anton Khirnov
2012-07-20
1
-1
/
+0
*
lavfi: unref AVFilterLink.cur_buf in ff_end_frame().
Anton Khirnov
2012-07-20
1
-1
/
+0
*
lavfi: make filters less verbose.
Anton Khirnov
2012-06-26
1
-1
/
+1
*
lavfi: remove 'opaque' parameter from AVFilter.init()
Anton Khirnov
2012-06-26
1
-1
/
+1
*
lavfi: make AVFilterPad opaque after two major bumps.
Anton Khirnov
2012-06-13
1
-0
/
+1
*
lavfi: remove request/poll and drawing functions from public API on next bump
Anton Khirnov
2012-06-05
1
-2
/
+3
*
lavfi: make formats API private on next bump.
Anton Khirnov
2012-06-05
1
-1
/
+2
*
vf_unsharp: Mark readonly variable as const.
Diego Biurrun
2012-04-04
1
-2
/
+2
*
vf_unsharp: set default chroma size value to 5x5
Stefano Sabatini
2011-09-29
1
-2
/
+2
*
vf_unsharp: fix out-of-buffer read
Stefano Sabatini
2011-09-29
1
-1
/
+5
*
vf_unsharp: store hsub/vsub in the filter context
Stefano Sabatini
2011-09-28
1
-6
/
+12
*
vf_unsharp: adopt a more natural order of params in apply_unsharp()
Stefano Sabatini
2011-09-28
1
-5
/
+5
*
vf_unsharp: rename method "unsharpen" to "apply_unsharp"
Stefano Sabatini
2011-09-28
1
-4
/
+6
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-5
/
+5
*
In libavfilter, use consistently "Copyright (c)" in the license
Stefano Sabatini
2010-11-28
1
-4
/
+4
*
Make the validity checks fail only if the corresponding luma or chroma
Stefano Sabatini
2010-10-13
1
-1
/
+2
*
Add validity checks for the unsharp filter.
Stefano Sabatini
2010-10-08
1
-0
/
+7
*
Rename fields:
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-2
/
+2
*
Rename functions and fields:
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-2
/
+2
*
Rename AVFilterPicRef to AVFilterBufferRef.
S.N. Hemanth Meenakshisundaram
2010-08-07
1
-2
/
+2
*
Fix clang warning, make initialization more readable
Eli Friedman
2010-06-27
1
-2
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Add unsharp video filter.
Bobby Bingham
2010-04-07
1
-0
/
+236