Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-03-05 Thread Carl Eugen Hoyos
Thilo Borgmann mail.de> writes: > lavd/avfoundation: Add support for 16bit integer input. I used this commit message for my patch and also pushed John Robinson's patch with a similar message. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffm

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-03-05 Thread Thilo Borgmann
Am 05.03.15 um 22:57 schrieb Michael Niedermayer: > On Thu, Mar 05, 2015 at 08:18:26PM +0100, Thilo Borgmann wrote: >> Am 08.02.15 um 15:19 schrieb Carl Eugen Hoyos: >>> Hi! >>> >>> On Wednesday 04 February 2015 01:48:53 pm Thilo Borgmann wrote: fixes Ticket #4238. Testing for C

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-03-05 Thread Michael Niedermayer
On Thu, Mar 05, 2015 at 08:18:26PM +0100, Thilo Borgmann wrote: > Am 08.02.15 um 15:19 schrieb Carl Eugen Hoyos: > > Hi! > > > > On Wednesday 04 February 2015 01:48:53 pm Thilo Borgmann wrote: > >> > >> fixes Ticket #4238. > >> > >> Testing for CGImageGetTypeID function is questionable (see trac >

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-03-05 Thread Thilo Borgmann
Am 08.02.15 um 15:19 schrieb Carl Eugen Hoyos: > Hi! > > On Wednesday 04 February 2015 01:48:53 pm Thilo Borgmann wrote: >> >> fixes Ticket #4238. >> >> Testing for CGImageGetTypeID function is questionable (see trac >> discussion). If someone has a better idea, please let me know. > > Alternativ

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-03-04 Thread Carl Eugen Hoyos
Thilo Borgmann mail.de> writes: > >>> New, simpler patch attached. > Please apply but check for CoreGraphics first, please. I applied this patch. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/l

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-02-26 Thread Thilo Borgmann
Am 08.02.15 um 15:19 schrieb Carl Eugen Hoyos: > [...] > Also attached is a patch that I believe is necessary for > iOS audio capture, but it is mostly untested. > (It allows device listing though.) Looks OK, please apply. -Thilo ___ ffmpeg-devel mail

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-02-26 Thread Thilo Borgmann
Am 09.02.15 um 21:55 schrieb Carl Eugen Hoyos: > Thilo Borgmann mail.de> writes: > >> Am 09.02.15 um 12:33 schrieb Carl Eugen Hoyos: >>> On Monday 09 February 2015 11:26:57 am Thilo Borgmann wrote: do you really mean to check for "CoreGraphics.h" in case of lib ApplicationServices? >>>

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-02-09 Thread Carl Eugen Hoyos
Thilo Borgmann mail.de> writes: > Am 09.02.15 um 12:33 schrieb Carl Eugen Hoyos: > > On Monday 09 February 2015 11:26:57 am Thilo Borgmann wrote: > >> do you really mean to check for "CoreGraphics.h" > >> in case of lib ApplicationServices? > > > > New, simpler patch attached. > > This patch w

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-02-09 Thread Thilo Borgmann
Am 09.02.15 um 12:33 schrieb Carl Eugen Hoyos: > On Monday 09 February 2015 11:26:57 am Thilo Borgmann wrote: >> do you really mean to check for "CoreGraphics.h" in case of lib >> ApplicationServices? > > New, simpler patch attached. This patch works locally for the build-only aarch64 fate slot.

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-02-09 Thread Carl Eugen Hoyos
On Monday 09 February 2015 11:26:57 am Thilo Borgmann wrote: > do you really mean to check for "CoreGraphics.h" in > case of lib ApplicationServices? New, simpler patch attached. Thank you, Carl Eugen diff --git a/configure b/configure index f31d372..21d6a7e 100755 --- a/configure +++ b/configur

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-02-09 Thread Thilo Borgmann
Am 08.02.15 um 15:56 schrieb Michael Niedermayer: > On Sun, Feb 08, 2015 at 03:19:40PM +0100, Carl Eugen Hoyos wrote: >> Hi! >> >> On Wednesday 04 February 2015 01:48:53 pm Thilo Borgmann wrote: >>> >>> fixes Ticket #4238. >>> >>> Testing for CGImageGetTypeID function is questionable (see trac >>>

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-02-08 Thread Michael Niedermayer
On Sun, Feb 08, 2015 at 03:19:40PM +0100, Carl Eugen Hoyos wrote: > Hi! > > On Wednesday 04 February 2015 01:48:53 pm Thilo Borgmann wrote: > > > > fixes Ticket #4238. > > > > Testing for CGImageGetTypeID function is questionable (see trac > > discussion). If someone has a better idea, please let

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-02-08 Thread Carl Eugen Hoyos
Hi! On Wednesday 04 February 2015 01:48:53 pm Thilo Borgmann wrote: > > fixes Ticket #4238. > > Testing for CGImageGetTypeID function is questionable (see trac > discussion). If someone has a better idea, please let me know. Alternative patch attached. Also attached is a patch that I believe is

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-02-04 Thread Michael Niedermayer
On Wed, Feb 04, 2015 at 01:53:20PM +0100, Thilo Borgmann wrote: > Am 04.02.15 um 13:48 schrieb Thilo Borgmann: > > [PATCH] configure: Check linking against CoreGraphics or > > ApplicationServices framework for avfoundation input device. > > > > Fixes ticket #4238. > > Updated patch without blank

Re: [FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-02-04 Thread Thilo Borgmann
Am 04.02.15 um 13:48 schrieb Thilo Borgmann: > [PATCH] configure: Check linking against CoreGraphics or > ApplicationServices framework for avfoundation input device. > > Fixes ticket #4238. Updated patch without blank line. -Thilo >From 921f571d601fe51d21ec29320a157dc4e0ba72ed Mon Sep 17 00:00

[FFmpeg-devel] [PATCH] configure: Check linking against CoreGraphics or, ApplicationServices framework for avfoundation input device.

2015-02-04 Thread Thilo Borgmann
Hi, fixes Ticket #4238. Testing for CGImageGetTypeID function is questionable (see trac discussion). If someone has a better idea, please let me know. -Thilo From be77bd85b61a922b442235ef7a0c494137672890 Mon Sep 17 00:00:00 2001 From: Thilo Borgmann Date: Wed, 4 Feb 2015 13:44:43 +0100 Subject: