Re: [FFmpeg-devel] [PATCH v3] lavc/rawdec: Only use AV_PIX_FMT_PAL8 for 1 bpp video in AVI

2016-02-02 Thread Mats Peterson
On 02/02/2016 08:38 AM, Mats Peterson wrote: The file doesn't use rgb555le pixel format per se of course, but it will be played back with the assumption that it is rgb555le, while the video data is in fact 1 bpp. My bad. The output nut file will use a RGB[15] codec tag alright. Totally incorr

Re: [FFmpeg-devel] [PATCH v3] lavc/rawdec: Only use AV_PIX_FMT_PAL8 for 1 bpp video in AVI

2016-02-02 Thread Moritz Barsnick
On Mon, Feb 01, 2016 at 19:15:37 +0100, wm4 wrote: > Can you just try to wait with your reply 30-60mins, instead of > constantly spamming the mailing list with follow ups? I think people are starting/continuing to ignore him, due to the constant monologs. I look at my mailbox in threaded view in t

Re: [FFmpeg-devel] [PATCH v3] lavc/rawdec: Only use AV_PIX_FMT_PAL8 for 1 bpp video in AVI

2016-02-02 Thread Mats Peterson
On 02/02/2016 09:55 AM, Moritz Barsnick wrote: On Mon, Feb 01, 2016 at 19:15:37 +0100, wm4 wrote: Can you just try to wait with your reply 30-60mins, instead of constantly spamming the mailing list with follow ups? I think people are starting/continuing to ignore him, due to the constant monol

Re: [FFmpeg-devel] [PATCH] dca: add new fate tests based on the dcadec-samples test suite

2016-02-02 Thread Hendrik Leppkes
On Tue, Feb 2, 2016 at 5:10 AM, James Almer wrote: > On 2/1/2016 8:55 PM, Hendrik Leppkes wrote: >> +define FATE_DCADEC_LOSSLESS_SUITE >> +FATE_DCADEC_LOSSLESS += fate-dca-$(1) fate-dca-$(1)-dmix_2 >> fate-dca-$(1)-dmix_6 >> +fate-dca-$(1): CMD = framemd5 -i >> $(TARGET_SAMPLES)/dts/dcadec-suite

Re: [FFmpeg-devel] [PATCH] dca: add new fate tests based on the dcadec-samples test suite

2016-02-02 Thread Hendrik Leppkes
On Tue, Feb 2, 2016 at 3:05 AM, James Almer wrote: > On 2/1/2016 7:51 PM, Hendrik Leppkes wrote: >> On Mon, Feb 1, 2016 at 11:29 PM, James Almer wrote: >>> On 2/1/2016 7:01 PM, Hendrik Leppkes wrote: --- tests/fate/dca.mak| 72 +

Re: [FFmpeg-devel] [PATCH] dca: add new fate tests based on the dcadec-samples test suite

2016-02-02 Thread Hendrik Leppkes
On Tue, Feb 2, 2016 at 10:13 AM, Hendrik Leppkes wrote: >>> >>> The decoder works in float by default, and all other float codecs use >>> this kind of test. >> >> mp3 fate tests use f32 mode, for example. Besides, most of those decoders >> output >> 16bit audio when not using floats. >> >>> Not s

[FFmpeg-devel] [PATCH] dca: add new fate tests based on the dcadec-samples test suite

2016-02-02 Thread Hendrik Leppkes
--- tests/fate/dca.mak | 64 + tests/ref/fate/dca-xll_51_16_192_768_0 | 11 + tests/ref/fate/dca-xll_51_16_192_768_0-dmix_2 | 11 + tests/ref/fate/dca-xll_51_16_192_768_0-dmix_6 | 11 + tests/ref/fate/dca-xll_51_16_192_7

Re: [FFmpeg-devel] [PATCH 2/2] dca: add new fate tests based on the dcadec-samples test suite

2016-02-02 Thread Michael Niedermayer
On Tue, Feb 02, 2016 at 12:53:29AM +0100, Hendrik Leppkes wrote: > On Tue, Feb 2, 2016 at 12:24 AM, Michael Niedermayer > wrote: > > On Mon, Feb 01, 2016 at 09:34:12PM +0100, Hendrik Leppkes wrote: > >> On Mon, Feb 1, 2016 at 9:22 PM, Hendrik Leppkes > >> wrote: > >> > On Mon, Feb 1, 2016 at 9:2

