Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 6 of 8 FirstFirst ... 45678 LastLast
Results 51 to 60 of 78

Thread: LAV Filters - DirectShow Media Splitter and Decoders

  1. #51
    VIP Member mohammed tanko's Avatar
    Join Date
    23-11-2008
    Posts
    1,009
    Uploads
    793
    Likes
    50

    Re: LAV Filters - DirectShow Media Splitter and Decoders

    LAV Filters 0.58

    Code:
    Version history: 0.58 - 2013/06/23 - Release Notes
    General
    - LAV Filters now includes a manifest file to control DLL loading
    - Fixed the shortcuts to the configuration dialogs created by the installer in the start menu

    LAV Splitter
    - Handle the "Default" flag in MKV files with multiple video streams
    - Fixed a regression in VC-1 demuxing which caused some streams to fail decoding with the WMV9 DMO decoder
    - Improved transition between ordered chapters in certain (badly formed) MKV files
    - Improved handling of AVC1 in AVI files
    - Improved accuracy of IAMStreamSelect::get_CurrentMarker
    - Several potential crash fixes and stability improvements

    LAV Video
    - YADIF deinterlacing is now multi-threaded, significant performance improvement on multi-core CPUs
    - Improved detection of progressive streams to ensure deinterlacing is disabled, especially when "Aggressive Deinterlacing" is used
    - Restored Fraps constant frame rate output by proper handling of repeated frames
    - Support for the new UtVideo sub-types, and fixed a regression in UtVideo decoding
    - cuvid: fix double-rate deinterlacing on certain streams without timing information
    - Updated the Intel QuickSync Decoder to 0.44
    Code:
    http://www.ziddu.com/download/22422098/LAVFilters-0.58.zip.html

  2. Advertise Here
  3. #52
    VIP Member mohammed tanko's Avatar
    Join Date
    23-11-2008
    Posts
    1,009
    Uploads
    793
    Likes
    50

    Re: LAV Filters - DirectShow Media Splitter and Decoders

    LAV Filters 0.58.2

    What's new in this version:

    LAV Splitter
    - Fixed demuxing of WavPack from MKV

    LAV Video
    - Fixed a crash when YADIF was being used on a single- or dual-core CPU

    LAV Audio
    - Fixed decoding of DTS streams with a frame size change mid-stream
    Attached Files Attached Files

  4. #53
    VIP Member mohammed tanko's Avatar
    Join Date
    23-11-2008
    Posts
    1,009
    Uploads
    793
    Likes
    50

    Re: LAV Filters - DirectShow Media Splitter and Decoders

    LAV Filters 0.62

    Version history / Release notes / Changelog: 0.62.0

    LAV Splitter
    - Fixed: The filtered Forced Subtitles stream did not properly send all related subtitle data in some cases

    LAV Video
    - NEW: Implemented a WMV9 MFT decoder to replace the old DMO decoder for VC-1/WMV3 on Windows 7 and above
    - NEW: Support for VP7 video
    - Fixed: Multi-threaded video decoding could result in a handle leak on some systems
    - Fixed: Video processing was slow on Windows XP due to inefficient memcpy use
    - Fixed: DVD subtitles could overlap on some discs

    LAV Audio
    - Fixed: Dynamic format switching to an audio stream with a different sample rate did not work in some cases
    Attached Files Attached Files

  5. #54
    VIP Member mohammed tanko's Avatar
    Join Date
    23-11-2008
    Posts
    1,009
    Uploads
    793
    Likes
    50

    Re: LAV Filters - DirectShow Media Splitter and Decoders

    LAV Filters v0.64

    Changes in 0.64:

    General:
    - NEW: Individual LAV Filters can now be blacklisted through the registry by creating a key with the executable name in HKCU\Software\LAV\\Blacklist

    LAV Splitter:
    - NEW: Support for RTMP using rtmpdump-style parameter syntax
    - NEW: Support for Opus-in-TS
    - Fixed: The language reported for audio/subtitle streams on some Blu-rays could be wrong

    LAV Video:
    - NEW: HEVC Main10 decoding in DXVA2 Copy-Back mode
    - Faster: DXVA2 Copy-Back in direct output mode uses up to 50% less CPU and performance is improved accordingly
    - Fixed: H.264 streams with only DTS timestamps would play out of sync with DXVA2
    - Fixed: DXVA2 could crash on some MPEG-2 streams
    - Fixed: Improved compatibility with a few HEVC streams when using DXVA2
    Attached Files Attached Files

  6. #55
    Senior Member vahiné's Avatar
    Join Date
    03-06-2018
    Posts
    1,818
    Uploads
    424
    Likes
    356

    Re: LAV Filters - DirectShow Media Splitter and Decoders

    LAV Filters 0.72
    LAV Video
    Changed: Enabled CineformHD decoding by default, since the decoder has much improved
    Fixed: Decoding Matroska files with Linked Segments which used old x264 4:4:4 encodes could result in corruption

    LAV Audio
    NEW: Blu-ray Dolby Digital Plus 7.1 decoding and bitstreaming support
    NEW: LAV Audio will fallback to audio decoding if bitstreaming is not supported by the audio renderer/hardware
    Fixed: DTS-HD HRA bitstreaming did not work properly with many A/V receivers
    Fixed: TrueHD bitstreaming could result in drop-outs on high bitrate TrueHD+Atmos streams
    Attached Files Attached Files

  7. #56
    Administrator WaRp's Avatar
    Join Date
    16-08-2015
    Posts
    7,731
    Uploads
    8,927
    Likes
    26,125

    Re: LAV Filters - DirectShow Media Splitter and Decoders

    LAV Filters 0.74.1-78


    • Update ffmpeg




    Thanks Nevcairiel

  8. #57
    Administrator WaRp's Avatar
    Join Date
    16-08-2015
    Posts
    7,731
    Uploads
    8,927
    Likes
    26,125

    Re: LAV Filters - DirectShow Media Splitter and Decoders

    LAV Filters 0.74.1-87


    • dxva2/d3d11: set proper buffer constraints for vp9 and av1
    • Add AV1 HWAccel to the config UI
    •dxva2/d3d11: allow decoding hevc main10 with the hevc main decoder if its 8-bit
    • d3d11: unify surface format setting
    • dxva2: fix incorrect check in vp9 profile checkdxva2/d3d11: add AV1 support
    • dxva2: add av1 GUIDs
    • dxva2: decouple bitdepth from profile
    • d3d11: Clear Misc flags for the staging texture, fixes copyback in certain situation


    Thanks Nevcairiel

  9. #58
    Administrator WaRp's Avatar
    Join Date
    16-08-2015
    Posts
    7,731
    Uploads
    8,927
    Likes
    26,125

    Re: LAV Filters - DirectShow Media Splitter and Decoders

    LAV Filters 0.74.1-89


    -pixconv: fixed size offset to use optimized loop for more of the image
    -avcodec: ensure sw_pix_fmt is set during init …
    Hardware decoders use this to init the surface type.
    -dxva2dec: Replace custom copy function with ffmpeg helper


    Thanks Nevcairiel

  10. #59
    Administrator WaRp's Avatar
    Join Date
    16-08-2015
    Posts
    7,731
    Uploads
    8,927
    Likes
    26,125

    Re: LAV Filters - DirectShow Media Splitter and Decoders

    LAV Filters 0.74.1-90

  11. #60
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,790

    Re: LAV Filters - DirectShow Media Splitter and Decoders

    -Update 04.12.2020-

    LAV Filters 0.74.1. 91


    Code:
    0.75.0 - 2020/xx/xx
    LAV Splitter
    - Changed: Improved Font support from Matroska files
    - Fixed: Large queue size limits could result in the wrong limit being applied
    - Fixed: Resolved a memory leak in Matroska demuxing
    - Fixed: Avoid selecting a stream with only a single video frame in MP4 files, which is often a cover art
    - Fixed: Seeking in Matroska files with only audio cue points did not function
    
    LAV Video
    - Faster: Updated dav1d decoder and improved thread configuration for significantly improved AV1 decoding speed
    - Fixed: Added a workaround for VP9 hardware decoding on AMD video cards.
    
    LAV Audio
    - Fixed: Resolved an issue with glitching TrueHD bitstreaming on seamless-branching titles
    Attached Files Attached Files

Page 6 of 8 FirstFirst ... 45678 LastLast
Advertise Here

Similar Threads

  1. New TV4 on channel 8 in TNK decoders
    By Sat-Net in forum Daily Satellite TV News
    Replies: 0
    Last Post: 05-03-2010, 03:44:32
  2. Codecs Filters
    By njb in forum DVB-PCI Cards
    Replies: 0
    Last Post: 09-10-2007, 13:52:56
  3. SS2 AltDVB2.2 + ProgDVB4.80 stable + Dscaler directshow plugin
    By omar1976 in forum French / Français
    Replies: 2
    Last Post: 05-12-2006, 15:41:10

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •