-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: close crashes when no audio driver is set * fix: allow LVP_Quit to be called multiple times without throwing an exception if not initialized * improve: exception handling when requesting media details for an invalid media file * fix: sub-scaling relative to video size * improve: send callback event when disabling subs * add: thumbnail to meta data * add: public methods to get media type of a specific file * improve: stream info parsing of media format context * fix: some meta data newline characters are not double-escaped * fix: thumbnail creation sometimes fails because of inaccurate pitch size * improve: add external subs to meta data * update: version to 1.3.0 (#3) * fix: audio filter fails for wma files (#4) * improve: ignore id3v2_priv (private) meta tags (#5) * add: public API endpoint to set mute state (#6) * improve: support for cross-platform build (#7)
- Loading branch information
1 parent
009a93b
commit 24b86ad
Showing
22 changed files
with
1,176 additions
and
1,329 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.