[libav-devel] [PATCH 7/7] configure: Drop unused helper function test_cflags_cpp()

2018-03-20 Thread Diego Biurrun
--- configure | 13 - 1 file changed, 13 deletions(-) diff --git a/configure b/configure index 830f754412..6689858d57 100755 --- a/configure +++ b/configure @@ -1042,19 +1042,6 @@ check_cpp_condition(){ test_cpp_condition "$@" && enable $name } -test_cflags_cpp(){ -log

[libav-devel] [PATCH 4/7] configure: Use indirection for -o assembler flag also for x86asm

2018-03-20 Thread Diego Biurrun
--- configure | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure b/configure index dbc5759df4..e3c5dcae1e 100755 --- a/configure +++ b/configure @@ -808,12 +808,16 @@ test_as(){ test_cmd $as $CPPFLAGS $ASFLAGS "$@" $AS_C $(as_o $TMPO) $TMPS } +x86asm_o(){ +

[libav-devel] [PATCH 2/7] configure: Add check_x86asm() helper function to simplify some expressions

2018-03-20 Thread Diego Biurrun
--- configure | 32 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/configure b/configure index d8c3b555cc..ce0d791c1b 100755 --- a/configure +++ b/configure @@ -808,6 +808,14 @@ test_as(){ test_cmd $as $CPPFLAGS $ASFLAGS "$@" $AS_C $(as_o

[libav-devel] [PATCH 5/7] configure: Simplify vararg check

2018-03-20 Thread Diego Biurrun
--- configure | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure b/configure index e3c5dcae1e..9257b94631 100755 --- a/configure +++ b/configure @@ -4240,12 +4240,11 @@ od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian check_gas() { log

[libav-devel] [PATCH 1/7] configure: Document available options for the --toolchain parameter

2018-03-20 Thread Diego Biurrun
--- configure | 4 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 78a2065208..d8c3b555cc 100755 --- a/configure +++ b/configure @@ -260,6 +260,10 @@ Toolchain options: --target-path=DIRpath to view of build directory on target --target-samples=DIR

[libav-devel] [PATCH 6/7] configure: Simplify vfp_args check

2018-03-20 Thread Diego Biurrun
--- configure | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure b/configure index 9257b94631..830f754412 100755 --- a/configure +++ b/configure @@ -4303,10 +4303,7 @@ elif enabled arm; then elif ! test_cpp_condition stddef.h "defined __ARM_PCS || defined

[libav-devel] [PATCH 3/7] configure: Use a more sensible suffix for x86 assembly tempfiles

2018-03-20 Thread Diego Biurrun
--- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index ce0d791c1b..dbc5759df4 100755 --- a/configure +++ b/configure @@ -810,10 +810,10 @@ test_as(){ test_x86asm(){ log test_x86asm "$@" -echo "$1" > $TMPS -log_file $TMPS

[libav-devel] the big configure cleanup (act VII)

2018-03-20 Thread Diego Biurrun
Today: a bit of documentation, x86asm simplicity and consistency, other simplifications and cruft cleanup. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 2/2] lavu/hwcontext_qsv: Add support for pix_fmt RGB32.

2018-03-20 Thread Li, Zhong
> From: libav-devel [mailto:libav-devel-boun...@libav.org] On Behalf Of > Maxym Dmytrychenko > Sent: Monday, March 19, 2018 5:56 PM > To: libav development > Cc: Liu, ChaoX A > Subject: Re: [libav-devel] [PATCH 2/2] lavu/hwcontext_qsv: Add support

Re: [libav-devel] [PATCH 1/2] lavc/qsvdec: set complete_frame flags for non-interlaced frames.

2018-03-20 Thread Li, Zhong
> From: libav-devel [mailto:libav-devel-boun...@libav.org] On Behalf Of > Maxym Dmytrychenko > Sent: Monday, March 19, 2018 5:59 PM > To: libav development > Subject: Re: [libav-devel] [PATCH 1/2] lavc/qsvdec: set complete_frame flags > for non-interlaced frames. > >