From: Frédéric Devernay
---
libavcodec/dnxhdenc.c | 16
libavcodec/dnxhdenc.h | 4 ++--
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/libavcodec/dnxhdenc.c b/libavcodec/dnxhdenc.c
index 5a0e6de6a5..0d80381a2d 100644
--- a/libavcodec/dnxhdenc.c
+++ b/libavcode
Fix ticket #2674
Tested with examples from ticket 2674.
---
Sorry Michael, I forgot to configure using --enable-gpl.
Please find new patch.
libavfilter/vf_fps.c | 44 +++-
tests/ref/fate/filter-fps| 6 ++
tests/ref/fate/filter-fps-r
On 9/3/2017 12:05 PM, Paras Chadha wrote:
> Signed-off-by: Paras Chadha
> ---
> This fixes the failed fate tests on ppc64be:
> http://fate.ffmpeg.org/report.cgi?time=20170903050743&slot=ppc64be-RHEL7.0-gcc-4.8.5-ibmcrl
>
> libavcodec/fitsdec.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 del
On 9/2/2017 4:07 PM, Paras Chadha wrote:
> Signed-off-by: Paras Chadha
> ---
> This fixes the failed fate tests on msvc12:
> http://fate.ffmpeg.org/report.cgi?time=20170901190511&slot=x86_32-msvc12-windows-native
> http://fate.ffmpeg.org/report.cgi?time=20170901211336&slot=x86_64-msvc12-windows-na
On Mon, Sep 11, 2017 at 06:25:08PM -0700, Thierry Foucu wrote:
> Fix ticket #2674
> Tested with examples from ticket 2674.
> ---
>
> Update the Patch with the correct number of duplicate showing.
> For exmaple, in case we up-sample one second video at 24fps by 2, we should
> be getting 24 duplica
Use the appropriate metadata filter for each codec - in the absence of any
options to modify the stream, the output bitstream should be identical to
the input (though the output file may differ in padding).
All tests use conformance bitstreams, the MPEG-2 streams are newly added
from the conforman
(cherry picked from commit 10eb496d9ae94df6f792b0e1d8750738eb3a0952)
---
configure | 2 +-
libavcodec/vaapi_encode_mpeg2.c | 638 ++--
2 files changed, 424 insertions(+), 216 deletions(-)
diff --git a/configure b/configure
index 2e617aed
Previously in the mpeg2_metadata filter. Also adds a test.
(cherry picked from commit b5859e0b04bdbe12c97cb12ac10a45d51d2d73c9)
---
libavcodec/Makefile| 1 +
libavcodec/mpeg12.h| 4 ++
libavcodec/mpeg12framerate.c | 64
libavco
Also improves the metadata and generally makes the configuration
a bit cleaner.
(cherry picked from commit ac12486714b48f9bd5d9167f90b77c936751d6ef)
---
configure |2 +-
libavcodec/Makefile|2 +-
libavcodec/vaapi_encode_h265.c | 1536 +++---
Matching the H.264 encoder.
(cherry picked from commit e3e8eab359238486dc233f7aa89b7bb3cb19ec38)
---
libavcodec/vaapi_encode_h265.c | 39 +++
1 file changed, 39 insertions(+)
diff --git a/libavcodec/vaapi_encode_h265.c b/libavcodec/vaapi_encode_h265.c
index fd
This should be ticks, not time_scale steps - it was wrong for all
framerates not a multiple of 1/2.
(cherry picked from commit 30645174e333c7db1946ab09be769db9be9d7481)
---
libavcodec/vaapi_encode_h264.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/libavcodec/vaapi_en
Included by default with non-IDR intra frames.
(cherry picked from commit a49ee60d5fdbdae1706a44cfbb814abb9793815f)
---
libavcodec/vaapi_encode_h264.c | 20 +++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaapi_encode_
Supports all streams that the coded bitstream infrastructure does
(currently H.264, H.265 and MPEG-2).
(cherry picked from commit f11d8a5e8b185340cc50fcbc8a1437b0fbe7e931)
---
configure | 1 +
doc/bitstream_filters.texi | 8 +++
libavcodec/Makefile| 1 +
This applies a specific fixup to some Bluray streams which contain
redundant PPSs modifying irrelevant parameters of the stream which
confuse other transformations which require correct extradata.
A new single global PPS is created, and all of the redundant PPSs
within the stream are removed.
(ch
This is able to modify some header metadata found in the SPS/VUI,
and can also add/remove AUDs and insert user data in SEI NAL units.
(cherry picked from commit 9e93001b6135a23fe4e200196c08fb4fbffed6fc)
(cherry picked from commit c42b62d1f9641f10ffc23cad9abbe47d8a4a165b)
---
configure
Adds a new private option to enable them (off by default).
(cherry picked from commit 820a4483af13cf6fd51f13638e57bcd1c3f629d4)
---
libavcodec/vaapi_encode_h264.c | 33 +
1 file changed, 33 insertions(+)
diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaa
(cherry picked from commit b78c30d7ec26af67c00ce2002709a189f6a87a7e)
---
configure | 1 +
doc/bitstream_filters.texi | 36
libavcodec/Makefile | 1 +
libavcodec/bitstream_filters.c | 1 +
libavcodec/mpeg2_metadata_bsf.c | 360
(cherry picked from commit 7a4fac5e91789b73e07bd4ad20493cfde028df76)
---
configure |2 +-
libavcodec/Makefile|2 +-
libavcodec/vaapi_encode_h264.c | 1425
3 files changed, 551 insertions(+), 878 deletions(-)
diff --
(cherry picked from commit 867381b8b51fa21fa2b8f071f508f3d39cc9c1f0)
(cherry picked from commit f763489364416bb6866adc4f4a96012dd2ca1bd0)
(cherry picked from commit 067a9ddeb8feff1f724856f0054930c55219f76b)
---
configure |2 +
libavcodec/Makefile |
This is able to modify some header metadata found in the VPS/SPS/VUI,
and can also add/remove AUDs.
(cherry picked from commit b31a9eae0233325c4b382c657f4b687d5d8b0812)
---
configure | 1 +
doc/bitstream_filters.texi | 54 +
libavcodec/Makefile| 1 +
(cherry picked from commit 2bc9ba8d3c41f3a8e56484bd67b05040c7909a01)
(cherry picked from commit a41b69b5eb950c10d8ede472bcc4e88ce4246db9)
---
configure | 2 +
libavcodec/Makefile| 1 +
libavcodec/cbs.c | 3 +
libavcodec/c
(cherry picked from commit acf06f45441be24c5cbae0920579cd69427326a1)
(cherry picked from commit 768eb9182e94a94bc2ef46f565a0dac7afef3b57)
(cherry picked from commit e7f64191b27bcf37cbf7006606f0f439c6cdc24f)
---
configure |2 +
libavcodec/Makefile |
(cherry picked from commit 18f1706f331bf5dd565774eae680508c8d3a97ad)
(cherry picked from commit 44cde38c8acbef7d5250e6d1b52b1020871e093b)
---
configure | 1 +
libavcodec/Makefile | 1 +
libavcodec/cbs.c | 466 ++
libavc
Add comments to describe the sources of the constraint values expressed here,
and add some more related values which will be used in following patches.
Fix the incorrect values for SPS and PPS count (they are not the same as those
used for H.264), and remove HEVC_MAX_CU_SIZE because it is not used
Re-merged and updated.
Changes:
* All overreads fixed.
* FATE tests using conformance test streams added.
* MPEG-2 VAAPI added.
* Many minor fixes, including review comments from v1.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org
With comments describing the derivation of each value.
(cherry picked from commit aaf441465080b9bc57f5ca8dea656f9b2c5dc821)
---
libavcodec/h264.h | 45 +
1 file changed, 45 insertions(+)
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 86df5eb9
On 12/09/17 02:43, James Almer wrote:
> On 8/20/2017 7:41 PM, Mark Thompson wrote:
>> This avoids confusion with equivalent H.265 SEI values when both are
>> being used at the same time.
>>
>> (cherry picked from commit 6ea220cbeec8863e2006a03b73bed52db2b13ee7)
>> ---
>> libavcodec/h264_parser.c
On Tue, Sep 12, 2017 at 1:35 AM, Thomas Mundt wrote:
> Hi Thierry,
>
> 2017-09-12 3:25 GMT+02:00 Thierry Foucu :
>
>> Fix ticket #2674
>> Tested with examples from ticket 2674.
>> ---
>>
>> Update the Patch with the correct number of duplicate showing.
>> For exmaple, in case we up-sample one sec
Hi,
On Tue, Sep 12, 2017 at 3:18 PM, Clément Bœsch wrote:
> On Tue, Sep 12, 2017 at 03:16:43PM -0400, Ronald S. Bultje wrote:
> > ---
> > libavcodec/vp9.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
> > index 66ccb6c..6b5de1
On Tue, Sep 12, 2017 at 03:16:43PM -0400, Ronald S. Bultje wrote:
> ---
> libavcodec/vp9.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
> index 66ccb6c..6b5de19 100644
> --- a/libavcodec/vp9.c
> +++ b/libavcodec/vp9.c
> @@ -73,7 +73,
---
libavcodec/vp9.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
index 66ccb6c..6b5de19 100644
--- a/libavcodec/vp9.c
+++ b/libavcodec/vp9.c
@@ -73,7 +73,7 @@ static int vp9_alloc_entries(AVCodecContext *avctx, int n) {
static void vp9
On Sun, Sep 10, 2017 at 10:28:05PM +0200, Tomas Härdin wrote:
> On Sun, 2017-09-10 at 22:10 +0200, Michael Niedermayer wrote:
> > enum {
> > INDEX_MPEG2 = 0,
> > INDEX_AES3,
> > @@ -159,6 +139,26 @@ enum {
> > INDEX_H264,
> > };
> >
> > +static const struct {
> > +enum AVCode
On Sun, Sep 10, 2017 at 10:28:05PM +0200, Tomas Härdin wrote:
> On Sun, 2017-09-10 at 22:10 +0200, Michael Niedermayer wrote:
> > enum {
> > INDEX_MPEG2 = 0,
> > INDEX_AES3,
> > @@ -159,6 +139,26 @@ enum {
> > INDEX_H264,
> > };
> >
> > +static const struct {
> > +enum AVCode
Hi,
On Mon, Sep 11, 2017 at 5:30 PM, Michael Niedermayer wrote:
> On Mon, Sep 11, 2017 at 09:58:55AM -0400, Ronald S. Bultje wrote:
> > Should fix the following tsan warning:
> >
> > WARNING: ThreadSanitizer: data race (pid=19806)
> > Read of size 4 at 0x7b8412f0 by thread T9:
> > #0 w
From: Kaustubh Raste
Align the buffers. Remove reduandant constant array.
Signed-off-by: Kaustubh Raste
---
libavcodec/mips/hevc_idct_msa.c | 255 ++-
1 file changed, 171 insertions(+), 84 deletions(-)
diff --git a/libavcodec/mips/hevc_idct_msa.c b/libavco
From: Kaustubh Raste
Seperate the filter processing in all strong, all weak and strong + weak cases.
Signed-off-by: Kaustubh Raste
---
libavcodec/mips/hevc_lpf_sao_msa.c | 750 ++--
1 file changed, 556 insertions(+), 194 deletions(-)
diff --git a/libavcodec/mi
Le sextidi 26 fructidor, an CCXXV, Paul B Mahol a écrit :
> lgtm
Thanks, pushed.
Regards,
--
Nicolas George
signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpe
Le sextidi 26 fructidor, an CCXXV, Paul B Mahol a écrit :
> lgtm
Thanks, pushed.
Regards,
--
Nicolas George
signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpe
On 9/12/17, Nicolas George wrote:
> Fix CID 1416960.
>
> Signed-off-by: Nicolas George
> ---
> libavfilter/framesync.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
lgtm
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpe
On 9/12/17, Nicolas George wrote:
> Signed-off-by: Nicolas George
> ---
> doc/filters.texi| 6 +++---
> libavfilter/framesync.c | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
lgtm
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg
Signed-off-by: Nicolas George
---
doc/APIchanges | 3 +++
libavfilter/buffersink.c | 10 ++
libavfilter/buffersink.h | 12
3 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index cc67cbf6f8..be136ca11e 100644
--- a/doc/
Fix CID 1416960.
Signed-off-by: Nicolas George
---
libavfilter/framesync.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/libavfilter/framesync.c b/libavfilter/framesync.c
index ebfbcaf090..be9f99c451 100644
--- a/libavfilter/framesync.c
+++ b/libavfilter/framesync.c
@@ -
Signed-off-by: Nicolas George
---
doc/filters.texi| 6 +++---
libavfilter/framesync.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 4111532512..830de54909 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -337,9 +337
Le quintidi 25 fructidor, an CCXXV, James Almer a écrit :
> Yes, it moves things to configure where many filters already have
> assorted non lavfi dependencies listed there (fft, etc), so the end
> result of having the Makefile listing only the filter specific file(s)
> for each OBJS entry is IMO w
Le primidi 21 fructidor, an CCXXV, Nicolas George a écrit :
> Signed-off-by: Nicolas George
> ---
> doc/filter_design.txt | 251
> +++---
> 1 file changed, 135 insertions(+), 116 deletions(-)
Series pushed.
(Without the zoompan fixes, this heap of bu
Hi Thierry,
2017-09-12 3:25 GMT+02:00 Thierry Foucu :
> Fix ticket #2674
> Tested with examples from ticket 2674.
> ---
>
> Update the Patch with the correct number of duplicate showing.
> For exmaple, in case we up-sample one second video at 24fps by 2, we
> should be getting 24 duplicate frames
46 matches
Mail list logo