H.264/AVC Decoder

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
(Overview)
(See Also)
Line 69: Line 69:
  
 
==See Also==
 
==See Also==
 +
MediaLooks BroadCast Automation Platform [[Multimedia SDK]]
 +
MediaLooks Vision Mixing and Chroma Keying Platform [[Vision Mixer SDK]]
  
 
==Downloads==
 
==Downloads==

Revision as of 20:16, 28 May 2010

Contents

Overview

The Filter decodes H.264/AVC compressed video stream and supports Baseline, Main, Extended and High profiles.

H.264/AVC Compression Technology Overview

H.264/AVC is the latest block-oriented motion-compensation-based codec standard developed by the ITU-T Video Coding Experts Group (VCEG) together with the ISO/IEC Moving Picture Experts Group (MPEG), and it was the product of a partnership effort known as the Joint Video Team (JVT). H.264 is used in such application areas as:

  • Broadcasing. The Digital Video Broadcast project (DVB) approved the use of H.264/AVC for broadcast television in late 2004.
  • The CCTV (Close Circuit TV) or Video Surveillance market has included the technology in many products. Starting in 2008, some in the surveillance industry promoted the H.264 technology as synonymous with "high quality" video.
  • Web players and YouTube-like video sharing services
  • Optical disc storsge - Blue-ray

Features

  • Supports Baseline profile (BP), Main profile (MP), Extended profile (XP) and High profile (HiP)
  • 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)

Technical Specs

DirectShow Interfaces

Filter Interfaces: IBaseFilter, IPersistStream, ISpecifyPropertyPages, IMLH264Decoder
Input Pin Media Types majortype: MEDIATYPE_Video, MEDIATYPE_MPEG2_PES

subtype: MEDIASUBTYPE_AVC1 {31435641-0000-0010-8000-00AA00389B71} AVC file format according to ISO/IEC 14496-15, used in QT and other files; MEDIASUBTYPE_H264ByteStream {8D2D71CB-243F-45E3-B2D8-5FD7967EC09B} ITU-T Rec. H.264 (03/2005), Annex.B: Byte stream format, used in MainConcept H.264 splitter and MainConcept MPEG-2 Demultiplexer for H.264 in TS
formattype: FORMAT_MPEG2Video, cbFormat, pbFormat: struct MPEG2VIDEOINFO should be used with seq_parameter_set_rbsp() and pic_parameter_set_rbsp() in MPEG2VIDEOINFO::dwSequenceHeader[]

Input Pin Interfaces IMemInputPin, IPin, IQualityControl
Output Pin Media Types

majortype: MEDIATYPE_Video
subtype: MEDIASUBTYPE_YUY2, MEDIASUBTYPE_UYVY, MEDIASUBTYPE_YVYU, MEDIASUBTYPE_ARGB32, MEDIASUBTYPE_RGB32, MEDIASUBTYPE_RGB24, MEDIASUBTYPE_RGB565, MEDIASUBTYPE_RGB555, MEDIASUBTYPE_YV12, MEDIASUBTYPE_I420
formattype: FORMAT_VideoInfo, FORMAT_VideoInfo2, cbFormat, pbFormat: struct VIDEOINFOHEADER or struct VIDEOINFOHEADER2 according to formattype

Output Pin Interfaces IMediaSeeking, IPin, IQualityControl
Merit MERIT_NORMAL
Filter Categories CLSID_LegacyAmFilterCategory, CLSID_MediaLooksCategory

See Also

MediaLooks BroadCast Automation Platform Multimedia SDK MediaLooks Vision Mixing and Chroma Keying Platform Vision Mixer SDK

Downloads

Licensing

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