Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this use HW decoding? #11

Open
samskiter opened this issue May 15, 2015 · 4 comments
Open

Does this use HW decoding? #11

samskiter opened this issue May 15, 2015 · 4 comments

Comments

@samskiter
Copy link

I see that you recently updated the ffmpeg version - I just wondered if this means the decoding is now done via HW acceleration for h.264 on iOS8+ (where the HW accel is exposed to devs)?

@oboje
Copy link

oboje commented May 15, 2015

I wonder it too, but according to latest ffmpeg sources there is no mention about new APIs.
But i saw some patches and you can assemble ffmpeg with HW.

@dragosperju
Copy link

Hi guys,

There are ways to make hw decode in iOS 8 but this must be made in a wrapper class and some of the new available methods from the iOS SDK must be used instead of those from ffmpeg.

I will work on this next month and I will let you know about the status.

Kind regards,
Dragos Perju

General Manager
Softmobile Networking SRL

Tel: +40 743 642 934
[email protected]

On 15 mai 2015, at 16:08, ipopov89 [email protected] wrote:

I wonder it too, but according to latest ffmpeg sources there is no mention about new APIs.
But i saw some patches and you can assemble ffmpeg with HW.


Reply to this email directly or view it on GitHub.

@samskiter
Copy link
Author

Just asked on IRC and not supported on Mac or iOS on either ffmpeg or libav. Found an old patch for libav (https://lists.libav.org/pipermail/libav-devel/2012-September/035830.html) to support video toobox on mac osx but it seems to have been lost to the ether...

@samskiter
Copy link
Author

Update: as a result of poking on IRC, I think libav may look at supporting HW decode soon too so it may be a no-op for you @dragosperju

p.s. are you using ffmpeg or libav here? I just learned they are often mixed up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants