|
Version 0.36: Installer (both x86/x64) -- Zips: 32-bit & 64-bit
- Changelog
- 0.36 - 2011/09/29 - Release Notes
- Code:
- LAV Splitter
- - Improved support for ADTS AAC
- - Fixed MPEG-2 timestamps in VOB
- - Fixed MPEG-2 frame rate reporting for telecined/interlaced
- LAV Video
- - Integrated NVIDIA CUVID Hardware decoder
- - Performance enhancements in 10bit decoding
- - Support for Flash Screen Video (FSV1)
- - Support for Apple ProRes
- - Improved MPEG-2 playback
- - Improved A/V sync with VC-1 and MPEG4-ASP
复制代码
- LAV Splitter
- - Improved compatibility with the MS WMVideo decoder
- - Fixed the mediatype for raw PCM streams
- LAV Audio
- - Added support for Vorbis streams demuxed by Haali and MPC-HC Splitters
- LAV Video
- - VC-1 decoding is now disabled by default
- - Fixed behaviour of the Stream AR option
- - The maximum number of decoding threads is now 16
- - Free decoding buffers when the input pin disconnects to avoid big memory leaks
复制代码Its mostly just $random bug fixes, but enough to warrant a new version, including some crash fixes.
VC-1 is now disabled by default because the decoder doesn't really offer any notable advantages over the default Windows decoder (WMVideo Decoder DMO). You can of course just re-enable it, if you want.
This does not yet include any of the performance enhancements for LAV Video, i branched those off and still working on them.
Take care.
0.32: Installer (both x86/x64) -- Zips: 32-bit & 64-bit- General
- - The installer will now add shortcuts to the start menu to open the filter configurations
- - The ffmpeg DLLs have been renamed to carry a "lav" suffix to avoid collisions with other components
- LAV Splitter
- - Improved detection of AAC LATM tracks (previously mis-detected as mp1/mp2)
- - Fixed playback of badly interleaved AVI files
- - Smarter default stream selection for RealMedia files
- - Improved stream language handling for Blu-rays
- - Fixed a crash issue with the Forced Subtitle pin on Blu-rays
- LAV Audio
- - DTS decoding failures are now handled more gracefully
- - Fixed Media Types for Stereo 44.1kHz Audio
- LAV Video
- - First official version - refer to release notes for details
复制代码 0.31:- LAV Splitter
- - Improved audio codec selection priorities
- - Improved VC-1 playback when using the madVR internal decoder
- - Improved playback of MPEG-TS files with a timestamp wrap right at the beginning of a file
- - Reduced amount of data required for file probing, resulting in faster startup time
- - Fixed demuxing/timestamping of RealMedia files
- LAV Audio
- - Fixed a bug in the DTS parser which caused occasional hiccups on DTS-HD content
- - Added the ability to detect DTS-in-WAV
复制代码Download: Installer (both x86/x64) -- Zips: 32-bit & 64-bit
The most important fix for me in this version was the DTS parser fix. It happend on quite alot of discs for me, but i never cba to fix it .. until now.
In addition to that, startup should be faster again now, although with the negative side-effect that some streams might not be detected if the file is muxed kinda odd. Don't worry, i have some plans for that, which will hopefully resolve this issue in the future, without delaying the playback start.
Additionally, DTS in WAV is now supported by LAV Audio. Its implemented only in the audio decoder, that of course means it only works if your WAV content (which was probably identified as PCM) is going through LAV Audio. With LAV Splitter thats no problem, because it uses LAVs special audio mediatype to send it to LAV Audio - however with all other splitters, LAV Audio won't be able to do it just yet, because i do not accept the usual raw PCM mediatypes. I'll have to come up with some solution for this - but anyway, its now possible to play DTS-in-WAV with LAV Splitter/LAV Audio at least.
As you may have noticied, LAV Video is not part of this release.
I wanted to get this small bugfix release out, before LAV Video is merged into the main source tree. This is mostly because i'll be on vacation soon, and i don't expect much work all through August. I'll be releasing a new "official" test version of LAV Video before i leave for you guys to test and accumulate feedback for me when i come back.
Have fun!
|
|