M-JPEG Video Decoder

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
(Supported Compressed Content)
(Features)
Line 20: Line 20:
 
==Features==
 
==Features==
  
* Multiple CPU support.
+
*MMX/SSE/SSE2/SSE3 asm optimization
* ARGB32 support (alpha channel).
+
*Multicore/Hyper Threading support
* Interlaced/progressive input streams.
+
*CABAC/CAVLC
* Opportunity of correction of interlacing parameters.
+
*I, P and B slices
* Multiple color spaces on output (YUV macropixels, RGB, YUV planar).
+
*AVC-Intra support
* Connection to renders without intermediate filters.
+
*AVC1 files and raw byte streams support
* Compatibility with third-party encoders
+
*Field or frame pictures
* Highly optimized for the Intel processor family.
+
*Color space converting (YUY2, UYVY, YVYU, ARGB32, RGB32, RGB24, RGB565, RGB555, YV12, I420)
  
Future Features:  
+
Future Features:
 
+
* Lossless decoding
+
<!--
+
* Supports HD resolutions up to 1920x1080.
+
* Compressed chroma formats: 4:2:0, 4:2:2.
+
* Uncompressed color spaces: YUY2, UYVY, YVYU, YV12, I420, ARGB32, RGB32, RGB24, RGB565, RGB555.
+
* Uncompressed formats: FORMAT_VideoInfo, FORMAT_VideoInfo2.
+
-->
+
  
 
==Technical Specs==
 
==Technical Specs==

Revision as of 04:24, 28 May 2010

This page is a copy of the original page on the AVObjects' web site and can also be viewed here.

High-quality M-JPEG video decoding DirectShow filter with ARGB32 (alpha channel) support.

Overview

MediaLooks M-JPEG Video Decoder is a high-performance DirectShow decoder for Motion JPEG video with alpha channel support.

M-JPEG Compression Technology Features

  • Real-time encoding/decoding of HD video.
  • Ease of reverse playback.

Features

  • MMX/SSE/SSE2/SSE3 asm optimization
  • Multicore/Hyper Threading support
  • CABAC/CAVLC
  • I, P and B slices
  • AVC-Intra support
  • AVC1 files and raw byte streams support
  • Field or frame pictures
  • Color space converting (YUY2, UYVY, YVYU, ARGB32, RGB32, RGB24, RGB565, RGB555, YV12, I420)

Future Features:

Technical Specs

Supported Compressed Content

DirectShow Interfaces

Filter Interfaces: IBaseFilter, IPersistStream, ISpecifyPropertyPages, IMLMjpegDecoder
Input Pin Media Types MEDIATYPE_Video, MEDIASUBTYPE_MJPG
FORMAT_VideoInfo, FORMAT_VideoInfo2
BITMAPINFOHEADER::biBitCount = 24 or 32
Input Pin Interfaces IMemInputPin, IPin, IQualityControl
Output Pin Media Types MEDIATYPE_Video
MEDIASUBTYPE_YUY2, MEDIASUBTYPE_UYVY, MEDIASUBTYPE_YVYU, MEDIASUBTYPE_ARGB32, MEDIASUBTYPE_RGB32, MEDIASUBTYPE_RGB24, MEDIASUBTYPE_RGB565, MEDIASUBTYPE_RGB555, MEDIASUBTYPE_YV12, MEDIASUBTYPE_I420
FORMAT_VideoInfo, FORMAT_VideoInfo2
Output Pin Interfaces IMediaSeeking, IPin, IQualityControl
Merit MERIT_NORMAL
Filter Categories CLSID_LegacyAmFilterCategory, CLSID_MediaLooksCategory

See Also

Downloads

Licensing

If you are interested in licensing this product please contact us through the link below.

Personal tools