MP4 & QuickTime Writer: Release Notes
From AVObjects Knowledge Base
(Difference between revisions)
Line 4: | Line 4: | ||
* {{report_problem}} | * {{report_problem}} | ||
--> | --> | ||
+ | === 1.1.3.0 - Nov 16, 2016 === | ||
+ | |||
+ | * Changed internal structure of filter. | ||
+ | * Fixed code for execute simultaneous multithreaded input and output. | ||
+ | * Fixed parameters of chunks if the file includes one stream only. | ||
+ | * Corrected algorithm for recalculate video time stamps for MPEG-4 metadata. | ||
+ | * Added interface method for set interleaving for input streams. | ||
+ | * Extended property page. | ||
+ | * Corrected C++ and C# samples. | ||
+ | * Corrected/extended debug info, added logging for the duration of write operations to the output file. | ||
+ | |||
=== 1.1.2.2 - Jun 22, 2016 === | === 1.1.2.2 - Jun 22, 2016 === | ||
Revision as of 22:33, 16 November 2016
1.1.3.0 - Nov 16, 2016
- Changed internal structure of filter.
- Fixed code for execute simultaneous multithreaded input and output.
- Fixed parameters of chunks if the file includes one stream only.
- Corrected algorithm for recalculate video time stamps for MPEG-4 metadata.
- Added interface method for set interleaving for input streams.
- Extended property page.
- Corrected C++ and C# samples.
- Corrected/extended debug info, added logging for the duration of write operations to the output file.
1.1.2.2 - Jun 22, 2016
- Fixed bug with exception c0000005 (Access Violation) in buffers for input samples.
1.1.2.1 - Jun 20, 2016
- Extended debug info.
1.1.2.0 - Jun 17, 2016
- Added interface method for get current size of output file.
- Added C++ and C# samples.
- Fixed bug with empty tracks.
- Extended debug info.
1.1.1.1 - Jun 15, 2016
- Fixed bug with 'stco'/'co64' selection.
1.1.1.0 - Jun 14, 2016
- Fixed bug with re-recording the same file.
- Added interface IAVVersion for obtain filter's type (Debug/Release), version, compilation date/time, etc.
- Corrected license subsystem for multithread enviroment.
- Corrected invalid assert.
1.1.0.0 - Jan 12, 2016
- Code rewritten with multiple changes.
1.0.2.0 - Jun 28, 2015
- Added support of DV (DVSD, DV25, DV50 and DV100) video streams.
1.0.1.0 - Apr 12, 2015
- First public release
1.0.0.4 - Mar 04, 2015
- Multiple parts of filter rewritten for future extentions.
- Added support of MJPEG video stream.
1.0.0.3 - Aug 26, 2014
- Fixed bug with the calculation of the number of samples that have not yet written to a file.
1.0.0.2 - Aug 25, 2014
- Fixed bug with several H264 slices in one frame.
1.0.0.1 - Jul 18, 2014
- First release.