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

2015-07-22 Thread Reuben Martin
On Monday, July 20, 2015 05:52:25 PM you wrote: > On 20 July 2015 at 17:41, Reuben Martin wrote: > > On Sunday, July 19, 2015 02:50:23 PM Chris Spencer wrote: > >> On 19 July 2015 at 14:30, Carl Eugen Hoyos wrote: > >> > Chris Spencer gmail.com> writes: > >> >> > > +} else if (cctx->pixel_fo

Re: [FFmpeg-devel] GCC 5.1 warning: -Warray-bounds

2015-07-22 Thread Ganesh Ajjanagadde
On Tue, Jul 21, 2015 at 10:46 PM, James Almer wrote: > On 21/07/15 11:43 PM, Ganesh Ajjanagadde wrote: >> or try to work upstream with GCC to remove these spurious warnings. > > If it can be fixed upstream then that's certainly the best option. > For all we know new code we add in the future may t

Re: [FFmpeg-devel] [PATCH] avutil/softfloat: move av_sincos_sf() back to header

2015-07-22 Thread James Almer
On 22/07/15 11:05 PM, Michael Niedermayer wrote: > On Wed, Jul 22, 2015 at 10:13:28PM -0300, James Almer wrote: >> Fixes compilation of host tool aacps_fixed_tablegen >> >> Signed-off-by: James Almer >> --- >> libavutil/Makefile| 1 - >> libavutil/softfloat.c | 49 ---

Re: [FFmpeg-devel] [PATCH] avutil/softfloat: move av_sincos_sf() back to header

2015-07-22 Thread Michael Niedermayer
On Wed, Jul 22, 2015 at 10:13:28PM -0300, James Almer wrote: > Fixes compilation of host tool aacps_fixed_tablegen > > Signed-off-by: James Almer > --- > libavutil/Makefile| 1 - > libavutil/softfloat.c | 49 - > libavutil/softfloat.h | 49 +++

Re: [FFmpeg-devel] [PATCH 1/4] libavcodec/qsvdec_h264.c: SPS parsing now performs by MFXVideoDECODE_DecodeHeader() into libavcodec/qsvdec.c

2015-07-22 Thread Michael Niedermayer
On Tue, Jul 21, 2015 at 04:02:56PM +0300, Ivan Uskov wrote: > Hello All, > > There is first patch from 4 which makes qsv-based decode > implementation more simple and reliable. This patch replaces external > frame parse to internal MFXVideoDECODE_DecodeHeader() function which > able to parse any

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

2015-07-22 Thread Michael Niedermayer
On Tue, Jul 21, 2015 at 04:05:18PM +0300, Ivan Uskov wrote: > Hello All, > > The qsv_process_data() doing nothing h.264-specific, so it has been > moved into qsvdec.c with new name ff_qsv_prepare(). > Please review. > > > -- > Best regards, > Ivan mailto:ivan.us...@n

[FFmpeg-devel] [PATCH] avutil/softfloat: move av_sincos_sf() back to header

2015-07-22 Thread James Almer
Fixes compilation of host tool aacps_fixed_tablegen Signed-off-by: James Almer --- libavutil/Makefile| 1 - libavutil/softfloat.c | 49 - libavutil/softfloat.h | 49 - 3 files changed, 48 inserti

[FFmpeg-devel] FFV1/MKV IETF Session followup

2015-07-22 Thread Dave Rice
Hi all, An HTML5 presentation of today's IETF meeting on FFV1 and Matroska is available at http://recordings.conf.meetecho.com/Playout/watch.jsp?recording=IETF93_DISPATCH&chapter=chapter_2 . The

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/dds: fix for missing pixels at the bottom of frames

2015-07-22 Thread Tom Butterworth
This is broken for some numbers of threads, sorry - I'll follow up with a revision > as with the hap patch, doesnt this result in possibly significantly > larger last slice (which could cause the thread executing that to > take much longer then the other threads thus slowing things down > compared

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/hap: fix for missing pixels at the bottom of frames

2015-07-22 Thread Tom Butterworth
This is broken for some numbers of threads, sorry - I'll follow up with a revision ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 8/8] Edit documentation and versioning

2015-07-22 Thread Michael Niedermayer
On Mon, Jul 20, 2015 at 01:36:22PM +0200, Nedeljko Babic wrote: > From: Jovan Zelincevic > > Signed-off-by: Nedeljko Babic > --- > Changelog| 1 + > doc/general.texi | 2 +- > doc/mips.txt | 4 > libavcodec/version.h | 2 +- > 4 files changed, 7 insertions(+), 2 del

Re: [FFmpeg-devel] [PATCH 6/8] avcodec: Minor macro polishing

2015-07-22 Thread Michael Niedermayer
On Mon, Jul 20, 2015 at 01:36:20PM +0200, Nedeljko Babic wrote: > Use macros from aac_defines.h for adding suffixes > instead of local macros. > > Signed-off-by: Nedeljko Babic > --- > libavcodec/cbrt_tablegen.h | 5 ++--- > libavcodec/cbrt_tablegen_template.c| 2 +- > libavco

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/dds: fix for missing pixels at the bottom of frames

2015-07-22 Thread Michael Niedermayer
On Wed, Jul 22, 2015 at 09:46:25PM +0100, Tom Butterworth wrote: > A bug was introduced in 6b2b26e7af3ede0abfb46eb5725c26d1083f50bc whereby when > frame height wasn't divisible by the number of threads, pixels would be > omitted > from the bottom rows during decode. > --- > libavcodec/dds.c | 16

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/hap: fix for missing pixels at the bottom of frames

2015-07-22 Thread Michael Niedermayer
On Wed, Jul 22, 2015 at 09:46:24PM +0100, Tom Butterworth wrote: > A bug was introduced in 977105407cae55876041dddbf4ce0934cdd4cd6c whereby when > frame height wasn't divisible by the number of threads, pixels would be > omitted > from the bottom rows during decode. > --- > libavcodec/hap.h|

[FFmpeg-devel] [PATCH 2/2] avcodec/dds: fix for missing pixels at the bottom of frames

2015-07-22 Thread Tom Butterworth
A bug was introduced in 6b2b26e7af3ede0abfb46eb5725c26d1083f50bc whereby when frame height wasn't divisible by the number of threads, pixels would be omitted from the bottom rows during decode. --- libavcodec/dds.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git

[FFmpeg-devel] [PATCH 1/2] avcodec/hap: fix for missing pixels at the bottom of frames

2015-07-22 Thread Tom Butterworth
A bug was introduced in 977105407cae55876041dddbf4ce0934cdd4cd6c whereby when frame height wasn't divisible by the number of threads, pixels would be omitted from the bottom rows during decode. --- libavcodec/hap.h| 1 + libavcodec/hapdec.c | 17 +++-- 2 files changed, 12 insertio

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

2015-07-22 Thread Matthieu Bouron
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 + > > 1 file changed, 25 insertions(+) > > > > diff --git a/ffmpeg_filter.

Re: [FFmpeg-devel] [PATCH] fate: Make ffprobe tests depend on avdevice

2015-07-22 Thread Michael Niedermayer
On Wed, Jul 22, 2015 at 04:50:11PM -0300, James Almer wrote: > On 22/07/15 4:32 PM, Michael Niedermayer wrote: > > On Wed, Jul 22, 2015 at 02:54:33PM -0300, James Almer wrote: > >> On 22/07/15 2:26 PM, Michael Niedermayer wrote: > >>> From: Michael Niedermayer > >>> > >>> The test file they use ne

[FFmpeg-devel] FFmpeg/MPlayer/rtmpdump possibly searching for a new server and hosting

2015-07-22 Thread Blackhold
Hi, Here I give an other offer! Through a local LUG mailing list I see your need, and one of the service I offer is that :) I'm a member of guifi.net project and for several years I'm member of marsupi.org project (autogestioned servers). The years passed and now I'm an ISP (I offer internet to u

