K-Lite Codec Pack Full 歷史版本列表 Page53

最新版本 K-Lite Codec Pack Full 18.1.0

K-Lite Codec Pack Full 歷史版本列表

K-Lite Codec Pack Full  是 DirectShow 過濾器,VFW / ACM 編解碼器和工具的集合。編碼和解碼音頻和視頻格式需要編解碼器和 DirectShow 過濾器。 K-Lite Codec Pack Full 被設計為用於播放所有音頻和電影文件的用戶友好型解決方案。使用 K -Lite Codec Pack,您應該可以播放所有流行的音頻和視頻格式,甚至可以... K-Lite Codec Pack Full 軟體介紹


K-Lite Codec Pack Full 14.2.0 查看版本資訊

更新時間:2018-06-01
更新細節:

What's new in this version:

- Updated MPC-HC to version 1.7.16.3
- Updated LAV Filters to version 0.71-35-g06302
- Updated MediaInfo Lite to version 18.05

K-Lite Codec Pack Full 14.1.5 查看版本資訊

更新時間:2018-05-03
更新細節:

What's new in this version:

- Updated Codec Tweak Tool to version 6.3.0

Replay Media Catcher 7.0.1.10 查看版本資訊

更新時間:2018-04-24
更新細節:

What's new in this version:

- Fix for Movie and TV Guide Providers
- Upgrade for .NET 4.5, dropping XP support
- Infragistics v17.2 UI controls
- Improved HTTPS proxy
- DVR fix for iframes in latest chrome
- Improved WebSocket protocol support for ustream and live jasmin
- Support for Google Drive File Stream as an output destination.
- Improved HDS protocol support on segement failure.
- Improved silence detection speed in audio recorder
- Misc fixes and improvements

K-Lite Codec Pack Full 14.1.0 查看版本資訊

更新時間:2018-04-11
更新細節:

What's new in this version:

- Updated MPC-HC to version 1.7.16.2
- Updated LAV Filters to version 0.71-30-ga4c49
- Updated MediaInfo Lite to version 18.03.1
- Updated Icaros to version 3.1.0 b1
- Windows XP is not supported anymore. XP users should use version 13.8.3 of the codec pack. Download link for that is at bottom of this page

pdfFactory 6.25 查看版本資訊

更新時間:2018-04-09
更新細節:

What's new in this version:

- Resizing thumbnails by dragging the grab handle in the lower right corner of a thumbnail page now shows real-time feedback
- Resizing the main window or the pane divider now shows real-time feedback
- Thumbnails now automatically snap to “best fit” sizes when they are resized. Holding down the Ctrl key overrides this behavior and allows total control over thumbnail sizes.
- Performance improvements, particularly with large documents
- Fixed problems imaging large bitmaps (e.g. photos, scans) that were broken up into separate pieces when printed by the application
- Bug fixes and performance improvements when imaging bitmaps and line art that use transparency
- Ctrl+A (Select All) now works correctly in edit controls on the Jobs tab
- Fixed a crash that sometimes occurred when the print job contained a ‘%’ character

New and improved keyboard shortcuts for zooming:
- Ctrl + (Zoom In)
- Ctrl – (Zoom Out)
- Ctrl 0 (Fit Page)
- Ctrl Alt + (Zoom In, small amount)
- Ctrl Alt – (Zoom Out, small amount)
- Ctrl Alt 0 (Thumbnail view)
- F11 (enter/exit Full Screen)

K-Lite Codec Pack Full 14.0.5 查看版本資訊

更新時間:2018-03-19
更新細節:

What's new in this version:

- Updated Codec Tweak Tool to version 6.2.9
- Updated MediaInfo Lite to version 18.03

CodeLite 12.0 (64-bit) 查看版本資訊

更新時間:2018-02-28
更新細節:

What's new in this version:

