libavformat/cutils.c File Reference
#include "avformat.h"
Go to the source code of this file.
 | 
 Defines | 
| #define  | ISLEAP(y)   (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0)) | 
| #define  | LEAPS_COUNT(y)   ((y)/4 - (y)/100 + (y)/400) | 
 Functions | 
| void  | ff_dynarray_add (intptr_t **tab_ptr, int *nb_ptr, intptr_t elem) | 
| time_t  | mktimegm (struct tm *tm) | 
| struct tm *  | brktimegm (time_t secs, struct tm *tm) | 
| static int  | date_get_num (const char **pp, int n_min, int n_max, int len_max) | 
| const char *  | small_strptime (const char *p, const char *fmt, struct tm *dt) | 
Define Documentation
      
        
          | #define ISLEAP           | 
          ( | 
          y  | 
                     | 
           )  | 
             (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0)) | 
        
      
 
 
      
        
          | #define LEAPS_COUNT           | 
          ( | 
          y  | 
                     | 
           )  | 
             ((y)/4 - (y)/100 + (y)/400) | 
        
      
 
 
Function Documentation
      
        
          | struct tm* brktimegm            | 
          ( | 
          time_t  | 
           secs,  | 
        
        
           | 
           | 
          struct tm *  | 
           tm |   | 
        
        
           | 
          ) | 
           |  |  [read] | 
        
      
 
 
      
        
          | static int date_get_num            | 
          ( | 
          const char **  | 
           pp,  | 
        
        
           | 
           | 
          int  | 
           n_min,  | 
        
        
           | 
           | 
          int  | 
           n_max,  | 
        
        
           | 
           | 
          int  | 
           len_max |   | 
        
        
           | 
          ) | 
           |  |  [static] | 
        
      
 
 
      
        
          | void ff_dynarray_add            | 
          ( | 
          intptr_t **  | 
           tab_ptr,  | 
        
        
           | 
           | 
          int *  | 
           nb_ptr,  | 
        
        
           | 
           | 
          intptr_t  | 
           elem |   | 
        
        
           | 
          ) | 
           |  |  | 
        
      
 
 
      
        
          | time_t mktimegm            | 
          ( | 
          struct tm *  | 
           tm           | 
           )  | 
           | 
        
      
 
 
      
        
          | const char* small_strptime            | 
          ( | 
          const char *  | 
           p,  | 
        
        
           | 
           | 
          const char *  | 
           fmt,  | 
        
        
           | 
           | 
          struct tm *  | 
           dt |   | 
        
        
           | 
          ) | 
           |  |  |