ffmpeg | branch: master | Jean Delvare | Tue May 10 14:50:38
2016 +0200| [aeefe018f847aa46c8d69d1d237a54ef89f58fee] | committer: Michael
Niedermayer
avfilter/delogo: Check that logo area is inside the picture
We can only remove the logo if it is inside the picture. We need at
least one pixel
ffmpeg | branch: master | Jean Delvare | Fri Dec 18 16:16:38
2015 +0100| [47b2ba98787279a7d952cf7162ff2c25b07831a6] | committer: Michael
Niedermayer
avfilter/vf_delogo: change the definition of logo_x2 and logo_y2
In the code we keep using logo_x2-1 and logo_y2-1 rather than logo_x2
and
ffmpeg | branch: master | Jean Delvare | Mon Dec 14 11:23:05
2015 +0100| [932cbc846f5574ed6b775a0fd586e70b5c8f84a2] | committer: Michael
Niedermayer
avfilter/vf_delogo: fix show option when clipping
The show option did not take clipping into account, so the borders on
the clipped side
ffmpeg | branch: master | Jean Delvare | Thu Dec 10 15:25:57
2015 +0100| [ec11cfdf75d8ad228da6fb159b253a5fc75e8e66] | committer: Michael
Niedermayer
avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_components
Relying on AVPixFmtDescriptor.nb_components is cleaner and faster than
checking data
ffmpeg | branch: master | Jean Delvare | Wed Dec 9 12:07:47
2015 +0100| [e74f1a121e94587d0df8a7f5a12f2d48a974695c] | committer: Michael
Niedermayer
avfilter/vf_delogo: round to the closest value
When the interpolated value is divided by the sum of weights, no
rounding is done, which means
ffmpeg | branch: master | Jean Delvare | Wed Oct 7 15:03:32
2015 +0200| [8bc708fcee137ead6d0773fad8e24ab471ab2122] | committer: Stefano
Sabatini
avfilter/delogo: Set default band to 1
The original interpolation algorithm behaved poorly on the borders and
did not even guarantee continuity at
ffmpeg | branch: master | Jean Delvare | Mon Sep 28 10:18:06
2015 +0200| [3e5b02bdb8e5b35564893e6618c217e4c949c743] | committer: Michael
Niedermayer
avfilter/delogo: Fix show option when band is small
The code assumed that the outermost interpolated pixels were always in
the fuzzy area
ffmpeg | branch: master | Jean Delvare | Tue Sep 22 10:43:27
2015 +0200| [d9c72e0d24d3987ce8eedf8244093ac6302d655e] | committer: Michael
Niedermayer
Update my email address
My old address no longer works.
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | Jean Delvare | Wed Feb 11 14:18:27
2015 +0100| [194165aed8629257b73e53ba951586ed4754cee3] | committer: Michael
Niedermayer
cmdutils: fix success path
Since commit 934f2d2f5c16df8aad9f401a9fd842b5d9a78b11,
cmdutils_read_file() prints a confusing message on success