Re: [FFmpeg-devel] [PATCH] library.mak: add rpath to shared libraries

2015-06-26 Thread Hendrik Leppkes
On Sat, Jun 27, 2015 at 3:09 AM, Ganesh Ajjanagadde wrote: > Fixes Ticket4673 > > Signed-off-by: Ganesh Ajjanagadde > --- > library.mak | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/library.mak b/library.mak > index 29460b8..401da7c 100644 > --- a/library.mak > +++ b/l

Re: [FFmpeg-devel] Intel QSV encoder

2015-06-26 Thread Timo Rothenpieler
git master supports QSV encoding. Timo signature.asc Description: OpenPGP digital signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC

2015-06-26 Thread Philip Langdale
On Fri, 26 Jun 2015 23:10:43 +0200 Michael Niedermayer wrote: > On Fri, Jun 26, 2015 at 08:45:09AM -0700, Philip Langdale wrote: > > This HWAccel isn't really usable right now due to an nvidia driver > > bug, so we don't want it selected by default. > > > > HWAccels have a capabilities field and

Re: [FFmpeg-devel] [PATCH 2/2] fate/api-tests: Move api-flac-test to API tests directory.

2015-06-26 Thread Michael Niedermayer
On Thu, Jun 25, 2015 at 06:37:11PM +0100, George Boyle wrote: > --- > libavcodec/Makefile| 2 - > libavcodec/api-flac-test.c | 266 > - > tests/Makefile | 1 + > tests/api/Makefile | 1 + > tests/api/api-flac-test.c |

Re: [FFmpeg-devel] [PATCH 1/2] fate/api-tests: Add directory and Makefile for API tests

2015-06-26 Thread Michael Niedermayer
On Thu, Jun 25, 2015 at 06:37:10PM +0100, George Boyle wrote: > The intention of this change is to allow separation of API tests from the > existing tests, and also to have a place for the API test source/executable > files so they're not mixed in with the actual library code. > --- > tests/Makefi

[FFmpeg-devel] [PATCH] library.mak: add rpath to shared libraries

