Dmitriy Kuminov wrote:
> On 2016-04-16 17:24:12 +, Dave Yeo said:
>
>> Actually I now get this at the beginning of the configure run, using a
>> ramfs.ifs volume for $TMPDIR,
>>
>> [K:\usr\local\src\ffmpeg.obj]sh ../ffmpeg/configure --enable-gpl
>> --disable-doc --samples=/usr/local/share/fa
Dmitriy Kuminov wrote:
> On 2016-04-16 04:39:44 +, KO Myung-Hun said:
>
>>> diff --git a/configure b/configure
>>> index 0ff1b9d..ff80aee 100755
>>> --- a/configure
>>> +++ b/configure
>>> @@ -734,7 +734,12 @@ check_deps(){
>>>
>>> print_config(){
>>> pfx=$1
>>> -files=$2
>>> +if tes
On Wed, Mar 02, 2016 at 01:14:52PM +, Rostislav Pehlivanov wrote:
> This commit is up for discussion.
>
> Requiring the user to reduce the strictness just to encode some random
> file (which decodes fine in all implementations except 1) isn't helping
> the encoder at all. The encoder needs to
On Sun, Apr 03, 2016 at 03:38:33PM -0700, Neil Birkbeck wrote:
> Use "master_display" key/value pair to specify mastering metadata in a
> similar formatting as accepted by libx265 (unless there is some other
> generic way to add side data to a stream from command line).
> Currently, the packet side
Hi
On Sat, Apr 16, 2016 at 12:12:41AM +0200, Pawel Golinski wrote:
> There are some afl specific macros inside,
> to make the example usable with afl fuzzer.
> ---
> doc/examples/fffuzz.c | 370
> ++
> 1 file changed, 370 insertions(+)
> create mo
On Thu, Apr 14, 2016 at 06:42:48PM +0200, Michael Niedermayer wrote:
> On Thu, Apr 14, 2016 at 02:33:14PM +, Kieran Kunhya wrote:
> > On Thu, 14 Apr 2016 at 15:07 Michael Niedermayer
> > wrote:
> >
> > > On Mon, Apr 11, 2016 at 11:21:55PM +0200, Pawel Golinski wrote:
> > > > There are some af
On Tue, Apr 12, 2016 at 04:32:04PM -0400, Ivan wrote:
> Sometimes video fails to decode if H.264 configuration changes mid stream.
> The reason is that configuration parser assumes that nal_ref_idc is equal to
> 11b while actually some codecs but 01b there. The H.264 spec is somewhat
> vague abo
On Wed, Apr 13, 2016 at 06:38:21PM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> tests/fate/video.mak|3 +++
> tests/ref/fate/rgbapng-4816 |2 ++
> 2 files changed, 5 insertions(+)
> create mode 100644 tests/ref/fate/rgbapng-4816
applied
[...]
-
On Fri, Apr 15, 2016 at 09:49:46AM +0200, Tobias Rapp wrote:
> Attached an updated patch, rebased onto current git master.
>
> The sample file for the FATE test can be found at:
> https://cerebrum.noa-archive.com/noacloud/public.php?service=filest=88eeb716819bba39584be03c2d1f053b
> (1.4MB)
wget
On Sat, Apr 16, 2016 at 01:56:18PM -0400, Ronald S. Bultje wrote:
> Reproduces a bug to remain consistent with libvpx' behaviour.
> ---
> libavcodec/vp9.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
> index 5c6f176..70d9c4b 100644
> --- a/libavco
On Fri, Apr 15, 2016 at 11:18 AM, Hendrik Leppkes wrote:
> On Fri, Apr 15, 2016 at 10:37 AM, Rodger Combs wrote:
>> ---
>> tests/fate/aac.mak | 3 +++
>> tests/ref/fate/aac-autobsf-adtstoasc | 1 +
>> 2 files changed, 4 insertions(+)
>> create mode 100644 tests/ref/fate/aac-au
On 2016-04-16 17:24:12 +, Dave Yeo said:
Actually I now get this at the beginning of the configure run, using a
ramfs.ifs volume for $TMPDIR,
[K:\usr\local\src\ffmpeg.obj]sh ../ffmpeg/configure --enable-gpl
--disable-doc --samples=/usr/local/share/fate-suite --cpu=i686
--extra-libs=-lpoll -
Reproduces a bug to remain consistent with libvpx' behaviour.
---
libavcodec/vp9.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
index 5c6f176..70d9c4b 100644
--- a/libavcodec/vp9.c
+++ b/libavcodec/vp9.c
@@ -642,6 +642,8 @@ static int decode_frame_heade
On 04/16/16 09:29 AM, Dmitriy Kuminov wrote:
On 2016-04-16 04:52:23 +, KO Myung-Hun said:
diff --git a/configure b/configure
index ff80aee..36a23f4 100755
--- a/configure
+++ b/configure
@@ -4716,7 +4716,6 @@ case $target_os in
;;
os/2*)
strip="lxlite -CS"
-ln_s="cp -f"
Please do
On 2016-04-16 04:39:44 +, KO Myung-Hun said:
diff --git a/configure b/configure
index 0ff1b9d..ff80aee 100755
--- a/configure
+++ b/configure
@@ -734,7 +734,12 @@ check_deps(){
print_config(){
pfx=$1
-files=$2
+if test "$host_os" = "os/2"; then
+# awk treats \ as escape char
On 2016-04-16 04:52:23 +, KO Myung-Hun said:
diff --git a/configure b/configure
index ff80aee..36a23f4 100755
--- a/configure
+++ b/configure
@@ -4716,7 +4716,6 @@ case $target_os in
;;
os/2*)
strip="lxlite -CS"
-ln_s="cp -f"
Please do not remove this. Copying is more compatible th
On 4/15/16, Tobias Rapp wrote:
> On 14.04.2016 22:29, Michael Niedermayer wrote:
>> On Thu, Apr 14, 2016 at 08:49:58AM +0200, Tobias Rapp wrote:
>>> On 08.04.2016 17:01, Tobias Rapp wrote:
On 08.04.2016 15:24, Tobias Rapp wrote:
> On 08.04.2016 14:54, Paul B Mahol wrote:
>> On 4/8/16,
On Sat, Apr 16, 2016 at 12:43 PM, Gerion Entrup
wrote:
>>
>> ffmpeg -i matrixbench_mpeg2.mpg -vf signature=xml:filename=signature.xml -f
>> null -
> I have already fixed a bunch of this segfault. The reason is always the same.
> init fails, the
> framework calls uninit and uninit segfaults becau
On Samstag, 16. April 2016 05:16:04 CEST Michael Niedermayer wrote:
> On Sat, Apr 16, 2016 at 12:07:27AM +0200, Gerion Entrup wrote:
> > On Donnerstag, 14. April 2016 19:52:46 CEST Michael Niedermayer wrote:
> > > On Thu, Apr 14, 2016 at 07:06:29PM +0200, Gerion Entrup wrote:
> > > > On Montag, 11.
19 matches
Mail list logo