From: Kaustubh Raste
Signed-off-by: Kaustubh Raste
---
libavcodec/mips/hevc_lpf_sao_msa.c | 181
1 file changed, 122 insertions(+), 59 deletions(-)
diff --git a/libavcodec/mips/hevc_lpf_sao_msa.c
b/libavcodec/mips/hevc_lpf_sao_msa.c
index 3472d32..39c647e
Make slice_flags setable as avcodec.h definition
Signed-off-by: Zhong Li
---
libavcodec/options_table.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h
index 12712fb541..5b9e344554 100644
--- a/libavcodec/options_table.h
Though this patch to fix https://trac.ffmpeg.org/ticket/6668, I belive it
is unnecessary to set SLICE_FLAG_ALLOW_FIELD flag to other
hwaccels(dxva, vdpau, etc).
Signed-off-by: Zhong Li
---
libavcodec/mpeg12dec.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavcodec/mpe
> -Original Message-
> From: Jun Zhao [mailto:mypopy...@gmail.com]
> Sent: Thursday, September 21, 2017 1:01 PM
> To: FFmpeg development discussions and patches
> ; Li, Zhong
> Cc: s...@jkqxz.net; Zhao, Jun ; nfx...@googlemail.com
> Subject: Re: [FFmpeg-devel] [PATCH] mpeg2_hwaccel: always
On 09/20/2017 08:31 PM, wm4 wrote:
On Wed, 20 Sep 2017 19:01:52 -0700
Jorge Ramirez-Ortiz wrote:
Btw. I noticed that this apparently never sets chroma_location?
I didnt find anything in v4l2 to retrieve the chroma_location from the kernel
driver (the API doesnt handle this information).
does
On 2017/9/21 11:26, Zhong Li wrote:
> Though this patch to fix https://trac.ffmpeg.org/ticket/6668, and allows
> to set the slice_flags option to decoder, I belive it is unnecessary to set
> SLICE_FLAG_ALLOW_FIELD flag to other hwaccels(dxva, vdpau, etc).
>
> Signed-off-by: Zhong Li
> ---
> lib
On Wed, 20 Sep 2017 19:01:52 -0700
Jorge Ramirez-Ortiz wrote:
> > Btw. I noticed that this apparently never sets chroma_location?
>
> I didnt find anything in v4l2 to retrieve the chroma_location from the kernel
> driver (the API doesnt handle this information).
> does ffmpeg need this field
Though this patch to fix https://trac.ffmpeg.org/ticket/6668, and allows
to set the slice_flags option to decoder, I belive it is unnecessary to set
SLICE_FLAG_ALLOW_FIELD flag to other hwaccels(dxva, vdpau, etc).
Signed-off-by: Zhong Li
---
libavcodec/mpeg12dec.c | 3 +--
libavcodec/options
This patchset enhances Alexis Ballier's original patch and validates
it using Qualcomm's Venus hardware (driver recently landed upstream
[1]).
This has been tested on Qualcomm's DragonBoard 410c and 820c
Configure/make scripts have been validated on Ubuntu 10.04 and
16.04.
On 09/19/2017 12:35 PM, wm4 wrote:
On Mon, 11 Sep 2017 16:26:33 +0200
Jorge Ramirez-Ortiz wrote:
This patchset enhances Alexis Ballier's original patch and validates
it using Qualcomm's Venus hardware (driver recently landed upstream
[1]).
This has been tested on Qualcomm'
This patchset fixes handling the draining use case (tested on db410c)
and simplifies the overall design making it easier to analyze and
maintain.
All encoders/decoders have been tested on db410c and db820c (Qualcomm's
96Boards) on their latest software releases.
__
On Wed, Sep 20, 2017 at 07:15:26AM +, Manojkumar Bhosale wrote:
> LGTM
applied
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Everything should be made as simple as possible, but not simpler.
-- Albert Einstein
signature.asc
Description: Digital sign
On Tue, Sep 19, 2017 at 11:14:56AM +, Manojkumar Bhosale wrote:
> LGTM
applied
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If you drop bombs on a foreign country and kill a hundred thousand
innocent people, expect your government to call the consequ
On Wed, Sep 20, 2017 at 11:01:59AM +0200, Tobias Rapp wrote:
> Metadata filter output is passed through an Awk script comparing floats
> against reference values with specified "fuzz" tolerance to account for
> architectural differences (e.g. x86-32 vs. x86-64).
>
> Signed-off-by: Tobias Rapp
> -
On Wed, Sep 20, 2017 at 11:03:00AM +0800, Steven Liu wrote:
> support play hls from cache
>
> Signed-off-by: Steven Liu
> ---
> libavformat/hls.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
This may be unsafe and allow bypassing the file/http checks
[...]
--
Michael GnuPG fing
On Wed, Sep 20, 2017 at 02:12:40AM +0200, Carl Eugen Hoyos wrote:
> 2017-09-20 2:01 GMT+02:00 Marton Balint :
> >
> >
> > On Wed, 20 Sep 2017, Carl Eugen Hoyos wrote:
> >
> >> Hi!
> >>
> >> Attached patch fixes part of ticket #2415.
> >>
> >> Please comment, Carl Eugen
> >>
> >
> > diff --git a/lib
On Tue, Sep 19, 2017 at 04:54:16PM -0700, Jacob Trimble wrote:
> Signed-off-by: Jacob Trimble
> ---
> configure | 16
> 1 file changed, 8 insertions(+), 8 deletions(-)
breaks build with ccache
./configure --cc='ccache gcc'
ccache gcc is unable to create an executable file.
If c
On Wed, Sep 20, 2017 at 09:29:34AM +0200, Tobias Rapp wrote:
> On 20.09.2017 01:38, Michael Niedermayer wrote:
> >On Tue, Sep 19, 2017 at 09:48:45AM +0200, Tobias Rapp wrote:
> >>Metadata filter output is passed through an Awk script comparing floats
> >>against reference values with specified "fuz
On Wed, Sep 20, 2017 at 02:24:35AM +0200, Carl Eugen Hoyos wrote:
> 2017-09-14 23:48 GMT+02:00 Michael Niedermayer :
> > On Wed, Sep 13, 2017 at 07:12:17PM +0200, Carl Eugen Hoyos wrote:
> >> Hi!
> >>
> >> Attached patch fixes ticket #6657.
> >>
> >> Please comment, Carl Eugen
> >
> >> mpegts.c |
On 20/09/17 17:10, Andy Furniss wrote:
> Mark Thompson wrote:
>> On 19/09/17 22:21, Andy Furniss wrote:
>
>>> That point being around 7k frames it will run out of something.
>>>
>>> [AVHWFramesContext @ 0x31ed880] Failed to create surface from DRM object: 2
>>> (resource allocation failed).
>>> [
On Tue, Sep 19, 2017 at 09:14:58PM +0200, wm4 wrote:
> On Fri, 15 Sep 2017 17:04:38 +0900
> Tatsuyuki Ishi wrote:
>
> > Subject: [PATCH] GnuTLS: eat PREMATURE_TERMINATION error
> >
> > GnuTLS is too strict on the SSL shutdown alert, and it's neither
> > mandatory in the spec or critical. As it's
On 9/20/2017 7:30 PM, wm4 wrote:
> To be honest, ENOSYS is even more confusing than -1. Think about what
> happens if someone converts the error to a string and displays that to
> a user.
AVERROR(EINVAL)?
- Derek
___
ffmpeg-devel mailing list
ffmpeg-dev
On Wed, 20 Sep 2017 22:00:34 +0200
Michael Niedermayer wrote:
> On Wed, Sep 20, 2017 at 08:32:59PM +0200, wm4 wrote:
> > On Wed, 20 Sep 2017 15:22:42 -0300
> > James Almer wrote:
> >
> > > On 9/20/2017 3:18 PM, wm4 wrote:
> > > > On Wed, 20 Sep 2017 04:00:28 +0100
> > > > Rostislav Pehlivan
On Wed, Sep 20, 2017 at 08:32:59PM +0200, wm4 wrote:
> On Wed, 20 Sep 2017 15:22:42 -0300
> James Almer wrote:
>
> > On 9/20/2017 3:18 PM, wm4 wrote:
> > > On Wed, 20 Sep 2017 04:00:28 +0100
> > > Rostislav Pehlivanov wrote:
> > >
> > >> +if (mdm.has_gamma || mdm.has_primaries) {
> > >> +
>
> I also had a hard time getting to notice a difference with
> star/stop_timer, and it's clear why seeing how little difference this
> change truly makes.
>
> You can build the above tool with "make checkasm", and the executable
> will be in the tests/checkasm folder. The results tend to be less
On Wed, Sep 20, 2017 at 02:03:02PM +0200, Nicolas George wrote:
> Le jour de la Raison, an CCXXV, Vittorio Giovara a écrit :
> > It's to be consistent with the other APIs that map a string to an enum,
> > like in spherical.c and stereo3d.c.
>
> I think they should be fixed. Returning -1 as an erro
On Wed, 20 Sep 2017 15:22:42 -0300
James Almer wrote:
> On 9/20/2017 3:18 PM, wm4 wrote:
> > On Wed, 20 Sep 2017 04:00:28 +0100
> > Rostislav Pehlivanov wrote:
> >
> >> +if (mdm.has_gamma || mdm.has_primaries) {
> >> +AVMasteringDisplayMetadata *new_mdm =
> >> av_mastering_displa
On Wed, 20 Sep 2017 15:28:26 -0300
James Almer wrote:
> On 9/20/2017 3:18 PM, wm4 wrote:
> > On Wed, 20 Sep 2017 04:00:27 +0100
> > Rostislav Pehlivanov wrote:
> >
> >> PNG exposes it and its required in order to correctly display some images,
> >> particularly images crafted to contain 2 dif
On Wed, 20 Sep 2017 14:23:32 +0200
Vittorio Giovara wrote:
> Signed-off-by: Vittorio Giovara
> ---
> Updated following review.
> Vittorio
>
> libavutil/pixdesc.c | 65
> +
> libavutil/pixdesc.h | 25 +
> 2 files changed,
On 9/20/2017 3:18 PM, wm4 wrote:
> On Wed, 20 Sep 2017 04:00:27 +0100
> Rostislav Pehlivanov wrote:
>
>> PNG exposes it and its required in order to correctly display some images,
>> particularly images crafted to contain 2 different images which appear
>> differently depending on whether the gam
On Wed, 20 Sep 2017 04:00:28 +0100
Rostislav Pehlivanov wrote:
> +if (mdm.has_gamma || mdm.has_primaries) {
> +AVMasteringDisplayMetadata *new_mdm =
> av_mastering_display_metadata_create_side_data(p);
> +memcpy(new_mdm, &mdm, sizeof(AVMasteringDisplayMetadata));
> +}
> +
On Wed, 20 Sep 2017 12:58:14 -0300
James Almer wrote:
> On 9/20/2017 12:47 PM, Rostislav Pehlivanov wrote:
> > On 20 September 2017 at 16:05, Hendrik Leppkes wrote:
> >
> >> On Wed, Sep 20, 2017 at 4:34 PM, Rostislav Pehlivanov
> >> wrote:
> >>> On 20 September 2017 at 12:55, Vittorio Giov
On 9/20/2017 3:18 PM, wm4 wrote:
> On Wed, 20 Sep 2017 04:00:28 +0100
> Rostislav Pehlivanov wrote:
>
>> +if (mdm.has_gamma || mdm.has_primaries) {
>> +AVMasteringDisplayMetadata *new_mdm =
>> av_mastering_display_metadata_create_side_data(p);
>> +memcpy(new_mdm, &mdm, sizeof
On Wed, 20 Sep 2017 04:00:27 +0100
Rostislav Pehlivanov wrote:
> PNG exposes it and its required in order to correctly display some images,
> particularly images crafted to contain 2 different images which appear
> differently depending on whether the gamma has been taken into account.
>
> Signe
On Wed, 20 Sep 2017 04:00:28 +0100
Rostislav Pehlivanov wrote:
> +if (mdm.has_gamma || mdm.has_primaries) {
> +AVMasteringDisplayMetadata *new_mdm =
> av_mastering_display_metadata_create_side_data(p);
> +memcpy(new_mdm, &mdm, sizeof(AVMasteringDisplayMetadata));
> +}
> +
On Wed, Sep 20, 2017 at 5:47 PM, Rostislav Pehlivanov
wrote:
> On 20 September 2017 at 16:05, Hendrik Leppkes wrote:
>
>> On Wed, Sep 20, 2017 at 4:34 PM, Rostislav Pehlivanov
>> wrote:
>> > On 20 September 2017 at 12:55, Vittorio Giovara <
>> vittorio.giov...@gmail.com>
>> > wrote:
>> >
>> >> d
On 9/20/2017 12:58 PM, Vittorio Giovara wrote:
>> * In my opinion we should not add new fields to structures that map 1:1 to
> *>* something defined elsewhere (with the exception of booleans).
> *>* I think this should be a separate side data and type, ie AVGammaResponse,
> *>* that can of course r
Mark Thompson wrote:
On 19/09/17 22:21, Andy Furniss wrote:
That point being around 7k frames it will run out of something.
[AVHWFramesContext @ 0x31ed880] Failed to create surface from DRM object: 2
(resource allocation failed).
[Parsed_hwmap_0 @ 0x3114c40] Failed to map frame: -5.
I see t
>* In my opinion we should not add new fields to structures that map 1:1 to
*>* something defined elsewhere (with the exception of booleans).
*>* I think this should be a separate side data and type, ie AVGammaResponse,
*>* that can of course reside in the same header.
*>* --
*>* Vittorio
*>* _
On 9/20/2017 12:05 PM, Hendrik Leppkes wrote:
> On Wed, Sep 20, 2017 at 4:34 PM, Rostislav Pehlivanov
> wrote:
>> On 20 September 2017 at 12:55, Vittorio Giovara
>> wrote:
>>
>>> diff --git a/libavutil/mastering_display_metadata.h
>>> b/libavutil/mastering_display_metadata.h
>>> index 847b0b62c6.
On 9/20/2017 12:47 PM, Rostislav Pehlivanov wrote:
> On 20 September 2017 at 16:05, Hendrik Leppkes wrote:
>
>> On Wed, Sep 20, 2017 at 4:34 PM, Rostislav Pehlivanov
>> wrote:
>>> On 20 September 2017 at 12:55, Vittorio Giovara <
>> vittorio.giov...@gmail.com>
>>> wrote:
>>>
diff --git a/li
Hey all!
I’m working on this: https://trac.ffmpeg.org/ticket/4443, which relates to
creating a GIF from an image with transparency support. I have modified
paletteuse, so that I can generate a transparent gif just fine — but only a
single frame. Multiple frames cause problems with the gif encoding
On Mon, Sep 18, 2017 at 6:57 PM, Nicolas George wrote:
> I would not mind a patch that expands Mo into mega-octet.
Attached with that change.
(Sorry, earlier mail didn't go to the entire mailing list.)
0001-doc-faq-replace-Mo-with-mega-octet.patch
Description: Binary data
_
On 20 September 2017 at 16:05, Hendrik Leppkes wrote:
> On Wed, Sep 20, 2017 at 4:34 PM, Rostislav Pehlivanov
> wrote:
> > On 20 September 2017 at 12:55, Vittorio Giovara <
> vittorio.giov...@gmail.com>
> > wrote:
> >
> >> diff --git a/libavutil/mastering_display_metadata.h
> >> b/libavutil/mast
On Wed, Sep 20, 2017 at 4:34 PM, Rostislav Pehlivanov
wrote:
> On 20 September 2017 at 12:55, Vittorio Giovara
> wrote:
>
>> diff --git a/libavutil/mastering_display_metadata.h
>> b/libavutil/mastering_display_metadata.h
>> index 847b0b62c6..3de58bf468 100644
>> --- a/libavutil/mastering_display_
On 20 September 2017 at 12:55, Vittorio Giovara
wrote:
> diff --git a/libavutil/mastering_display_metadata.h
> b/libavutil/mastering_display_metadata.h
> index 847b0b62c6..3de58bf468 100644
> --- a/libavutil/mastering_display_metadata.h
> +++ b/libavutil/mastering_display_metadata.h
> @@ -66,6 +6
On Wed, Sep 20, 2017 at 14:23:32 +0200, Vittorio Giovara wrote:
> +/**
> + * @return the AVChromaLocation value for name or -1 if not found.
> + */
You missed modifying the "-1" here.
Moritz
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://f
On Thu, Sep 07, 2017 at 21:29:33 +0200, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
Works fine for me.
> libavfilter/Makefile | 1 +
> libavfilter/allfilters.c | 1 +
> libavfilter/vsrc_starfield.c | 191
> +++
Missing some texi doc
Signed-off-by: Vittorio Giovara
---
Updated following review.
Vittorio
libavutil/pixdesc.c | 65 +
libavutil/pixdesc.h | 25 +
2 files changed, 90 insertions(+)
diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
index 3
2017-09-20 14:13 GMT+02:00 Vittorio Giovara :
> If this helps, I could modify documentation saying that these functions
> will return a "negative value"
... on error.
That is what the documentation should say anyway, the functions can
still return an error code.
Carl Eugen
_
Le jour de la Raison, an CCXXV, Vittorio Giovara a écrit :
>* It's to be consistent with the other APIs that map a string to an enum,
*>* like in spherical.c and stereo3d.c.
*
I think they should be fixed. Returning -1 as an error code is a path we
definitely do not want to go again.
Regards,
--
diff --git a/libavutil/mastering_display_metadata.h
b/libavutil/mastering_display_metadata.h
index 847b0b62c6..3de58bf468 100644
--- a/libavutil/mastering_display_metadata.h
+++ b/libavutil/mastering_display_metadata.h
@@ -66,6 +66,16 @@ typedef struct AVMasteringDisplayMetadata {
*/
int
Le jour de la Raison, an CCXXV, Vittorio Giovara a écrit :
> It's to be consistent with the other APIs that map a string to an enum,
> like in spherical.c and stereo3d.c.
I think they should be fixed. Returning -1 as an error code is a path we
definitely do not want to go again.
Regards,
--
N
+2017-09-20 13:32 GMT+02:00 Vittorio Giovara http://ffmpeg.org/mailman/listinfo/ffmpeg-devel>>:
+
+>* +int av_color_range_from_name(const char *name)
*+>* +{
*+>* +int i;
*+>* +
*+>* +for (i = 0; i < FF_ARRAY_ELEMS(color_range_names); i++) {
*+>* +size_t len = strlen(color_range_nam
2017-09-20 13:32 GMT+02:00 Vittorio Giovara :
> +int av_color_range_from_name(const char *name)
> +{
> +int i;
> +
> +for (i = 0; i < FF_ARRAY_ELEMS(color_range_names); i++) {
> +size_t len = strlen(color_range_names[i]);
> +if (!strncmp(color_range_names[i], name, len))
>
2017-09-10 21:03 GMT+02:00 Paul B Mahol :
> +static int wcap_probe(AVProbeData *pd)
> +{
> +if (AV_RB32(pd->buf) == MKTAG('W','C','A','P'))
> +return AVPROBE_SCORE_MAX;
> +else
> +return 0;
> +}
MAX / 2 is what we normally use for 32bit compliance iirc.
(Why is it less for
Signed-off-by: Vittorio Giovara
---
TODO: version bump, APIdoc entry.
Vittorio
libavutil/pixdesc.c | 65 +
libavutil/pixdesc.h | 25 +
2 files changed, 90 insertions(+)
diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
2016-11-05 1:50 GMT+01:00 Carl Eugen Hoyos :
> Hi!
>
> Attached patch fixes ticket #5925 here.
I'll push this if there are no comments.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Metadata filter output is passed through an Awk script comparing floats
against reference values with specified "fuzz" tolerance to account for
architectural differences (e.g. x86-32 vs. x86-64).
Signed-off-by: Tobias Rapp
---
tested on Linux x86-32/64 and Mips (Qemu)
v4:
- fixed iteration orde
On 20.09.2017 01:38, Michael Niedermayer wrote:
On Tue, Sep 19, 2017 at 09:48:45AM +0200, Tobias Rapp wrote:
Metadata filter output is passed through an Awk script comparing floats
against reference values with specified "fuzz" tolerance to account for
architectural differences (e.g. x86-32 vs.
LGTM
-Original Message-
From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
kaustubh.ra...@imgtec.com
Sent: Monday, September 18, 2017 2:09 PM
To: ffmpeg-devel@ffmpeg.org
Cc: Kaustubh Raste
Subject: [FFmpeg-devel] [PATCH] avcodec/mips: Reduced conditional cases in avc
61 matches
Mail list logo