Re: [FFmpeg-devel] [PATCH 7/8] tests: Add aac_fixed decoder test

2015-07-22 Thread Michael Niedermayer
On Mon, Jul 20, 2015 at 01:36:21PM +0200, Nedeljko Babic wrote: > Signed-off-by: Nedeljko Babic > --- > tests/fate/aac.mak | 58 > +- > 1 file changed, 57 insertions(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9

Re: [FFmpeg-devel] [PATCH 5/8] avcodec: Implementation of AAC_fixed_decoder (PS-module)

2015-07-22 Thread Michael Niedermayer
On Mon, Jul 20, 2015 at 01:36:19PM +0200, Nedeljko Babic wrote: > From: Djordje Pesut > > Add fixed point implementation. > > Signed-off-by: Nedeljko Babic > --- > libavcodec/Makefile | 14 ++- > libavcodec/aac_defines.h | 36 ++ > libavcodec/aacps.c

Re: [FFmpeg-devel] [PATCH 4/8] avcodec: Table creation for AAC_fixed_decoder (PS-module)

2015-07-22 Thread Michael Niedermayer
On Mon, Jul 20, 2015 at 01:36:18PM +0200, Nedeljko Babic wrote: > From: Jovan Zelincevic > > Add fixed point implementation of functions for generating tables. > > Signed-off-by: Nedeljko Babic > --- > libavcodec/aacps_fixed_tablegen.c| 24 +++ > libavcodec/aacps_fixed_tablegen.h| 402

Re: [FFmpeg-devel] [PATCH] fate: Make ffprobe tests depend on avdevice

2015-07-22 Thread James Almer
On 22/07/15 4:32 PM, Michael Niedermayer wrote: > On Wed, Jul 22, 2015 at 02:54:33PM -0300, James Almer wrote: >> On 22/07/15 2:26 PM, Michael Niedermayer wrote: >>> From: Michael Niedermayer >>> >>> The test file they use needs avdevice to be created >>> >> >> Is this really needed? We have a fat

Re: [FFmpeg-devel] [PATCH] fate: Make ffprobe tests depend on avdevice

2015-07-22 Thread Michael Niedermayer
On Wed, Jul 22, 2015 at 02:54:33PM -0300, James Almer wrote: > On 22/07/15 2:26 PM, Michael Niedermayer wrote: > > From: Michael Niedermayer > > > > The test file they use needs avdevice to be created > > > > Is this really needed? We have a fate client compiled with --disable-avfilter > here:

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

2015-07-22 Thread Marton Balint
On Wed, 22 Jul 2015, Matthieu Bouron wrote: From: Matthieu Bouron --- ffplay.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/ffplay.c b/ffplay.c index 58034c6..5038553 100644 --- a/ffplay.c +++ b/ffplay.c @@ -31,6 +31,7 @@ #include #include "libavutil/avstring.h

Re: [FFmpeg-devel] [Ffmpeg-admins] Choosing a new host

2015-07-22 Thread Joshua Ward
Michael, Thanks for the additional details. Let me see what I can do and get back with you later today. Regards, -- Josh Ward Nexcess - Beyond Hosting 21700 Melrose Ave. Southfield, MI 48075 Phone: +1.866.639.2377 Fax: +1.248.281.0473 https://twitter.com/nexcess On Tue, Jul 21, 2015 at 7:13

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

2015-07-22 Thread wm4
On Wed, 22 Jul 2015 15:29:46 +0200 Matthieu Bouron wrote: > From: Matthieu Bouron > > Fixes ticket #1102. > --- > ffmpeg_filter.c | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/ffmpeg_filter.c b/ffmpeg_filter.c > index 950e4d0..774ec1c 100644 > --- a/ffmpe

Re: [FFmpeg-devel] [PATCH] fate: Make ffprobe tests depend on avdevice

2015-07-22 Thread James Almer
On 22/07/15 2:26 PM, Michael Niedermayer wrote: > From: Michael Niedermayer > > The test file they use needs avdevice to be created > Is this really needed? We have a fate client compiled with --disable-avfilter here: http://fate.ffmpeg.org/history.cgi?slot=x86_64-archlinux-gcc-disableavdevice

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

2015-07-22 Thread James Almer
On 22/07/15 2:47 PM, Michael Niedermayer wrote: > On Tue, Jul 21, 2015 at 02:10:56PM +0200, Michael Niedermayer wrote: >> On Tue, Jul 21, 2015 at 01:41:59PM +0200, Nicolas George wrote: >>> Le tridi 3 thermidor, an CCXXIII, Michael Niedermayer a écrit : -AV_PKT_DATA_QUALITY_FACTOR, +

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

2015-07-22 Thread Michael Niedermayer
On Tue, Jul 21, 2015 at 02:10:56PM +0200, Michael Niedermayer wrote: > On Tue, Jul 21, 2015 at 01:41:59PM +0200, Nicolas George wrote: > > Le tridi 3 thermidor, an CCXXIII, Michael Niedermayer a écrit : > > > -AV_PKT_DATA_QUALITY_FACTOR, > > > +AV_PKT_DATA_QUALITY_STATS, > > > > > +#define

[FFmpeg-devel] [PATCH] fate: Make ffprobe tests depend on avdevice

2015-07-22 Thread Michael Niedermayer
From: Michael Niedermayer The test file they use needs avdevice to be created Signed-off-by: Michael Niedermayer --- tests/fate/ffprobe.mak | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/tests/fate/ffprobe.mak b/tests/fate/ffprobe.mak index cf20185..e9a6

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

2015-07-22 Thread Michael Niedermayer
On Wed, Jul 22, 2015 at 10:49:38AM -0300, Pedro Arthur wrote: > Last week I worked on fixing the following > * Memory allocation checks > * Code style > I also investigated the ffplay bug (./ffplay -f lavfi testsrc -vf > format=yuvj420p) which presents a grey screen. It still not fixed in this > pa

Re: [FFmpeg-devel] [PATCH] apng: Fix decoding images with the PREVIOUS dispose op

2015-07-22 Thread Paul B Mahol
On 7/19/15, Donny Yang wrote: > --- > libavcodec/pngdec.c | 47 +++ > 1 file changed, 27 insertions(+), 20 deletions(-) > applied ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailma

Re: [FFmpeg-devel] [PATCH 1/3] aacdec: move the LTP and TNS tables out of aacdectab.h

2015-07-22 Thread Claudio Freire
On Wed, Jul 22, 2015 at 6:18 AM, Nedeljko Babic wrote: >>On Mon, Jul 20, 2015 at 8:50 AM, Nedeljko Babic >> wrote: This commit moves the tables required for encoding and decoding LTP and TNS AAC files out of the decoder's standalone tables file and into the shared aactab.h, where they

[FFmpeg-devel] [PATCH 3/4] avfilter: rename vf_reverse.c to f_reverse.c

2015-07-22 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/Makefile | 4 +- libavfilter/f_reverse.c | 258 +++ libavfilter/vf_reverse.c | 258 --- 3 files changed, 260 insertions(+), 260 deletions(-) create mode 1006

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

2015-07-22 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 348e8d7..2a39eff 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8452,11 +8452,11 @@ pixels will slow things down on a large

[FFmpeg-devel] [PATCH 2/4] avfilter/vf_reverse: check pts_size instead of frames_size when reallocating

2015-07-22 Thread Paul B Mahol
Fixes crash of FreeBSD. Signed-off-by: Paul B Mahol --- libavfilter/vf_reverse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_reverse.c b/libavfilter/vf_reverse.c index a555427..63412fe 100644 --- a/libavfilter/vf_reverse.c +++ b/libavfilter/vf_reverse.c @@

[FFmpeg-devel] [PATCH 1/4] avfilter: add areverse filter

2015-07-22 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_reverse.c | 116 +++ 3 files changed, 118 insertions(+) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index cd74b8c..0b9912f 1

Re: [FFmpeg-devel] [PATCH 4/4] Support the Hap chunked frame format

2015-07-22 Thread Michael Niedermayer
On Tue, Jul 21, 2015 at 01:12:12AM +0100, Tom Butterworth wrote: > --- > libavcodec/Makefile | 4 +- > libavcodec/hap.c | 55 ++ > libavcodec/hap.h | 37 ++- > libavcodec/hapdec.c | 272 > +-- > libavcodec/hapen

Re: [FFmpeg-devel] FFmpeg needs a new host

2015-07-22 Thread Ilya Ustinov
Hi Michael, thanks for the follow-up. I spoke with my boss regarding your requirements. Unfortunately, being CDN service provider with have quite limited hosting abilities. Those are basically for storage of video and http data therefore I must admit I'm unable to make competitive offer (in ter

[FFmpeg-devel] GSoC Weekly report (libswscale)

2015-07-22 Thread Pedro Arthur
Last week I worked on fixing the following * Memory allocation checks * Code style I also investigated the ffplay bug (./ffplay -f lavfi testsrc -vf format=yuvj420p) which presents a grey screen. It still not fixed in this patch but I already found the cause and I intend to fix in the next patch.

Re: [FFmpeg-devel] FFmpeg needs a new host

2015-07-22 Thread Michael Niedermayer
On Thu, Jul 09, 2015 at 01:09:03AM +0300, Ilya Ustinov wrote: > Hi Michael, > > thanks for getting back to me on the matter. > Our company (CDNvideo) is CDN service provider therefore we do provide > storage and delivery services to our customers. What I wanted to do is to get > more info regard

[FFmpeg-devel] [PATCH 4/6] lavf/mxfdec: interpret interlaced j2k sample rate as field rate for some applications

2015-07-22 Thread Matthieu Bouron
Sample rate should be interpreted as field rate for the files generated by SAMMA and Canopus systems. --- libavformat/mxfdec.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 90abea5..e9e4ab9 100644 ---

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

2015-07-22 Thread Matthieu Bouron
From: Matthieu Bouron Fixes ticket #1102. --- ffmpeg_filter.c | 25 + 1 file changed, 25 insertions(+) diff --git a/ffmpeg_filter.c b/ffmpeg_filter.c index 950e4d0..774ec1c 100644 --- a/ffmpeg_filter.c +++ b/ffmpeg_filter.c @@ -706,6 +706,8 @@ static int configure_input_

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

2015-07-22 Thread Matthieu Bouron
From: Matthieu Bouron --- ffplay.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/ffplay.c b/ffplay.c index 58034c6..5038553 100644 --- a/ffplay.c +++ b/ffplay.c @@ -31,6 +31,7 @@ #include #include "libavutil/avstring.h" +#include "libavutil/bprint.h" #include

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

2015-07-22 Thread Matthieu Bouron
Also advice user how to reconstruct full frames using setfield,tinterlace filters. --- libavformat/mxfdec.c | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 0495a2e..c966a0a 100644 --- a/libavformat/mxf

[FFmpeg-devel] [PATCH 3/6] lavf/mxfdec: fix stream time base for j2k codec with interlaced layout

2015-07-22 Thread Matthieu Bouron
Since two packets are required to decoded a frame, we need to divide by a factor of 2 the stream time base so output ptses are correct. --- libavformat/mxfdec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index c966a0a..90abea5 100644 --- a/li

[FFmpeg-devel] [PATCH 1/6] lavf/mxfdec: support segmented frame layout as separate fields layout

2015-07-22 Thread Matthieu Bouron
According to S377M, segmented frame layout is identical to separate field layout except that the two fields are taken from a single scan of the incoming image, ie: they are coincident in time. Thus the resulting frame is progressive. --- libavformat/mxfdec.c | 6 ++ 1 file changed, 2 insertion

[FFmpeg-devel] Add support for j2ki/mxf

2015-07-22 Thread Matthieu Bouron
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. It differs from my original attempt which introduced mo

[FFmpeg-devel] Hosting offer from Telepoint and MediaHub

2015-07-22 Thread Nikolay Aleksandrov
Hello, Recently we heard about your hosting troubles and decided to help you out since we've been using ffmpeg and mplayer heavily for a long time. I'm sending this offer on behalf of Telepoint Ltd and MediaHub Ltd. We can offer you 1 Gbps international connectivity + the server below both *for fre

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

2015-07-22 Thread shivraj.patil
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 + libavcodec/mips/vp9dsp_mips.h | 28 + 4 files changed, 2192 inse

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

2015-07-22 Thread Shivraj Patil
Hi, On Thu, Jul 9, 2015 at 9:15 AM, mailto:shivraj.pa...@imgtec.com>> wrote: +void ff_idct_idct_16x16_add_msa(uint8_t *dst, ptrdiff_t stride, +int16_t *block, int eob) +{ +vp9_idct16x16_colcol_addblk_msa(block, dst, stride); +memset(block, 0, 16 * 16 * siz

Re: [FFmpeg-devel] [PATCH] avcodec: loongson optimize pixblockdsp with mmi

2015-07-22 Thread Michael Niedermayer
On Wed, Jul 22, 2015 at 03:10:38PM +0800, 周晓勇 wrote: > From acd96895d5f5a67a7883f5e48b56ac905ade268b Mon Sep 17 00:00:00 2001 > From: ZhouXiaoyong > Date: Wed, 22 Jul 2015 14:29:39 +0800 > Subject: [PATCH] avcodec: loongson optimize pixblockdsp with mmi > > > Signed-off-by: ZhouXiaoyong > --- >

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

2015-07-22 Thread Carl Eugen Hoyos
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 correct that the generic descriptors 0x3208 and 0x3209 should

Re: [FFmpeg-devel] [PATCH 1/3] aacdec: move the LTP and TNS tables out of aacdectab.h

2015-07-22 Thread Nedeljko Babic
>On Mon, Jul 20, 2015 at 8:50 AM, Nedeljko Babic > wrote: >>>This commit moves the tables required for encoding and decoding >>>LTP and TNS AAC files out of the decoder's standalone tables file >>>and into the shared aactab.h, where they can be used by both the >>>encoder and the decoder. >>> >>>Th

Re: [FFmpeg-devel] [PATCH 4/8] lavf/tcp: add tcp_accept

2015-07-22 Thread Nicolas George
Le tridi 3 thermidor, an CCXXIII, Stephan Holljes a écrit : > Filtering s->flags was suggested in an earlier version of this patch > (you said NONBLOCK wouldn't work?), but I'll gladly remove the > filtering and just pass s->flags. The general case is: when forwarding flags from A to B, keep only

Re: [FFmpeg-devel] [PATCH 6/8] lavf/http: increase range for listen, handle connection closing accordingly, add http_accept, add http_handshake and move handshake logic there

2015-07-22 Thread Nicolas George
Le tridi 3 thermidor, an CCXXIII, Stephan Holljes a écrit : > I wasn't sure if in the future something might want to filter the > different server modes so using 3 would mess up bitmasking. By > introducing a new field as you suggested, this would become obsolete > anyway. This is internal code, a

[FFmpeg-devel] [PATCH] avcodec: loongson optimize pixblockdsp with mmi

2015-07-22 Thread 周晓勇
From acd96895d5f5a67a7883f5e48b56ac905ade268b Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong Date: Wed, 22 Jul 2015 14:29:39 +0800 Subject: [PATCH] avcodec: loongson optimize pixblockdsp with mmi Signed-off-by: ZhouXiaoyong --- libavcodec/mips/Makefile| 1 + libavcodec/mips/pixbl