Skip to content

Tags: robvdpol/Flyleaf

Tags

v3.1.5

Toggle v3.1.5's commit message
- Fixes fullscreen issues

- Fixes an access violoation during VideoView close
- Fixes a Config null references during player's creation

v3.1.4

Toggle v3.1.4's commit message
Fixes an issue with subtitles detect utf8

v3.1.2

Toggle v3.1.2's commit message
Fixes external subtitles critical issue

v3.1

Toggle v3.1's commit message
Updating to v3.1 (pre-release)

-= Re-coding MediaFramework =-

- Faster disposing and re-opening inputs
- Faster stream switch as it happens while demuxers/decoders are running
- Faster seeking as it happens while demuxers/decoders are running
- Faster cancelation implemenatation (removing aborts completely from MediaFramework)
- Better threading implementation
- Preparing MediaContext for other purposes (such as downloading / recording)

- Fixes compatibility issue with older Windows versions (not tested)
- Fixes SuRGeoNix#33
- Fixes SuRGeoNix#34

Public Properties changes (from v3.0)
- DecoderInput removed (just replace it with null)
- SubtitleStreams renamed to SubtitlesStreams

v3.0

Toggle v3.0's commit message
Updating to v3.0

v3.0-preview

Toggle v3.0-preview's commit message
Updating to v3.0-alpha

v2.6

Toggle v2.6's commit message
Updating to v2.6

-= Re-coding MediaRenderer =-

- Hardware Frames (NV12/P010 Semi-Planar): Direct Convert to RGB with PixelShaders (No more VideoProcessorBlt)
- Software Frames (8-bit YUV Planar/Packed): PixelShaders support for most of them (Planar/Packed)
- Rest Frames (RGB & YUV > 8-bit): Still using fallback to "heavy" SwsScale (however improvements also here with direct copy)
- ColorSpace / ColorRange support (BT601/BT709 Full/Limited)
- Better multi-threading SwapChain implementation and more BackBuffers in use
- Audio auto re-sync in case of de-sync
- Fixing an issue while ffmpeg fails to seek on keyframe we skip until it finds one (was showing broken frames)
- Fixing an issue with Audio noise during pause/play
- Updating Libraries

v2.5.3

Toggle v2.5.3's commit message
Updating to v2.5.3

- Finalizing Youtube-dl properly including all the required headers/cookies/user-agent/referrer etc. (TODO: black/white lists for codecs)
- Audio/Video stream selection on pop-up menu. Change resolution, will try to add best audio match automatically (+Youtube-dl)
- Video stream best match based on screen resolution (Youtube-dl)
- Audio stream best match based on Language priorities (in case of multi audio streams with different languages)
- Audio volume affects directly Master (to achieve constant changes, will be reviewed)
- Adding video title instead of url for web in recent history and OSD
- MediaBuffer: Ensures that it has enough video & audio frames before playing (no audio silence on start / minqueuesize currently not required by default and set to 1)
- Fixing issues with seeking, timestamps & invalid packets
- Fixing a crashing issue when the GPU does not support codec decoding
- Fixing a crashing issue on opening
- Overall more smooth playback (support for higher fps) and better audio sync

v2.5.2

Toggle v2.5.2's commit message
Updating to v2.5.2

- Saving Subs delay in History seperately for each subtitle
- Fixing subs to open properly from history and after seek abort (reopening), including the proper delay
- Fixing an issue with youtube urls (for channels/lists, not supported currently will play single video) which was crashing the app

v2.5.1

Toggle v2.5.1's commit message
Finalizing new Seek also for network (slow) streams