MediaSuite.NET Changelog

What's new in MediaSuite.NET 1.6.1279

Aug 26, 2011
  • Fixed possible memory corruption in H264Decoder

New in MediaSuite.NET 1.6.1211 (Aug 26, 2011)

  • Fixed bug in RTCPCompound.Parse for RTCP-BYE messages would sometimes cause an infinite loop
  • FLVReader added support for PackageType.CONFIG for H.264 frames containing SPS/PPS
  • MP4Writer added support for samples per chunk (MP4WriterConfiguration.SamplesPerChunk)
  • MP4Writer (STTS) TimeToSampleBox.GetSampleNumberByTime fixed bug to omit when SampleDelta == 0

New in MediaSuite.NET 1.6.796 (Aug 26, 2011)

  • Added support for H.264 in AVIReader
  • Added support for text media attribute in RTSPManager

New in MediaSuite.NET 1.6.288 (Aug 26, 2011)

  • Bug Fixes:
  • Assembly signature & version information update

New in MediaSuite.NET 1.6.246 (Aug 26, 2011)

  • New Features:
  • MediaSuite now comes with an installer
  • WaveOut: Added QueuedSamples & QueuedSamplesInSecond
  • RTPFrame: When setting RTPFrame.Timestamp all contained packets in the frame are also updated
  • All video decoders now support passing of IntPtr
  • Updated sample code
  • Bug fixes:
  • H263Encoder
  • Fixed bug with larger than expected Intra Macroblocks in P-Frame
  • Fixed bug with possible exception in motion estimation SAD calculation
  • DTMFToneDetector: Fixed memory corruption when disposing the object

New in MediaSuite.NET 1.5.983(P2) (Aug 26, 2011)

  • New Features:
  • Added AudioMetric to WaveOut device capability
  • New fast image tools Resize and Mirror for RGB 24bit
  • Bug fixes:
  • Fixed bug under XP RDP not playing sound using WaveOutput
  • Fixed H264Decoder potential memory leak
  • Fixed byte alignment bug in SpeechDecoder (Speex NB/WB)

New in MediaSuite.NET 1.5.983(P1) (Aug 26, 2011)

  • New Features:
  • MPEG4Decoder
  • Method ClearFrameBuffer to clear the current frame in the decoder
  • Option ReorderFrameBuffer to avoid reordering of frames from decode to presentation order
  • Bug Fixes:
  • Speex OutputBitrate fixed for both Narrow-band and Wide-band

New in MediaSuite.NET 1.5.982(P3) (Aug 26, 2011)

  • New features:
  • MP4ToolKit Beta (MP4 extensible Open Platform Framework API)
  • Supports: ISO 14496-1, 12, 14, 15; 3GP TS-26 244, Apple QuickTime Format
  • Codecs supported: AAC, AMR-NB, AMR-WB, AMR-WB+, H.263, MPEG-4.2, MPEG-4.10
  • Support for passing Stream objects to FLVReader
  • Added H264Frame.GetAssembledFrame overload with reference to buffer
  • H264Encoder RateControl (ConstantQuality, ConstantBitrate (F/S))
  • Bug fixes:
  • Fixed possible memory corruption in Speex decoder destructor
  • Fixed PacketType == 0 in RTCPRR packets
  • Fixed possible crash in GetAssembledFrame when passing 1080p frames

New in MediaSuite.NET 1.5.982 (Aug 26, 2011)

  • Bug fixes:
  • Elimination of initial delay of frames when decoding H.264
  • Fixed bug in RTPFrame creation in MPEG4Encoder
  • Fixed occasional lockup of FilePlayer when seeking

New in MediaSuite.NET 1.5.981 (Aug 26, 2011)

  • New features:
  • 64-bit support

New in MediaSuite.NET 1.5.980 (Aug 26, 2011)

  • New features:
  • Added Proxy support to RTSP (RTSPManager)
  • Added LastError to CamCapture to better troubleshoot device initiation
  • H.264 Encoder performance gain (intermediate buffer elimination)

New in MediaSuite.NET 1.5.892 (Mar 21, 2009)

  • BUG - MP4Reader Track order was wrong for some MP4 files
  • BUG - AVIReader Track order was wrong for some AVI files
  • BUG - MP4Reader Support for AAC Version 0 and 1 headers
  • BUG - H263/2190 Bit start/end bit buffer was shifted incorrectly - Mode B start/end bits are now correctly carried.
  • BUG - RTPFrame Incorrect Age values - Age now reports the correct time in milliseconds since the creation of itself.
  • BUG - WaveInput Improved buffer overflow protection - On slower machines, chunks of the ring buffer aren't returned to the OS fast enough.
  • NEW - FLVReader Release
  • NEW - H263Decoder Improved Error Recovery (vlc->DC Coeffs) - When false VLCs are encountered, the decoder will continue at the next MB boundary.
  • NEW - H263Decoder improved Deblocking Filter
  • NEW - MPEG4Encoder Support for Data Partitioning (error resilience) and VOP, VOL Header Generation
  • NEW - H264Encoder Support for getting SPS and PPS NAL Units (GetDecoderConfigurationInfo)
  • NEW - Common interface to MP4/AVI/FLV Writer
  • NEW - Resampler.NET
  • NEW - Local/Remote RTP/RTCP Endpoint retrieval after initialization in RTP.NET
  • NEW - SDP static helper functions (SDPMessage.Create, SDPAttribute.CreateKeyValue)
  • NEW - RTSP static helper functions (ResponseHeader.Create, GetResponseCodeText)