>>I build on windows regularly and I have not noticed any problems with
>>configure getting stuck, though.
My bad, I actually put a log in the below statements, to figure out where it
stuck, but find that it works fine.
However the configure time seems to have increased multiple times, and it
Am 15.10.2017 um 10:21 schrieb Yogender Gupta:
I build on windows regularly and I have not noticed any problems with configure
getting stuck, though.
My bad, I actually put a log in the below statements, to figure out where it
stuck, but find that it works fine.
However the configure time se
Thanks. I'll add -lm and -lpthreads to -extra-libs for now.
On 14 October 2017 15:35:41 BST, James Almer wrote:
>On 10/14/2017 7:48 AM, Mark Himsley wrote:
>> Update: for me with my specific set of libraries, I have had to apply
>> this patch to configure in order to make configure accept my
>> c
(cherry picked from commit 18f1706f331bf5dd565774eae680508c8d3a97ad)
(cherry picked from commit 44cde38c8acbef7d5250e6d1b52b1020871e093b)
---
configure | 1 +
libavcodec/Makefile | 1 +
libavcodec/cbs.c | 482 ++
libavc
(cherry picked from commit acf06f45441be24c5cbae0920579cd69427326a1)
(cherry picked from commit 768eb9182e94a94bc2ef46f565a0dac7afef3b57)
(cherry picked from commit e7f64191b27bcf37cbf7006606f0f439c6cdc24f)
---
configure |2 +
libavcodec/Makefile |
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 +
(cherry picked from commit 2bc9ba8d3c41f3a8e56484bd67b05040c7909a01)
(cherry picked from commit a41b69b5eb950c10d8ede472bcc4e88ce4246db9)
---
configure | 2 +
libavcodec/Makefile| 1 +
libavcodec/cbs.c | 3 +
libavcodec/c
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
This applies a specific fixup to some Blu-ray 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.
(c
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
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 4e
(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 e97f345a
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 +++---
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
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
(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 | 312 +++
(cherry picked from commit 7a4fac5e91789b73e07bd4ad20493cfde028df76)
---
configure |2 +-
libavcodec/Makefile|2 +-
libavcodec/vaapi_encode_h264.c | 1425
3 files changed, 551 insertions(+), 878 deletions(-)
diff --
Incorporating fixes since the last full set:
* SEI user data added in the first access unit whether or not it contains
parameter sets.
* Fix crash when closing uninitialised cbs instance.
* Miscellaneous documentation changes.
I'll push this tomorrow if there are no further comments.
Thanks,
-
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_
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
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 867381b8b51fa21fa2b8f071f508f3d39cc9c1f0)
(cherry picked from commit f763489364416bb6866adc4f4a96012dd2ca1bd0)
(cherry picked from commit 067a9ddeb8feff1f724856f0054930c55219f76b)
---
configure |2 +
libavcodec/Makefile |
This will be used later in both the mpeg2_metadata filter and the
VAAPI MPEG-2 encoder. Also adds a unit test.
(cherry picked from commit b5859e0b04bdbe12c97cb12ac10a45d51d2d73c9)
---
libavcodec/Makefile| 1 +
libavcodec/mpeg12.h| 4 ++
libavcodec/mpeg12framerat
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
On Wed, Oct 11, 2017 at 03:02:00AM +0200, Michael Niedermayer wrote:
> On Fri, Oct 06, 2017 at 04:53:17PM +0200, Michael Niedermayer wrote:
> > Hi all
> >
> > if there are no objections i will branch release/3.4 in the next days
> > and make the 3.4 release a few days after that
> >
> > If people
Le duodi 22 vendémiaire, an CCXXVI, Daniel Kucera a écrit :
> transfer_func variable passed to retry_transfer_wrapper
> are h->prot->url_read and h->prot->url_write functions.
> These need to return EOF or other error properly.
> In case of returning >= 0, url_read/url_write is retried
> until erro
On 13/10/17 08:07, Jun Zhao wrote:
> From 40c45849b5146688ce6f88ca4fe20b771fb2de46 Mon Sep 17 00:00:00 2001
> From: Jun Zhao
> Date: Fri, 13 Oct 2017 02:53:01 -0400
> Subject: [PATCH] ffmpeg_opt: deprecate the hwaccel_lax_profile_check option
>
> deprecate hwaccel_lax_profile_check. This only was
On Fri, Oct 13, 2017 at 09:10:30 -0400, Devin Heitmueller wrote:
> Video filters cannot create new streams
No? I thought they could.
(I'm not challenging any of your other statements. I wouldn't know.)
Moritz
___
ffmpeg-devel mailing list
ffmpeg-devel@
On Sat, Oct 14, 2017 at 19:27:34 +0200, Daniel Kucera wrote:
> Subject: [FFmpeg-devel] [PATCH] libavformat/cache: don't treat 0 as EOF
> libavformat/aviobuf: don't treat 0 as EOF libavformat/avio:
> retry_transfer_wrapper: don't treat 0 as EOF
Something went wrong with your commit
> On Oct 15, 2017, at 6:36 PM, Moritz Barsnick wrote:
>
> On Fri, Oct 13, 2017 at 09:10:30 -0400, Devin Heitmueller wrote:
>> Video filters cannot create new streams
>
> No? I thought they could.
>
I couldn’t find a single filter which calls avformat_new_stream(), and the docs
for avformat_n
On 2017/10/16 4:22, Mark Thompson wrote:
> On 13/10/17 08:07, Jun Zhao wrote:
>> From 40c45849b5146688ce6f88ca4fe20b771fb2de46 Mon Sep 17 00:00:00 2001
>> From: Jun Zhao
>> Date: Fri, 13 Oct 2017 02:53:01 -0400
>> Subject: [PATCH] ffmpeg_opt: deprecate the hwaccel_lax_profile_check option
>>
>>
On Sat, Oct 14, 2017 at 07:27:34PM +0200, Daniel Kucera wrote:
> transfer_func variable passed to retry_transfer_wrapper
> are h->prot->url_read and h->prot->url_write functions.
> These need to return EOF or other error properly.
> In case of returning >= 0, url_read/url_write is retried
> until e
On 10/15/2017 9:38 PM, Michael Niedermayer wrote:
> On Sat, Oct 14, 2017 at 07:27:34PM +0200, Daniel Kucera wrote:
>> transfer_func variable passed to retry_transfer_wrapper
>> are h->prot->url_read and h->prot->url_write functions.
>> These need to return EOF or other error properly.
>> In case of
> This changes:
> ./ffmpeg -y -i 'concat:matrixbench_mpeg2.mpg|matrixbench_mpeg2.mpg'
-vsync 0 -an file.avi
In case he doesn't have this sample:
http://samples.ffmpeg.org/benchmark/testsuite1/matrixbench_mpeg2.mpg
Basically, with the patch applied the above command doesn't concatenate
the input a
On 10/16/2017 12:10 AM, Daniel Kučera wrote:
>> This changes:
>> ./ffmpeg -y -i 'concat:matrixbench_mpeg2.mpg|matrixbench_mpeg2.mpg'
> -vsync 0 -an file.avi
>
> In case he doesn't have this sample:
> http://samples.ffmpeg.org/benchmark/testsuite1/matrixbench_mpeg2.mpg
>
> Basically, with the patc
35 matches
Mail list logo