Improvements:
- Support C++11 template syntax, e.g. std::vector<std::pair<int, int>> myVec; (notice the missing space in the closing angle brackets)
- C++: New: added the ability to add an existing project to a workspace folder
- C++: better and improved locals and classes syntax highlight colouring
- Abbreviations plugin: the abbreviations are now part of the default code completion box and do not require a custom keyboard shortcut
- NEW: SmartCompletions plugin: Collect code completion statistics from your coding, Alter the code completion box entries to show the most used methods/classes first, e.g. if you often use wxString::Contains then CodeLite will ensure that Contains will be displayed at the top of the code completion suggestions list:  wxString str; str. // "Contains" method will be the first entry in the code completion box
- UnitTest++ plugin: usability improved
- C++ code completion parser: distinguish between strong enums and regular enums (enum class Foo : long {} vs enum Foo {})
- Colour embedded JavaScript within PHP/HTML document
- Support C++11 strong enums ( enum class Foo : int {} )
- Welcome Wizard: simplified the wizard pages
- Added new "Developer Profile" settings to CodeLite
- Added new "Dark One" colour theme
- Exporting colour settings now lets you choose which theme(s) to export
- Windows: import PuTTY sessions into CodeLite's SFTP view
- When switching to a non C++ workspace, auto-hide all C++ related tabs (e.g. wxCrafter, CMake etc). The tabs are restored when the workspace is closed
- Added support for debugger-step-into-instruction command (GDB)
- Implemented "Goto Anywhere", you can now access most of CodeLite actions with a single keyboard click Ctrl-Shift-P
- C++ open resource dialog: support fuzzy search for symbols as well as for file names
- PHP open resource dialog: support fuzzy search for symbols as well as for file names
- C++ workspace view: improved UI loading. The tree view is now built on demand and loaded on startup. Find in files should feel faster
- Navigation bar re-written
- Support ligature fonts on Windows
- Better Hi-DPI support on Linux
- wxCrafter: support wxDataViewColumn flags
- PHP: Allow moving files between folders using drag and drop
- (feature request) Add option to disable 'jumping' in explorer tree when selecting/closing another tab
- (feature request) Refresh subfolder or automatically detect new folders/files in explorer view
- SFTP: Clicking on the "Connect" or "Open Terminal" button will now launch the "Quick Connect" dialog which offers the user to either connect to an existing account, or to use the "quick connect" feature (connect without first creating an account)
- SFTP enhancement and fixes
- Tabgroups now come in two 'namespaces': Global and Workspace. Workspace ones are specific to the currently-loaded workspace. Global ones are always shown, even when no workspace is loaded.
- Svn plugin: added toolbar buttons for the 3 common actions: commit revert and update
- Git plugin: removed the tree view and use a standard table view instead
- Svn plugin: removed the tree view and use a standard table view instead
- codelite-make : when custom build is used enabled for the project, create the working directory before starting the build

Bugs:
- C++: remove project from "workspace-folder" is broken (the XML file was not updated)
- Fixed regression in Outline view tab: the context menu does not work
- Problem with highlight html+php
- Code completion fails to recognize enum members on lines
- Export single lexer colour and font
- Fixed: "Tasks" panel crash when used in a non C++ workspace
- Fixed: Unable to debug with LLDB under OSX
- code completion doesn't show abbreviations without finding other kinds of key words
- Horizontal tabs don't get displayed
- Fixed: Ctrl-SPACE keybinding is broken in 11.0.3
- Code snippets appear in object's completion list
- main() can't be recognized in <global> region
- Adding new Workspace Build Configuration adds duplicate entries
- "Exclude from build" grey filename color not remembered across restarts
- File deletion and re-naming don't get mirrored via remote workspace
- PHP documentation popup is cut

CodeLite 12.0 (32-bit) 查看版本資訊

更新時間:2018-02-28
更新細節:

What's new in this version:

