Lines Matching full:decoders
87 * Two decoders with the same ID can decode the same streams.
697 * Allow decoders to produce frames with data planes that are not aligned
764 * Decoders:
1027 * and then passed as input to decoders, or received as output from encoders and
1317 * from the container. Some decoders will require the dimensions
1898 * - decoding: may be set by some decoders to indicate constant frame size
2001 * Decoders request a buffer of a particular size by setting
2006 * Decoders cannot use the buffer after returning from
2126 * Decoders request a buffer of a particular size by setting
2413 #define FF_BUG_MS 8192 ///< Work around various bugs in Microsoft's broken decoders.
2423 * spec-compliant decoders. Decoders don't differentiate between normal,
2908 * The name is globally unique among encoders and among decoders (but an
3003 * The name is globally unique among encoders and among decoders (but an
3590 * it can be called by custom get_buffer2() implementations for decoders without
3634 * Some decoders may support multiple frames in a single AVPacket, such
3635 * decoders would then just decode the first frame. In this case,
3677 * data and size, some decoders might in addition need other fields.
3678 * All decoders are designed to use the least fields possible though.
3690 * Some decoders may support multiple frames in a single AVPacket. Such
3691 * decoders would then just decode the first frame. In this case,
3721 * decoders might also require additional fields to be set.
3731 * Some decoders may support multiple frames in a single AVPacket, such
3732 * decoders would then just decode the first frame.
3769 * data and size, some decoders might in addition need other fields like
3770 * flags&AV_PKT_FLAG_KEY. All decoders are designed to use the least