2015-06-26 Thread Ganesh Ajjanagadde
Fixes Ticket4673 Signed-off-by: Ganesh Ajjanagadde --- library.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.mak b/library.mak index 29460b8..401da7c 100644 --- a/library.mak +++ b/library.mak @@ -58,7 +58,7 @@ $(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJO

Re: [FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

2015-06-26 Thread Michael Niedermayer
On Thu, Jun 11, 2015 at 04:08:49PM +0200, Nedeljko Babic wrote: > From: Jovan Zelincevic > > Build system modified > > Signed-off-by: Nedeljko Babic > --- > configure | 1 + > libavcodec/Makefile | 13 ++--- > libavcodec/aacdec.c | 1 - > libavcodec/aacdec

Re: [FFmpeg-devel] [PATCH 01/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/4]

2015-06-26 Thread Michael Niedermayer
On Fri, Jun 12, 2015 at 08:15:51AM +, Nedeljko Babic wrote: > >On Thu, Jun 11, 2015 at 4:08 PM, Nedeljko Babic > > wrote: > >> From: Jovan Zelincevic > >> > >> Move existing code to the new template files > >> > > > >Please setup your Git to track renames (add -M parameter), this is > >really

Re: [FFmpeg-devel] [PATCH] nutdec: check maxpos in read_sm_data before reading count

2015-06-26 Thread Michael Niedermayer
On Fri, Jun 26, 2015 at 07:28:36PM +0200, Andreas Cadhalpun wrote: > On 26.06.2015 01:36, Michael Niedermayer wrote: > > On Thu, Jun 25, 2015 at 11:46:41PM +0200, Andreas Cadhalpun wrote: > >> Otherwise sm_size can be larger than size, which results in a negative > >> packet size. > >> > >> Signed-

[FFmpeg-devel] Intel QSV encoder

2015-06-26 Thread Cary Tetrick
Sorry, sent with wrong subject. Are there any patches supporting Intel QSV encoding that will work with recent versions of ffmpeg on Windows? Thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

2015-06-26 Thread Cary Tetrick
Are there any patches supporting Intel QSV encoding that will work with recent versions of ffmpeg on Windows? Thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] avutil/intmath: use bzhi gcc builtin in av_mod_uintp2()

2015-06-26 Thread James Almer
Signed-off-by: James Almer --- Now making sure it's not used with ICC. libavutil/x86/intmath.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libavutil/x86/intmath.h b/libavutil/x86/intmath.h index c42fa83..8127e10 100644 --- a/libavutil/x86/intmath.h +++ b/libavutil/x86/intmath.h @@

Re: [FFmpeg-devel] [PATCH 2/3] electronicarts: demux alpha stream

2015-06-26 Thread Peter Ross
On Fri, Jun 26, 2015 at 05:47:16PM +, Carl Eugen Hoyos wrote: > Peter Ross xvid.org> writes: > > > Electronic Arts VP6 files may contain two video > > streams: one for the primary video stream and > > another for the alpha mask. The file format > > uses identical data structures for both st

[FFmpeg-devel] [PATCH] Fixes the bug of comparing zero bytes. Also new check for linesize is added.

2015-06-26 Thread Ludmila Glinskih
--- libavcodec/api-flac-test.c | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/libavcodec/api-flac-test.c b/libavcodec/api-flac-test.c index 402d4df..4cd0db7 100644 --- a/libavcodec/api-flac-test.c +++ b/libavcodec/api-flac-test.c @@ -112,10 +112,10 @@ s

Re: [FFmpeg-devel] [PATCH] configure: Check for x265_api_get

2015-06-26 Thread Steve Borho
On 06/26, Derek Buitenhuis wrote: > Any other x265 symbol may not exported, e.g. if the build is a > multilib (10-bit and 8-bit in one) build. > > This is the only symbol we directly call, and is available in the > build number we check for. > > Fixes the configure check on multilib x265 builds.

Re: [FFmpeg-devel] [PATCH] configure: Check for x265_api_get

2015-06-26 Thread James Almer
On 26/06/15 10:23 AM, Derek Buitenhuis wrote: > Any other x265 symbol may not exported, e.g. if the build is a > multilib (10-bit and 8-bit in one) build. > > This is the only symbol we directly call, and is available in the > build number we check for. > > Fixes the configure check on multilib x

Re: [FFmpeg-devel] [PATCH] s302m: fix arithmetic exception

2015-06-26 Thread Andreas Cadhalpun
On 26.06.2015 23:04, Michael Niedermayer wrote: > On Fri, Jun 26, 2015 at 07:38:40PM +0200, Andreas Cadhalpun wrote: >> s302m.c |6 ++ >> 1 file changed, 2 insertions(+), 4 deletions(-) >> 520ac68a80950ff219ae396182eb56679c46ee64 >> 0001-s302m-fix-arithmetic-exception.patch >> From 20bca

Re: [FFmpeg-devel] [PATCHv2] avcodec: Add support for per-frame AFD output in h264

2015-06-26 Thread Michael Niedermayer
On Fri, Jun 26, 2015 at 09:55:06PM +0100, Kieran Kunhya wrote: > From: Kieran Kunhya > > --- > libavcodec/h264.c | 10 ++ > libavcodec/h264.h | 3 +++ > libavcodec/h264_sei.c | 6 ++ > 3 files changed, 19 insertions(+) applied thanks [...] -- Michael GnuPG fingerpri

Re: [FFmpeg-devel] [PATCH] avutil/intmath: use bzhi gcc builtin in av_mod_uintp2()

2015-06-26 Thread James Almer
On 26/06/15 4:56 PM, Carl Eugen Hoyos wrote: > On Friday 26 June 2015 09:52:31 pm James Almer wrote: > >> +#if AV_GCC_VERSION_AT_LEAST(5,1) >> +#define av_mod_uintp2 __builtin_ia32_bzhi_si > > Since there are compilers != gcc that define GCC > (for example icc), this needs a configure check imo.

Re: [FFmpeg-devel] [PATCH] avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC

2015-06-26 Thread Michael Niedermayer
On Fri, Jun 26, 2015 at 08:45:09AM -0700, Philip Langdale wrote: > This HWAccel isn't really usable right now due to an nvidia driver bug, > so we don't want it selected by default. > > HWAccels have a capabilities field and there's a comment about flags, > but no flags exist today, so let's add o

Re: [FFmpeg-devel] GSoC update

2015-06-26 Thread Nicolas George
L'octidi 8 messidor, an CCXXIII, Stephan Holljes a écrit : > I think I implemented everything necessary, but I don't know how to > test it. The old behaviour of accepting a single client is now also > broken. Since that behaviour was already established, breaking it without notice is not an option

Re: [FFmpeg-devel] [PATCH] s302m: fix arithmetic exception

2015-06-26 Thread Michael Niedermayer
On Fri, Jun 26, 2015 at 07:38:40PM +0200, Andreas Cadhalpun wrote: > On 26.06.2015 01:27, Michael Niedermayer wrote: > > On Fri, Jun 26, 2015 at 12:05:09AM +0200, Andreas Cadhalpun wrote: > >> If 'buf_size * 8' is smaller than 'avctx->channels * > >> (avctx->bits_per_raw_sample + 4)' it resulted in

[FFmpeg-devel] [PATCHv2] avcodec: Add support for per-frame AFD output in h264

2015-06-26 Thread Kieran Kunhya
From: Kieran Kunhya --- libavcodec/h264.c | 10 ++ libavcodec/h264.h | 3 +++ libavcodec/h264_sei.c | 6 ++ 3 files changed, 19 insertions(+) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 9be317c..1cbd4cb 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@

Re: [FFmpeg-devel] [PATCH 2/2] movtextenc.c: Support for Bold, Italic and Underlined styles

2015-06-26 Thread Niklesh Lalwani
On 27-Jun-2015 12:36 AM, "Philip Langdale" wrote: > > On 2015-06-26 09:48, Niklesh Lalwani wrote: >> >> The output produced here was actually different from the expected. Hence >> the test failed. I produced ASS file for both the original file and the >> encoded file. The ass file produced from th

[FFmpeg-devel] [PATCH 09/11] aaccoder: add a new perceptual noise substitution implementation

2015-06-26 Thread Rostislav Pehlivanov
This commit finalizes the PNS implementation previously added to the encoder by moving it to a seperate function search_for_pns() and thus making it coder-generic. This new implementation makes use of the spread field of the psy bands and the lambda quality feedback paremeter. The spread of the

[FFmpeg-devel] [PATCH 11/11] aaccoder: zero ms_mask bands on execution

2015-06-26 Thread Rostislav Pehlivanov
Coders other than twoloop require this to be set or else the marked bands would continue to be encoded via M/S until the end of the file. --- libavcodec/aaccoder.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/aaccoder.c b/libavcodec/aaccoder.c index 6b64c8e..5a6a243 100644 --

[FFmpeg-devel] [PATCH 10/11] aaccoder: implement intensity stereo

2015-06-26 Thread Rostislav Pehlivanov
This commit implements intensity stereo band marking and makes use of the previous commits in the series to encode such bands and spectral coefficients. It also adds the new option aac_is, which is 0 by default, used to control wheter such coding is done or not. The interaction of intensity ster

[FFmpeg-devel] [PATCH 07/11] aacenc: add support for coding of IS spectral coefficients

2015-06-26 Thread Rostislav Pehlivanov
This commit adds support for the coding of intensity stereo spectral coefficients. It also fixes the Mid/Side coding of band_types higher than RESERVED_BT (M/S must not be applied to their spectral coefficients, but marking M/S as present in encode_ms_info() is okay). Much of the changes here w

[FFmpeg-devel] [PATCH 08/11] aacenc: use the encode_special_band_scalefactors function

2015-06-26 Thread Rostislav Pehlivanov
This commit makes use of the previously added function and enables the coding of IS and PNS scalefactor indices for their corresponding band_types. This commit does not alter the functionality of the encoder. --- libavcodec/aaccoder.c | 4 libavcodec/aacenc.c | 7 +++ libavcodec/aacen

[FFmpeg-devel] [PATCH 06/11] aacpsy: Add energy spread for each band

2015-06-26 Thread Rostislav Pehlivanov
This commit adds the energy spread to the struct for each band and removes 2 unused fields. distortion and perceptual_weight were not referenced in any file nor were they set to any value, so it was safe to remove them. The energy spread is currently only used in the aac psy model. It's defined

[FFmpeg-devel] [PATCH 05/11] aacenc: add support for coding of intensity stereo scalefactor indices

2015-06-26 Thread Rostislav Pehlivanov
This commit adds support for the coding of intensity stereo scalefactor indices. It does not do any marking of such bands and as such does no functional changes to the encoder. It removes any old twoloop specific code for PNS and moves it into a seperate function which handles setting of scalefa

[FFmpeg-devel] [PATCH 03/11] aaccoder: add intensity stereo coding support for the trellis quantizer

2015-06-26 Thread Rostislav Pehlivanov
This commit extends the trellis quantizer (used by the default twoloop coder) to accept and correctly encode codebooks needed for intensity stereo and perceptual noise substitution. --- libavcodec/aaccoder.c | 81 +-- 1 file changed, 46 insertions(

[FFmpeg-devel] [PATCH 04/11] aaccoder: add intensity stereo support to encode_window_bands_info quantizer

2015-06-26 Thread Rostislav Pehlivanov
This commit adds support for both PNS and IS (intensity stereo) codebooks to the encode_window_bands_info() quantizer, used by the faast, faac and anmr non-default, native coders. This does not mean that both extensions now work with those coders, some are simply unsuited and will trigger an ass

[FFmpeg-devel] [PATCH 02/11] aaccoder: remove previous PNS implementation from twoloop

2015-06-26 Thread Rostislav Pehlivanov
This commit essentially undoes commit c5d4f87e8427c0952278ec247fa8ab1e6e52 and removes PNS band marking from the twoloop coder. --- libavcodec/aaccoder.c | 29 +++-- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/libavcodec/aaccoder.c b/libavcodec/aacco

[FFmpeg-devel] [PATCH 01/11] aac: add additional fields needed by the encoder for intensity stereo

2015-06-26 Thread Rostislav Pehlivanov
This commit adds additional fields which are used by the native encoder to add intensity stereo support. It also adds some clarifying statements to the comments for the codebooks. --- libavcodec/aac.h | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libavcodec/aac.h b

[FFmpeg-devel] [PATCH 00/11] aac: Implement intensity stereo encoding support

2015-06-26 Thread Rostislav Pehlivanov
This commit implements intensity stereo support for the encoder, as well as finalizing the Perceptual Noise Substitution encoding support. Most of the changes here conform to the official ISO 13818-7 specifications. Due to the ambiguity of the specifications, certain deviations have been taken,

Re: [FFmpeg-devel] [PATCH] avutil/intmath: use bzhi gcc builtin in av_mod_uintp2()

2015-06-26 Thread Carl Eugen Hoyos
On Friday 26 June 2015 09:52:31 pm James Almer wrote: > +#if AV_GCC_VERSION_AT_LEAST(5,1) > +#define av_mod_uintp2 __builtin_ia32_bzhi_si Since there are compilers != gcc that define GCC (for example icc), this needs a configure check imo. What is the advantage over the inline version? Carl Eu

[FFmpeg-devel] [PATCH] avutil/intmath: use bzhi gcc builtin in av_mod_uintp2()

2015-06-26 Thread James Almer
Signed-off-by: James Almer --- libavutil/x86/intmath.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libavutil/x86/intmath.h b/libavutil/x86/intmath.h index c42fa83..85f15a4 100644 --- a/libavutil/x86/intmath.h +++ b/libavutil/x86/intmath.h @@ -39,6 +39,12 @@ #if defined(__BMI2__)

Re: [FFmpeg-devel] [PATCH] lavfi: add drawgraph filter

2015-06-26 Thread Dave Rice
Hi, > On Jun 26, 2015, at 11:27 AM, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > --- > Waiting for comments and flames. Here are some comments and flames: I noticed that when I set min to a value greater than max. I get a crash with "Bus error: 10". There may be an issue with negat

Re: [FFmpeg-devel] [PATCH 2/2] movtextenc.c: Support for Bold, Italic and Underlined styles

2015-06-26 Thread Philip Langdale
On 2015-06-26 09:48, Niklesh Lalwani wrote: The output produced here was actually different from the expected. Hence the test failed. I produced ASS file for both the original file and the encoded file. The ass file produced from the encoded mp4 file seemed to be dropping all text after \N Aft

Re: [FFmpeg-devel] GSoC update

2015-06-26 Thread Stephan Holljes
On Fri, Jun 26, 2015 at 10:51 AM, Nicolas George wrote: > Le septidi 7 messidor, an CCXXIII, Stephan Holljes a écrit : >> Thanks, I understand the datastructures and their interaction a lot >> better now. I discussed it with a friend yesterday too and there a lot >> of the things started to make m

Re: [FFmpeg-devel] [PATCH 2/3] electronicarts: demux alpha stream

2015-06-26 Thread Carl Eugen Hoyos
Peter Ross xvid.org> writes: > Electronic Arts VP6 files may contain two video > streams: one for the primary video stream and > another for the alpha mask. The file format > uses identical data structures for both streams. Is there a command line that allows to output the (intended) opaque r

Re: [FFmpeg-devel] [PATCH] s302m: fix arithmetic exception

2015-06-26 Thread Andreas Cadhalpun
On 26.06.2015 01:27, Michael Niedermayer wrote: > On Fri, Jun 26, 2015 at 12:05:09AM +0200, Andreas Cadhalpun wrote: >> If 'buf_size * 8' is smaller than 'avctx->channels * >> (avctx->bits_per_raw_sample + 4)' it resulted in a division by zero. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> lib

Re: [FFmpeg-devel] [PATCH] avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC

2015-06-26 Thread Philip Langdale
On 2015-06-26 09:09, wm4 wrote: diff --git a/libavcodec/version.h b/libavcodec/version.h index eff8820..1073588 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 4

Re: [FFmpeg-devel] [PATCH] nutdec: check maxpos in read_sm_data before reading count

2015-06-26 Thread Andreas Cadhalpun
On 26.06.2015 01:36, Michael Niedermayer wrote: > On Thu, Jun 25, 2015 at 11:46:41PM +0200, Andreas Cadhalpun wrote: >> Otherwise sm_size can be larger than size, which results in a negative >> packet size. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/nutdec.c | 7 ++- >> 1 fi

Re: [FFmpeg-devel] [PATCH] vc1dec: use get_bits_long and limit the read bits to 32

2015-06-26 Thread Andreas Cadhalpun
On 26.06.2015 01:11, Michael Niedermayer wrote: > On Thu, Jun 25, 2015 at 10:54:17PM +0200, Andreas Cadhalpun wrote: >> get_bits should not be used with more than 25 bits. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/vc1dec.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [FFmpeg-devel] [PATCH] mpegaudiodec: copy AVFloatDSPContext from first context to all contexts

2015-06-26 Thread Andreas Cadhalpun
On 26.06.2015 01:38, Michael Niedermayer wrote: > On Fri, Jun 26, 2015 at 12:32:48AM +0200, Andreas Cadhalpun wrote: >> This fixes a segfault when decoding multi-channel MP3onMP4 files. >> >> This is similar to commit cb72230d for MPADSPContext. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> li

Re: [FFmpeg-devel] [PATCH 2/2] movtextenc.c: Support for Bold, Italic and Underlined styles

2015-06-26 Thread Niklesh Lalwani
The output produced here was actually different from the expected. Hence the test failed. I produced ASS file for both the original file and the encoded file. The ass file produced from the encoded mp4 file seemed to be dropping all text after \N After a lot of digging, I found out that while appen

Re: [FFmpeg-devel] [PATCH] avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC

2015-06-26 Thread wm4
On Fri, 26 Jun 2015 08:45:09 -0700 Philip Langdale wrote: > This HWAccel isn't really usable right now due to an nvidia driver bug, > so we don't want it selected by default. > > HWAccels have a capabilities field and there's a comment about flags, > but no flags exist today, so let's add one fo

[FFmpeg-devel] [PATCH] avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC

2015-06-26 Thread Philip Langdale
This HWAccel isn't really usable right now due to an nvidia driver bug, so we don't want it selected by default. HWAccels have a capabilities field and there's a comment about flags, but no flags exist today, so let's add one for experimental hwaccels. Signed-off-by: Philip Langdale --- libavco

[FFmpeg-devel] [PATCH] lavfi: add drawgraph filter

2015-06-26 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- Waiting for comments and flames. --- doc/filters.texi | 57 +++ libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_drawgraph.c | 231 + 4 files changed, 290 insertion

Re: [FFmpeg-devel] [PATCH] configure: Check for x265_api_get

2015-06-26 Thread Michael Niedermayer
On Fri, Jun 26, 2015 at 02:23:03PM +0100, Derek Buitenhuis wrote: > Any other x265 symbol may not exported, e.g. if the build is a > multilib (10-bit and 8-bit in one) build. > > This is the only symbol we directly call, and is available in the > build number we check for. > > Fixes the configure

[FFmpeg-devel] [PATCH] configure: Check for x265_api_get

2015-06-26 Thread Derek Buitenhuis
Any other x265 symbol may not exported, e.g. if the build is a multilib (10-bit and 8-bit in one) build. This is the only symbol we directly call, and is available in the build number we check for. Fixes the configure check on multilib x265 builds. Signed-off-by: Derek Buitenhuis --- configure

Re: [FFmpeg-devel] [PATCH 3/3] fate: test ea vp6 with alpha stream

2015-06-26 Thread Michael Niedermayer
On Thu, Jun 25, 2015 at 03:06:25PM +1000, Peter Ross wrote: > Signed-off-by: Peter Ross > --- > > The binary file is in /incoming/fate-ea-vp6 (64kb) > -map 0 required because there are two video streams in this file. > > > tests/fate/demux.mak | 3 ++ > tests/ref/fate/d-eavp6-demux |

Re: [FFmpeg-devel] [PATCH] avformat/hls: Do not iterate to next sequence number if interrupted is requested

2015-06-26 Thread Michael Niedermayer
On Fri, Jun 26, 2015 at 04:41:59AM +, Schenk, Michael wrote: > Hi, > In general it's a good and useful feature iterating to the next sequence if > open_input failes. But if the application is using > the abort callback possibility we shall be aware of this and returning with a > meaningful er

Re: [FFmpeg-devel] [PATCH] avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACE

2015-06-26 Thread Michael Niedermayer
On Fri, Jun 26, 2015 at 04:17:22PM +0800, Zhang Rui wrote: > --- > libavutil/log.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth. si

Re: [FFmpeg-devel] GSoC update

2015-06-26 Thread Nicolas George
Le septidi 7 messidor, an CCXXIII, Stephan Holljes a écrit : > Thanks, I understand the datastructures and their interaction a lot > better now. I discussed it with a friend yesterday too and there a lot > of the things started to make more sense. > I'm currently working on the implementation, when

[FFmpeg-devel] [PATCH] avfilter/vf_psnr & vf_ssim: abort filtering when shortest video ends

2015-06-26 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_psnr.c | 2 ++ libavfilter/vf_ssim.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c index 406be88..5639d16 100644 --- a/libavfilter/vf_psnr.c +++ b/libavfilter/vf_psnr.c @@ -212,6 +

[FFmpeg-devel] [PATCH] avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACE

2015-06-26 Thread Zhang Rui
--- libavutil/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavutil/log.h b/libavutil/log.h index db7eb3f..321748c 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -196,13 +196,13 @@ typedef struct AVClass { */ #define AV_LOG_DEBUG48 -#define AV_LOG_