Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 4 of 8 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 78

Thread: LAV Filters - DirectShow Media Splitter and Decoders

  1. #31
    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

    LAVFilters-0.45-4a68286

    LAVFilters-0.45-4a68286.exe

  2. Advertise Here
  3. #32
    VIP Member ALFAJAY's Avatar
    Join Date
    08-08-2010
    Posts
    7,819
    Uploads
    6,021
    Likes
    686

    Re: LAV Filters - DirectShow Media Splitter and Decoders

    06-02-2012

    LAVFilters-0.45-1beb00d
    Attached Files Attached Files

  4. #33
    VIP Member ALFAJAY's Avatar
    Join Date
    08-08-2010
    Posts
    7,819
    Uploads
    6,021
    Likes
    686

    Re: LAV Filters - DirectShow Media Splitter and Decoders

    LAVFilters-045-f9ae72f
    Attached Files Attached Files

  5. #34
    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

    LAVFilters-0.45-c83d89e

    LAVFilters-0.45-c83d89e.exe

  6. #35
    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.46

    Date Added: 12.02.2012

    Description: Package Includes:
    -LAV Splitter v0.46
    -LAV Splitter x64 v0.46
    -LAV Audio Decoder v0.46
    -LAV Audio Decoder x64 v0.46
    -LAV Video Decoder v0.46
    -LAV Video Decoder x64 v0.46

    Changes in v0.46
    LAV Splitter:
    -Experimental support for streaming protocols (RTSP, RTP, MMS)
    -Support for IBufferInfo (Buffer Status in MPC-HC \"Statistics\" pane)
    -Added a memory limit to avoid too high memory use from the frame queues
    -Fixed playback of files with Subtitles in WMP/WMC in some cases

    LAV Audio:
    -Improved playback of files with bad audio frame interleaving
    -Improved support of COOK, ATRAC and SIPR (RealAudio codecs)

    LAV Video:
    -Updated and improved Intel QuickSync decoder (0.26, r38)
    -Fixed DXVA2 software fallback on some lossless H264 clips
    -Improved Fraps decoding with EVR
    -Improved playback of MPEG4 in MP4
    -Multi-threaded decoding for Lagarith
    -Fixed playback of Theora with the MPC-HC Ogg Splitter
    -Dithering Enhancements:
    -New \"Random Dithering\" option (new default)
    -Improved \"Ordered Dithering\" in the RGB converter
    -Support for decoding v210/v410 raw formats
    -Support for Snow and FFV1

    Notes:
    Re-written Installer:
    I finally got around to cleaning up the Installer and basically re-creating it from scratch.
    As a consequence, it now does all the special tasks required to properly register a Splitter in the system, and the LAVSplitter.ax itself does not do it anymore.

    This means that just registering LAVSplitter.ax will no longer change any registry settings and is perfectly safe to do. The only thing it still does is allow playback of Blu-ray bdmv/mpls files, but in a entirely non-destructive way.
    This also means that just registering LAVSplitter.ax may not allow you to play back all files, at least not in all players. MPC-HC is probably fine (if you add it to preferred filters), other players may not be. I recommend using the Installer! (unless you really know what you\'re doing)

    I may also separate the Installer into 32-bit and 64-bit in the future, i have not decided on that yet (this would also mean that the settings get separated between the two versions)

    Support for Streaming Protocols:
    I added experimental support for a few streaming protocols, specifically RTSP, RTP and MMS.
    I tested the feature on alot of streams i could find around the web, as well as against VLC streaming over my local network, and it was working OK\'ish (better for some formats, worse for others). I still consider this feature highly experimental, so try it if you wish, but don\'t expect too much.

    To use it, you need to use the Installer (or resort to manual registry hackery), even with MPC-HC.
    I have not tested it in any other players.

    To use it, just install it and open a rtsp://, rtp:// or mms:// URL.

    Random Dithering:
    In the past, the complaint occasionally came up that ordered dithering has a too static pattern, which makes it visible in certain situations. This is especially bad with cheap LCD displays (6-bit TN panels), which typically also use ordered dithering - and doing ordered twice results in serious artifacting.

    To avoid these issues, i implemented random dithering, which instead of a static pattern uses a randomly generated buffer to dither the pixels, resulting in no visible patterns (unless the RNG is having fun with you)
    I decided to make this the new default mode for dithering. Performance should be the same as ordered.

    Other changes:
    Everything else is pretty standard changes, a bit improved format support, some new formats, bugfixes across the board.

    PS:
    v210 decoding is off by default because its a raw format, and needs to be turned on.

    Upcoming is a big ffmpeg update. I haven\'t updated for a while now because i didn\'t want to \"inherit\" any new bugs before the release, so a lot of changes have already piled up, hoping nothing breaks.

    As always, please report regressions as detailed as you can, with sample files or other relevant proof.
    Attached Files Attached Files

  7. #36
    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

    LAVFilters-0.46-3056fa3

    LAVFilters-0.46-3056fa3.exe

  8. #37
    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.47

    Package Includes:
    -LAV Splitter v0.47
    -LAV Splitter x64 v0.47
    -LAV Audio Decoder v0.47
    -LAV Audio Decoder x64 v0.47
    -LAV Video Decoder v0.47
    -LAV Video Decoder x64 v0.47

    Changes in v0.47
    LAV Audio:
    -Fixed seeking in COOK audio with the MPC-HC RealMedia splitter

    LAV Video:
    -New DXVA2 \"native\" decoder (see release notes)
    -Updated Intel QuickSync decoder and tweaked configuration (0.28, r41)
    -Overall performance improvements
    -Multi-threaded decoding for Fraps
    -Fixed a regression that resulted in only single-threaded playback on certain H264 files
    -Fixed a crash in the CUVID decoder introduced in 0.46 under certain circumstances

    This version includes a big ffmpeg update. Two of the libraries have been renamed, so you might want to check that no duplicates remain.

    DXVA2 Native:
    This works like any other DXVA2 decoder, with the same limitations, and probably the same performance - but it completes the set of decoders available, and concludes the series of HW decoders.

    It seems to work reasonably well with NVIDIA and ATI, but has some bugs with Intel. Sandy Bridge users are commended to stick to the QuickSync decoder, and all previous Intel generations should probably stick with the Microsoft DXVA decoder.

    Other changes:
    All other changes are of the usual kind, performance tweaks and bug fixes, yet another updated Intel decoder .. nothing breathtaking.

    Now that DXVA2 development is concluded, i hope to be able to start on new features entirely.

    LAVFilters-0.47.rar

  9. #38
    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.48

    Package Includes:
    -LAV Splitter v0.48
    -LAV Splitter x64 v0.48
    -LAV Audio Decoder v0.48
    -LAV Audio Decoder x64 v0.48
    -LAV Video Decoder v0.48
    -LAV Video Decoder x64 v0.48

    Changes in v0.48
    LAV Splitter:
    -Improved Video/Audio stream detection in some MPEG-TS files

    LAV Video:
    -Fixed a potential crash with native DXVA2 when the software fallback was used

    Notes:
    Nothing big in this version, just a crash fix and some other minor changes that didn\'t even warrant a changelog entry.

    LAVFilters-0.48.rar

  10. #39
    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

    LAVFilters-0.48-e4b98fa

    LAVFilters-0.48-e4b98fa.exe

  11. #40
    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

    LAVFilters-0.49-8690f73

    LAVFilters-0.49-8690f73.exe

Page 4 of 8 FirstFirst ... 23456 ... 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
  •