Constructor and Description |
---|
GenericAdaptor(VideoDecoder detect) |
Modifier and Type | Class and Description |
---|---|
class |
H264Decoder
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
MPEG 4 AVC ( H.264 ) Decoder
Conforms to H.264 ( ISO/IEC 14496-10 ) specifications
|
Modifier and Type | Class and Description |
---|---|
class |
JpegDecoder
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
JpegToThumb2x2
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Decodes JPEG in low res taking only first 4 coefficients from each DCT block
( DCT 2x2 )
|
class |
JpegToThumb4x4
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Decodes JPEG in low res taking only first 4 coefficients from each DCT block
( DCT 4x4 )
|
Modifier and Type | Class and Description |
---|---|
class |
Mpeg2Thumb2x2
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
MPEG 1/2 Decoder, downscaled 2x2
|
class |
Mpeg2Thumb4x4
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
MPEG 1/2 Decoder, downscaled 4x4
|
class |
MPEGDecoder
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
MPEG 1/2 Decoder
Supports I/P/B frames, frame/field/interlaced frame encoding
Conforms to H.262 ( ISO/IEC 13818-2, ISO/IEC 11172-2 ) specifications
|
Modifier and Type | Class and Description |
---|---|
class |
MPEG4Decoder
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Modifier and Type | Class and Description |
---|---|
class |
PNGDecoder
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
PNG image decoder.
|
Modifier and Type | Class and Description |
---|---|
class |
ProresDecoder
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Decoder for Apple ProRes format
As posted at http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=5554d
e13b29b9bb812ee5cfd606349873ddf0945
|
class |
ProresToThumb
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Decodes a ProRes file in low res.
|
class |
ProresToThumb2x2
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Decodes a ProRes file in low res.
|
class |
ProresToThumb4x4
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Decodes a ProRes file in low res.
|
Modifier and Type | Class and Description |
---|---|
class |
RAWVideoDecoder
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Modifier and Type | Class and Description |
---|---|
class |
VP8Decoder
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Modifier and Type | Method and Description |
---|---|
static VideoDecoder |
JCodecUtil.createVideoDecoder(Codec codec,
ByteBuffer decoderSpecific) |
VideoDecoder |
VideoDecoder.downscaled(int ratio)
Returns a downscaled version of this decoder
|
static VideoDecoder |
JCodecUtil.getVideoDecoder(String fourcc) |
Copyright © 2019. All rights reserved.