Re: [FFmpeg-devel] [PATCH]levc/hevc_cabac Optimise ff_hevc_hls_residual_coding (v2)

2016-02-02 Thread Christophe Gisquet
Hi, as a motus operandi for this review, I have no time for a proper one, or at least not fitting with John's timeframe. I'll try to close as many pending discussions, and would prefer if someone else completed the review/validation/commit. 2016-01-22 19:33 GMT+01:00 John Cox : > Fair enough - th

Re: [FFmpeg-devel] [PATCH]levc/hevc_cabac Optimise ff_hevc_hls_residual_coding (v2)

2016-02-02 Thread John Cox
Hi On Tue, 2 Feb 2016 12:52:15 +0100, you wrote: >Hi, > >as a motus operandi for this review, I have no time for a proper one, >or at least not fitting with John's timeframe. I'll try to close as >many pending discussions, and would prefer if someone else completed >the review/validation/commit.

[FFmpeg-devel] [PATCH 1/4] diradec: split tables away to a separate diractab file

2016-02-02 Thread Rostislav Pehlivanov
Preparing for next commits which add a VC-2 encoder. Signed-off-by: Rostislav Pehlivanov --- libavcodec/Makefile | 2 +- libavcodec/diracdec.c | 79 --- 2 files changed, 7 insertions(+), 74 deletions(-) diff --git a/libavcodec/Makefile b/libavc

[FFmpeg-devel] [PATCH 0/4] Add a native SMPTE VC-2 encoder

2016-02-02 Thread Rostislav Pehlivanov
This series of commits adds a native SMPTE VC-2 encoder capable of encoding files using the HQ profile. Rostislav Pehlivanov (4): diradec: split tables away to a separate diractab file diracdec: move the MAX_DWT_LEVELS macro to dirac.h avcodec: add a native SMPTE VC-2 encoder avformat: add

[FFmpeg-devel] [PATCH 4/4] avformat: add vc2 as an allowed rawenc Dirac extension

2016-02-02 Thread Rostislav Pehlivanov
Signed-off-by: Rostislav Pehlivanov --- libavformat/rawenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rawenc.c b/libavformat/rawenc.c index 9474ed1..358ee4e 100644 --- a/libavformat/rawenc.c +++ b/libavformat/rawenc.c @@ -115,7 +115,7 @@ AVOutputFormat ff_da

[FFmpeg-devel] [PATCH 2/4] diracdec: move the MAX_DWT_LEVELS macro to dirac.h

2016-02-02 Thread Rostislav Pehlivanov
Used by the VC-2 encoder. Signed-off-by: Rostislav Pehlivanov --- libavcodec/dirac.h| 11 +++ libavcodec/diracdec.c | 12 +--- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/libavcodec/dirac.h b/libavcodec/dirac.h index cb80fdc..e6d9d34 100644 --- a/libavcod

[FFmpeg-devel] [PATCH 3/4] avcodec: add a native SMPTE VC-2 encoder

2016-02-02 Thread Rostislav Pehlivanov
A new revision of the 'Dirac' encoder previously submitted. Changes from previous version: - Rename to vc2 - Fix an out of array bound read on setting quantization matrices Original commit message: This commit adds a new encoder capable of creating SMPTE Dirac/VC-2 HQ profile files. Dir

Re: [FFmpeg-devel] [PATCH 1/4] diradec: split tables away to a separate diractab file

2016-02-02 Thread Michael Niedermayer
On Tue, Feb 02, 2016 at 12:35:27PM +, Rostislav Pehlivanov wrote: > Preparing for next commits which add a VC-2 encoder. > > Signed-off-by: Rostislav Pehlivanov > --- > libavcodec/Makefile | 2 +- > libavcodec/diracdec.c | 79 > --- > 2 fil

Re: [FFmpeg-devel] [PATCH 3/4] avcodec: add a native SMPTE VC-2 encoder

