Re: [FFmpeg-devel] [PATCH] avformat/wvdec: fix seeking

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 01:33:06PM +0200, wm4 wrote: > While I'm not sure why exactly sure why the old code could end up in the > wrong position, using the generic index code is much simpler and is > known to work correctly. > --- > A sample for testing can be produced with ffmpeg itself. > --- >

Re: [FFmpeg-devel] [PATCH 1/2] tests/tiny_psnr: do not ignore errors from run_psnr

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 08:38:15PM +0200, Andreas Cadhalpun wrote: > On 23.04.2015 15:44, Michael Niedermayer wrote: > > On Wed, Apr 22, 2015 at 09:10:51PM -0700, Timothy Gu wrote: > >> On Thu, Apr 23, 2015 at 04:43:09AM +0200, Michael Niedermayer wrote: > >>> failure to calculate psnr should not r

Re: [FFmpeg-devel] [PATCH] alac: validate k before using show_bits in decode_scalar

2015-04-23 Thread Michael Niedermayer
On Fri, Apr 24, 2015 at 12:15:23AM +0200, Andreas Cadhalpun wrote: > On 23.04.2015 23:37, Michael Niedermayer wrote: > > On Thu, Apr 23, 2015 at 08:53:29PM +0200, Andreas Cadhalpun wrote: > >> On 23.04.2015 16:37, Michael Niedermayer wrote: > >>> On Wed, Apr 22, 2015 at 06:24:54PM +0200, Andreas Ca

Re: [FFmpeg-devel] [FFMpeg-Devel][GSoC][PATCH 1/2] postproc: Updated postprocess_template to use new sse/avx deinterlace functions

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 05:54:05PM -0400, Tucker DiNapoli wrote: > I've revised the code and now the linear_interpolate and median deinterlace > filters > give the exact same results for both C and sse2/avx2. I'm almost certain the > reason > the other deinterlace filters don't give the exact sam

Re: [FFmpeg-devel] [PATCH] alac: validate k before using show_bits in decode_scalar

2015-04-23 Thread Andreas Cadhalpun
On 23.04.2015 23:37, Michael Niedermayer wrote: > On Thu, Apr 23, 2015 at 08:53:29PM +0200, Andreas Cadhalpun wrote: >> On 23.04.2015 16:37, Michael Niedermayer wrote: >>> On Wed, Apr 22, 2015 at 06:24:54PM +0200, Andreas Cadhalpun wrote: >> libavcodec/alac.c | 4 >> 1 file changed, 4 inserti

Re: [FFmpeg-devel] [PATCH] avcodec[/format]/webpenc: use WebPAnimEncoder API to generate animated WebP

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 11:51:15PM +0200, Michael Niedermayer wrote: > On Thu, Apr 16, 2015 at 10:40:14PM +, Urvang Joshi wrote: > > On Thu, Apr 16, 2015 at 3:09 PM James Almer wrote: > > > > > On 16/04/15 4:18 PM, Urvang Joshi wrote: > > > > Hi, > > > > Here's the patch without whitespace ch

[FFmpeg-devel] Commit messages (was: [PATCH]Allow easy png streamcopying)

