Re: [FFmpeg-devel] [RFC][PATCH] avformat/flvdec: avoid reseting eof_reached to 0 silently

2015-04-13 Thread Zhang Rui
2015-04-14 1:09 GMT+08:00 wm4 : > On Mon, 13 Apr 2015 12:02:29 +0800 > Zhang Rui wrote: > >> 2015-04-12 22:45 GMT+08:00 Michael Niedermayer : >> > On Sun, Apr 12, 2015 at 12:00:18PM +0800, Zhang Rui wrote: >> >> 2015-04-10 22:04 GMT+08:00 wm4 : >> >> > On Fri, 10 Apr 2015 21:17:42 +0800 >> >> > Zh

Re: [FFmpeg-devel] [PATCH v2 2/3] [GSoC] [AAC] aacenc: Adjust the initial offset for PNS values

2015-04-13 Thread Michael Niedermayer
On Tue, Apr 14, 2015 at 12:33:51AM +0100, Rostislav Pehlivanov wrote: > This commit adjusts the intial offset for PNS values, introduced with commit > f7f71b5795d708763eb0c55fe5e2cb051b2b69f4 earlier. This commit shifts the > value in such a way that no further offsets are required in the aaccode

[FFmpeg-devel] Test for FLAC

2015-04-13 Thread Ludmila Glinskih
Hi! I changed my test after your comments, thanks for your suggestions.=) Now I test the codec with different parameters (sample rate and channel layout). For every set of parameters I create new input. I still use sin but now with double... The only other option I see is to pre-generate the

[FFmpeg-devel] [PATCH v2] examples: add flac_test

2015-04-13 Thread Ludmila Glinskih
This is a simple test for the FLAC codec. It generates an increasing tone, encodes it, decodes it back and compares with the original one byte-by-byte. --- configure| 2 + doc/Makefile | 1 + doc/examples/Makefile| 1 + doc/examples/flac_test.c | 295 +

[FFmpeg-devel] [PATCH v2 3/3] [GSoC] [AAC] aacdec: Use macros for constants

2015-04-13 Thread Rostislav Pehlivanov
This commit replaces the previous hardcoded constants with both new and previously defined macros from aac.h. This change makes it easy for anyone reading the code to know how encoding and decoding scalefactors works. It's also possibly a step in unifying some of the code across both the encoder

[FFmpeg-devel] [PATCH v2 2/3] [GSoC] [AAC] aacenc: Adjust the initial offset for PNS values

2015-04-13 Thread Rostislav Pehlivanov
This commit adjusts the intial offset for PNS values, introduced with commit f7f71b5795d708763eb0c55fe5e2cb051b2b69f4 earlier. This commit shifts the value in such a way that no further offsets are required in the aaccoder.c file. Earlier version of the PNS patch had 2 offsets in both the aaccod

[FFmpeg-devel] [PATCH v2 1/3] [GSoC] [AAC] aaccoder: Implement Perceptual Noise Substitution

2015-04-13 Thread Rostislav Pehlivanov
This commit implements the perceptual noise substitution AAC extension. This is a proof of concept implementation, and as such, is not enabled by default. This is the second revision of this patch, made after some discussion via non-public email due to a mistake. Any changes made since the first

Re: [FFmpeg-devel] [PATCH]Accept 0x000001 as startcode for hevc in mpegts

2015-04-13 Thread Michael Niedermayer
On Thu, Dec 18, 2014 at 11:08:39AM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #4194 for me, I did not look into > any specification. > > Please review, Carl Eugen no objection from me [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Re: [FFmpeg-devel] [PATCH] Check for not synchronized packets (very small feed file, very slow client connection)

