Re: [FFmpeg-devel] [PATCH 2/2] doc/examples/muxing: Fix packet duration

2016-07-17 Thread Gonzalo
copy the stream parameters\n"); exit(1); } +ost->st->codec->ticks_per_frame = c->ticks_per_frame; +ost->st->codec->time_base = c->time_base; } I can verify it fixes the ticket, but creates warnings of AVStream::codec being dep

Re: [FFmpeg-devel] [PATCH 2/2] doc/examples/muxing: Fix packet duration

2016-07-22 Thread Gonzalo
to codecpar or do you see some other solution ? [...] Ping. Can you CC nevcairiel, as he may not read this? The problem right now is that ffmpeg has an api that cannot work without deprecated warnings. -- Gonzalo Garramuño ggarr...@gmail.com ___ ffm

Re: [FFmpeg-devel] [PATCH] avutil/frame: Assert that width/height/channels is 0 for the destination of av_frame*_ref()

2016-03-08 Thread Gonzalo
ly? They are overwritten right after. -- Gonzalo Garramuño ggarr...@gmail.com ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] fps wrong with codecpar

2016-06-30 Thread Gonzalo
s about st->codec being deprecated). -- Gonzalo Garramuño ggarr...@gmail.com ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] Install config.h?

2015-10-09 Thread Gonzalo
Hi, I would like my program to print out its ffmpeg compile options like ffplay or ffmpeg do. However, that info seems to be part of config.h which is not installed. I would like to make a request to install it unless there's other way to get that info. Thank you very much. Go

Re: [FFmpeg-devel] Install config.h?

2015-10-09 Thread Gonzalo
El 09/10/15 a las 14:18, Ronald S. Bultje escribió: avconfig.h is the installed counterpart. If you want something from config.h available in applications, move it to avconfig.h. config.h will never be installed. Thanks. Find attached a patch for configure to have avconfig.h list the configur

[FFmpeg-devel] [PATCH] configure: Add FFMPEG_CONFIGURATION and FFMPEG_LICENSE defines to avconfig.h

2015-10-09 Thread Gonzalo
This was sent in another mail, but may be lost since it did not specify a PATCH. The patch is to get the license and compile flags from any application, I add them to the distribution of avconfig.h. Thanks. diff --git a/configure b/configure index b572d59..4196088 100755 --- a/configure +++ b

Re: [FFmpeg-devel] [PATCH] configure: Add FFMPEG_CONFIGURATION and FFMPEG_LICENSE defines to avconfig.h

2015-10-09 Thread Gonzalo
El 09/10/15 a las 16:58, Nicolas George escribió: This information is already available through avcodec_configuration() and avcodec_license(). Do you really need a static version? With a shared library, it may not match. Thank you very much. That was exactly the functions I was looking for.

Re: [FFmpeg-devel] [PATCH 1/1] avcodec/png: read and write stereo3d frame side data information

2015-10-22 Thread Gonzalo
ot add any image resolution checks defined by spec. Regards, Kirill Do you have an example of writing a stereo image through the API? -- Gonzalo Garramuño ggarr...@gmail.com ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailma

[FFmpeg-devel] Broken compilation

2015-12-04 Thread Gonzalo
I just merged master and run into a broken compile: make: *** No rule to make target «libavcodec/pixblockdsp_template.c», needed by «libavcodec/pixblockdsp.o». Thanks for looking into it. -- Gonzalo Garramuño ggarr...@gmail.com ___ ffmpeg-devel

[FFmpeg-devel] pngdec failing with an assertion

2015-09-27 Thread Gonzalo
$ ffplay /media/Linux/anims/wildlife/wildlife.%04d.png ffplay version N-75563-g235381e Copyright (c) 2003-2015 the FFmpeg developers built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04) configuration: --enable-gpl --enable-shared --enable-gray --enable-runtime-cpudetect --enable-bzlib --enable-

Re: [FFmpeg-devel] pngdec failing with an assertion

2015-09-27 Thread Gonzalo
El 27/09/15 a las 22:45, Gonzalo escribió: $ ffplay /media/Linux/anims/wildlife/wildlife.%04d.png ffplay version N-75563-g235381e Copyright (c) 2003-2015 the FFmpeg developers built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04) configuration: --enable-gpl --enable-shared --enable-gray

Re: [FFmpeg-devel] pngdec failing with an assertion

2015-09-28 Thread Gonzalo
Please file a ticket at trac.ffmpeg.org with the source PNGs attached to it. Timothy I have done so. The ticket #4887: defect: PNG sequences crashffplaywith an assertion (new) A set of 10 png files as a zip file has been uploaded to: ​http://www.dat

Re: [FFmpeg-devel] [PATCH]lavc/pngdec: Reset has_trns on init

2015-09-28 Thread Gonzalo
El 28/09/15 a las 16:29, Carl Eugen Hoyos escribió: Carl Eugen Hoyos ag.or.at> writes: Attached patch fixes ticket #4887 for me. Thanks for the quick turnaround to you and Paul B. Mahol. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http:/