2016-02-02 Thread Michael Niedermayer
On Tue, Feb 02, 2016 at 12:35:29PM +, Rostislav Pehlivanov wrote: > A new revision of the 'Dirac' encoder previously submitted. > > Changes from previous version: > - Rename to vc2 > - Fix an out of array bound read on setting quantization matrices > > Original commit message: > > Th

Re: [FFmpeg-devel] [PATCH 1/4] diradec: split tables away to a separate diractab file

2016-02-02 Thread Rostislav Pehlivanov
On 2 February 2016 at 13:32, Michael Niedermayer wrote: > > did you forget to add the diractab file ? > > Ah, I did. Correct patch attached. From dbbe6e72fdc0ca04f4806a1b9c13ead4b563a488 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Tue, 2 Feb 2016 14:24:57 + Subject: [PATCH v2]

Re: [FFmpeg-devel] [PATCH] lavc/hevc Parse SEI_TYPE_MASTERING_DISPLAY_INFO and propagate contents into the AVMasteringDisplayMetadata side data.

2016-02-02 Thread Michael Niedermayer
On Mon, Feb 01, 2016 at 12:11:10PM -0800, Neil Birkbeck wrote: > Please see updated patch. > > On Mon, Jan 25, 2016 at 11:39 PM, Neil Birkbeck > wrote: > > I guess png is another example; 10 is the denominator for the 32-bit > > integer: > > https://github.com/FFmpeg/FFmpeg/blob/b58cfa616c16

Re: [FFmpeg-devel] [PATCH] dca: add new fate tests based on the dcadec-samples test suite

2016-02-02 Thread James Almer
On 2/2/2016 6:13 AM, Hendrik Leppkes wrote: >> tiny_psnr doesn't seem to do s32 either, only f32. How hard would it be to >> add >> it, or s24? > > If anything I think we should make it test f32 since thats the native > output mode, or stick to the usual s16 as converted by swr. > Using the bitex

Re: [FFmpeg-devel] [PATCH] dca: add new fate tests based on the dcadec-samples test suite

2016-02-02 Thread James Almer
On 2/2/2016 7:36 AM, Hendrik Leppkes wrote: > diff --git a/tests/fate/dca.mak b/tests/fate/dca.mak > index d8c1117..0790799 100644 > --- a/tests/fate/dca.mak > +++ b/tests/fate/dca.mak > @@ -1,3 +1,67 @@ > +# dcadec test samples > +DCADEC_SUITE_LOSSLESS_16 = xll_51_16_192_768_0\ > +

[FFmpeg-devel] [PATCH] avcodec/dirac: Add support for decoding interlaced HQ profile

2016-02-02 Thread Kieran Kunhya
From b919c9fa3d4778872bc9576705b24cd0c8193f4c Mon Sep 17 00:00:00 2001 From: Kieran Kunhya Date: Tue, 2 Feb 2016 15:52:54 + Subject: [PATCH] avcodec/dirac: Add support for decoding interlaced HQ profile --- libavcodec/dirac.c| 15 ++- libavcodec/dirac.h| 1 + libavcodec/diracd

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-02-02 Thread Clément Bœsch
On Mon, Jan 25, 2016 at 08:51:32PM +0100, Andreas Cadhalpun wrote: > ffmpeg | branch: master | Andreas Cadhalpun > | Mon Jan 25 01:42:23 2016 +0100| > [b46aae093634271931395d65f422f4b2a23112d3] | committer: Andreas Cadhalpun > > build: use a link instead of changing current directory when compi

Re: [FFmpeg-devel] [PATCH] diracdsp: Make x86 files/functions names consistent

2016-02-02 Thread Timothy Gu
On Tue, Feb 02, 2016 at 01:54:10AM -0300, James Almer wrote: > > diracdsp_init.o should be part of OBJS, not YASM-OBJS. There are some yasm function wrappers in that file that I'll need to wrap HAVE_YASM in, which is why I didn't push it into OBJS at first. > > While you're at it you could also

Re: [FFmpeg-devel] feature request: add instructions on the trac upload page for how to upload larger files

2016-02-02 Thread Roger Pack
On 1/15/16, Michael Niedermayer wrote: > On Fri, Jan 15, 2016 at 02:00:19PM -0700, Roger Pack wrote: >> I know ways exist to "upload" a file larger than 2.5MB. >> However many people "at trac upload time" may be unfamiliar with those. >> Might be nice to add a link on the trac "upload" page to the

