index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
parseutils.c
Age
Commit message (
Expand
)
Author
2012-07-10
parseutils: ignore digits below the microsecond.
Nicolas George
2012-06-28
parseutils: fix sorting of colors
Paul B Mahol
2012-06-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-20
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-06-11
tests/parseutils: change test to make it platform independent
Stefano Sabatini
2012-05-09
parseutils: use strings instead of integers for error codes.
Michael Niedermayer
2012-05-09
parseutils: fix ;/, error
Michael Niedermayer
2012-04-27
parseutils: replace setenv() by putenv().
Nicolas George
2012-04-24
parseutils: reliably detect out-of-range alpha.
Reimar Döffinger
2012-04-23
parseutils: add av_parse_time() test.
Nicolas George
2012-04-23
parseutils: make av_parse_time() check for failure.
Nicolas George
2012-04-23
parseutils: add FATE test.
Nicolas George
2012-04-17
parseutils: include errors in test output.
Nicolas George
2012-03-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-28
Replace memset(0) by zero initializations.
Diego Biurrun
2012-02-06
lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect
Stefano Sabatini
2011-11-17
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-16
avutil: Add av_timegm as a public function
Martin Storsjö
2011-11-06
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-05
color_table array should be const.
Reimar Döffinger
2011-11-03
Replace all strcasecmp/strncasecmp usages.
Reimar Döffinger
2011-11-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-02
Replace some forgotten FFmpeg references by Libav.
Diego Biurrun
2011-10-17
parseutils: fix various cast qualifier warnings.
Michael Niedermayer
2011-07-23
parseutils: add some documentation for small_strptime()
Stefano Sabatini
2011-07-14
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-14
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-03
Do not include log.h in avutil.h
Mans Rullgard
2011-07-03
Remove return statements following infinite loops without break
Mans Rullgard
2011-06-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-07
Drop unnecessary directory prefixes from #include directives.
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-18
Move find_info_tag to lavu and add av_ prefix to it
Anton Khirnov
2011-02-18
Deprecate parse_date() in favor of av_parse_time().
Stefano Sabatini
2011-02-17
Move find_info_tag to lavu and add av_ prefix to it
Anton Khirnov
2011-02-16
Deprecate parse_date() in favor of av_parse_time().
Stefano Sabatini
2011-02-16
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler