| 
    FFmpeg
    
   | 
 
Go to the source code of this file.
Data Structures | |
| struct | SeqVideoContext | 
Macros | |
| #define | BITSTREAM_READER_LE | 
Functions | |
| static const unsigned char * | seq_unpack_rle_block (const unsigned char *src, const unsigned char *src_end, unsigned char *dst, int dst_size) | 
| static const unsigned char * | seq_decode_op1 (SeqVideoContext *seq, const unsigned char *src, const unsigned char *src_end, unsigned char *dst) | 
| static const unsigned char * | seq_decode_op2 (SeqVideoContext *seq, const unsigned char *src, const unsigned char *src_end, unsigned char *dst) | 
| static const unsigned char * | seq_decode_op3 (SeqVideoContext *seq, const unsigned char *src, const unsigned char *src_end, unsigned char *dst) | 
| static int | seqvideo_decode (SeqVideoContext *seq, const unsigned char *data, int data_size) | 
| static av_cold int | seqvideo_decode_init (AVCodecContext *avctx) | 
| static int | seqvideo_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) | 
| static av_cold int | seqvideo_decode_end (AVCodecContext *avctx) | 
Variables | |
| AVCodec | ff_tiertexseqvideo_decoder | 
Tiertex Limited SEQ video decoder
Definition in file tiertexseqv.c.
| #define BITSTREAM_READER_LE | 
Definition at line 27 of file tiertexseqv.c.
      
  | 
  static | 
Definition at line 39 of file tiertexseqv.c.
Referenced by seq_decode_op1().
      
  | 
  static | 
Definition at line 77 of file tiertexseqv.c.
Referenced by seqvideo_decode().
      
  | 
  static | 
Definition at line 127 of file tiertexseqv.c.
Referenced by seqvideo_decode().
      
  | 
  static | 
Definition at line 146 of file tiertexseqv.c.
Referenced by seqvideo_decode().
      
  | 
  static | 
Definition at line 164 of file tiertexseqv.c.
Referenced by seqvideo_decode_frame().
      
  | 
  static | 
Definition at line 213 of file tiertexseqv.c.
      
  | 
  static | 
Definition at line 232 of file tiertexseqv.c.
      
  | 
  static | 
Definition at line 255 of file tiertexseqv.c.
| AVCodec ff_tiertexseqvideo_decoder | 
Definition at line 264 of file tiertexseqv.c.
 1.8.17