2015-04-23 Thread Nicolas George
Le quartidi 4 floréal, an CCXXIII, Carl Eugen Hoyos a écrit : > I believe it is much more important to explain why. Sorry to insist on that, but that is something that is bothering me and this is as good an occasion as any. I find that our side of the fork in general (I do not want to point any n

[FFmpeg-devel] [FFMpeg-Devel][GSoC][PATCH 1/2] postproc: Updated postprocess_template to use new sse/avx deinterlace functions

2015-04-23 Thread Tucker DiNapoli
I've revised the code and now the linear_interpolate and median deinterlace filters give the exact same results for both C and sse2/avx2. I'm almost certain the reason the other deinterlace filters don't give the exact same result is due to the use of tempory memory to hold some lines, I'm not ex

[FFmpeg-devel] [FFMpeg-Devel][GSoC][PATCH 2/2] postproc: Added support for sse2/avx2 versions of the do_a_deblock function

2015-04-23 Thread Tucker DiNapoli
The sse2/avx2 deblock functions now actually get called, I added a new file with the sse2/avx2 code for do_a_deblock. I also moved the code for running vertical deblock filters into it's own function, both to clean up the postprocess funciton and to make it easier to integrate the new sse2/avx2 ve

Re: [FFmpeg-devel] [PATCH] avcodec[/format]/webpenc: use WebPAnimEncoder API to generate animated WebP

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 16, 2015 at 10:40:14PM +, Urvang Joshi wrote: > On Thu, Apr 16, 2015 at 3:09 PM James Almer wrote: > > > On 16/04/15 4:18 PM, Urvang Joshi wrote: > > > Hi, > > > Here's the patch without whitespace changes. > > > > > > Thanks, > > > Urvang > > > > This patch doesn't apply cleanly.

Re: [FFmpeg-devel] [PATCH] alac: validate k before using show_bits in decode_scalar

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 08:53:29PM +0200, Andreas Cadhalpun wrote: > On 23.04.2015 16:37, Michael Niedermayer wrote: > > On Wed, Apr 22, 2015 at 06:24:54PM +0200, Andreas Cadhalpun wrote: > >> The k != 1 case calls show_bits(gb, k), which doesn't make sense if k > >> is 0. > > > > i dont think k =

Re: [FFmpeg-devel] [libav-devel] [PATCH] alac: validate k before using show_bits in decode_scalar

2015-04-23 Thread Andreas Cadhalpun
On 23.04.2015 22:06, Luca Barbato wrote: > On 23/04/15 20:53, Andreas Cadhalpun wrote: >> On 23.04.2015 16:37, Michael Niedermayer wrote: >>> On Wed, Apr 22, 2015 at 06:24:54PM +0200, Andreas Cadhalpun wrote: The k != 1 case calls show_bits(gb, k), which doesn't make sense if k is 0. >>>

Re: [FFmpeg-devel] [PATCH] libavcodec/exr.c : exr lossy compression B44 added

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 09:29:31PM +0530, greeshma wrote: > for patch PFA > > Greeshma > exr.c | 114 > ++ > 1 file changed, 114 insertions(+) > 57f8f5e474a82ddfce30f7356cb83fed4186d137 > 0001-exr-lossy-compression-B44-added.pat

Re: [FFmpeg-devel] [PATCH] alac: validate k before using show_bits in decode_scalar

2015-04-23 Thread Andreas Cadhalpun
On 23.04.2015 16:37, Michael Niedermayer wrote: > On Wed, Apr 22, 2015 at 06:24:54PM +0200, Andreas Cadhalpun wrote: >> The k != 1 case calls show_bits(gb, k), which doesn't make sense if k >> is 0. > > i dont think k = 0 is allowed > i suggest you check rice_limit when it is set, i assume that is

Re: [FFmpeg-devel] [PATCH 1/2] tests/tiny_psnr: do not ignore errors from run_psnr

2015-04-23 Thread Andreas Cadhalpun
On 23.04.2015 15:44, Michael Niedermayer wrote: > On Wed, Apr 22, 2015 at 09:10:51PM -0700, Timothy Gu wrote: >> On Thu, Apr 23, 2015 at 04:43:09AM +0200, Michael Niedermayer wrote: >>> failure to calculate psnr should not result in tiny_psnr returning success >>> >>> Signed-off-by: Michael Niederm

Re: [FFmpeg-devel] [PATCH 1/2] vp9: set timestamps for show_existing_frame return images.

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 12:24:40PM -0400, Ronald S. Bultje wrote: > --- > libavcodec/vp9.c | 2 ++ > 1 file changed, 2 insertions(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Frequently ignored answer#1 FFmpeg bugs should be sent to our bu

Re: [FFmpeg-devel] [GSoC] Patch which adds support for gamma correct scaling

2015-04-23 Thread Michael Niedermayer
On Tue, Apr 21, 2015 at 05:25:37PM -0300, Pedro Arthur wrote: > New patch with changes. > > 2015-04-21 13:14 GMT-03:00 Pedro Arthur : > > > I intended to fetch the correct gamma value from the video/image metada > > or pass it by flag (like gamma=x) but yet I don't know how to get the > > correct

Re: [FFmpeg-devel] [PATCH] Add get_device_list() to AVFoundation input device.

2015-04-23 Thread Daniel Ly
On Thu, Apr 23, 2015 at 9:58 AM, Thilo Borgmann wrote: > Am 23.04.15 um 09:35 schrieb Daniel Ly: > > This makes avdevice_list_input_sources() available for > > device_name = "avfoundation". > > > > I didn't yet retrofit avf_read_header() to use the new function to > > keep this patch small. > > P

Re: [FFmpeg-devel] [GSoC] Patch which add simple P frame support for ffv1

2015-04-23 Thread Yingming Fan
I will continue working on this. Firstly, i will fix crash and make sure everything OK without P frame. Then, i will add some optimization that select between intra and inter to decrease bitstream size. Best regards. 2015-04-24 0:36 GMT+08:00 Michael Niedermayer : > On Fri, Apr 24, 2015 at 12:

Re: [FFmpeg-devel] [GSoC] Patch which add simple P frame support for ffv1

2015-04-23 Thread Michael Niedermayer
On Fri, Apr 24, 2015 at 12:03:38AM +0800, Yingming Fan wrote: > Hi, everyone. > > This is my GSoC qualification task, add simple P frame for ffv1. > > P frame will work when you add -level 4. > > eg. ffmpeg -pix_fmt yuv420p -s -i xx.yuv -vcodec ffv1 -level 4 test.nut > > Notice: Only suppo

Re: [FFmpeg-devel] [FFMpeg-Devel][GSoC][PATCH 1/2] postproc: Updated postprocess_template to use new sse/avx deinterlace functions

2015-04-23 Thread James Almer
On 23/04/15 7:05 AM, Michael Niedermayer wrote: > also the code produces these warnings > libpostproc/x86/PPContext.asm:37: warning: section flags ignored on section > redeclaration > libpostproc/x86/PPContext.asm:77: warning: section flags ignored on section > redeclaration > libpostproc/x86/PPU

[FFmpeg-devel] [GSoC] Patch which add simple P frame support for ffv1

2015-04-23 Thread Yingming Fan
Hi, everyone. This is my GSoC qualification task, add simple P frame for ffv1. P frame will work when you add -level 4. eg. ffmpeg -pix_fmt yuv420p -s -i xx.yuv -vcodec ffv1 -level 4 test.nut Notice: Only support yuv colorspace and 8 bit currently, i will support these in later time. Othe

[FFmpeg-devel] [PATCH] libavcodec/exr.c : exr lossy compression B44 added

2015-04-23 Thread greeshma
for patch PFA Greeshma From c10e182e56310cfc5ebd6c6f8801128668042a2a Mon Sep 17 00:00:00 2001 From: greeshmab Date: Mon, 20 Apr 2015 23:33:55 +0530 Subject: [PATCH] exr lossy compression B44 added --- libavcodec/exr.c | 114 +++ 1 file changed

Re: [FFmpeg-devel] [PATCH 2/2] vp9: add fate tests for show-existing-frame feature.

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 12:24:41PM -0400, Ronald S. Bultje wrote: > Samples available at: > http://downloads.webmproject.org/test_data/libvpx/vp90-2-10-show-existing-frame.webm > http://downloads.webmproject.org/test_data/libvpx/vp90-2-10-show-existing-frame2.webm uploaded [...] -- Michael G

Re: [FFmpeg-devel] [libav-devel] [PATCH] aacsbr: break infinite loop in sbr_hf_calc_npatches

2015-04-23 Thread Claudio Freire
On Thu, Apr 23, 2015 at 12:43 PM, Michael Niedermayer wrote: > On Thu, Apr 23, 2015 at 12:22:49PM -0300, Claudio Freire wrote: >> On Wed, Apr 22, 2015 at 1:52 PM, Vittorio Giovara >> wrote: >> I don't think the INVALIDDATA return will have the desired effect. >> >> I think you want

Re: [FFmpeg-devel] [PATCH 2/2] vp9: add fate test for intraonly frames.

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 08:59:47PM -0400, Ronald S. Bultje wrote: > Sample available at: > http://downloads.webmproject.org/test_data/libvpx/vp90-2-16-intra-only.webm will upload in a moment [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Breaking DRM is a little

Re: [FFmpeg-devel] [PATCH 2/2] vp9: add fate test for segmentation image-edge issue.

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 08:19:00PM -0400, Ronald S. Bultje wrote: > Sample available at: > http://downloads.webmproject.org/test_data/libvpx/vp90-2-15-segkey_adpq.webm will upload in a moment [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Let us carefully obser

Re: [FFmpeg-devel] [libav-devel] [PATCH] aacsbr: break infinite loop in sbr_hf_calc_npatches

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 12:22:49PM -0300, Claudio Freire wrote: > On Wed, Apr 22, 2015 at 1:52 PM, Vittorio Giovara > wrote: > I don't think the INVALIDDATA return will have the desired effect. > > I think you want return -1; > >>> > >>> This function is only called once and there t

Re: [FFmpeg-devel] [libav-devel] [PATCH] aacsbr: break infinite loop in sbr_hf_calc_npatches

2015-04-23 Thread Claudio Freire
On Wed, Apr 22, 2015 at 1:52 PM, Vittorio Giovara wrote: I don't think the INVALIDDATA return will have the desired effect. I think you want return -1; >>> >>> This function is only called once and there the check is: >>> if (sbr_hf_calc_npatches(ac, sbr) < 0) >>> return

Re: [FFmpeg-devel] [PATCH 1/3] libvpxenc: only set noise reduction w/vp8

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 08:58:35PM -0700, James Zern wrote: > this quiets a warning: > Failed to set VP8E_SET_NOISE_SENSITIVITY codec control: Unspecified > internal error > --- > libavcodec/libvpxenc.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) LGTM thx [...] -- Michael

Re: [FFmpeg-devel] [PATCH] git-howto.texi: fix a typo

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 12:57:49AM -0700, James Zern wrote: > replace 'Refer to and to sync...' with a reference to the section that > discusses updated the source tree. > --- > doc/git-howto.texi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) LGTM thanks [...] -- Michael GnuPG