2015-04-13 Thread Michael Niedermayer
On Sun, Apr 12, 2015 at 11:30:32PM +0200, Milan Matejec wrote: > Hi, > > attached is patch for encoding/decoding .ffm format. When you set a maximum > size of feed file to too small number (I tried 20k) and try to connect to > ffserver from very slow connection (simulated by reading 8k chunks and

[FFmpeg-devel] Accept 0x000001 as startcode for hevc in mpegts

2015-04-13 Thread Ali KIZIL
Hello All, There is ticket #4194: https://trac.ffmpeg.org/ticket/4194 On the below link, there is already working solution: https://ffmpeg.org/pipermail/ffmpeg-devel/2014-December/166753.html -- next part -- diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c i

Re: [FFmpeg-devel] NVENC H.265 4K Uncatchable 60fps Performance

2015-04-13 Thread Ali KIZIL
Timo Rothenpieler rothenpieler.org> writes: > > > I have a few questions. > > I will be grateful is someone can give an idea / reply. > > > > 1) On nvenc.c under libavcodec, is it possible to create more than one > > instance of nvenc to perform 4K 60 fps encoding using > > nvEncodeAPICreateIns

[FFmpeg-devel] NVENC HEVC Profile Settings Errors

2015-04-13 Thread Ali KIZIL
Hello, When setting level of HEVC in NVENC, FFmpeg gives error: root@encoder:~# /opt/ffmpeghw/bin/ffmpeg -i /root/bunny.mp4 -aspect 16:9 -s 3840x2160 -vcodec nvenc_h265 -preset hp -fflags +genpts -vb 25000k - minrate 25000k -maxrate 25000k -bufsize 75000k -muxrate 25000k -r 50 -an -flush_packet