Improvements:
- Support C++11 template syntax, e.g. std::vector<std::pair<int, int>> myVec; (notice the missing space in the closing angle brackets)
- C++: New: added the ability to add an existing project to a workspace folder
- C++: better and improved locals and classes syntax highlight colouring
- Abbreviations plugin: the abbreviations are now part of the default code completion box and do not require a custom keyboard shortcut
- NEW: SmartCompletions plugin: Collect code completion statistics from your coding, Alter the code completion box entries to show the most used methods/classes first, e.g. if you often use wxString::Contains then CodeLite will ensure that Contains will be displayed at the top of the code completion suggestions list:  wxString str; str. // "Contains" method will be the first entry in the code completion box
- UnitTest++ plugin: usability improved
- C++ code completion parser: distinguish between strong enums and regular enums (enum class Foo : long {} vs enum Foo {})
- Colour embedded JavaScript within PHP/HTML document
- Support C++11 strong enums ( enum class Foo : int {} )
- Welcome Wizard: simplified the wizard pages
- Added new "Developer Profile" settings to CodeLite
- Added new "Dark One" colour theme
- Exporting colour settings now lets you choose which theme(s) to export
- Windows: import PuTTY sessions into CodeLite's SFTP view
- When switching to a non C++ workspace, auto-hide all C++ related tabs (e.g. wxCrafter, CMake etc). The tabs are restored when the workspace is closed
- Added support for debugger-step-into-instruction command (GDB)
- Implemented "Goto Anywhere", you can now access most of CodeLite actions with a single keyboard click Ctrl-Shift-P
- C++ open resource dialog: support fuzzy search for symbols as well as for file names
- PHP open resource dialog: support fuzzy search for symbols as well as for file names
- C++ workspace view: improved UI loading. The tree view is now built on demand and loaded on startup. Find in files should feel faster
- Navigation bar re-written
- Support ligature fonts on Windows
- Better Hi-DPI support on Linux
- wxCrafter: support wxDataViewColumn flags
- PHP: Allow moving files between folders using drag and drop
- (feature request) Add option to disable 'jumping' in explorer tree when selecting/closing another tab
- (feature request) Refresh subfolder or automatically detect new folders/files in explorer view
- SFTP: Clicking on the "Connect" or "Open Terminal" button will now launch the "Quick Connect" dialog which offers the user to either connect to an existing account, or to use the "quick connect" feature (connect without first creating an account)
- SFTP enhancement and fixes
- Tabgroups now come in two 'namespaces': Global and Workspace. Workspace ones are specific to the currently-loaded workspace. Global ones are always shown, even when no workspace is loaded.
- Svn plugin: added toolbar buttons for the 3 common actions: commit revert and update
- Git plugin: removed the tree view and use a standard table view instead
- Svn plugin: removed the tree view and use a standard table view instead
- codelite-make : when custom build is used enabled for the project, create the working directory before starting the build

Bugs:
- C++: remove project from "workspace-folder" is broken (the XML file was not updated)
- Fixed regression in Outline view tab: the context menu does not work
- Problem with highlight html+php
- Code completion fails to recognize enum members on lines
- Export single lexer colour and font
- Fixed: "Tasks" panel crash when used in a non C++ workspace
- Fixed: Unable to debug with LLDB under OSX
- code completion doesn't show abbreviations without finding other kinds of key words
- Horizontal tabs don't get displayed
- Fixed: Ctrl-SPACE keybinding is broken in 11.0.3
- Code snippets appear in object's completion list
- main() can't be recognized in <global> region
- Adding new Workspace Build Configuration adds duplicate entries
- "Exclude from build" grey filename color not remembered across restarts
- File deletion and re-naming don't get mirrored via remote workspace
- PHP documentation popup is cut

K-Lite Codec Pack Full 14.0.0 查看版本資訊

更新時間:2018-02-19
更新細節:

What's new in this version:

- Updated MadVR to version 0.92.12
- Windows XP is not supported anymore

K-Lite Codec Pack Full 13.8.0 查看版本資訊

更新時間:2018-02-01
更新細節: