Functions |
| static int | copy_region_enc (uint8_t *sptr, uint8_t *dptr, int dx, int dy, int h, int w, int stride, uint8_t *pfptr) |
| static av_cold int | flashsv_encode_init (AVCodecContext *avctx) |
| static int | encode_bitstream (FlashSVContext *s, AVFrame *p, uint8_t *buf, int buf_size, int block_width, int block_height, uint8_t *previous_frame, int *I_frame) |
| static int | flashsv_encode_frame (AVCodecContext *avctx, uint8_t *buf, int buf_size, void *data) |
| static av_cold int | flashsv_encode_end (AVCodecContext *avctx) |
Flash Screen Video encoder.
- Author
- Alex Beregszaszi
-
Benjamin Larsson
A description of the bitstream format for Flash Screen Video version 1/2 is part of the SWF File Format Specification (version 10), which can be downloaded from http://www.adobe.com/devnet/swf.html.
Definition in file flashsvenc.c.