Re: [libav-devel] [PATCH 1/2 v2] configure: add test_pkg_config()

2017-10-03 Thread James Almer
On 10/3/2017 9:49 PM, Diego Biurrun wrote: > On Fri, Sep 29, 2017 at 10:56:08PM -0300, James Almer wrote: >> --- a/configure >> +++ b/configure >> @@ -1039,8 +1039,15 @@ check_pkg_config(){ >> pkg_libs=$($pkg_config --libs $pkg_config_flags $pkg) >> check_func_headers "$headers" "$funcs"

Re: [libav-devel] [PATCH 1/2 v2] configure: add test_pkg_config()

2017-10-03 Thread Diego Biurrun
On Fri, Sep 29, 2017 at 10:56:08PM -0300, James Almer wrote: > --- a/configure > +++ b/configure > @@ -1039,8 +1039,15 @@ check_pkg_config(){ > pkg_libs=$($pkg_config --libs $pkg_config_flags $pkg) > check_func_headers "$headers" "$funcs" $pkg_cflags $pkg_libs "$@" && > enable

Re: [libav-devel] [PATCH 1/2 v2] configure: add test_pkg_config()

2017-10-03 Thread Diego Biurrun
On Mon, Oct 02, 2017 at 11:49:27AM +0200, Diego Biurrun wrote: > On Fri, Sep 29, 2017 at 10:56:08PM -0300, James Almer wrote: > > --- a/configure > > +++ b/configure > > @@ -1025,8 +1025,8 @@ check_lib(){ > > > > -check_pkg_config(){ > > -log check_pkg_config "$@" > > +test_pkg_config(){ > >

Re: [libav-devel] [PATCH] stereo3d: Support view type for frame sequence type

2017-10-03 Thread Vittorio Giovara
On Tue, Oct 3, 2017 at 9:29 AM, wm4 wrote: > On Tue, 3 Oct 2017 09:26:39 -0400 > Vittorio Giovara wrote: > > > Implement detection in h264 and hevc and insertion in framepack filter. > > > > Signed-off-by: Vittorio Giovara

Re: [libav-devel] [PATCH] stereo3d: Support view type for frame sequence type

2017-10-03 Thread wm4
On Tue, 3 Oct 2017 09:26:39 -0400 Vittorio Giovara wrote: > Implement detection in h264 and hevc and insertion in framepack filter. > > Signed-off-by: Vittorio Giovara > --- > doc/APIchanges | 3 +++ > libavcodec/h264_sei.c

[libav-devel] [PATCH] stereo3d: Support view type for frame sequence type

2017-10-03 Thread Vittorio Giovara
Implement detection in h264 and hevc and insertion in framepack filter. Signed-off-by: Vittorio Giovara --- doc/APIchanges | 3 +++ libavcodec/h264_sei.c | 7 --- libavcodec/h264_sei.h | 1 + libavcodec/h264_slice.c| 7 +++

Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-10-03 Thread Vittorio Giovara
On Tue, Oct 3, 2017 at 9:19 AM, Steve Lhomme wrote: > On Thu, Sep 21, 2017 at 7:15 PM, Vittorio Giovara > wrote: > > On Thu, Sep 21, 2017 at 5:40 PM, Steve Lhomme wrote: > > > >> On Thu, Sep 21, 2017 at 4:58 PM, Vittorio Giovara >

Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-10-03 Thread Steve Lhomme
On Thu, Sep 21, 2017 at 7:15 PM, Vittorio Giovara wrote: > On Thu, Sep 21, 2017 at 5:40 PM, Steve Lhomme wrote: > >> On Thu, Sep 21, 2017 at 4:58 PM, Vittorio Giovara >> wrote: >> > On Thu, Sep 21, 2017 at 4:03 PM, Steve