Re: [FFmpeg-devel] feature request: add instructions on the trac upload page for how to upload larger files

2016-02-02 Thread Carl Eugen Hoyos
Roger Pack gmail.com> writes: > I wonder if it would be possible to tweak some config > setting so that 10 MB uploads is the max? Please don't! > 2.5 MB is sometimes a tricky target to > reach with more chatty videos (at least for me anyway...) Then just use incoming or another upload site.

[FFmpeg-devel] Reworked patch

2016-02-02 Thread Pierre Choffet
Here is my second attempt to push this patch. The changes since last time are: - The global code structure follows Nicolas George suggestions, with an if-else statement. - The silent truncate has been fixed: tag name length is not arbitrarily limited anymore. - The fate broken test has been upda

[FFmpeg-devel] [PATCH 1/2] Add TargetTypeValue in Matroska tag prefix

2016-02-02 Thread Pierre Choffet
Previously, the Matroska tag names were structured like this: [/] This lead to an issue when is not available: the different levels tags overwrite each other when they have the same name. This patch transforms the name prefix into: [-]/ As the TargetTypeValue has default value in case it ha

[FFmpeg-devel] [PATCH 2/2] Update fate ogg_vp3 expected result

2016-02-02 Thread Pierre Choffet
Since the Matroska tag format has been modified, the target expected file checksum after conversion has been modified too. --- tests/ref/lavf-fate/ogg_vp3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ref/lavf-fate/ogg_vp3 b/tests/ref/lavf-fate/ogg_vp3 index 9e9cc7

[FFmpeg-devel] [SPI] Donation request to ffis.de

2016-02-02 Thread Stefano Sabatini
Hi, I propose to make a donation of 200 EUR to ffis.de to thank them for their services in the last two years. Currently the ffis.de FFmpeg fund contains 9195 EUR, so I would ask the ffis.de officers to directly grab from that fund. Note: due to the previous agreements, refund or expense request

[FFmpeg-devel] [SPI] Outreachy funding

2016-02-02 Thread Michael Niedermayer
Hi I Suggest that we fund 1 slot for outreachy (so that FFmpeg can participate in this round of Outreachy) assuming no sponsors are found The exact amount needed for this would be 6500 USD IIUC See: https://wiki.gnome.org/Outreachy/Admin/InfoForOrgs Thanks PS: if you know of or are some company

Re: [FFmpeg-devel] [PATCH 1/2] Add TargetTypeValue in Matroska tag prefix

