Go to the source code of this file.
|  | 
| static int | dss_probe (AVProbeData *p) | 
|  | 
| static int | dss_read_metadata_date (AVFormatContext *s, unsigned int offset, const char *key) | 
|  | 
| static int | dss_read_metadata_string (AVFormatContext *s, unsigned int offset, unsigned int size, const char *key) | 
|  | 
| static int | dss_read_header (AVFormatContext *s) | 
|  | 
| static void | dss_skip_audio_header (AVFormatContext *s, AVPacket *pkt) | 
|  | 
| static void | dss_sp_byte_swap (DSSDemuxContext *ctx, uint8_t *dst, const uint8_t *src) | 
|  | 
| static int | dss_sp_read_packet (AVFormatContext *s, AVPacket *pkt) | 
|  | 
| static int | dss_723_1_read_packet (AVFormatContext *s, AVPacket *pkt) | 
|  | 
| static int | dss_read_packet (AVFormatContext *s, AVPacket *pkt) | 
|  | 
| static int | dss_read_close (AVFormatContext *s) | 
|  | 
| static int | dss_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) | 
|  | 
◆ DSS_HEAD_OFFSET_AUTHOR
      
        
          | #define DSS_HEAD_OFFSET_AUTHOR   0xc | 
      
 
 
◆ DSS_AUTHOR_SIZE
      
        
          | #define DSS_AUTHOR_SIZE   16 | 
      
 
 
◆ DSS_HEAD_OFFSET_START_TIME
      
        
          | #define DSS_HEAD_OFFSET_START_TIME   0x26 | 
      
 
Definition at line 33 of file dss.c.
 
 
◆ DSS_HEAD_OFFSET_END_TIME
      
        
          | #define DSS_HEAD_OFFSET_END_TIME   0x32 | 
      
 
 
◆ DSS_TIME_SIZE
◆ DSS_HEAD_OFFSET_ACODEC
      
        
          | #define DSS_HEAD_OFFSET_ACODEC   0x2a4 | 
      
 
 
◆ DSS_ACODEC_DSS_SP
      
        
          | #define DSS_ACODEC_DSS_SP   0x0    /* SP mode */ | 
      
 
 
◆ DSS_ACODEC_G723_1
      
        
          | #define DSS_ACODEC_G723_1   0x2    /* LP mode */ | 
      
 
 
◆ DSS_HEAD_OFFSET_COMMENT
      
        
          | #define DSS_HEAD_OFFSET_COMMENT   0x31e | 
      
 
 
◆ DSS_COMMENT_SIZE
      
        
          | #define DSS_COMMENT_SIZE   64 | 
      
 
 
◆ DSS_BLOCK_SIZE
      
        
          | #define DSS_BLOCK_SIZE   512 | 
      
 
 
◆ DSS_AUDIO_BLOCK_HEADER_SIZE
      
        
          | #define DSS_AUDIO_BLOCK_HEADER_SIZE   6 | 
      
 
 
◆ DSS_FRAME_SIZE
      
        
          | #define DSS_FRAME_SIZE   42 | 
      
 
 
◆ dss_probe()
Definition at line 61 of file dss.c.
 
 
◆ dss_read_metadata_date()
◆ dss_read_metadata_string()
◆ dss_read_header()
◆ dss_skip_audio_header()
◆ dss_sp_byte_swap()
◆ dss_sp_read_packet()
◆ dss_723_1_read_packet()
◆ dss_read_packet()
◆ dss_read_close()
◆ dss_read_seek()
◆ frame_size
  
  | 
        
          | const uint8_t frame_size[4] = { 24, 20, 4, 1 } |  | static | 
 
 
◆ ff_dss_demuxer
Initial value:= {
    .name           = "dss",
    .extensions     = "dss"
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int dss_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
static int dss_read_close(AVFormatContext *s)
static int dss_read_header(AVFormatContext *s)
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int dss_read_packet(AVFormatContext *s, AVPacket *pkt)
static int dss_probe(AVProbeData *p)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition at line 388 of file dss.c.