Re: [FFmpeg-devel] [PATCH] alsdec: only adapt order for positive max_order

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 04:03:41PM +0200, Andreas Cadhalpun wrote: > For max_order = 0 the clipping range is invalid. (amin = 2, amax = 1) > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/alsdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied thanks [...] -- Michael

Re: [FFmpeg-devel] [PATCH] alac: validate k before using show_bits in decode_scalar

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 06:24:54PM +0200, Andreas Cadhalpun wrote: > The k != 1 case calls show_bits(gb, k), which doesn't make sense if k > is 0. i dont think k = 0 is allowed i suggest you check rice_limit when it is set, i assume that is the source of k=0 asking for a sample with rice_limit=0 i

Re: [FFmpeg-devel] [PATCH]Allow easy png streamcopying

2015-04-23 Thread Donny Yang
On 23 April 2015 at 23:38, Nicolas George wrote: > Le quartidi 4 floréal, an CCXXIII, Michael Niedermayer a écrit : > > without really thinking about it, the idea to remove the extension > > for apng or change it to .apng, seems like a good idea > > It looks like it is an officially supported ext

Re: [FFmpeg-devel] [PATCH 2/3] vp9: maintain lf_delta values if feature is turned off.

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 11:51:02AM -0400, Ronald S. Bultje wrote: > This is required if it's subsequently re-enabled with no value updates > (which means, use values that were previously set). > --- > libavcodec/vp9.c | 27 +++ > 1 file changed, 15 insertions(+), 12 deletio