2016-02-02 Thread Carl Eugen Hoyos
Pierre Choffet wanadoo.fr> writes: > -matroska_convert_tag(s, &tags[i].tag, &s->metadata, The patch will get more readable if you don't change this line. And please add parenthesis around your else statement, they make the code easier to read. You have to merge the two patches: Th

Re: [FFmpeg-devel] [PATCH v5 1/5] libavcodec: VAAPI support infrastructure

2016-02-02 Thread Mark Thompson
On 01/02/16 15:58, wm4 wrote: > On Sat, 30 Jan 2016 22:11:52 + > Mark Thompson wrote: > >> --- >> configure | 5 + >> libavcodec/Makefile| 1 + >> libavcodec/vaapi_support.c | 710 >> + >> libavcodec/vaapi_support.h |

Re: [FFmpeg-devel] [PATCH] decklink: support all valid numbers of audio channels

2016-02-02 Thread Marton Balint
On Sun, 20 Dec 2015, Matthias Hunstock wrote: As it is already written in the documentation, BMD DeckLink cards are capable of capturing 2, 8 or 16 audio channels (for SDI Inputs). Currently the value is hardcoded to 2. Introduces new option. Signed-off-by: Matthias Hunstock --- doc/indevs.tex

Re: [FFmpeg-devel] [PATCH v5 2/5] ffmpeg: VAAPI hwaccel helper and related initialisation

2016-02-02 Thread Mark Thompson
On 01/02/16 16:08, wm4 wrote: > On Sat, 30 Jan 2016 22:12:36 + > Mark Thompson wrote: > >> --- >> Makefile | 1 + >> configure | 5 + >> ffmpeg.c | 6 + >> ffmpeg.h | 9 + >> ffmpeg_opt.c | 38 +++- >> ffmpeg_vaapi.c | 642 >> +++

Re: [FFmpeg-devel] [PATCH] decklink: support all valid numbers of audio channels

2016-02-02 Thread Deti Fliegl
Hi Matthias, thanks for adding this necessary option. Please commit this patch. Deti On 02.02.16 20:58, Marton Balint wrote: On Sun, 20 Dec 2015, Matthias Hunstock wrote: As it is already written in the documentation, BMD DeckLink cards are capable of capturing 2, 8 or 16 audio channels (for

Re: [FFmpeg-devel] [PATCH v5 5/5] libavfilter: VAAPI surface scaler

2016-02-02 Thread Mark Thompson
On 01/02/16 16:14, wm4 wrote: > On Sat, 30 Jan 2016 22:15:04 + > Mark Thompson wrote: >> +{ "hardware_context", "VAAPI hardware context", >> + OFFSET(hardware_context), AV_OPT_TYPE_INT64, >> + { .i64 = 0 }, INT64_MIN, INT64_MAX, AV_OPT_FLAG_VIDEO_PARAM }, > > Most of it is proba

Re: [FFmpeg-devel] [SPI] Outreachy funding

2016-02-02 Thread compn
On Tue, 2 Feb 2016 19:35:09 +0100 Michael Niedermayer wrote: > Hi > > I Suggest that we fund 1 slot for outreachy (so that FFmpeg can if there is a mentor, i have no objections did we have any other plans for those funds? just curious. -compn ___ ff

[FFmpeg-devel] [RFC][WIP][PATCH] avfilter: add luascript filter

2016-02-02 Thread Paul B Mahol
Hi, patch attached. From 5caafe2f74d6eb5563b1103193cc8d136edcfd0f Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 2 Feb 2016 10:09:50 +0100 Subject: [RFC][WIP][PATCH] avfilter: add luascript filter Signed-off-by: Paul B Mahol --- configure | 4 + libavfilter/Makefile

[FFmpeg-devel] Fwd: Questionable libav code

2016-02-02 Thread Ratin
libavcodec has codes like this one (utils.c): static AVPacket *add_to_pktbuf(AVPacketList **packet_buffer, AVPacket *pkt, AVPacketList **plast_pktl) { AVPacketList *pktl = av_mallocz(sizeof(AVPacketList)); if (!pktl) return NULL; if (*packet_buff

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-02-02 Thread Andreas Cadhalpun
On 02.02.2016 17:13, Clément Bœsch wrote: > On Mon, Jan 25, 2016 at 08:51:32PM +0100, Andreas Cadhalpun wrote: >> ffmpeg | branch: master | Andreas Cadhalpun >> | Mon Jan 25 01:42:23 2016 +0100| >> [b46aae093634271931395d65f422f4b2a23112d3] | committer: Andreas Cadhalpun >> >> build: use a link

Re: [FFmpeg-devel] [PATCH] rtpdec: support for VC-2 HQ RTP payload format (draft v1)

2016-02-02 Thread Michael Niedermayer
On Tue, Feb 02, 2016 at 12:21:53AM +0100, Thomas Volkert wrote: > This implements the receiver side for > https://tools.ietf.org/html/draft-weaver-payload-rtp-vc2hq-01 > > --- > Changelog| 1 + > libavformat/Makefile | 1 + > libavformat/rtpdec.c | 1 + >

[FFmpeg-devel] [PATCH] cfhd: fix off-by-one error in level check

2016-02-02 Thread Andreas Cadhalpun
This fixes out-of-bounds writes causing segmentation faults. Found-by: Piotr Bandurski Signed-off-by: Andreas Cadhalpun --- Didn't you want to fix this before pushing? --- libavcodec/cfhd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd

Re: [FFmpeg-devel] [PATCH] decklink: support all valid numbers of audio channels

2016-02-02 Thread Marton Balint
On Tue, 2 Feb 2016, Deti Fliegl wrote: Hi Matthias, thanks for adding this necessary option. Please commit this patch. Deti On 02.02.16 20:58, Marton Balint wrote: On Sun, 20 Dec 2015, Matthias Hunstock wrote: As it is already written in the documentation, BMD DeckLink cards are capable o

Re: [FFmpeg-devel] [PATCH] cfhd: fix off-by-one error in level check

2016-02-02 Thread Andreas Cadhalpun
On 03.02.2016 01:16, Kieran Kunhya wrote: > On Tue, Feb 2, 2016 at 11:59 PM, Andreas Cadhalpun > wrote: >> This fixes out-of-bounds writes causing segmentation faults. >> >> Found-by: Piotr Bandurski >> Signed-off-by: Andreas Cadhalpun >> --- >> >> Didn't you want to fix this before pushing? >

[FFmpeg-devel] [PATCH] lavf: forward protocol_whitelist for the remaining cases

2016-02-02 Thread Andreas Cadhalpun
Also set a default_whitelist for mmsh and ffrtmphttp. Signed-off-by: Andreas Cadhalpun --- libavformat/mmsh.c | 9 + libavformat/rtmphttp.c | 9 + libavformat/rtsp.c | 8 3 files changed, 26 insertions(+) diff --git a/libavformat/mmsh.c b/libavformat/mmsh.c inde

Re: [FFmpeg-devel] [PATCH 2/2] Update demuxers and protocols for protocol whitelist support

2016-02-02 Thread Andreas Cadhalpun
On 02.02.2016 04:16, Michael Niedermayer wrote: > On Tue, Feb 02, 2016 at 12:45:32AM +0100, Andreas Cadhalpun wrote: >> I don't see how hls is fixed, but don't have testcases either. >> Anyway, the following should work: > > the hls segfaulted > i somehow must have lost the hunk that fixed it > >

Re: [FFmpeg-devel] [PATCH 4/4] avformat: add vc2 as an allowed rawenc Dirac extension

2016-02-02 Thread Michael Niedermayer
On Tue, Feb 02, 2016 at 12:35:30PM +, Rostislav Pehlivanov wrote: > Signed-off-by: Rostislav Pehlivanov > --- > libavformat/rawenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) should be ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB When t

Re: [FFmpeg-devel] [PATCH] avcodec/dirac: Add support for decoding interlaced HQ profile

2016-02-02 Thread Michael Niedermayer
On Tue, Feb 02, 2016 at 03:55:11PM +, Kieran Kunhya wrote: > From b919c9fa3d4778872bc9576705b24cd0c8193f4c Mon Sep 17 00:00:00 2001 > From: Kieran Kunhya > Date: Tue, 2 Feb 2016 15:52:54 + > Subject: [PATCH] avcodec/dirac: Add support for decoding interlaced HQ profile > > --- > libavcod

Re: [FFmpeg-devel] [PATCH] avfilter: add nnedi filter

2016-02-02 Thread James Almer
On 1/30/2016 2:26 PM, Paul B Mahol wrote: > Should be fixed in 4th version attached. CC libavfilter/vf_nnedi.o src/libavfilter/vf_nnedi.c: In function ‘extract_m8’: src/libavfilter/vf_nnedi.c:506:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]

[FFmpeg-devel] [PATCH] libvpxenc: Allow setting tune parameter

2016-02-02 Thread Timothy Gu
--- doc/encoders.texi | 6 ++ libavcodec/libvpxenc.c | 8 2 files changed, 14 insertions(+) diff --git a/doc/encoders.texi b/doc/encoders.texi index c485f90..e9311eb 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1584,6 +1584,12 @@ follows: @code{(minrate * 100 / bit

Re: [FFmpeg-devel] [PATCH 1/3] sdl: Remove AVPicture usage

2016-02-02 Thread Timothy Gu
On Mon, Feb 01, 2016 at 07:04:06PM -0800, Timothy Gu wrote: > --- > libavdevice/sdl.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) Set pushed. Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman

Re: [FFmpeg-devel] [PATCH] libvpxenc: Allow setting tune parameter

2016-02-02 Thread James Zern
On Tue, Feb 2, 2016 at 6:10 PM, Timothy Gu wrote: > --- > doc/encoders.texi | 6 ++ > libavcodec/libvpxenc.c | 8 > 2 files changed, 14 insertions(+) > lgtm > diff --git a/doc/encoders.texi b/doc/encoders.texi > index c485f90..e9311eb 100644 > --- a/doc/encoders.texi > +++ b/d

Re: [FFmpeg-devel] [PATCH] diracdsp: Make x86 files/functions names consistent

2016-02-02 Thread Timothy Gu
On Tue, Feb 02, 2016 at 01:54:10AM -0300, James Almer wrote: > > diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile > > index ce06b90..301b39b 100644 > > --- a/libavcodec/x86/Makefile > > +++ b/libavcodec/x86/Makefile > > @@ -133,7 +133,7 @@ YASM-OBJS-$(CONFIG_ADPCM_G722_ENCODER) += x86

Re: [FFmpeg-devel] [SPI] Outreachy funding

2016-02-02 Thread Michael Niedermayer
On Tue, Feb 02, 2016 at 03:47:11PM -0500, compn wrote: > On Tue, 2 Feb 2016 19:35:09 +0100 > Michael Niedermayer wrote: > > > Hi > > > > I Suggest that we fund 1 slot for outreachy (so that FFmpeg can > > if there is a mentor, i have no objections > > did we have any other plans for those fun

Re: [FFmpeg-devel] [PATCH] lavf: forward protocol_whitelist for the remaining cases

2016-02-02 Thread Michael Niedermayer
On Wed, Feb 03, 2016 at 01:51:55AM +0100, Andreas Cadhalpun wrote: > Also set a default_whitelist for mmsh and ffrtmphttp. > > Signed-off-by: Andreas Cadhalpun > --- > libavformat/mmsh.c | 9 + > libavformat/rtmphttp.c | 9 + > libavformat/rtsp.c | 8 > 3 files c

Re: [FFmpeg-devel] [PATCH 1/3] sdl: Remove AVPicture usage

2016-02-02 Thread James Almer
On 2/2/2016 11:17 PM, Timothy Gu wrote: > On Mon, Feb 01, 2016 at 07:04:06PM -0800, Timothy Gu wrote: >> --- >> libavdevice/sdl.c | 10 ++ >> 1 file changed, 6 insertions(+), 4 deletions(-) > > Set pushed. > > Timothy You sent this set last night. There was no reason to push it in a hur

[FFmpeg-devel] [PATCH] x86/emms: run the instruction unconditionally on supported targets

2016-02-02 Thread James Almer
Inlined functions like AV_ZERO* and AV_COPY* may use mmx instructions regardless of runtime cpuflags. Signed-off-by: James Almer --- On targets where __MMX__ is not defined (like default x86_32 builds) the runtime check is a must, and neither of the above functions will use mmx instructions anywa

Re: [FFmpeg-devel] [PATCHv2] doc/demuxers: add some concat demuxer script examples

2016-02-02 Thread Tobias Rapp
On 26.01.2016 09:09, Tobias Rapp wrote: On 25.01.2016 13:22, Nicolas George wrote: Le decadi 30 nivôse, an CCXXIV, Tobias Rapp a écrit : Attached patch adds some example scripts for the concat demuxer to the documentation. Well, I maintain the code, not really the documentation. >From 5ffc1

Re: [FFmpeg-devel] Fwd: Questionable libav code

2016-02-02 Thread wm4
On Tue, 2 Feb 2016 14:31:20 -0800 Ratin wrote: > libavcodec has codes like this one (utils.c): > > static AVPacket *add_to_pktbuf(AVPacketList **packet_buffer, AVPacket *pkt, >AVPacketList **plast_pktl) > { > AVPacketList *pktl = av_mallocz(sizeof(AVPacketList

Re: [FFmpeg-devel] [PATCH 1/3] sdl: Remove AVPicture usage

2016-02-02 Thread wm4
On Tue, 2 Feb 2016 23:41:59 -0300 James Almer wrote: > On 2/2/2016 11:17 PM, Timothy Gu wrote: > > On Mon, Feb 01, 2016 at 07:04:06PM -0800, Timothy Gu wrote: > >> --- > >> libavdevice/sdl.c | 10 ++ > >> 1 file changed, 6 insertions(+), 4 deletions(-) > > > > Set pushed. > > > > T