Re: [FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 04:36:18PM -0500, David Favor wrote: > David Favor wrote: > >David Favor wrote: > >>The following command: > >> > >>ffmpeg -i clip.mts -c:v copy -c:a copy clip.mp4 (or clip.mov) > >> > >>seems to incorrectly write container values for fps + tbr which > >>causes .mp4/.mov

Re: [FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 04:11:41PM -0500, David Favor wrote: > David Favor wrote: > >The following command: > > > >ffmpeg -i clip.mts -c:v copy -c:a copy clip.mp4 (or clip.mov) > > > >seems to incorrectly write container values for fps + tbr which > >causes .mp4/.mov files to play with very odd

Re: [FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-13 Thread compn
On Mon, 13 Apr 2015 16:36:18 -0500 David Favor wrote: > > https://trac.ffmpeg.org/ticket/974 seems to be a ticket already > > opened for this. > This behavior isn't mentioned in the above ticket. your problem is remuxing h264 from mpegts to mp4 that ticket is for remuxing mpeg2 from mpegts to mp

Re: [FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-13 Thread David Favor
David Favor wrote: David Favor wrote: The following command: ffmpeg -i clip.mts -c:v copy -c:a copy clip.mp4 (or clip.mov) seems to incorrectly write container values for fps + tbr which causes .mp4/.mov files to play with very odd jerky movements. https://trac.ffmpeg.org/ticket/974 seem

Re: [FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-13 Thread David Favor
David Favor wrote: The following command: ffmpeg -i clip.mts -c:v copy -c:a copy clip.mp4 (or clip.mov) seems to incorrectly write container values for fps + tbr which causes .mp4/.mov files to play with very odd jerky movements. https://trac.ffmpeg.org/ticket/974 seems to be a ticket alr

Re: [FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-13 Thread David Favor
David Favor wrote: The following command: ffmpeg -i clip.mts -c:v copy -c:a copy clip.mp4 (or clip.mov) seems to incorrectly write container values for fps + tbr which causes .mp4/.mov files to play with very odd jerky movements. imac> avinfo clip.mts clip.mts length: 00:01:00.03, start

Re: [FFmpeg-devel] [PATCH 1/2] webdashenc: Add failure check for av_malloc.

2015-04-13 Thread Vignesh Venkatasubramanian
On Mon, Apr 13, 2015 at 12:46 PM, Michael Niedermayer wrote: > On Mon, Apr 13, 2015 at 12:16:31PM -0700, Vignesh Venkatasubramanian wrote: >> Add a missing failure check for av_malloc call. >> >> Signed-off-by: Vignesh Venkatasubramanian >> --- >> libavformat/webmdashenc.c | 6 -- >> 1 file

[FFmpeg-devel] ffmpeg latest git - rewrapping (codec copy) breaks container fps/tbr values

2015-04-13 Thread David Favor
The following command: ffmpeg -i clip.mts -c:v copy -c:a copy clip.mp4 (or clip.mov) seems to incorrectly write container values for fps + tbr which causes .mp4/.mov files to play with very odd jerky movements. imac> avinfo clip.mts clip.mts length: 00:01:00.03, start: 1.433367, bitrate:

Re: [FFmpeg-devel] [PATCH 2/2] webmdashenc: Fix potential leak in realloc

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 12:16:44PM -0700, Vignesh Venkatasubramanian wrote: > Fix potential leak in av_realloc call where the output was being > overwritten by using a temporary variable. > > Signed-off-by: Vignesh Venkatasubramanian > --- > libavformat/webmdashenc.c | 5 +++-- > 1 file changed,

Re: [FFmpeg-devel] [PATCH 1/2] webdashenc: Add failure check for av_malloc.

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 12:16:31PM -0700, Vignesh Venkatasubramanian wrote: > Add a missing failure check for av_malloc call. > > Signed-off-by: Vignesh Venkatasubramanian > --- > libavformat/webmdashenc.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/libavforma

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: use av_malloc(z)_array()

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 06:49:04PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/alsdec.c | 61 > ++--- > 1 file changed, 30 insertions(+), 31 deletions(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6

[FFmpeg-devel] [PATCH 1/2] webdashenc: Add failure check for av_malloc.

2015-04-13 Thread Vignesh Venkatasubramanian
Add a missing failure check for av_malloc call. Signed-off-by: Vignesh Venkatasubramanian --- libavformat/webmdashenc.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c index c5347a9..80266f7 100644 --- a/libavformat/

[FFmpeg-devel] [PATCH 2/2] webmdashenc: Fix potential leak in realloc

2015-04-13 Thread Vignesh Venkatasubramanian
Fix potential leak in av_realloc call where the output was being overwritten by using a temporary variable. Signed-off-by: Vignesh Venkatasubramanian --- libavformat/webmdashenc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavformat/webmdashenc.c b/libavformat/web

[FFmpeg-devel] [PATCH] avcodec/alsdec: use av_malloc(z)_array()

2015-04-13 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/alsdec.c | 61 ++--- 1 file changed, 30 insertions(+), 31 deletions(-) diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index bac434f..65aa7d2 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec

Re: [FFmpeg-devel] Refund request for Chemnitzer Linux Tage 2015

2015-04-13 Thread Thomas Volkert
Am 13.04.2015 um 12:21 schrieb Stefano Sabatini: On date Monday 2015-04-13 12:19:36 +0200, Michael Niedermayer encoded: On Mon, Apr 13, 2015 at 11:37:39AM +0200, Thomas Volkert wrote: Hi, My expenses consist of: - 5 x t-shirt: 116,49 € (the shirts were given to our team, one stays with me) -

Re: [FFmpeg-devel] [PATCH 2/2] Using dynamic arrays for multiple style records

2015-04-13 Thread Philip Langdale
On 2015-04-13 07:57, Niklesh Lalwani wrote: From: Niklesh This patch attempts to use dynamic arrays to support multiple style records. However, I am unable to get proper output with using av_dynamic_array(). It seems I am not using this function properly. Can anyone explain? Signed-off-by: Nikl

Re: [FFmpeg-devel] [PATCH 1/2] Decoding of Bold Italic and Underlined styles for 3GPP timed text subtitles

2015-04-13 Thread Philip Langdale
On 2015-04-13 07:56, Niklesh Lalwani wrote: From: Niklesh This patch is a part of my qualification task to implement support for Bold, Italic, and Underlined style records for 3GPP timed text subtitles. I am continuing Wesley's work. This patch supports decoding of no more than one style record

Re: [FFmpeg-devel] [PATCH 2/2] Using dynamic arrays for multiple style records

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 08:27:59PM +0530, Niklesh Lalwani wrote: > From: Niklesh > > This patch attempts to use dynamic arrays to support multiple style records. > However, I am unable to get proper output with using av_dynamic_array(). It > seems I am not using this function properly. Can anyo

Re: [FFmpeg-devel] Refund request for Chemnitzer Linux Tage 2015

2015-04-13 Thread Thilo Borgmann
Am 13.04.15 um 12:22 schrieb Stefano Sabatini: > On date Monday 2015-04-13 12:19:21 +0200, Michael Niedermayer encoded: >> On Fri, Apr 10, 2015 at 08:58:13PM +0200, Thilo Borgmann wrote: >>> Hi! >>> >>> I'd like to request refunds for merchandise expenses at the Chemnitzer >>> Linux Tage 2015, wher

Re: [FFmpeg-devel] [RFC][PATCH] avformat/flvdec: avoid reseting eof_reached to 0 silently

2015-04-13 Thread wm4
On Mon, 13 Apr 2015 12:02:29 +0800 Zhang Rui wrote: > 2015-04-12 22:45 GMT+08:00 Michael Niedermayer : > > On Sun, Apr 12, 2015 at 12:00:18PM +0800, Zhang Rui wrote: > >> 2015-04-10 22:04 GMT+08:00 wm4 : > >> > On Fri, 10 Apr 2015 21:17:42 +0800 > >> > Zhang Rui wrote: > >> >> > >> >> This kind

Re: [FFmpeg-devel] [PATCH] Fixed remuxing of HDMV PGS subtitles

2015-04-13 Thread Philip Langdale
On 2015-04-13 03:39, Petri Hintukainen wrote: I don't know if it is a good idea to use HDMV stream types without HDMV program registration descriptor. If this is fixed incrementally, fixing should be started from the opposite direction: - Using HDMV stream type requires HDMV registration descrip

Re: [FFmpeg-devel] [PATCH 1/2] Decoding of Bold Italic and Underlined styles for 3GPP timed text subtitles

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 08:26:59PM +0530, Niklesh Lalwani wrote: > From: Niklesh > > This patch is a part of my qualification task to implement support for Bold, > Italic, and Underlined style records for 3GPP timed text subtitles. I am > continuing Wesley's work. This patch supports decoding o

Re: [FFmpeg-devel] [PATCH] fate: add tta encoder test

2015-04-13 Thread Paul B Mahol
On 4/13/15, Nicolas George wrote: > Le quartidi 24 germinal, an CCXXIII, Paul B Mahol a ecrit : >> TTA muxer is impossible to write without using temporary file instead of >> caching >> all frames in memory. > > Can you shortly explain why (or give a link to where it was already done)? http://en.

[FFmpeg-devel] [PATCH 2/2] Using dynamic arrays for multiple style records

2015-04-13 Thread Niklesh Lalwani
From: Niklesh This patch attempts to use dynamic arrays to support multiple style records. However, I am unable to get proper output with using av_dynamic_array(). It seems I am not using this function properly. Can anyone explain? Signed-off-by: Niklesh --- libavcodec/movtextdec.c | 65 +

[FFmpeg-devel] [PATCH 1/2] Decoding of Bold Italic and Underlined styles for 3GPP timed text subtitles

2015-04-13 Thread Niklesh Lalwani
From: Niklesh This patch is a part of my qualification task to implement support for Bold, Italic, and Underlined style records for 3GPP timed text subtitles. I am continuing Wesley's work. This patch supports decoding of no more than one style record. Patch[2/2] attempts to use dynamic arrays

Re: [FFmpeg-devel] Question on tbr, tbn, tbc

2015-04-13 Thread Kamaldeep Tumkur
Thanks for the detailed answer. Needs no more clarifications. I will pursue such questions on the user list. Thanks On Mon, Apr 13, 2015 at 7:09 PM, Jean First wrote: > On Mon Apr 13 2015 15:30:03 GMT+0200 (CEST), Kamaldeep Tumkur wrote: > > I have an mpeg4 transcoded from an mov source that ha

Re: [FFmpeg-devel] Question on tbr, tbn, tbc

2015-04-13 Thread Jean First
On Mon Apr 13 2015 15:30:03 GMT+0200 (CEST), Kamaldeep Tumkur wrote: > I have an mpeg4 transcoded from an mov source that has the following: > > Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), > yuv420p(tv, bt709), 480x270 [SAR 1:1 DAR 16:9], 462 kb/s, 25 fps, 25 tbr, > 12

[FFmpeg-devel] Question on tbr, tbn, tbc

2015-04-13 Thread Kamaldeep Tumkur
I have an mpeg4 transcoded from an mov source that has the following: Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(tv, bt709), 480x270 [SAR 1:1 DAR 16:9], 462 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default) Why is tbn value so high? Why do the tbc and tbn va

Re: [FFmpeg-devel] [PATCH] fate: add tta encoder test

2015-04-13 Thread Nicolas George
Le quartidi 24 germinal, an CCXXIII, Paul B Mahol a écrit : > TTA muxer is impossible to write without using temporary file instead of > caching > all frames in memory. Can you shortly explain why (or give a link to where it was already done)? Regards, -- Nicolas George signature.asc Descr

Re: [FFmpeg-devel] [PATCH] fate: add tta encoder test

2015-04-13 Thread Paul B Mahol
On 4/13/15, James Almer wrote: > Signed-off-by: James Almer > --- > This should be updated whenever a TTA muxer is written and commited since > Matroska is not ideal for the format. > TTA muxer is impossible to write without using temporary file instead of caching all frames in memory. _

Re: [FFmpeg-devel] Remove codec specific metadata inside MDAT

2015-04-13 Thread Kamaldeep Tumkur
Ok, thank you for the info. On Mon, Apr 13, 2015 at 5:22 PM, Kieran Kunhya wrote: > On 13 April 2015 at 12:49, Kamaldeep Tumkur > wrote: > > I don't want to hide the x264 settings. If this is part of the bitstream, > > are all decoders going to understand it? Will it be used in some way? For >

Re: [FFmpeg-devel] [PATCH] h264: remove bogus YCgCo warning message

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 01:03:35PM +0200, wm4 wrote: > YCgCo decoding works just fine. It depends on the API user what is done > with the output. Some API users might support it, some not. Some users > might support it under certain circumstances only. > > It is not the job of the decoder to print

Re: [FFmpeg-devel] Remove codec specific metadata inside MDAT

2015-04-13 Thread Kieran Kunhya
On 13 April 2015 at 12:49, Kamaldeep Tumkur wrote: > I don't want to hide the x264 settings. If this is part of the bitstream, > are all decoders going to understand it? Will it be used in some way? For > decoders that do not understand it, will it cause issues or will it be > ignored? It is a le

Re: [FFmpeg-devel] Remove codec specific metadata inside MDAT

2015-04-13 Thread Kamaldeep Tumkur
I don't want to hide the x264 settings. If this is part of the bitstream, are all decoders going to understand it? Will it be used in some way? For decoders that do not understand it, will it cause issues or will it be ignored? Thanks On Mon, Apr 13, 2015 at 4:47 PM, Kieran Kunhya wrote: > > Is

Re: [FFmpeg-devel] Remove codec specific metadata inside MDAT

2015-04-13 Thread Kieran Kunhya
> Is there a way for me to remove the x264 specific metadata from the MDAT > box of the mp4? Right now, my MDAT has the following as the first few > bytes. Is this length accounted for as part of MDAT headers? This data is part of the video bitstream. If you want to hide your x264 settings please

[FFmpeg-devel] Remove codec specific metadata inside MDAT

2015-04-13 Thread Kamaldeep Tumkur
Hello, I have an mov file encoded as an mp4 MBR stream at 3-4 different bitrates with x264 encoding. Is there a way for me to remove the x264 specific metadata from the MDAT box of the mp4? Right now, my MDAT has the following as the first few bytes. Is this length accounted for as part of MDAT h

[FFmpeg-devel] [PATCH] h264: remove bogus YCgCo warning message

2015-04-13 Thread wm4
YCgCo decoding works just fine. It depends on the API user what is done with the output. Some API users might support it, some not. Some users might support it under certain circumstances only. It is not the job of the decoder to print this message. If the API user supports it, this message is ext

Re: [FFmpeg-devel] [PATCH] Fixed remuxing of HDMV PGS subtitles

2015-04-13 Thread Petri Hintukainen
On su, 2015-04-12 at 16:40 -0700, Philip Langdale wrote: > On Sun, 12 Apr 2015 08:13:39 + (UTC) > Carl Eugen Hoyos wrote: > > > > I tested with samples from the following directories: > > http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket598/ > > http://samples.ffmpeg.org/ffmpeg-bugs/trac/tick

Re: [FFmpeg-devel] Pixel format 12bit grayscale

2015-04-13 Thread Carl Eugen Hoyos
wm4 googlemail.com> writes: > GRAY12 would be something different from GRAY16 with > bits_per_raw_sample set. The former sets MSBs to zero, > the latter zeros LSBs. It should not zero them, white should not be gray. (But there is of course no difference between the two.) Carl Eugen __

Re: [FFmpeg-devel] Pixel format 12bit grayscale

2015-04-13 Thread wm4
On Mon, 13 Apr 2015 10:19:15 + (UTC) Carl Eugen Hoyos wrote: > Michael Niedermayer gmx.at> writes: > > > On Mon, Apr 13, 2015 at 09:59:57AM +, Marco Porsch wrote: > > > > Previously we had regular 16bit RAW that worked like a > > > charm as input to FFmpeg. The naïve approach of upsca

Re: [FFmpeg-devel] Refund request for Chemnitzer Linux Tage 2015

2015-04-13 Thread Stefano Sabatini
On date Monday 2015-04-13 12:19:21 +0200, Michael Niedermayer encoded: > On Fri, Apr 10, 2015 at 08:58:13PM +0200, Thilo Borgmann wrote: > > Hi! > > > > I'd like to request refunds for merchandise expenses at the Chemnitzer > > Linux Tage 2015, where we had manned a booth for FFmpeg. > > > > I wo

Re: [FFmpeg-devel] Refund request for Chemnitzer Linux Tage 2015

2015-04-13 Thread Stefano Sabatini
On date Monday 2015-04-13 12:19:36 +0200, Michael Niedermayer encoded: > On Mon, Apr 13, 2015 at 11:37:39AM +0200, Thomas Volkert wrote: > > Hi, > > > > My expenses consist of: > > - 5 x t-shirt: 116,49 € (the shirts were given to our team, one > > stays with me) > > - 1 x tablecloth: 81,61 € > >

Re: [FFmpeg-devel] Pixel format 12bit grayscale

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 10:19:15AM +, Carl Eugen Hoyos wrote: > Michael Niedermayer gmx.at> writes: > > > On Mon, Apr 13, 2015 at 09:59:57AM +, Marco Porsch wrote: > > > > Previously we had regular 16bit RAW that worked like a > > > charm as input to FFmpeg. The naïve approach of upscal

Re: [FFmpeg-devel] Refund request for Chemnitzer Linux Tage 2015

2015-04-13 Thread Michael Niedermayer
On Fri, Apr 10, 2015 at 08:58:13PM +0200, Thilo Borgmann wrote: > Hi! > > I'd like to request refunds for merchandise expenses at the Chemnitzer > Linux Tage 2015, where we had manned a booth for FFmpeg. > > I wonder why there seems to be nothing else on the list because expenses > were higher th

Re: [FFmpeg-devel] Pixel format 12bit grayscale

2015-04-13 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > On Mon, Apr 13, 2015 at 09:59:57AM +, Marco Porsch wrote: > > Previously we had regular 16bit RAW that worked like a > > charm as input to FFmpeg. The naïve approach of upscaling > > the 12bit to 16bit destroys the compression efficiency of > > course

Re: [FFmpeg-devel] Refund request for Chemnitzer Linux Tage 2015

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 11:37:39AM +0200, Thomas Volkert wrote: > Hi, > > My expenses consist of: > - 5 x t-shirt: 116,49 € (the shirts were given to our team, one > stays with me) > - 1 x tablecloth: 81,61 € > - 1 x traveling: 147 € > - no hotel costs > --- > total: 34

Re: [FFmpeg-devel] Pixel format 12bit grayscale

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 09:59:57AM +, Marco Porsch wrote: > Hi, > > our automotive cameras generate a weird kind of 12bit RAW format that I would > like to encode using FFVHUFF. Unfortunately, the 12bit grayscale pixel format > is not yet supported. > Can you point me on the right track to i

Re: [FFmpeg-devel] [PATCH] lavf/mpeg: vobsub add an option to specify the .sub's URI

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 01:17:28AM -0500, Rodger Combs wrote: > --- > libavformat/mpeg.c | 52 +--- > 1 file changed, 37 insertions(+), 15 deletions(-) applied maybe you want to add a fate test for this or add a sub file to an existing fate test t

[FFmpeg-devel] Pixel format 12bit grayscale

2015-04-13 Thread Marco Porsch
Hi, our automotive cameras generate a weird kind of 12bit RAW format that I would like to encode using FFVHUFF. Unfortunately, the 12bit grayscale pixel format is not yet supported. Can you point me on the right track to implement this pixel format? And will the encoder be able to handle the 12

Re: [FFmpeg-devel] [PATCH] fate: add tta encoder test

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 04:12:28AM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > Now with the ref file. > > This should be updated whenever a TTA muxer is written and commited since > Matroska is not ideal for the format. > > tests/fate/acodec.mak | 3 +++ > tests/ref/acodec/t

[FFmpeg-devel] [PATCH] h264: remove bogus YCgCo warning message

2015-04-13 Thread wm4
YCgCo decoding works just fine. It depends on the API user what is done with the output. Some API users might support it, some not. Some users might support it under certain circumstances only. It is not the job of the decoder to print this message. If the API user supports it, this message is ext

Re: [FFmpeg-devel] Refund request for Chemnitzer Linux Tage 2015

2015-04-13 Thread Thomas Volkert
Hi, My expenses consist of: - 5 x t-shirt: 116,49 € (the shirts were given to our team, one stays with me) - 1 x tablecloth: 81,61 € - 1 x traveling: 147 € - no hotel costs --- total: 345,1 € (The invoices were sent to Stefano.) Best regards, Thomas. Am 10.04.2015

Re: [FFmpeg-devel] [PATCH] lavf/http: handle case where the server returns a redirect during a seek

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 12:39:44AM -0500, Rodger Combs wrote: > txoffer (e.g. http://tori.aoi-chan.com/ ) redirects to the same URI on your > first request, and serves the actual file on the second. It's stupid, but > AFAIK > technically compliant. We'd previously see the server not handing back a

[FFmpeg-devel] [PATCH] fate: add tta encoder test

2015-04-13 Thread James Almer
Signed-off-by: James Almer --- Now with the ref file. This should be updated whenever a TTA muxer is written and commited since Matroska is not ideal for the format. tests/fate/acodec.mak | 3 +++ tests/ref/acodec/tta | 4 2 files changed, 7 insertions(+) create mode 100644 tests/ref/ac

[FFmpeg-devel] [PATCH] fate: add tta encoder test

2015-04-13 Thread James Almer
Signed-off-by: James Almer --- This should be updated whenever a TTA muxer is written and commited since Matroska is not ideal for the format. tests/fate/acodec.mak | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/fate/acodec.mak b/tests/fate/acodec.mak index b7e510c..56301d3 100644