| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -1/+1 |
* | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -95/+0 |
* | parseutils-test: Move some variable declarations to avoid block braces | Diego Biurrun | 2016-03-23 | 1 | -84/+80 |
* | parseutil: Use non ambiguous aliases for uhd | Luca Barbato | 2015-07-21 | 1 | -2/+2 |
* | parseutil: Add more resolution aliases | Luca Barbato | 2015-07-20 | 1 | -0/+4 |
* | parseutils: Make av_small_strptime public | Luca Barbato | 2015-04-07 | 1 | -5/+5 |
* | parseutils: Extend small_strptime to be used in avformat | Luca Barbato | 2015-04-06 | 1 | -50/+58 |
* | Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -3/+3 |
* | Use gmtime_r instead of gmtime and localtime_r instead of localtime | Martin Storsjö | 2014-10-26 | 1 | -3/+4 |
* | parseutils: fix discarding const attribute warning | Vittorio Giovara | 2013-12-12 | 1 | -2/+4 |
* | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -2/+2 |
* | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -3/+0 |
* | parseutils-test: various cleanups | Mans Rullgard | 2012-10-11 | 1 | -5/+6 |
* | parseutils: fix const removal warning | Mans Rullgard | 2012-10-11 | 1 | -2/+1 |
* | parseutils-test: do not print numerical error codes | Mans Rullgard | 2012-10-10 | 1 | -2/+2 |
* | parseutils: fix parsing of invalid alpha values | Mans Rullgard | 2012-10-06 | 1 | -2/+2 |
* | parseutils-test: Drop random colors from parsing test | Diego Biurrun | 2012-10-06 | 1 | -2/+0 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Remove unnecessary inclusions of [sys/]time.h | Mans Rullgard | 2012-06-20 | 1 | -1/+0 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -3/+1 |
* | avutil: Add av_timegm as a public function | Martin Storsjö | 2011-11-16 | 1 | -2/+2 |
* | Replace all usage of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -4/+3 |
* | Replace some forgotten FFmpeg references by Libav. | Diego Biurrun | 2011-11-02 | 1 | -4/+1 |
* | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -8/+8 |
* | Do not include log.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Remove return statements following infinite loops without break | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | Drop unnecessary directory prefixes from #include directives. | Diego Biurrun | 2011-06-07 | 1 | -4/+5 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Move find_info_tag to lavu and add av_ prefix to it | Anton Khirnov | 2011-02-17 | 1 | -0/+39 |
* | Deprecate parse_date() in favor of av_parse_time(). | Stefano Sabatini | 2011-02-16 | 1 | -0/+237 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -0/+474 |