[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 one...@gmail.com --- 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 +++

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

2015-07-22 Thread Paul B Mahol
Signed-off-by: Paul B Mahol one...@gmail.com --- 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

[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 one...@gmail.com --- libavfilter/Makefile | 4 +- libavfilter/f_reverse.c | 258 +++ libavfilter/vf_reverse.c | 258 --- 3 files changed, 260 insertions(+), 260 deletions(-)

[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 one...@gmail.com --- 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

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 nedeljko.ba...@imgtec.com wrote: On Mon, Jul 20, 2015 at 8:50 AM, Nedeljko Babic nedeljko.ba...@imgtec.com 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

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 mich...@niedermayer.cc 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] apng: Fix decoding images with the PREVIOUS dispose op

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

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

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 matthieu.bou...@gmail.com wrote: From: Matthieu Bouron matthieu.bou...@stupeflix.com Fixes ticket #1102. --- ffmpeg_filter.c | 25 + 1 file changed, 25 insertions(+) diff --git a/ffmpeg_filter.c

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 patch

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

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

[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

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 matthieu.bou...@stupeflix.com --- 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

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 jovan.zelince...@imgtec.com Add fixed point implementation of functions for generating tables. Signed-off-by: Nedeljko Babic nedeljko.ba...@imgtec.com --- libavcodec/aacps_fixed_tablegen.c| 24 +++

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 mich...@niedermayer.cc The test file they

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 nfx...@googlemail.com wrote: On Wed, 22 Jul 2015 15:29:46 +0200 Matthieu Bouron matthieu.bou...@gmail.com wrote: From: Matthieu Bouron matthieu.bou...@stupeflix.com Fixes ticket #1102. --- ffmpeg_filter.c | 25 + 1 file

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

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 nedeljko.ba...@imgtec.com --- tests/fate/aac.mak | 58 +- 1 file changed, 57 insertions(+), 1 deletion(-) applied thanks [...] -- Michael

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

2015-07-22 Thread 周晓勇
From acd96895d5f5a67a7883f5e48b56ac905ade268b Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong zhouxiaoy...@loongson.cn Date: Wed, 22 Jul 2015 14:29:39 +0800 Subject: [PATCH] avcodec: loongson optimize pixblockdsp with mmi Signed-off-by: ZhouXiaoyong zhouxiaoy...@loongson.cn ---

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, and

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 the

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 tomas.hardin at 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

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 zhouxiaoy...@loongson.cn Date: Wed, 22 Jul 2015 14:29:39 +0800 Subject: [PATCH] avcodec: loongson optimize pixblockdsp with mmi Signed-off-by:

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 nedeljko.ba...@imgtec.com 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

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, shivraj.pa...@imgtec.commailto: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); +

[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 shivraj.pa...@imgtec.com Signed-off-by: Shivraj Patil shivraj.pa...@imgtec.com --- libavcodec/mips/Makefile |3 +- libavcodec/mips/vp9_idct_msa.c | 2138 libavcodec/mips/vp9dsp_init_mips.c | 24 +

[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

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 regarding

[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.

[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

[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

[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 ---

[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 ---

[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 matthieu.bou...@stupeflix.com --- 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 stdint.h #include libavutil/avstring.h

[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 matthieu.bou...@stupeflix.com 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

[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

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 jovan.zelince...@imgtec.com Signed-off-by: Nedeljko Babic nedeljko.ba...@imgtec.com --- Changelog| 1 + doc/general.texi | 2 +- doc/mips.txt | 4 libavcodec/version.h | 2

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 reube...@gmail.com wrote: On Sunday, July 19, 2015 02:50:23 PM Chris Spencer wrote: On 19 July 2015 at 14:30, Carl Eugen Hoyos ceho...@ag.or.at wrote: Chris Spencer spencercw at gmail.com writes: +

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 mich...@niedermayer.cc The test file they use needs avdevice to be created Is this really needed? We have a fate client compiled with

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 mich...@niedermayer.cc The test file they use needs avdevice to be created Is this really needed? We have a

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] 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 jamr...@gmail.com --- libavutil/Makefile| 1 - libavutil/softfloat.c | 49 -

[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 jamr...@gmail.com --- libavutil/Makefile| 1 - libavutil/softfloat.c | 49 - libavutil/softfloat.h | 49 - 3 files

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...@nablet.com

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 jamr...@gmail.com --- libavutil/Makefile| 1 - libavutil/softfloat.c | 49

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 jamr...@gmail.com 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

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

[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

[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_DISPATCHchapter=chapter_2 http://recordings.conf.meetecho.com/Playout/watch.jsp?recording=IETF93_DISPATCHchapter=chapter_2. The

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

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/hapenc.c