Re: [FFmpeg-devel] [PATCH] avcodec/exr: add cineon lin2log trc

2020-03-06 Thread Gonzalo Garramuño
El 06/03/20 a las 16:33, Mark Reid escribió: You would perhaps be better creating a specialist filter and implementing it using OCIO (as suggested https://github.com/AcademySoftwareFoundation/tac/tree/master/gsoc), or extending the current 3D LUT code to read Cinespace or other 3D LUT formats t

Re: [FFmpeg-devel] [PATCH] Added interrupt to av_read_frame() in utils.c. This allows av_read_frame to return after a timeout period.

2019-11-21 Thread Gonzalo Garramuño
El 21/11/19 a las 06:42, Carl Eugen Hoyos escribió: Am Mi., 20. Nov. 2019 um 23:42 Uhr schrieb : From: Gonzalo Garramuño I was under the impression that the following patch was written by Blake Senftner, bsenftner at earthlink.net Am I wrong? He wrote the original patch that had the exit

Re: [FFmpeg-devel] [PATCH] libavcodec/exr.c: Made channel name comparisons case insensitive.

2020-01-19 Thread Gonzalo Garramuño
El 19/01/20 a las 19:00, Paul B Mahol escribió: I doubt this is good. Why? I have images created out of Houdini that do not follow the uppercase convention used in the exr.c decoder. The layers cannot be read unless the pattern matches layers like: indirect_diffuse.r. _

Re: [FFmpeg-devel] [RFC] BSF list API

2016-06-08 Thread Gonzalo Garramuño
On 08/06/2016 06:34 p.m., Marton Balint wrote: Hi All, Please comment, thanks, Be careful that : in Windows do not currently parse well if you need to use them in a path, like F:/filter/ or Z:/movie. They are parsed as F and /filter/ and Z and /movie/ respectively.

Re: [FFmpeg-devel] [PATCH]lavc/psd: Support 1bpp images

2017-01-10 Thread Gonzalo Garramuño
El 10/01/2017 a las 10:21, Carl Eugen Hoyos escribió: } +} else if (avctx->pix_fmt == AV_PIX_FMT_MONOWHITE) { +ptr = picture->data[0]; +for (y = 0; y < s->height; y++) { +memcpy(ptr, ptr_data, s->width + 7 >> 3); +ptr_data += s->width + 7 >>

[FFmpeg-devel] OpenEXR update and question

2014-08-25 Thread Gonzalo Garramuno
As you might not know, there's a new version of the OpenEXR library. This version introduces a new compressing scheme from Dreamworks Animation which is really great. It is patented but free to use as long as you use the openexr library. I asked the owner of the patent whether it should be pos

Re: [FFmpeg-devel] OpenEXR update and question

2014-08-25 Thread Gonzalo Garramuno
On 25/08/14 19:01, Nicolas George wrote: L'octidi 8 fructidor, an CCXXII, Gonzalo Garramuno a écrit : As you might not know, there's a new version of the OpenEXR library. This version introduces a new compressing scheme from Dreamworks Animation which is really great. It is patente

Re: [FFmpeg-devel] OpenEXR update and question

2014-08-27 Thread Gonzalo Garramuno
On 27/08/14 11:38, Carl Eugen Hoyos wrote: Gonzalo Garramuno gmail.com> writes: I am asking here if my reasoning is correct and what would the best approach be. Please provide a failing sample. I've uploaded the sample Tree image compressed with dwaa. http://www.datafilehost.com/d/

[FFmpeg-devel] RTMPS to FFM

2018-01-17 Thread Gonzalo Martinez
eed to contract someone to help with this bug, I have an environment with the build and the code and you can test with me in the camera that is android based. Please let me know if someone can take this job or if you need more details about the error. Thanks -- Gonzalo Martinez *blog.deploshark.

Re: [FFmpeg-devel] Converting build to CMake

2022-08-28 Thread Gonzalo Garramuño
have to wonder, as I only have Windows 8.1 so far, doesn't Windows 10 WSL2 solve the compilation issues by having the lib be compiled on an Ubuntu distro? -- Gonzalo Garramuño ggarr...@gmail.com ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpe

Re: [FFmpeg-devel] Off topic question about format specifiers in the C stdlib

2015-05-30 Thread Gonzalo Garramuno
el mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel If your codec works with ffmpeg, ffmpeg already supports the %04d notation for frame sequences (exr, png, etc). -- Gonzalo Garramuño ___ ffmpeg-devel mailing list ff

[FFmpeg-devel] Blackmagic Design Intensity Pro 4K - Decklink - Problem to select RGB color space

2015-03-18 Thread Gonzalo Berdeal
s of pix_fmt for RGB444. Could it be possible to add as an extra option for ffmpeg when using Deckling devices the variable to support more color spaces? Do you think this could fix the problem with the Intensity Pro 4K? Thank you very much in a