Advertisement
Guest User

MPC-BE Changes

a guest
Apr 5th, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. MPC-BE 1.4.4 - Changelog:
  2.  
  3. AviSplitter
  4. Fixed work with RGB555 video.
  5.  
  6. MatroskaSplitter
  7. Fixed calculation TimeStamp for subtitles.
  8. Reduced memory consumption.
  9. Fixed processing subtitles (too long subtitles can be displayed with high latency).
  10. Fixed work with RGB555 video.
  11. Adjust correctly filled parameter biSize
  12. Correct the invalid parameter biSize BITMAPINFOHEADER structure after mkvmerge v7.7.0 for RGB8 formats and RGB565.
  13.  
  14. MP4Splitter (Bento4)
  15. Fixed playback of files in which different tracks have the same TrackId.
  16. Added support for 'R10k' and 'R10g'.
  17.  
  18. MPEGSplitter
  19. Added info about DTS-HD streams.
  20.  
  21. ShoutcastSource
  22. Fixed processing "Stop" command.
  23. Works better with MPEG Audio.
  24.  
  25. MPCVideoDecoder
  26. Added HEVC DXVA decoder (thanks to the author for his code LAV), 10bit decoding only works with EVR Custom / Sync.
  27. Updated list of Nvidia and Intel graphics card with support for hardware decoding 4k.
  28. A small adjustment in calculating the timestamp.
  29. Fixed crash after a "pause" include H.264 DXVA and "stop."
  30. Fixed crash mode H.264 DXVA 2.0 when the file is closed.
  31. Fixed crash when decoding VC1 on Intel's DXVA mode on some files.
  32. Fixed Displays the last frame for DXVA 2.0 decoder.
  33. Corrected calculation of timestamps.
  34. If the video parameters were determined inaccurately, after decoding the first frame to update the parameters of current and do reconect output pin.
  35. No longer use the table of Nvidia graphics cards with support for decoding 4k. Now to support decoding 4k driver must be installed v320.18 (v9.18.13.2018) or later.
  36.  
  37. MPCVideoConverter
  38. Video decoder for uncompressed formats now works as a converter.
  39. Added support for r210, R10k, R10g, YVU9, IYUV, UYVY, YUY2, NV12, YV12, YV16, YV24.
  40.  
  41. MpaDecFilter
  42. Fixed wrong connection to the PCM stream.
  43. Improved checking output support SPDIF/Bitstream.
  44. Fixed playback of some BINK audio.
  45. Fixed incorrect (intensive) playing on WinXP.
  46. The adjusted timestamp calculation.
  47. To decode DTS use libdcadec. Added support for decoding DTS 96/24 and DTS-HD MA.
  48.  
  49. AudioSwitcher
  50. Reduce the frequency of the sound, if it is more 192000 Hz.
  51. Added timestamp adjustment after the frequency converter.
  52. Allow XySubFilter AutoLoader connections (it needed to connect XySubFilter).
  53.  
  54. MPC Audio Renderer (WASAPI)
  55. Fixed mechanism of A/V sync.
  56.  
  57. VSFilter / ISR
  58. Fixed crash when matching timestamps (rtStart and rtStop) of input sample.
  59. Fixed incorrect display of VobSub subtitles when fast.
  60. Fixed queue subtitles.
  61. Adjusted compensation font sizes for anamorphic video.
  62. Correction fall on some subtitles.
  63. Corrected automatic loading external subtitles.
  64.  
  65. VideoRenderers
  66. Updated frame in pause mode after disabling shaders.
  67. Optimized Shader compilation.
  68. Added support XySubFilter.
  69. Fixed and updated output statistics renderers.
  70. Removed Shader bilinear interpolation.
  71. For graphics cards with support for ps_3_0 and above at the picture size of less than 50% use simple averaging of pixels.
  72. A more correct choice format mixer for EVR-custom.
  73. Optimization of displaying subtitles.
  74. Fixed format selection videobuffer on Intel cards.
  75. Fixed support for input formats.
  76. Update statistics (Ctrl+J) to pause.
  77.  
  78. Player
  79. Fixed opening of BD structure from favorites after renaming.
  80. Fixed crash when calling "Reset subtitle".
  81. Fixed check for updates.
  82. Fixed playback of animated GIF files.
  83. Adjustment of the output current value of the rotation angle.
  84. Removed command "Reset to default renderer settings".
  85. Removed support frameworks QuickTime and RealMedia.
  86. Improved transition from full window to full screen and back.
  87. Added ability to select specific subtitle renderer.
  88. Fixed opening .bdmv files.
  89. Fixed opening HLS links that specify a relative path.
  90. Added the ability to display the menu by pressing Alt.
  91. Improved get fps using MediaInfo for switching frequencies.
  92. The button "Rename" in the Bookmarks renamed "Edit" to display a dialog box in which you added the ability to edit the path.
  93. Fixed color adjustment at the extreme values.
  94. The settings panel "EVR Sync Settings" renamed to "Frame synchronization".
  95. Advanced settings renderer redesigned and moved to the settings panel of the "Video" and "Frame synchronization".
  96. Fixed opening some .m3u playlists.
  97. Fixed autoload subtitles when opening files from a network path (the path starts with "\\").
  98. Improved work with Drag'n'drop.
  99. Restored and improved open Youtube links. Now don't need to have http, https and www.
  100. Added a caching mechanism to save in .ini file (thanks to the team MPC-HC for the code and idea).
  101. The ability to save in .ini file will be unavailable in the absence of permission entries in the directory.
  102. Improved logic to apply the settings file associations and context menus of Windows Explorer.
  103. Fixed display of information for RGB8 and RGB565. Do not change the register when displaying FourCC.
  104. Correctly restore the sound after playing ShockwaveGraph on Vista and later systems.
  105. Added option "Auto fit factor".
  106. Don't remember the full screen, if the option "RememberWindowPos" and "RememberWindowSize".
  107.  
  108. Updated Dutch and Chinese (Traditional) translation (by beter).
  109. Updated Ukrainian translation (by arestarh1986).
  110. Updated Japanese translation (by Socket774).
  111. Updated German translation (by Klaus1189).
  112. Updated Chinese (Simplified) translation (by beter and insolo).
  113. Updated Italian translation (by Lord Maius).
  114.  
  115. Updated libraries:
  116. jsoncpp 1.0.0-212 git-gc1e834a.
  117. MediaInfo 0.7.72+ svn rev.6720;
  118. ffmpeg git-g399e314.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement