Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Mar 19, 2019
1 parent 7f4e6dd commit 3f24e40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
@@ -1,6 +1,11 @@
LAV DirectShow Filters Changelog
===================================

0.74.1 - 2019/03/19
LAV Video
- Fixed: VP9 video could produce wrong timestamps, resulting in a black screen or other playback disruptions
- Fixed: Decoding VP9 from a non-keyframe (ie. after a seek, or badly cut file) would not always recover properly once a keyframe was encountered

0.74.0 - 2019/03/16
LAV Splitter
- Changed: Using GnuTLS for HTTPS and other TLS protocols, improving performance and compatibility with a lot of web streaming services (ie. YouTube Live Streams through youtube-dl, and more)
Expand Down
2 changes: 1 addition & 1 deletion common/includes/version.h
Expand Up @@ -4,7 +4,7 @@

#define LAV_VERSION_MAJOR 0
#define LAV_VERSION_MINOR 74
#define LAV_VERSION_REVISION 0
#define LAV_VERSION_REVISION 1

/////////////////////////////////////////////////////////
#ifndef ISPP_INCLUDED
Expand Down

0 comments on commit 3f24e40

Please sign in to comment.