Re: [FFmpeg-devel] [PATCH 3/4] libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet.

2015-07-23 Thread Michael Niedermayer
On Fri, Jul 24, 2015 at 01:48:45AM +0200, Michael Niedermayer wrote: > On Thu, Jul 23, 2015 at 12:46:47PM +0300, Ivan Uskov wrote: > > Hello All , > > > > There is updated version of patch which should be applied without conflicts. > > Also here couple wrong places have been corrected into ff_qsv_

Re: [FFmpeg-devel] [PATCH 3/4] libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet.

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 06:59:54PM +0300, Ivan Uskov wrote: > Hello Michael, > > Thursday, July 23, 2015, 6:29:13 PM, you wrote: > > >> +} else { > >> +bs.Data = avpkt->data; > >> +bs.DataLength = avpkt->size; > >> +} > > MN> Does this mean that each

Re: [FFmpeg-devel] [PATCH 3/4] libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet.

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 12:46:47PM +0300, Ivan Uskov wrote: > Hello All , > > There is updated version of patch which should be applied without conflicts. > Also here couple wrong places have been corrected into ff_qsv_decode(). > > Tuesday, July 21, 2015, 4:08:47 PM, you wrote: > > IU> Hello al

Re: [FFmpeg-devel] [PATCH] avfilter: add displace video filter

2015-07-23 Thread Timothy Gu
On 7/24/15, Paul B Mahol wrote: > diff --git a/doc/filters.texi b/doc/filters.texi > index 538b579..1d9de94 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -4052,6 +4052,58 @@ delogo=x=0:y=0:w=100:h=77:band=10 > > @end itemize > > +@section displace [...] > @section deshake displ

Re: [FFmpeg-devel] [PATCH] configure: force -nologo- when detecting MSVC

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 07:25:44PM +0200, Steve Lhomme wrote: > The -nologo- option is the inverse of -nologo, reenabling printing the > "logo" version header. This is useful if the compiler actually is a > wrapper that forces -nologo. > > -- > this can be useful if you use a wrapper than forces -

Re: [FFmpeg-devel] [PATCH 3/4] libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet.

2015-07-23 Thread Michael Niedermayer
On Fri, Jul 24, 2015 at 12:23:04AM +0300, Ivan Uskov wrote: > Hello Michael, > > Thursday, July 23, 2015, 11:47:28 PM, you wrote: > >> For several test streams I'm observing that 2-3 bytes copying appear > >> only at begin of decoding, for first 5-10 frames. > > MN> what are these additional byte

Re: [FFmpeg-devel] [PATCH 3/4] libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet.

2015-07-23 Thread Ivan Uskov
Hello Michael, Thursday, July 23, 2015, 11:47:28 PM, you wrote: >> For several test streams I'm observing that 2-3 bytes copying appear >> only at begin of decoding, for first 5-10 frames. MN> what are these additional bytes? MN> why are they not consumed ? At least for h.264 looks like absolute

Re: [FFmpeg-devel] [PATCH 3/4] libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet.

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 06:59:54PM +0300, Ivan Uskov wrote: > Hello Michael, > > Thursday, July 23, 2015, 6:29:13 PM, you wrote: > > >> +} else { > >> +bs.Data = avpkt->data; > >> +bs.DataLength = avpkt->size; > >> +} > > MN> Does this mean that each

Re: [FFmpeg-devel] [PATCH] avfilter: add allyuv source filter

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 07:07:26AM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > > Feel free to propose better idea how to sort colors. > > --- > doc/filters.texi | 5 ++- > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vsrc_

[FFmpeg-devel] [PATCH] avfilter: add displace video filter

2015-07-23 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 52 ++ libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_displace.c | 392 ++ 4 files changed, 446 insertions(+) create mode 100644 libavfilter/vf_displ

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/hap: (trivial) rename enum values and document their meaning

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 02:44:24PM -0400, Tom Butterworth wrote: > --- > libavcodec/hapenc.c | 24 +--- > 1 file changed, 13 insertions(+), 11 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay diction

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/hap: (trivial) clarify comment

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 02:44:23PM -0400, Tom Butterworth wrote: > --- > libavcodec/hapenc.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 1 "Used onl

[FFmpeg-devel] [PATCH 2/2] avcodec/hap: (trivial) rename enum values and document their meaning