Re: [FFmpeg-devel] [PATCH 1/3] vp9: add fate test for bilinear MC filter.

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 11:51:01AM -0400, Ronald S. Bultje wrote: > Sample at: > http://downloads.webmproject.org/test_data/libvpx/vp90-2-06-bilinear.webm > --- > tests/fate/vpx.mak | 1 + > tests/ref/fate/vp9-06-bilinear | 15 +++ > 2 files changed, 16 insertions(+) > cr

Re: [FFmpeg-devel] [PATCH 3/3] vp9: add lf_deltas fate test.

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 11:51:03AM -0400, Ronald S. Bultje wrote: > Sample available at: > http://downloads.webmproject.org/test_data/libvpx/vp90-2-09-lf_deltas.webm uploaded [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Complexity theory is the science of fin

Re: [FFmpeg-devel] [PATCH 1/2] tests/tiny_psnr: do not ignore errors from run_psnr

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 09:10:51PM -0700, Timothy Gu wrote: > On Thu, Apr 23, 2015 at 04:43:09AM +0200, Michael Niedermayer wrote: > > failure to calculate psnr should not result in tiny_psnr returning success > > > > Signed-off-by: Michael Niedermayer > > --- > > tests/tiny_psnr.c |9 ++

Re: [FFmpeg-devel] [PATCH]Allow easy png streamcopying

