Go to the source code of this file.
|  | 
| static int | cine_read_probe (const AVProbeData *p) | 
|  | 
| static int | set_metadata_int (AVDictionary **dict, const char *key, int value, int allow_zero) | 
|  | 
| static int | set_metadata_float (AVDictionary **dict, const char *key, float value, int allow_zero) | 
|  | 
| static int | cine_read_header (AVFormatContext *avctx) | 
|  | 
| static int | cine_read_packet (AVFormatContext *avctx, AVPacket *pkt) | 
|  | 
| static int | cine_read_seek (AVFormatContext *avctx, int stream_index, int64_t timestamp, int flags) | 
|  | 
Phantom Cine demuxer 
- Author
- Peter Ross pross.nosp@m.@xvi.nosp@m.d.org 
Definition in file cinedec.c.
◆ CFA_TLGRAY
      
        
          | #define CFA_TLGRAY   0x80000000U | 
      
 
 
◆ CFA_TRGRAY
      
        
          | #define CFA_TRGRAY   0x40000000U | 
      
 
 
◆ CFA_BLGRAY
      
        
          | #define CFA_BLGRAY   0x20000000U | 
      
 
 
◆ CFA_BRGRAY
      
        
          | #define CFA_BRGRAY   0x10000000U | 
      
 
 
◆ DESCRIPTION_SIZE
      
        
          | #define DESCRIPTION_SIZE   4096 | 
      
 
 
◆ anonymous enum
Compression. 
| Enumerator | 
|---|
| CC_RGB | Gray.  | 
| CC_LEAD | LEAD (M)JPEG.  | 
| CC_UNINT | Uninterpolated color image (CFA field indicates color ordering) 
 | 
Definition at line 40 of file cinedec.c.
 
 
◆ anonymous enum
Color Filter Array. 
| Enumerator | 
|---|
| CFA_NONE | GRAY.  | 
| CFA_VRI | GBRG/RGGB.  | 
| CFA_VRIV6 | BGGR/GRBG.  | 
| CFA_BAYER | GB/RG.  | 
| CFA_BAYERFLIP | RG/GB.  | 
Definition at line 47 of file cinedec.c.
 
 
◆ cine_read_probe()
◆ set_metadata_int()
◆ set_metadata_float()
  
  | 
        
          | static int set_metadata_float | ( | AVDictionary ** | dict, |  
          |  |  | const char * | key, |  
          |  |  | float | value, |  
          |  |  | int | allow_zero |  
          |  | ) |  |  |  | static | 
 
 
◆ cine_read_header()
◆ cine_read_packet()
◆ cine_read_seek()
◆ ff_cine_demuxer