Changes between Version 2 and Version 3 of ventana/codec
- Timestamp:
- 10/09/2018 05:27:21 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ventana/codec
v2 v3 1 1 [[PageOutline]] 2 2 3 = Ventana Codec (Encoder / Decoder) support = 3 See also: 4 * [wiki:ventana/vpu IMX6 Video Processing Unit (VPU)] 5 6 7 = Ventana Codec (Encoder / Decoder) support 4 8 Hardware Accelerated Codecs utilize the IMX Video Processing Unit (VPU) hardware block and can provide encoding and decoding various formats with very little CPU overhead in some cases. These codecs are made possible by a combination of: 5 9 * proprietary closed-source binary VPU firmware from Freescale … … 10 14 11 15 12 == Standard Codecs (available in Gateworks BSP's) == 13 The standard BSP distribution supports the following codecs: 16 == Standard Codecs (available in Gateworks BSP's) 17 18 Yocto / Android BSP and Ubuntu Trusty (14.04) pre-built images: 14 19 * Audio (Software codecs): 15 20 - decoders: AAC, MP3, Vorbis, FLAC … … 20 25 * Speech codecs: G.723.1 G.726, G.711, G.728AB, NB/WB AMR 21 26 * Image codecs (Hardware codecs): JPEG, BMP, GIF, PNG 27 28 Ubuntu Bionic (18.04) / Xenial (16.04) pre-built images: 29 * Audio (Software codecs) via Gstreamer: 30 - decoders: AAC, MP3, Vorbis, FLAC 31 - encoders: SBC, MP3 32 * Video (Hardware codecs): 33 - decoders: MPEG-4 ASP, H.264 HP, MPEG-2 MP via coda/Gstreamer-1.1+ 34 - encoders: MPEG-4 SP, H.264 BP via coda/GStreamer-1.14+ 35 * Speech codecs (via GStreamer) G.723.1 G.726, G.711, G.728AB, NB/WB AMR 36 22 37 23 38 In addition to the above, an AACPlus audio decoder is also freely available from Freescale but can not be included in our BSP because Freescale needs to track the number of downloads to comply with their licensing terms. You can extract the AACPlus codec from the {{{L3.10.53_1.1.0_AACP_CODECS}}} download available from from freescale.com