2015-07-23 Thread Tom Butterworth
--- libavcodec/hapenc.c | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/libavcodec/hapenc.c b/libavcodec/hapenc.c index 8261fe9..39c1c5a 100644 --- a/libavcodec/hapenc.c +++ b/libavcodec/hapenc.c @@ -46,8 +46,10 @@ #define HAP_MAX_CHUNKS 64 enum H

[FFmpeg-devel] [PATCH 1/2] avcodec/hap: (trivial) clarify comment

2015-07-23 Thread Tom Butterworth
--- libavcodec/hapenc.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavcodec/hapenc.c b/libavcodec/hapenc.c index 174fba1..8261fe9 100644 --- a/libavcodec/hapenc.c +++ b/libavcodec/hapenc.c @@ -133,8 +133,10 @@ static int hap_compress_frame(AVCodecContext *avctx, u

[FFmpeg-devel] [PATCH] avfilter: add allyuv source filter

2015-07-23 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- Feel free to propose better idea how to sort colors. --- doc/filters.texi | 5 ++- libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vsrc_testsrc.c | 81 ++ 4 files changed, 87

[FFmpeg-devel] [PATCH] configure: force -nologo- when detecting MSVC

2015-07-23 Thread Steve Lhomme
The -nologo- option is the inverse of -nologo, reenabling printing the "logo" version header. This is useful if the compiler actually is a wrapper that forces -nologo. -- this can be useful if you use a wrapper than forces -nologo by default --- configure | 6 +++--- 1 file changed, 3 insertions(

Re: [FFmpeg-devel] [libav-devel] [PATCH] [RFC] use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe

2015-07-23 Thread Steve Lhomme
On Thu, Jul 23, 2015 at 7:02 PM, Derek Buitenhuis wrote: > On 7/23/2015 5:41 PM, Steve Lhomme wrote: >> -- >> favor link over link.exe in case some wrapper script already exists >> fallback to "link" in the path if the one next to cl is not found >> --- >> configure | 2 +- >> tools/mslink.

Re: [FFmpeg-devel] GSoC Weekly report (libswscale)

2015-07-23 Thread Pedro Arthur
> ./ffplay -f lavfi testsrc -vf format=yvyu422,scale=flags=1 (black > screen) > I'm working on a proper fix for it (I did a workaround for the first bug that also solves it) > ./ffplay -f lavfi testsrc -vf format=rgb555 (gray and some odd distortion) > This I'll have to check. _

Re: [FFmpeg-devel] [PATCH] [RFC] use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe

2015-07-23 Thread Derek Buitenhuis
On 7/23/2015 6:11 PM, Steve Lhomme wrote: > You're welcome. I just hope I don't have to create 2 sets of patches > when they don't merge in one of the repo. The MSVC stuff shouldn't have any merge conflicts. It's the same in both. - Derek ___ ffmpeg-dev

Re: [FFmpeg-devel] [PATCH] [RFC] use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe

2015-07-23 Thread Steve Lhomme
You're welcome. I just hope I don't have to create 2 sets of patches when they don't merge in one of the repo. On Thu, Jul 23, 2015 at 7:08 PM, Michael Niedermayer wrote: > Hi Steve > > On Thu, Jul 23, 2015 at 06:41:17PM +0200, Steve Lhomme wrote: > > just wanted to say a big THANKS for also post

[FFmpeg-devel] [PATCH] force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to use DVXA

2015-07-23 Thread Steve Lhomme
otherwise the API is hidden for Windows Phone / WindowsRT when in fact it's there and working --- configure | 2 +- libavcodec/dxva2_internal.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 84b7826..d2ebfa9 100755 --- a/configu

Re: [FFmpeg-devel] [PATCH] [RFC] use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe

2015-07-23 Thread Michael Niedermayer
Hi Steve On Thu, Jul 23, 2015 at 06:41:17PM +0200, Steve Lhomme wrote: just wanted to say a big THANKS for also posting the patches to ffmpeg-devel ! [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Good people do not need laws to tell them to act responsibly, w

Re: [FFmpeg-devel] [PATCH 3/3] avdevice/decklink: Add support for decoding 8-bit RGB formats.

2015-07-23 Thread Chris Spencer
On 23 July 2015 at 03:57, Reuben Martin wrote: > I applied your patches to latest stable 2.7.2, but I just now realized that > the additional pix formats are only applied to the capture interface, and not > the playout interface. So I really have no means to test it. Is this a > limitation of the

Re: [FFmpeg-devel] [libav-devel] [PATCH] [RFC] use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe

2015-07-23 Thread Derek Buitenhuis
On 7/23/2015 6:02 PM, Derek Buitenhuis wrote: > On 7/23/2015 5:41 PM, Steve Lhomme wrote: Looping in the other list, cause I forgot. >> -- >> favor link over link.exe in case some wrapper script already exists >> fallback to "link" in the path if the one next to cl is not found >> --- >> configu

[FFmpeg-devel] [PATCH] configure: force -nologo- to show the compiler version when detecting MSVC

2015-07-23 Thread Steve Lhomme
--- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index a1901af..84b7826 100755 --- a/configure +++ b/configure @@ -3033,14 +3033,14 @@ probe_cc(){ # 4509: "This form of conditional instruction is deprecated" _flags="-nolo

[FFmpeg-devel] [PATCH] [RFC] use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe

2015-07-23 Thread Steve Lhomme
-- favor link over link.exe in case some wrapper script already exists fallback to "link" in the path if the one next to cl is not found --- configure | 2 +- tools/mslink.sh | 9 + 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 tools/mslink.sh diff --git a/con

Re: [FFmpeg-devel] [PATCH 3/4] libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet.

2015-07-23 Thread Ivan Uskov
Hello Michael, Thursday, July 23, 2015, 6:29:13 PM, you wrote: >> +} else { >> +bs.Data = avpkt->data; >> +bs.DataLength = avpkt->size; >> +} MN> Does this mean that each packet will be memcpy-ed ? MN> this would slow things down Exactly not. Copying

Re: [FFmpeg-devel] Add support for j2ki/mxf

2015-07-23 Thread Dave Rice
> On Jul 23, 2015, at 10:08 AM, tim nicholson > wrote: > > On 23/07/15 11:32, Matthieu Bouron wrote: >> On Thu, Jul 23, 2015 at 11:04 AM, tim nicholson < >> nichot20-at-yahoo@ffmpeg.org> wrote: >> >>> On 22/07/15 14:29, Matthieu Bouron wrote: Hello there, The following patc

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 idct functions

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 10:41:08AM -0400, Ronald S. Bultje wrote: > Hi, > > On Wed, Jul 22, 2015 at 7:42 AM, wrote: > > > From: Shivraj Patil > > > > Signed-off-by: Shivraj Patil > > --- > > libavcodec/mips/Makefile |3 +- > > libavcodec/mips/vp9_idct_msa.c | 2138 > > ++

Re: [FFmpeg-devel] [PATCH 3/4] libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet.

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 12:46:47PM +0300, Ivan Uskov wrote: > Hello All , > > There is updated version of patch which should be applied without conflicts. > Also here couple wrong places have been corrected into ff_qsv_decode(). > > Tuesday, July 21, 2015, 4:08:47 PM, you wrote: > > IU> Hello al

Re: [FFmpeg-devel] [PATCH 2/4] libavcodec/qsvdec_h264.c: refactoring: functional of qsv_process_data() has been moved into qsvdec.c

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 12:26:40PM +0300, Ivan Uskov wrote: > Hello Michael, > > I have replaced 'ready' flag name to 'engine_ready' and added > a corresponded comment. > Regarding ff_qsv_prepare() looks like it is need not at all, I have > modified ff_qsv_decode_init() instead. So patch become ev

Re: [FFmpeg-devel] [PATCH] lavc/hevc: rudimentary support for skip_loop_filter.

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 04:29:09PM +0200, Nicolas George wrote: > Le quintidi 5 thermidor, an CCXXIII, Michael Niedermayer a écrit : > > LGTM > > New version attached and pushed to my tree with a bit of documentation. > Please apply at your earliest convenience if the new version is acceptable. m

Re: [FFmpeg-devel] [PATCH] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 lpf functions

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 10:44:40AM -0400, Ronald S. Bultje wrote: > Hi, > > On Mon, Jul 20, 2015 at 10:34 AM, wrote: > > > From: Shivraj Patil > > > > Signed-off-by: Shivraj Patil > > --- > > libavcodec/mips/Makefile|3 +- > > libavcodec/mips/vp9_lpf_msa.c | 2599 > > +++

Re: [FFmpeg-devel] [PATCH] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 lpf functions

2015-07-23 Thread Ronald S. Bultje
Hi, On Mon, Jul 20, 2015 at 10:34 AM, wrote: > From: Shivraj Patil > > Signed-off-by: Shivraj Patil > --- > libavcodec/mips/Makefile|3 +- > libavcodec/mips/vp9_lpf_msa.c | 2599 > +++ > libavcodec/mips/vp9dsp_init_mips.c | 25 + > liba

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 idct functions

2015-07-23 Thread Ronald S. Bultje
Hi, On Wed, Jul 22, 2015 at 7:42 AM, wrote: > From: Shivraj Patil > > Signed-off-by: Shivraj Patil > --- > libavcodec/mips/Makefile |3 +- > libavcodec/mips/vp9_idct_msa.c | 2138 > > libavcodec/mips/vp9dsp_init_mips.c | 24 + > libavco

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 intra functions

2015-07-23 Thread Ronald S. Bultje
Hi, On Thu, Jul 23, 2015 at 8:55 AM, wrote: > From: Shivraj Patil > > Signed-off-by: Shivraj Patil > --- > libavcodec/mips/Makefile |3 +- > libavcodec/mips/vp9_intra_msa.c| 533 > > libavcodec/mips/vp9dsp_init_mips.c | 31 +++ > libav

Re: [FFmpeg-devel] [PATCH] lavc/hevc: rudimentary support for skip_loop_filter.

2015-07-23 Thread Nicolas George
Le quintidi 5 thermidor, an CCXXIII, Michael Niedermayer a écrit : > LGTM New version attached and pushed to my tree with a bit of documentation. Please apply at your earliest convenience if the new version is acceptable. > i belive the nal_unit_type and temporal_id can be used to determine > if

Re: [FFmpeg-devel] Add support for j2ki/mxf

2015-07-23 Thread tim nicholson
On 23/07/15 11:32, Matthieu Bouron wrote: > On Thu, Jul 23, 2015 at 11:04 AM, tim nicholson < > nichot20-at-yahoo@ffmpeg.org> wrote: > >> On 22/07/15 14:29, Matthieu Bouron wrote: >>> Hello there, >>> >>> The following patchset add support for j2ki/mxf files (which store frames >>> using the s

Re: [FFmpeg-devel] [PATCH 4/4] doc/filters.texi: mention areverse, while here fix few typos

2015-07-23 Thread Michael Niedermayer
On Tue, Jul 21, 2015 at 03:05:09PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) could be split but LGTM either way even if not split Thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF67

Re: [FFmpeg-devel] [PATCH 5/6] ffmpeg: auto-insert setfield, tinterlace filters for MXF files with separate fields layout

2015-07-23 Thread wm4
On Wed, 22 Jul 2015 22:40:22 +0200 Matthieu Bouron wrote: > On Wed, Jul 22, 2015 at 8:02 PM, wm4 wrote: > > > On Wed, 22 Jul 2015 15:29:46 +0200 > > Matthieu Bouron wrote: > > > > > From: Matthieu Bouron > > > > > > Fixes ticket #1102. > > > --- > > > ffmpeg_filter.c | 25 +++

[FFmpeg-devel] [PATCH 3/3] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 intra functions

2015-07-23 Thread shivraj.patil
From: Shivraj Patil Signed-off-by: Shivraj Patil --- libavcodec/mips/Makefile |3 +- libavcodec/mips/vp9_intra_msa.c| 533 libavcodec/mips/vp9dsp_init_mips.c | 31 +++ libavcodec/mips/vp9dsp_mips.h | 53 4 files changed, 619

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 intra functions

2015-07-23 Thread Shivraj Patil
From: Ronald S. Bultje [mailto:rsbul...@gmail.com] Sent: 16 July 2015 20:49 To: FFmpeg development discussions and patches Cc: Rob Isherwood; Shivraj Patil Subject: Re: [FFmpeg-devel] [PATCH 4/4] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 intra functions Hi, On Thu, Jul 9, 2015 a

Re: [FFmpeg-devel] [PATCH] lavc/hevc: rudimentary support for skip_loop_filter.

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 12:33:37PM +0200, Nicolas George wrote: > All frames are treated as ref frames, skipping only applies > at level "all". > > +~9% speed on Core i5 on test sample. > > Signed-off-by: Nicolas George > --- > libavcodec/hevc_filter.c | 3 ++- > 1 file changed, 2 insertions(+)

[FFmpeg-devel] Uploading Audible AAX samples

2015-07-23 Thread Vesselin Bontchev
Hi, I need help in uploading some Audible AAX samples to our FTP server (upload.ffmpeg.org). I can't use the FTP protocol at the moment, due to some ISP problems. The samples are available at the following URL, https://gitlab.com/vesselin.bontchev/audible-samples/tree/master Finally, it would

Re: [FFmpeg-devel] [PATCH] Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS

2015-07-23 Thread Michael Niedermayer
On Thu, Jul 23, 2015 at 12:28:24PM +0200, Nicolas George wrote: > Le quartidi 4 thermidor, an CCXXIII, James Almer a écrit : > > Both GCC and MSVC let you in theory deprecate enumerators > > > > https://gcc.gnu.org/onlinedocs/gcc/Enumerator-Attributes.html > > https://msdn.microsoft.com/en-us/libr

Re: [FFmpeg-devel] [PATCH 2/6] lavf/mxfdec: set mxf_frame_layoutand mxf_field_dominance metadata for interlaced j2k streams

2015-07-23 Thread Carl Eugen Hoyos
Matthieu Bouron gmail.com> writes: > +av_dict_set(&st->metadata, "mxf_frame_layout", buf, 0); Is it really mxf-specific? I ask because of ticket #4141: http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket4141/ Carl Eugen ___ ffmpeg-devel mailing lis

Re: [FFmpeg-devel] [PATCH] lavc/hevc: rudimentary support for skip_loop_filter.

2015-07-23 Thread Carl Eugen Hoyos
Nicolas George nsup.org> writes: > All frames are treated as ref frames, skipping only applies > at level "all". I wonder if this should be documented in the decoder doc. > I could not see the differences with the naked eye. I don't remember a h264 clip where it made a difference... Carl Euge

[FFmpeg-devel] [PATCH] lavc/hevc: rudimentary support for skip_loop_filter.

2015-07-23 Thread Nicolas George
All frames are treated as ref frames, skipping only applies at level "all". +~9% speed on Core i5 on test sample. Signed-off-by: Nicolas George --- libavcodec/hevc_filter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) I have a few clips that an Atom struggles to decode in real time

Re: [FFmpeg-devel] Add support for j2ki/mxf

2015-07-23 Thread Matthieu Bouron
On Thu, Jul 23, 2015 at 11:04 AM, tim nicholson < nichot20-at-yahoo@ffmpeg.org> wrote: > On 22/07/15 14:29, Matthieu Bouron wrote: > > Hello there, > > > > The following patchset add support for j2ki/mxf files (which store frames > > using the separate fields / segmented frame layouts, ie: fie

Re: [FFmpeg-devel] [PATCH] Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS

2015-07-23 Thread Nicolas George
Le quartidi 4 thermidor, an CCXXIII, James Almer a écrit : > Both GCC and MSVC let you in theory deprecate enumerators > > https://gcc.gnu.org/onlinedocs/gcc/Enumerator-Attributes.html > https://msdn.microsoft.com/en-us/library/c8xdzzhh.aspx > > I tried the example shown there for GCC but it didn

Re: [FFmpeg-devel] [PATCH 3/4] libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet.

2015-07-23 Thread Ivan Uskov
Hello All , There is updated version of patch which should be applied without conflicts. Also here couple wrong places have been corrected into ff_qsv_decode(). Tuesday, July 21, 2015, 4:08:47 PM, you wrote: IU> Hello all, IU> Actual implementation of ff_qsv_decode() is not reliable, it may IU>

Re: [FFmpeg-devel] [PATCH 2/4] libavcodec/qsvdec_h264.c: refactoring: functional of qsv_process_data() has been moved into qsvdec.c

2015-07-23 Thread Ivan Uskov
Hello Michael, I have replaced 'ready' flag name to 'engine_ready' and added a corresponded comment. Regarding ff_qsv_prepare() looks like it is need not at all, I have modified ff_qsv_decode_init() instead. So patch become even simple, thank. Please review. NOTE The ff_qsv_decode_init() should

Re: [FFmpeg-devel] Add support for j2ki/mxf

2015-07-23 Thread tim nicholson
On 22/07/15 14:29, Matthieu Bouron wrote: > Hello there, > > The following patchset add support for j2ki/mxf files (which store frames > using the separate fields / segmented frame layouts, ie: fields are > stored in seperate frames) through the insertion of filters at the > ffmpeg/ffplay level. I

Re: [FFmpeg-devel] [PATCH]lavf/mxf: Map codec_tag for Avid files if everything else fails

2015-07-23 Thread tim nicholson
On 22/07/15 11:10, Carl Eugen Hoyos wrote: > Tomas Härdin codemill.se> writes: > >>> New patch attached. >> >> Looks alright. You can reindent in a separate patch >> if you like. > > Merged by Michael with the reindentation. > > There is still a cropping issue for the given sample: > Am I corr