polybiusproxy / hxCodec

Haxe library for native video playback on HaxeFlixel and OpenFL.
https://lib.haxe.org/p/hxCodec
Mozilla Public License 2.0
109 stars 71 forks source link

Port some features from my previous rewrite #263

Closed EliteMasterEric closed 1 year ago

EliteMasterEric commented 1 year ago

This includes:

This PR supercedes #241 , which was based on LibVLC 4.0 and had many stability issues.

MAJigsaw77 commented 1 year ago

Looks good, how does it run performance-wise?

It's still in development as there's some stuff missing for now, like asynchonously parse and working logging

EliteMasterEric commented 1 year ago

I would like to end up closing this PR and establishing a system where the develop branch is used for bleeding edge/development builds, and main always contains the source for latest stable release.

Performance seems comparable overall to older versions, Rapper GF's performance PR will probably help a lot. I need to do a proper review of those changes myself.

polybiusproxy commented 1 year ago

I would like to end up closing this PR and establishing a system where the develop branch is used for bleeding edge/development builds, and main always contains the source for latest stable release.

Performance seems comparable overall to older versions, Rapper GF's performance PR will probably help a lot. I need to do a proper review of those changes myself.

Sounds good! 👍

EliteMasterEric commented 1 year ago

Closing this since develop is now the active development branch. We'll fast-foward main once we are ready to publish the next release.