2015-04-23 Thread Nicolas George
Le quartidi 4 floréal, an CCXXIII, Michael Niedermayer a écrit : > without really thinking about it, the idea to remove the extension > for apng or change it to .apng, seems like a good idea It looks like it is an officially supported extension, and having the same extension for two not-really-com

Re: [FFmpeg-devel] [PATCH]Allow easy png streamcopying

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 12:14:43PM +, Carl Eugen Hoyos wrote: > wm4 googlemail.com> writes: > > > > Stream-copying png is currently too difficult. > > > An alternative is to remove the extension from the > > > apng muxer. > > > > > > Please comment, Carl Eugen > > > > I don't understand wh

[FFmpeg-devel] [PATCH] ffmpeg: remove incorrect network deinit

2015-04-23 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- ffmpeg.c |1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 1ba0a42..7e5b16d 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -352,7 +352,6 @@ void term_init(void) signal(SIGQUIT, sigterm_handler); /* Quit (POSIX). */ } #e

Re: [FFmpeg-devel] [PATCH]Allow easy png streamcopying

2015-04-23 Thread Carl Eugen Hoyos
wm4 googlemail.com> writes: > > Stream-copying png is currently too difficult. > > An alternative is to remove the extension from the > > apng muxer. > > > > Please comment, Carl Eugen > > I don't understand why apng would use the png file > extension. As said, removing the extension is also

[FFmpeg-devel] [PATCH] avformat/wvdec: fix seeking

2015-04-23 Thread wm4
While I'm not sure why exactly sure why the old code could end up in the wrong position, using the generic index code is much simpler and is known to work correctly. --- A sample for testing can be produced with ffmpeg itself. --- libavformat/wvdec.c | 38 ++ 1

Re: [FFmpeg-devel] [PATCH]Allow easy png streamcopying

2015-04-23 Thread wm4
On Thu, 23 Apr 2015 09:25:44 +0200 Carl Eugen Hoyos wrote: > Hi! > > Stream-copying png is currently too difficult. > An alternative is to remove the extension from the apng muxer. > > Please comment, Carl Eugen I don't understand why apng would use the png file extension. This makes it way to

Re: [FFmpeg-devel] [PATCH] fate: add mp3 CBR seek test

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 07:57:02PM +0200, wm4 wrote: > This tests the "old", now non-default seek mode, and this requires a > special extra argument. > --- > Requested... not like I think this test is overly useful. > --- > libavformat/seek-test.c | 2 ++ > tests/fate/seek.mak | 13

Re: [FFmpeg-devel] [PATCH]Allow easy png streamcopying

2015-04-23 Thread Carl Eugen Hoyos
Nicolas George nsup.org> writes: > > Stream-copying png is currently too difficult. > > I can not comment on the patch itself, but the > commit message should explain what the patch does, > not just why it was needed. I believe it is much more important to explain why. [...] > Maybe somethi

