Go to the source code of this file.
◆ AA_MAGIC
      
        
          | #define AA_MAGIC   1469084982 /* this identifies an audible .aa file */ | 
        
      
 
 
◆ MAX_TOC_ENTRIES
      
        
          | #define MAX_TOC_ENTRIES   16 | 
        
      
 
 
◆ MAX_DICTIONARY_ENTRIES
      
        
          | #define MAX_DICTIONARY_ENTRIES   128 | 
        
      
 
 
◆ TEA_BLOCK_SIZE
◆ CHAPTER_HEADER_SIZE
      
        
          | #define CHAPTER_HEADER_SIZE   8 | 
        
      
 
 
◆ TIMEPREC
◆ MP3_FRAME_SIZE
      
        
          | #define MP3_FRAME_SIZE   104 | 
        
      
 
 
◆ OFFSET
◆ get_second_size()
  
  
      
        
          | static int get_second_size  | 
          ( | 
          char *  | 
          codec_name | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ aa_read_header()
◆ aa_read_packet()
◆ aa_read_seek()
◆ aa_probe()
◆ aa_read_close()
◆ aa_options
Initial value:= {
    { "aa_fixed_key", 
        "Fixed key used for handling Audible AA files", 
OFFSET(aa_fixed_key),
 
}
 
Definition at line 359 of file aadec.c.
 
 
◆ aa_class
Initial value:= {
    .class_name = "aa",
}
 
Definition at line 367 of file aadec.c.
 
 
◆ ff_aa_demuxer
Initial value:= {
    .name           = "aa",
    .extensions     = "aa",
}
 
Definition at line 374 of file aadec.c.
 
 
 
static int aa_read_packet(AVFormatContext *s, AVPacket *pkt)
 
static int aa_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
 
static int aa_read_close(AVFormatContext *s)
 
static const AVClass aa_class
 
@ AV_OPT_TYPE_BINARY
offset must point to a pointer immediately followed by an int for the length
 
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
 
static av_cold int read_close(AVFormatContext *ctx)
 
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
 
static const AVOption aa_options[]
 
static int aa_probe(const AVProbeData *p)
 
#define LIBAVUTIL_VERSION_INT
 
static int read_header(FFV1Context *f)
 
const char * av_default_item_name(void *ptr)
Return the context name.
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
 
static int aa_read_header(AVFormatContext *s)
 
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
 
static int read_probe(const AVProbeData *p)
 
#define flags(name, subs,...)