This file includes only a short list of the changes between MPC-HC's versions. For the older changes see: https://github.com/mpc-hc/mpc-hc/blob/master/docs/Changelog_old.txt Legend: + New * Changed ! Fixed 1.7.0 - 29 September 2013 ========================= + Replace the internal filters with LAV Filters. LAV Filters are modern open source DirectShow filters based on FFmpeg. They are known to be reliable and fast and overall should be more stable than the old filters. MPC-HC integrates LAV Filters directly and no extra installation steps are required. The embedded version of LAV Filters doesn't interfere at all with other installed DirectShow filters (including the standalone versions of LAV Filters). Note to XP users: hardware decoding is only supported on nVidia graphic adapters. If you really need a DXVA decoder, you can use a standalone version of MPC Video Decoder. + Support loading HTTP/RTSP/UDP/RTP streams using embedded source filters + D3DFullscreen can now switch to windowed mode (just like regular fullscreen mode) + Audio Switcher: Show all audio tracks available, including all the embedded tracks exhibited by the source filter and the external tracks + Playlist: Add a "Move to Recycle Bin" right click option, with optional keyboard shortcut + Ticket #533, Add a command line switch (/device) to open the default video device + Ticket #3107, Add support for playing from standard input. Use "-" as a special filename to designate the standard input. Examples: > mpc-hc.exe - < sample.ts > a_prog.exe | mpc-hc.exe - + Improved RAR File Source integration: - Added support for subtitle database - Added support for file properties and MediaInfo - "File -> Save a copy" now extracts the file from the RAR archive + Windows 8.1 support * All track selection sub-menus are now centralized in the Play menu, the similar sub-menus have been removed from the Navigate menu * The naming of external subtitles item in Play -> Subtitles menu has been improved to get rid of the uninformative "Undetermined" name * When "Prefer external subtitles over embedded subtitles" is enabled, an external track is always selected by default even if an embedded track matches a preferred language * The "Go To" menu entry has been moved to the "Navigate" menu * D3DFullscreen changes: - toggle hotkey is now disabled by default - support for madVR has been removed (it already has exclusive mode) - 10-bit RBG output now falls back to 8-bit output if the display does not support it * Remove D2VSource; it's unmaintained and basically unused * WebUI: Switched to HTML5 and improved the cross browser support (IE8 or newer is needed, other browsers should work fine) * Updated Armenian, Basque, Czech, French, German, Greek, Japanese, Polish, Romanian, Simplified and Traditional Chinese, Slovak, Turkish and Ukrainian translations * Updated Little CMS to v2.5 (git ad2cb04) * Updated Unrar to v5.0.0 * Updated MediaInfoLib to v0.7.64 * Updated ZenLib to v0.4.29 r444 * Updated VirtualDub to v1.10.4-test11 ! D3DFullscreen fixes: - fixed strange focus behavior when always on top is enabled - fixed VMR9 D3DFS minimizing when losing focus - fixed thumb mouse buttons not working when D3DFS has focus ! Various fixes for better playlist support ! Fixed creation date in file properties always being shown as "Not known" ! Ticket #2109/#2975, Fix the handling of aspect ratio changes when using EVR-CP or Sync Renderer with DXVA decoding ! Ticket #2189/#3300, Fix graph objects not being properly released when opening another file while Properties or Options window is visible ! Ticket #3304, Fix remembering file position when double-clicking on a playlist item. If a position was previously saved, it will be restored unless the file is already playing ! Ticket #3425, Audio Switcher: Fix a crash with audio resampling and channel remapping enabled ! Ticket #3440, Disable the "Explore to" feature when the file isn't local in the Properties dialog and the playlist context menu ! Ticket #3455, Hide MediaInfo tab when no information is available ! Ticket #3456, Don't show the progress in the taskbar when no duration is available ! Ticket #3478, The "File" menu was slow to open when a drive was unavailable