MPEG-4 Cutter: Release Notes
From AVObjects Knowledge Base
(Difference between revisions)
Line 4: | Line 4: | ||
* {{MPEG-4 Cutter: Download}} | * {{MPEG-4 Cutter: Download}} | ||
* {{report_problem}}--> | * {{report_problem}}--> | ||
+ | |||
+ | === 1.1.0.0 - Jun 12, 2020 === | ||
+ | |||
+ | * Added processing of HEVC and MPEG-2 video streams. | ||
+ | * Fixed the algorithm for selecting the starting cut off point. | ||
+ | * Upgraded to IPP 2020.1 | ||
+ | * The project has been updated in accordance with cumulative changes in the base libraries. | ||
=== 1.0.7.0 - Oct 18, 2018 === | === 1.0.7.0 - Oct 18, 2018 === |
Latest revision as of 16:53, 12 June 2020
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
1.1.0.0 - Jun 12, 2020
- Added processing of HEVC and MPEG-2 video streams.
- Fixed the algorithm for selecting the starting cut off point.
- Upgraded to IPP 2020.1
- The project has been updated in accordance with cumulative changes in the base libraries.
1.0.7.0 - Oct 18, 2018
- Corrected file opening parameters.
- Corrected shared manager object.
1.0.6.0 - Oct 10, 2018
- Fixed bug with copying the entire file.
- Added files Idl\Mp4Cutter.cs and WinErr.cs with IAVOMp4Cutter interface description for using object from C#.
- Added C# sample for cut out fragments and write the remainder to the output file.
1.0.5.0 - Sep 13, 2018
- The code is extended to support the new '.mdat' mode of MP4 & QuickTime Writer DirectShow filter
1.0.4.0 - Aug 22, 2018
- The interface method IAVOMp4Cutter::StopWaiting() has been added to stop the wait and save the selected part of the file.
1.0.3.0 - Aug 16, 2018
- Fixed bug with repeated common names of internal writer objects.
- Fixed bugs with cutting out the PCM Audio stream.
1.0.2.0 - Apr 06, 2018
- The object and interface are extended, new functions are added to cut off and save part of the current recording file "on the fly" to another file.
1.0.1.0 - Dec 15, 2017
- First public release.