Hi,
On Thu, Mar 30, 2017 at 2:21 AM,
mailto:shivraj.pa...@imgtec.com>> wrote:
From: Shivraj Patil mailto:shivraj.pa...@imgtec.com>>
Signed-off-by: Shivraj Patil
mailto:shivraj.pa...@imgtec.com>>
---
libavcodec/mips/hevcpred_mips.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
dif
Hi!
Attached patch fixes ticket #6280 for me.
Please comment, Carl Eugen
From 50c4b3fd0a04f92b54b945fe1a3c453c499d4a73 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Fri, 31 Mar 2017 06:54:01 +0200
Subject: [PATCH] lavf/amr: Return AVERROR_EOF on EOF.
Fixes ticket #6280.
---
libavformat
At 2017-03-16T14:19:45+1300, Matthew Gregan wrote:
> The attached patch adds experimental muxing support for Opus audio codec in
> ISOBMFF/MP4. This is based on v0.6.8 of the draft spec at
> https://vfrmaniac.fushizen.eu/contents/opus_in_isobmff.html.
>
> Firefox supports demuxing/playback of the
This patch updates the cache protocol documentation to describe the
cache_file option added by the previous patch.
>From 42e09bc8c6a27c760c1fba23ba9591a521768b36 Mon Sep 17 00:00:00 2001
From: Timothy Lee
Date: Fri, 31 Mar 2017 12:54:57 +1100
Subject: [PATCH 2/2] doc: update cache protocol docume
Hi,
This patch allows the name of the cache file to be specified, and
retains the file after use. This was marked as a TODO item inside cache.c
If the filename is not specified, the cache protocol reverts back to the
original behavior of using a temporary file.
Regards,
Timothy
>From 762ca
Reference found at: http://bit.ly/2ogQygb
Signed-off-by: Thomas Turner
---
tests/fate/filter-video.mak | 7 +++
1 file changed, 7 insertions(+)
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index b067cc1..a154dd2 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/
2017-03-31 5:06 GMT+08:00 Betty Wu :
> A new filter ANSNR is added. libavfilter/Makefile is changed.
> Run 'ffmpeg -i input1 -i input2 -lavfi ansnr -f null -' to get an overall
> score while per-frame value is stored but not printed.
> This implementation is for constructing the vmaf filter later
On Thu, Mar 30, 2017 at 11:45:15PM +0200, Paolo Prete wrote:
> ---
> configure | 2 +
> doc/Makefile| 41 ++--
> doc/examples/.gitignore | 1 +
> doc/examples/Makefile | 1 +
> doc/ex
On Thu, Mar 30, 2017 at 05:05:36PM +0200, wm4 wrote:
> Not sure if it behaves ideally in presence of decoding errors.
> ---
> The original version of this patch is actually 1 year old.
> ---
> ffprobe.c | 42 +-
> 1 file changed, 29 insertions(+), 13 deletio
Signed-off-by: Micah Galizia
---
libavformat/http.c | 204 ++---
1 file changed, 147 insertions(+), 57 deletions(-)
diff --git a/libavformat/http.c b/libavformat/http.c
index 293a8a7..a9f1b3f 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
Signed-off-by: Micah Galizia
---
libavformat/Makefile | 1 +
libavformat/tests/http.c | 182 +
tests/fate/libavformat.mak | 5 ++
tests/ref/fate/http| 30
4 files changed, 218 insertions(+)
create mode 100644 libavformat/t
Hello Again,
This is another attempt to get the http protocol not to send expired cookies
_and_ prevent it from updating good cookie values with expired cookie values
sent by misbehaving servers.
Previously its been recommended that we break each set-cookie into a dict to
parse it properly; t
Thanks for those comments -- I'll get rid of the strlen in the
upcoming patch but, Nicolas, you lost me there.
Anyway, this patch only does half the job -- I have a new one that is
unfortunately larger, but has taken prior advice to break cookies into
dicts.
On Thu, Mar 30, 2017 at 4:12 PM, Nicol
On Thu, Mar 30, 2017 at 11:06:36PM +0200, Betty Wu wrote:
> A new filter ANSNR is added. libavfilter/Makefile is changed.
> Run 'ffmpeg -i input1 -i input2 -lavfi ansnr -f null -' to get an overall
> score while per-frame value is stored but not printed.
> This implementation is for constructing t
On Thu, Mar 30, 2017 at 04:43:12PM -0400, Jason Pontious wrote:
> I found an issue with a previous commit and I'm submitting the patch here.
> The previous commit was from March '16 https://github.com/FFmpeg/
> FFmpeg/commit/5b4f44f66ae3c42b7497929b6ef5f67e8b1ff0ad
>
> Previous refactor commit did
On Fri, Mar 31, 2017 at 12:35 AM, Bruce Dawson
wrote:
> I just pulled a report on new warnings reported by /analyze in Chromium and
> I saw this one in ffmpeg that looks real:
>
> third_party\ffmpeg\libavcodec\utils.c(2822) : warning C6001: Using
> uninitialized memory 'got_frame'.
>
This probabl
On Fri, Mar 31, 2017 at 12:04 AM, Mark Thompson wrote:
> This is required by the VP9 hwaccels (both DXVA2 and VAAPI) when
> threads are enabled.
> ---
> libavcodec/pthread_frame.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c
> in
I just pulled a report on new warnings reported by /analyze in Chromium and
I saw this one in ffmpeg that looks real:
third_party\ffmpeg\libavcodec\utils.c(2822) : warning C6001: Using
uninitialized memory 'got_frame'.
There is an error path - ret gets set to AVERROR(EINVAL) but then execution
co
This is required by the VP9 hwaccels (both DXVA2 and VAAPI) when
threads are enabled.
---
libavcodec/pthread_frame.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c
index 5b5f5fb289..4e1ad9d686 100644
--- a/libavcodec/pthread_frame.c
+++
---
configure | 2 +
doc/Makefile| 41 ++--
doc/examples/.gitignore | 1 +
doc/examples/Makefile | 1 +
doc/examples/encode_raw_audio_file_to_aac.c | 338
Fixes: CID1398578
Signed-off-by: Michael Niedermayer
---
libavfilter/vf_zoompan.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/libavfilter/vf_zoompan.c b/libavfilter/vf_zoompan.c
index 136d6c83fd..53a0700e37 100644
--- a/libavfilter/vf_zoompan.c
+++ b/libavfilter/vf
On Thu, Mar 30, 2017 at 10:20:13PM +0200, Nicolas George wrote:
> Le decadi 10 germinal, an CCXXV, Michael Niedermayer a écrit :
> > Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/clearvideo: Do not loose the
>
> Lose, single O.
fixed, applied
thx
>
> To lose means you do not know where some
A new filter ANSNR is added. libavfilter/Makefile is changed.
Run 'ffmpeg -i input1 -i input2 -lavfi ansnr -f null -' to get an overall score
while per-frame value is stored but not printed.
This implementation is for constructing the vmaf filter later since ANSNR is
one of individual tools used
I found an issue with a previous commit and I'm submitting the patch here.
The previous commit was from March '16 https://github.com/FFmpeg/
FFmpeg/commit/5b4f44f66ae3c42b7497929b6ef5f67e8b1ff0ad
Previous refactor commit did not produce an equivalent segment end_time in
all cases.
When setting end
Fixes: CID1396538
Signed-off-by: Michael Niedermayer
---
libavfilter/avfiltergraph.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c
index 75bd516896..f7fbf119eb 100644
--- a/libavfilter/avfiltergraph.c
+++ b/libavfilter/avfiltergr
Le decadi 10 germinal, an CCXXV, Michael Niedermayer a écrit :
> Subject: Re: [FFmpeg-devel] [PATCH 1/2] avcodec/clearvideo: Do not loose the
Lose, single O.
To lose means you do not know where something is.
To loose means to set free, as in "the Forsaken are loose".
Maybe a pre-commit / patche
On 3/30/17, Michael Niedermayer wrote:
> Fixes CID1401671
>
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/clearvideo.c | 7 +--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
Whatever, lgtm.
___
ffmpeg-devel mailing list
ffmpeg-deve
On 3/30/17, Michael Niedermayer wrote:
> Fixes CID1396260
>
> Signed-off-by: Michael Niedermayer
> ---
> libavfilter/af_aecho.c | 3 ++-
> libavfilter/af_chorus.c | 3 ++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
>
ok
___
ffmpeg-devel maili
Fixes CID1401671
Signed-off-by: Michael Niedermayer
---
libavcodec/clearvideo.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/libavcodec/clearvideo.c b/libavcodec/clearvideo.c
index e2644e3090..437c459aa5 100644
--- a/libavcodec/clearvideo.c
+++ b/libavcodec/clearvid
Le decadi 10 germinal, an CCXXV, Alexander Strasser a écrit :
> If expiry is zero terminated and you are going through it one byte at a time,
> you could omit the strlen call and just check if expiry[i] is non zero.
>
> It's maybe the more common idiom too.
On the other hand, code that does not n
Fixes CID1396260
Signed-off-by: Michael Niedermayer
---
libavfilter/af_aecho.c | 3 ++-
libavfilter/af_chorus.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/libavfilter/af_aecho.c b/libavfilter/af_aecho.c
index 82049e9541..cfaea3de43 100644
--- a/libavfilter/af_aecho.
Hi!
On 2017-03-29 19:42 -0400, Micah Galizia wrote:
> I'm going to have to submit a v2 for this patch (hopefully soon) --
> this version only accomplishes half the job: not sending expired
> cookies. The change should also prevent storing them in the first
> place.
>
> Regardless, thanks for your
On 3/30/2017 3:37 PM, Vittorio Giovara wrote:
> On Thu, Mar 30, 2017 at 4:16 PM, James Almer wrote:
>> On 3/30/2017 5:54 AM, Vittorio Giovara wrote:
>>> On Wed, Mar 29, 2017 at 8:01 PM, James Almer wrote:
A new field is added to AVSphericalMapping for this purpose,
and is used by both E
On Thu, Mar 30, 2017 at 4:16 PM, James Almer wrote:
> On 3/30/2017 5:54 AM, Vittorio Giovara wrote:
>> On Wed, Mar 29, 2017 at 8:01 PM, James Almer wrote:
>>> A new field is added to AVSphericalMapping for this purpose,
>>> and is used by both Equirectangular and Cubemap projections.
>>> This is
On Thu, 30 Mar 2017 10:13:53 +0530
Gyan wrote:
> Ping.
Pushed. Thanks.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Thu, Mar 30, 2017 at 10:17 AM, Clément Bœsch wrote:
>
> How about the documentation (and the promised FATE test to prevent a break
> in a random merge)?
I haven't forgotten about it. It's still on my radar and TODO list. This
email thread has been sitting in my inbox staring me in the face ea
On Thu, Mar 30, 2017 at 06:10:02PM +0200, Michael Niedermayer wrote:
> On Sat, Jan 14, 2017 at 11:25:20PM +0100, Clément Bœsch wrote:
> > On Sat, Jan 14, 2017 at 01:46:02PM -0800, Michael Bradshaw wrote:
> > > On Sat, Jan 14, 2017 at 1:12 PM, Clément Bœsch wrote:
> > > >
> > > > erm. We have at le
Fixes CID1401671
Signed-off-by: Michael Niedermayer
---
libavcodec/clearvideo.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavcodec/clearvideo.c b/libavcodec/clearvideo.c
index e2644e3090..b49e22156a 100644
--- a/libavcodec/clearvideo.c
+++ b/libavcodec/clearvideo
Fixes CID1401675
Signed-off-by: Michael Niedermayer
---
ffmpeg.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index 11faf0d4a8..b11a6a1409 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1848,14 +1848,14 @@ static void flush_encoders(void)
// Try
On Sat, Jan 14, 2017 at 11:25:20PM +0100, Clément Bœsch wrote:
> On Sat, Jan 14, 2017 at 01:46:02PM -0800, Michael Bradshaw wrote:
> > On Sat, Jan 14, 2017 at 1:12 PM, Clément Bœsch wrote:
> > >
> > > erm. We have at least a codec option with that same name. How much does it
> > > conflict with th
On 3/30/2017 11:31 AM, Steve Lhomme wrote:
> As found in HEVC.
>
> I put the code in mastering_display_metadata as they usually go together in
> Blu-Ray UHD sources.
> ---
> libavutil/frame.c | 1 +
> libavutil/frame.h | 6 ++
> libavutil/mastering_
On Sat, Jan 14, 2017 at 11:25:20PM +0100, Clément Bœsch wrote:
> On Sat, Jan 14, 2017 at 01:46:02PM -0800, Michael Bradshaw wrote:
> > On Sat, Jan 14, 2017 at 1:12 PM, Clément Bœsch wrote:
> > >
> > > erm. We have at least a codec option with that same name. How much does it
> > > conflict with th
On 3/30/2017 11:41 AM, Aaron Colwell wrote:
> On Thu, Mar 30, 2017 at 7:17 AM James Almer wrote:
>
>> On 3/30/2017 5:54 AM, Vittorio Giovara wrote:
>>> On Wed, Mar 29, 2017 at 8:01 PM, James Almer wrote:
A new field is added to AVSphericalMapping for this purpose,
and is used by both E
Not sure if it behaves ideally in presence of decoding errors.
---
The original version of this patch is actually 1 year old.
---
ffprobe.c | 42 +-
1 file changed, 29 insertions(+), 13 deletions(-)
diff --git a/ffprobe.c b/ffprobe.c
index fa60894833..c35d4
On Thu, Mar 30, 2017 at 4:31 PM, Steve Lhomme wrote:
> As found in HEVC.
>
> I put the code in mastering_display_metadata as they usually go together in
> Blu-Ray UHD sources.
> ---
> libavutil/frame.c | 1 +
> libavutil/frame.h | 6 ++
> libavutil/
2017-03-30 22:44 GMT+08:00 Betty Wu :
> A new filter ANSNR is added. Makefile is changed.
> Run like 'ffmpeg -i input1 -i input2 -lavfi ansnr -f null -'.
> The implementation is for further constructing vmaf filter since ANSNR is
> one of individual tools used in vmaf.
>
> Signed-off-by: Betty Wu
A new filter ANSNR is added. Makefile is changed.
Run like 'ffmpeg -i input1 -i input2 -lavfi ansnr -f null -'.
The implementation is for further constructing vmaf filter since ANSNR is one
of individual tools used in vmaf.
Signed-off-by: Betty Wu
---
libavfilter/Makefile | 1 +
libavfilter
2017-03-30 20:59 GMT+08:00 Steven Liu :
>
>
> 2017-03-30 18:46 GMT+08:00 wm4 :
>
>> On Thu, 30 Mar 2017 08:34:18 +0800
>> Steven Liu wrote:
>>
>> > v2 fixed:
>> > 1. from autodetect to disabled
>> > 2. from camelCase code style to ffmpeg code style
>> > 3. from RepType to AVMediaType
>> > 4. fix
On Thu, Mar 30, 2017 at 7:17 AM James Almer wrote:
> On 3/30/2017 5:54 AM, Vittorio Giovara wrote:
> > On Wed, Mar 29, 2017 at 8:01 PM, James Almer wrote:
> >> A new field is added to AVSphericalMapping for this purpose,
> >> and is used by both Equirectangular and Cubemap projections.
> >> This
---
libavformat/dump.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/libavformat/dump.c b/libavformat/dump.c
index 7c811ce5d2..a8122f216b 100644
--- a/libavformat/dump.c
+++ b/libavformat/dump.c
@@ -343,6 +343,14 @@ static void dump_mastering_display_metadata(void *ctx,
AVPacke
As found in HEVC.
I put the code in mastering_display_metadata as they usually go together in
Blu-Ray UHD sources.
---
libavutil/frame.c | 1 +
libavutil/frame.h | 6 ++
libavutil/mastering_display_metadata.c | 18
libavutil/masteri
These data are necessary when transmitting HDR over HDMI.
---
libavcodec/avcodec.h | 7 +++
libavcodec/avpacket.c | 1 +
libavcodec/hevc_sei.c | 15 +++
libavcodec/hevcdec.c | 22 ++
libavcodec/hevcdec.h | 5 +
libavcodec/utils.c| 1 +
libavcodec/
refer to: http://creativeandcritical.net/str-replace-c
add av_strreplace API for replace string operations.
Signed-off-by: Steven Liu
---
libavutil/avstring.c | 77
libavutil/avstring.h | 5
2 files changed, 82 insertions(+)
diff --git
On Thu, Mar 30, 2017 at 09:37:34PM +0800, Steven Liu wrote:
> 2017-03-30 21:12 GMT+08:00 Michael Niedermayer :
>
> > This is an example, people will copy and use this. The maximum supported
> > is quite
> > unreasonable as a default choice
> >
> > Signed-off-by: Michael Niedermayer
> > ---
> > d
On 3/30/2017 5:54 AM, Vittorio Giovara wrote:
> On Wed, Mar 29, 2017 at 8:01 PM, James Almer wrote:
>> A new field is added to AVSphericalMapping for this purpose,
>> and is used by both Equirectangular and Cubemap projections.
>> This is a replacement for duplicate projection enums like
>> AV_SPH
On 3/30/2017 4:14 AM, Benoit Fouet wrote:
> Hi,
>
>
> On 29/03/2017 04:55, James Almer wrote:
>> Signed-off-by: James Almer
>> ---
>> doc/APIchanges| 3 +++
>> libavutil/spherical.c | 15 +++
>> libavutil/spherical.h | 9 +
>> 3 files changed, 27 insertions(+)
>>
>
2017-03-30 21:12 GMT+08:00 Michael Niedermayer :
> This is an example, people will copy and use this. The maximum supported
> is quite
> unreasonable as a default choice
>
> Signed-off-by: Michael Niedermayer
> ---
> doc/examples/encode_audio.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 delet
On Wed, Mar 29, 2017 at 03:01:24PM -0300, James Almer wrote:
> A new field is added to AVSphericalMapping for this purpose,
> and is used by both Equirectangular and Cubemap projections.
> This is a replacement for duplicate projection enums like
> AV_SPHERICAL_EQUIRECTANGULAR_TILE, which are there
On Thu, Mar 30, 2017 at 02:23:11PM +0200, wm4 wrote:
> On Thu, 30 Mar 2017 13:35:47 +0200
> Matthieu Bouron wrote:
>
> > From e9e5b3e679a12fdd9495c53177ade51c3dee7ba2 Mon Sep 17 00:00:00 2001
> > From: Matthieu Bouron
> > Date: Wed, 29 Mar 2017 14:58:01 +0200
> > Subject: [PATCH] doc/examples/fi
On Wed, Mar 29, 2017 at 04:31:47PM +0200, Matthieu Bouron wrote:
> ---
> doc/examples/filtering_audio.c | 42
> ++
> 1 file changed, 26 insertions(+), 16 deletions(-)
>
> diff --git a/doc/examples/filtering_audio.c b/doc/examples/filtering_audio.c
> index
This is an example, people will copy and use this. The maximum supported is
quite
unreasonable as a default choice
Signed-off-by: Michael Niedermayer
---
doc/examples/encode_audio.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/examples/encode_audio.c b/doc/examples/
2017-03-30 18:46 GMT+08:00 wm4 :
> On Thu, 30 Mar 2017 08:34:18 +0800
> Steven Liu wrote:
>
> > v2 fixed:
> > 1. from autodetect to disabled
> > 2. from camelCase code style to ffmpeg code style
> > 3. from RepType to AVMediaType
> > 4. fix variable typo
> > 5. change time value from uint32_t to
On Thu, 30 Mar 2017 13:35:47 +0200
Matthieu Bouron wrote:
> From e9e5b3e679a12fdd9495c53177ade51c3dee7ba2 Mon Sep 17 00:00:00 2001
> From: Matthieu Bouron
> Date: Wed, 29 Mar 2017 14:58:01 +0200
> Subject: [PATCH] doc/examples/filtering_video: switch to new decoding API
>
> ---
> doc/examples/
On Wed, Mar 29, 2017 at 06:09:57PM -0700, Thomas Turner wrote:
> Reference file location:
>
> https://www.dropbox.com/s/zeq3wyqbjkvy8ny/filter-owdenoise-sample?dl=0
>
> Signed-off-by: Thomas Turner
> ---
> tests/fate/filter-video.mak | 6 ++
> 1 file changed, 6 insertions(+)
>
> diff --git
Hi,
On Wed, Mar 29, 2017 at 8:06 PM, Michael Niedermayer wrote:
> On Wed, Mar 29, 2017 at 10:12:22AM -0400, Ronald S. Bultje wrote:
> > The value must be identical between slices. (Maybe this needs an error
> > path to inform caller if this fails?)
> > ---
> > libavcodec/h264_direct.c | 6 +
Hi,
On Thu, Mar 30, 2017 at 2:21 AM, wrote:
> From: Shivraj Patil
>
> Signed-off-by: Shivraj Patil
> ---
> libavcodec/mips/hevcpred_mips.h |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/mips/hevcpred_mips.h b/libavcodec/mips/hevcpred_
> mips.h
> index 1
The value must be identical between slices, since mbaff depends on
picture_structure and sps, both of which are checked to be identical
to the first slice before this point.
In practice, this silences some tsan warnings in fate-h264.
---
libavcodec/h264_direct.c | 6 +-
1 file changed, 5 inse
On Wed, Mar 29, 2017 at 3:37 PM, wm4 wrote:
> On Wed, 29 Mar 2017 15:03:55 +0200
> Matthieu Bouron wrote:
>
> > ---
> > doc/examples/filtering_video.c | 32 ++--
> > 1 file changed, 26 insertions(+), 6 deletions(-)
> >
> > diff --git a/doc/examples/filtering_video.c
On Tue, Mar 28, 2017 at 05:07:47PM -0400, Leo Izen wrote:
> ---
> libavformat/nut.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/libavformat/nut.c b/libavformat/nut.c
> index 04776e249f..592fe4dc28 100644
> --- a/libavformat/nut.c
> +++ b/libavformat/nut.c
> @@ -42,6 +42,7 @@ const
On Fri, Mar 24, 2017 at 11:26:04AM +0100, Clément Bœsch wrote:
> ffmpeg | branch: master | Clément Bœsch | Fri Mar 24 11:20:41
> 2017 +0100| [0b3decc5964bf1f51ef13af58606aea5878a6ce9] | committer: Clément
> Bœsch
>
> Merge commit '0d9b9bd37f43ee29ad9f709d85c8f3be9db71104'
>
> * commit '0d9b9bd
On Thu, 30 Mar 2017 08:34:18 +0800
Steven Liu wrote:
> v2 fixed:
> 1. from autodetect to disabled
> 2. from camelCase code style to ffmpeg code style
> 3. from RepType to AVMediaType
> 4. fix variable typo
> 5. change time value from uint32_t to uint64_t
> 6. removed be used once API
> 7. change
On Wed, Mar 29, 2017 at 09:35:27PM -0400, Leo Izen wrote:
> ---
> docs/nut4cc.txt | 2 ++
> 1 file changed, 2 insertions(+)
applied
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Breaking DRM is a little like attempting to break through a door even
though
On Wed, Mar 29, 2017 at 8:01 PM, James Almer wrote:
> A new field is added to AVSphericalMapping for this purpose,
> and is used by both Equirectangular and Cubemap projections.
> This is a replacement for duplicate projection enums like
> AV_SPHERICAL_EQUIRECTANGULAR_TILE, which are therefore
> r
Hi,
On 29/03/2017 04:55, James Almer wrote:
> Signed-off-by: James Almer
> ---
> doc/APIchanges| 3 +++
> libavutil/spherical.c | 15 +++
> libavutil/spherical.h | 9 +
> 3 files changed, 27 insertions(+)
>
[...]
> diff --git a/libavutil/spherical.c b/libavutil/s
74 matches
Mail list logo