Re: [FFmpeg-devel] [FFMpeg-Devel][GSoC][PATCH 2/2] postproc: Added support for sse2/avx2 versions of the do_a_deblock function

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 12:20:38AM -0400, Tucker DiNapoli wrote: > I added a new file with the sse2/avx2 code for do_a_deblock. > I also moved the code for running vertical deblock filters into it's own > function, both to clean up the postprocess funciton and to make it > easier to integrate the n

Re: [FFmpeg-devel] [FFMpeg-Devel][GSoC][PATCH 1/2] postproc: Updated postprocess_template to use new sse/avx deinterlace functions

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 12:20:37AM -0400, Tucker DiNapoli wrote: > A few notes on changes from the last version of this patch. > The main issue with the previous code was with the sse2/avx2 > implementation of the blockCopy function, so for the time being the MMX2 > version > is used instead. I tr

Re: [FFmpeg-devel] [PATCH] Add get_device_list() to AVFoundation input device.

2015-04-23 Thread Thilo Borgmann
Am 23.04.15 um 11:07 schrieb Daniel Ly: > This makes avdevice_list_input_sources() available for > device_name = "avfoundation". > > I didn't yet retrofit avf_read_header() to use the new function to > keep this patch small. I will post the follow-up patch in the same > thread. > > Signed-off-by:

Re: [FFmpeg-devel] [PATCH] Add get_device_list() to AVFoundation input device.

2015-04-23 Thread Clément Bœsch
On Thu, Apr 23, 2015 at 11:07:43AM +0200, Daniel Ly wrote: > This makes avdevice_list_input_sources() available for > device_name = "avfoundation". > > I didn't yet retrofit avf_read_header() to use the new function to > keep this patch small. I will post the follow-up patch in the same > thread.

[FFmpeg-devel] [PATCH] Add get_device_list() to AVFoundation input device.

2015-04-23 Thread Daniel Ly
This makes avdevice_list_input_sources() available for device_name = "avfoundation". I didn't yet retrofit avf_read_header() to use the new function to keep this patch small. I will post the follow-up patch in the same thread. Signed-off-by: Daniel Ly --- libavdevice/avfoundation.m | 98 +++

Re: [FFmpeg-devel] [PATCH] Add get_device_list() to AVFoundation input device.

2015-04-23 Thread Thilo Borgmann
Am 23.04.15 um 09:35 schrieb Daniel Ly: > This makes avdevice_list_input_sources() available for > device_name = "avfoundation". > > I didn't yet retrofit avf_read_header() to use the new function to > keep this patch small. Please post a follow-up patch for that purpose, too. (In that thread)

[FFmpeg-devel] [PATCH] Add get_device_list() to AVFoundation input device.

2015-04-23 Thread Daniel Ly
This makes avdevice_list_input_sources() available for device_name = "avfoundation". I didn't yet retrofit avf_read_header() to use the new function to keep this patch small. Signed-off-by: Daniel Ly --- libavdevice/avfoundation.m | 85 ++ 1 file chan

Re: [FFmpeg-devel] [PATCH]Allow easy png streamcopying

2015-04-23 Thread Nicolas George
Le quartidi 4 floréal, an CCXXIII, Carl Eugen Hoyos a écrit : > Subject: [FFmpeg-devel] [PATCH]Allow easy png streamcopying > > Stream-copying png is currently too difficult. I can not comment on the patch itself, but the commit message should explain what the patch does, not just why it was need

[FFmpeg-devel] [PATCH]Allow easy png streamcopying

2015-04-23 Thread Carl Eugen Hoyos
Hi! Stream-copying png is currently too difficult. An alternative is to remove the extension from the apng muxer. Please comment, Carl Eugen diff --git a/libavformat/apngenc.c b/libavformat/apngenc.c index 4b31309..9090f92 100644 --- a/libavformat/apngenc.c +++ b/libavformat/apngenc.c @@ -23,6 +2