Go to the source code of this file.
◆ LIKELY_A_TAG_CHAR
      
        
          | #define LIKELY_A_TAG_CHAR | ( |  | x | ) |  | 
      
 
Value:                              (((x) >= '0' && (x) <= '9') || \
                              ((x) >= 'a' && (x) <= 'z') || \
                              ((x) >= 'A' && (x) <= 'Z') || \
                               (x) == '_' || (x) == '/')
 
 
◆ html_color_parse()
  
  | 
        
          | static int html_color_parse | ( | void * | log_ctx, |  
          |  |  | const char * | str |  
          |  | ) |  |  |  | static | 
 
 
◆ rstrip_spaces_buf()
  
  | 
        
          | static void rstrip_spaces_buf | ( | AVBPrint * | buf | ) |  |  | static | 
 
 
◆ scanbraces()
  
  | 
        
          | static int scanbraces | ( | const char * | in | ) |  |  | static | 
 
 
◆ handle_open_brace()
  
  | 
        
          | static void handle_open_brace | ( | AVBPrint * | dst, |  
          |  |  | const char ** | inp, |  
          |  |  | int * | an, |  
          |  |  | int * | closing_brace_missing |  
          |  | ) |  |  |  | static | 
 
 
◆ scantag()
  
  | 
        
          | static int scantag | ( | const char * | in, |  
          |  |  | char * | buffer, |  
          |  |  | int * | lenp |  
          |  | ) |  |  |  | static | 
 
 
◆ ff_htmlmarkup_to_ass()
      
        
          | int ff_htmlmarkup_to_ass | ( | void * | log_ctx, | 
        
          |  |  | AVBPrint * | dst, | 
        
          |  |  | const char * | in | 
        
          |  | ) |  |  |