Re: [FFmpeg-devel] [PATCH] avformat: remove FF_API_ASS_SSA dead code

2014-09-25 Thread Rainer Hochecker
wm4 googlemail.com> writes: > > > Now we get multiple packets with equal pts. This requires an additional > > change for us. > > http://paste.ubuntu.com/8426767/ > > Why? I don't think subtitle packets with same PTS were impossible > before. Good question. I wish the author of this code was ar

[FFmpeg-devel] [PATCH] libavformat/iff: print error message when DSDIFF compression type is not supported

2014-09-25 Thread Peter Ross
Signed-off-by: Peter Ross --- libavformat/iff.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libavformat/iff.c b/libavformat/iff.c index 8e20303..e7c240c 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -285,7 +285,13 @@ static int parse_dsd_prop(AVFormatCon

Re: [FFmpeg-devel] Please help update tasks and mentor/backups for OPW

2014-09-25 Thread Peter B.
On 09/25/2014 10:54 PM, Carl Eugen Hoyos wrote: > The FFv1 P frame project sounds very difficult. I just read the description of this [1]. I was surprised to see this, because currently FFV1 already supports GOPs > 1, and according to my tests [2], FFV1.3 already is faster *and* smaller than h264

Re: [FFmpeg-devel] Branchpoint tags

2014-09-25 Thread Timothy Gu
On Tue, Sep 16, 2014 at 8:46 AM, Carl Eugen Hoyos wrote: > Michael Niedermayer gmx.at> writes: > >> Should we add git tags to the revissions where >> releases are branched off ? > > Yes please, this would make my life much easier. > > n2.5-dev sounds ok. Ping. Personally I think we should use n2

Re: [FFmpeg-devel] [PATCH 3/5] lavd/avfoundation: Simplify debug message generation.

2014-09-25 Thread Michael Niedermayer
On Wed, Sep 24, 2014 at 12:43:10PM +0200, Thilo Borgmann wrote: > > avfoundation.m |3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > ebf0cdfcbed7d4690059b11c8de8739dedce7b25 > 0003-lavd-avfoundation-Simplify-debug-message-generation.patch > From 8035a104e439bc17b3d734cd0476530b4cb

Re: [FFmpeg-devel] [PATCH 2/5] lavd/avfoundation: Using the actual stream index instead of hardcoded value.

2014-09-25 Thread Michael Niedermayer
On Wed, Sep 24, 2014 at 12:42:32PM +0200, Thilo Borgmann wrote: > > avfoundation.m |5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > 8eb97e8333f6eb6ff02eeecb462c2ee063c47689 > 0002-lavd-avfoundation-Using-the-actual-stream-index-inst.patch > From 4feac7499c412de035f79f12c33fa130

Re: [FFmpeg-devel] [PATCH 1/5] lavd/avfoundation: Split adding a device and getting the device configuration into separate functions.

2014-09-25 Thread Michael Niedermayer
On Wed, Sep 24, 2014 at 12:41:35PM +0200, Thilo Borgmann wrote: > > avfoundation.m | 194 > ++--- > 1 file changed, 105 insertions(+), 89 deletions(-) > eabbcee2b93c9b11672237a292e3f2e53565129c > 0001-lavd-avfoundation-Split-adding-a-device

[FFmpeg-devel] [PATCH] avformat/mxfdec: read reel_name and source timecode from physical source package

2014-09-25 Thread Mark Reid
--- libavformat/mxfdec.c | 118 ++- 1 file changed, 97 insertions(+), 21 deletions(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 7a4633f..3a1889f 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -188,6 +188,7 @@ ty

[FFmpeg-devel] [PATCH] avformat/mxfdec: read reel_name and source timecode from physical source package

2014-09-25 Thread Mark Reid
Hi, This patch adds support for reading source timecode and reel_name metadata from a mxf file's physical source package if available. I've been testing with these samples that contain timecode http://samples.ffmpeg.org/MXF/issue2160/PW0805A0V01.4C5B5636.EFA330.mxf reel_name : PW0805A01 tim

Re: [FFmpeg-devel] [PATCH] h264_mp4toannexb_bsf: always set idr_sps_pps_seen when SPS/PPS is seen.

2014-09-25 Thread Timothy Gu
Michael Niedermayer gmx.at> writes: > > On Fri, Aug 01, 2014 at 01:54:14AM +0200, Michael Niedermayer wrote: > > On Thu, Jul 31, 2014 at 03:40:51PM +0200, Benoit Fouet wrote: > > > In order not to break a sequence like "SPS IDR SPS IDR", the boolean > > > telling that the SPS/PPS has been seen

Re: [FFmpeg-devel] xtory codec support

2014-09-25 Thread Michael Niedermayer
On Wed, Sep 24, 2014 at 10:21:01AM +0400, I.C. Wiener wrote: > > Hello, i have just upload the sample of dxtory 2.0 output file with ffmpeg > stder dump(in corresponding txt file) to ftp://upload.ffmpeg.org/incoming . > Please, have a look. Recent version of avcodec can not decode it. fixed th

Re: [FFmpeg-devel] Please help update tasks and mentor/backups for OPW

2014-09-25 Thread Claudio Freire
On Thu, Sep 25, 2014 at 5:54 PM, Carl Eugen Hoyos wrote: > Reynaldo H. Verdejo Pinochet osg.samsung.com> writes: > >> Things that need urgent attention are ensuring listed >> projects are still relevant as well as making sure their >> mentors are still available and willing to take part on >> the

Re: [FFmpeg-devel] Please help update tasks and mentor/backups for OPW

2014-09-25 Thread Carl Eugen Hoyos
Reynaldo H. Verdejo Pinochet osg.samsung.com> writes: > Things that need urgent attention are ensuring listed > projects are still relevant as well as making sure their > mentors are still available and willing to take part on > the program. The FFv1 P frame project sounds very difficult. I

Re: [FFmpeg-devel] [PATCH]Autodetect jpg images

2014-09-25 Thread Michael Niedermayer
On Thu, Sep 25, 2014 at 06:10:51PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #2541 for me. > > Please comment, Carl Eugen > Makefile |1 + > allformats.c |1 + > img2dec.c| 52 > version.h|

Re: [FFmpeg-devel] [PATCH] avformat: remove FF_API_ASS_SSA dead code

2014-09-25 Thread wm4
On Thu, 25 Sep 2014 18:18:45 + (UTC) Rainer Hochecker wrote: > Clément Bœsch pkh.me> writes: > > > > > I'm seeing timestamps set in the packets with: > > ffprobe -show_packets -show_data -select_streams s:0 > ~/samples/Test_File-01.mkv > > > > Same with other streams > > > > > Thanks

Re: [FFmpeg-devel] [PATCH] x86/cavsdsp: fix buffer alignment in cavs_idct8_add_mmx()

2014-09-25 Thread James Almer
On 25/09/14 3:16 PM, Michael Niedermayer wrote: > On Thu, Sep 25, 2014 at 03:06:30PM -0300, James Almer wrote: >> It may be used by ff_add_pixels_clamped_sse2(). >> Should fix fate-cavs failures on some systems. >> >> Signed-off-by: James Almer >> --- >> libavcodec/x86/cavsdsp.c | 2 +- >> 1 file

Re: [FFmpeg-devel] [PATCH] x86/cavsdsp: fix buffer alignment in cavs_idct8_add_mmx()

2014-09-25 Thread James Almer
On 25/09/14 3:16 PM, Michael Niedermayer wrote: > On Thu, Sep 25, 2014 at 03:06:30PM -0300, James Almer wrote: >> It may be used by ff_add_pixels_clamped_sse2(). >> Should fix fate-cavs failures on some systems. >> >> Signed-off-by: James Almer >> --- >> libavcodec/x86/cavsdsp.c | 2 +- >> 1 file

Re: [FFmpeg-devel] OPW, MPEG-4 Audio Lossless Coding (ALS) encoder

2014-09-25 Thread Michael Niedermayer
On Thu, Sep 25, 2014 at 08:17:26PM +0200, Reimar Döffinger wrote: > On Thu, Sep 25, 2014 at 08:08:20PM +0200, Michael Niedermayer wrote: > > On Thu, Sep 25, 2014 at 07:43:53PM +0200, Reimar Döffinger wrote: > > > I am willing to mentor anyone who doesn't mind that I won't be on IRC. > > > I don't m

Re: [FFmpeg-devel] [PATCH] avcodec/svq1enc: align buffer used by simd functions

2014-09-25 Thread Michael Niedermayer
On Thu, Sep 25, 2014 at 03:20:06PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/svq1enc.c | 2 +- > libavcodec/x86/svq1enc.asm | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611E

[FFmpeg-devel] [PATCH] avcodec/svq1enc: align buffer used by simd functions

2014-09-25 Thread James Almer
Signed-off-by: James Almer --- libavcodec/svq1enc.c | 2 +- libavcodec/x86/svq1enc.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/svq1enc.c b/libavcodec/svq1enc.c index 850630f..288da1f 100644 --- a/libavcodec/svq1enc.c +++ b/libavcodec/svq1enc.c @@ -9

Re: [FFmpeg-devel] [PATCH] avformat: remove FF_API_ASS_SSA dead code

2014-09-25 Thread Rainer Hochecker
Clément Bœsch pkh.me> writes: > > I'm seeing timestamps set in the packets with: > ffprobe -show_packets -show_data -select_streams s:0 ~/samples/Test_File-01.mkv > > Same with other streams > Thanks, making use of ffprobe was a good idea. Now I see the difference. With version < 2.4 we go

Re: [FFmpeg-devel] OPW, MPEG-4 Audio Lossless Coding (ALS) encoder

2014-09-25 Thread Reimar Döffinger
On Thu, Sep 25, 2014 at 08:08:20PM +0200, Michael Niedermayer wrote: > On Thu, Sep 25, 2014 at 07:43:53PM +0200, Reimar Döffinger wrote: > > I am willing to mentor anyone who doesn't mind that I won't be on IRC. > > I don't mind being available via an kind of IM that runs well on > > Android, but I

Re: [FFmpeg-devel] [PATCH] x86/cavsdsp: fix buffer alignment in cavs_idct8_add_mmx()

2014-09-25 Thread Michael Niedermayer
On Thu, Sep 25, 2014 at 03:06:30PM -0300, James Almer wrote: > It may be used by ff_add_pixels_clamped_sse2(). > Should fix fate-cavs failures on some systems. > > Signed-off-by: James Almer > --- > libavcodec/x86/cavsdsp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM [...] --

Re: [FFmpeg-devel] OPW, MPEG-4 Audio Lossless Coding (ALS) encoder

2014-09-25 Thread Michael Niedermayer
On Thu, Sep 25, 2014 at 07:43:53PM +0200, Reimar Döffinger wrote: > On Thu, Sep 25, 2014 at 01:39:36PM +0200, Thilo Borgmann wrote: > > Am 25.09.14 13:32, schrieb Michael Niedermayer: > > > On Thu, Sep 25, 2014 at 12:28:19PM +0200, Thilo Borgmann wrote: > > >> Hi, > > >> > > I volunteer as co-

[FFmpeg-devel] [PATCH] x86/cavsdsp: fix buffer alignment in cavs_idct8_add_mmx()

2014-09-25 Thread James Almer
It may be used by ff_add_pixels_clamped_sse2(). Should fix fate-cavs failures on some systems. Signed-off-by: James Almer --- libavcodec/x86/cavsdsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/cavsdsp.c b/libavcodec/x86/cavsdsp.c index 681d16a..190f6ee 10

[FFmpeg-devel] Please help update tasks and mentor/backups for OPW

2014-09-25 Thread Reynaldo H. Verdejo Pinochet
Hello As you might already know, Samsung has decided to back up our initiative with the required 6K USD (Thanks!) and as result, we have got at least one mentee covered for this round of the Outreach Program for Women (http://gnome.org/opw/). We couldn't be happier about this but there's quite som

Re: [FFmpeg-devel] OPW, MPEG-4 Audio Lossless Coding (ALS) encoder

2014-09-25 Thread Reimar Döffinger
On Thu, Sep 25, 2014 at 01:39:36PM +0200, Thilo Borgmann wrote: > Am 25.09.14 13:32, schrieb Michael Niedermayer: > > On Thu, Sep 25, 2014 at 12:28:19PM +0200, Thilo Borgmann wrote: > >> Hi, > >> > I volunteer as co-mentor becuase my time is very limited currently. > However, I'm willing

[FFmpeg-devel] [PATCH] avfilter/signalstats: add more pixel formats

2014-09-25 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_signalstats.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavfilter/vf_signalstats.c b/libavfilter/vf_signalstats.c index 53f7401..47545aa 100644 --- a/libavfilter/vf_signalstats.c +++ b/libavfilter/vf_signalstats.c @@ -96,6 +96,9 @@ sta

Re: [FFmpeg-devel] [PATCH] lavu/ffmpeg_opt: Check return value of avcodec_find_encoder().

2014-09-25 Thread Michael Niedermayer
On Thu, Sep 25, 2014 at 04:15:56PM +0200, Thilo Borgmann wrote: > Hi, > > this was found when an ffserver is configured to output libvpx encoded video > but > the feeding ffmpeg has no libvpx support compiled in. > > -Thilo > ffmpeg_opt.c |4 > 1 file changed, 4 insertions(+) > c465e1

[FFmpeg-devel] [PATCH]Autodetect jpg images

2014-09-25 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #2541 for me. Please comment, Carl Eugen diff --git a/libavformat/Makefile b/libavformat/Makefile index d3bf48f..9f81320 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -194,6 +194,7 @@ OBJS-$(CONFIG_IMAGE_BMP_PIPE_DEMUXER) += img2dec.o img2.o

[FFmpeg-devel] [PATCH] lavu/ffmpeg_opt: Check return value of avcodec_find_encoder().

2014-09-25 Thread Thilo Borgmann
Hi, this was found when an ffserver is configured to output libvpx encoded video but the feeding ffmpeg has no libvpx support compiled in. -Thilo >From 30adcf74e5eff6e48bd6fee7ad5d9bd68e5429ca Mon Sep 17 00:00:00 2001 From: Thilo Borgmann Date: Thu, 25 Sep 2014 16:10:58 +0200 Subject: [PATCH] la

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-25 Thread compn
On Thu, 25 Sep 2014 07:45:12 -0400 "Ronald S. Bultje" wrote: > Well, that's his list, other devs will have their own priorities. right, please dont think because i'm one of the few voices speaking up that i make any policy around here. mostly we discuss policy on the mailing list, so if you do

Re: [FFmpeg-devel] [PATCH] avformat: remove FF_API_ASS_SSA dead code

2014-09-25 Thread Clément Bœsch
On Thu, Sep 25, 2014 at 12:41:50PM +, Rainer Hochecker wrote: > Rainer Hochecker online.de> writes: > > > > > It's me again. I got a matroshka sample for which I get ASS subs without > > timestamps (NOPTS_VALUE): > > https://mega.co.nz/#!dEcRwZ4C!cg_6xlpPlhRN0trGEDH1C-ErJ7gXIe6CUezaEokBSV8

Re: [FFmpeg-devel] [PATCH] avformat: remove FF_API_ASS_SSA dead code

2014-09-25 Thread Rainer Hochecker
Rainer Hochecker online.de> writes: > > It's me again. I got a matroshka sample for which I get ASS subs without > timestamps (NOPTS_VALUE): > https://mega.co.nz/#!dEcRwZ4C!cg_6xlpPlhRN0trGEDH1C-ErJ7gXIe6CUezaEokBSV8 . > > Am I doing anything wrong? > > Rainer > This file has no timestamps

Re: [FFmpeg-devel] [PATCH] avformat: remove FF_API_ASS_SSA dead code

2014-09-25 Thread Rainer Hochecker
Clément Bœsch pkh.me> writes: > > Supporting that properly is not that much work; there will just be a > somewhat nasty convert from this layout to the internal one (when that > last one will be sane). > > Maybe that's rare indeed, but then someone will suddenly find a .nut, or > maybe try to p

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-25 Thread Ronald S. Bultje
Hi Robert, On Thu, Sep 25, 2014 at 6:45 AM, Robert Krüger wrote: > On Thu, Sep 25, 2014 at 3:51 AM, compn wrote: > > this is one of ffmpegs goals, but i dont think it is a high priority. > > we dont really have official priorities, but i think the unofficial > > list is something like this: > >

Re: [FFmpeg-devel] OPW, MPEG-4 Audio Lossless Coding (ALS) encoder

2014-09-25 Thread Thilo Borgmann
Am 25.09.14 13:32, schrieb Michael Niedermayer: > On Thu, Sep 25, 2014 at 12:28:19PM +0200, Thilo Borgmann wrote: >> Hi, >> I volunteer as co-mentor becuase my time is very limited currently. However, I'm willing to help as much as I can. >>> >>> Thanks very much for volunteering as

Re: [FFmpeg-devel] OPW, MPEG-4 Audio Lossless Coding (ALS) encoder

2014-09-25 Thread Michael Niedermayer
On Thu, Sep 25, 2014 at 12:28:19PM +0200, Thilo Borgmann wrote: > Hi, > > >> I volunteer as co-mentor becuase my time is very limited currently. > >> However, I'm willing to help as much as I can. > >> > > > > Thanks very much for volunteering as my mentor. > > my pleasure. I hope Paul or Stefan

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-25 Thread Robert Krüger
First of all, thanks for taking the time for the detailed feedback. On Thu, Sep 25, 2014 at 3:51 AM, compn wrote: > On Mon, 15 Sep 2014 14:07:06 +0200 > Robert Krüger wrote: > >> On Mon, Sep 15, 2014 at 1:12 PM, Michael Niedermayer >> wrote: >> > On Mon, Sep 15, 2014 at 10:26:28AM +0200, Robert

Re: [FFmpeg-devel] OPW, MPEG-4 Audio Lossless Coding (ALS) encoder

2014-09-25 Thread Thilo Borgmann
Hi, >> I volunteer as co-mentor becuase my time is very limited currently. >> However, I'm willing to help as much as I can. >> > > Thanks very much for volunteering as my mentor. my pleasure. I hope Paul or Stefano agree to mentor you as well. >> For a start, Juliet, you should setup an accoun

Re: [FFmpeg-devel] OPW, MPEG-4 Audio Lossless Coding (ALS) encoder

2014-09-25 Thread Juliet Fru
Hello Thilo, > > I volunteer as co-mentor becuase my time is very limited currently. > However, I'm willing to help as much as I can. > Thanks very much for volunteering as my mentor. > > For a start, Juliet, you should setup an account on github and fork a > repository > from FFmpeg. Github's