on 2020.04.18 07:15 -0400, ted park wrote:
> > videotoolbox decodes to CMSampleBuffer, which is CoreMedia's generic buffer
> > wrapper class. a couple levels down, it's probably a CVPixelBuffer. if
> > it's
> > working for you, i'd be curious to know what hardware and what os version
> > you're
on 2020.04.18 17:03 +0200, carl eugen wrote:
> Am Fr., 17. Apr. 2020 um 14:37 Uhr schrieb su.00048---:
> >
> > i have ffmpeg building successfully on osx (10.14.6; xcode 11.3.1),
> > and am using the generated libraries in a personal video project i'm
> > working on. now i'm ready to start think
on 2020.04.17 09:02 -0400, ffmpeg-user@ffmpeg.org wrote:
> Hi,
>
> > i have ffmpeg building successfully on osx (10.14.6; xcode 11.3.1),
> > and am using the generated libraries in a personal video project i'm
> > working on. now i'm ready to start thinking about implementing hardware
> > decodi
i have ffmpeg building successfully on osx (10.14.6; xcode 11.3.1),
and am using the generated libraries in a personal video project i'm
working on. now i'm ready to start thinking about implementing hardware
decoding ... i tried adapting some of the code from hw_decode.c, but
ran into runtime