]> git.sesse.net Git - ffmpeg/history - libavutil/parseutils.c
vaapi_h264: Add support for SEI messages
[ffmpeg] / libavutil / parseutils.c
2016-04-07 Diego Biurrunbuild: Split test programs off into separate files
2016-03-23 Diego Biurrunparseutils-test: Move some variable declarations to...
2015-07-21 Luca Barbatoparseutil: Use non ambiguous aliases for uhd
2015-07-20 Luca Barbatoparseutil: Add more resolution aliases
2015-04-07 Luca Barbatoparseutils: Make av_small_strptime public
2015-04-06 Luca Barbatoparseutils: Extend small_strptime to be used in avformat
2015-02-14 Diego BiurrunDon't anonymously typedef structs
2014-10-25 Martin StorsjöUse gmtime_r instead of gmtime and localtime_r instead...
2013-12-12 Vittorio Giovaraparseutils: fix discarding const attribute warning
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-10-11 Mans Rullgardparseutils-test: various cleanups
2012-10-11 Mans Rullgardparseutils: fix const removal warning
2012-10-10 Mans Rullgardparseutils-test: do not print numerical error codes
2012-10-06 Mans Rullgardparseutils: fix parsing of invalid alpha values
2012-10-06 Diego Biurrunparseutils-test: Drop random colors from parsing test
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2011-11-16 Martin Storsjöavutil: Add av_timegm as a public function
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-11-02 Diego BiurrunReplace some forgotten FFmpeg references by Libav.
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-06-07 Diego BiurrunDrop unnecessary directory prefixes from #include direc...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-16 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-15 Reinhard TartlerMerge libavcore into libavutil