Micah Galizia
|
489c09ad4b
|
add locale month names to av_small_strptime
Signed-off-by: Micah Galizia <micahgalizia@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
8 years ago |
Petru Rares Sincraian
|
f707042c93
|
Added more tests to libavutil/parseutils.c
- Added tests for av_find_info_tag().
- Added test for av_get_known_color_name()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
9 years ago |
Marton Balint
|
ae51f9bd6c
|
avutil/parseutils: remove 2112 date from fate test
It is not supported on 32bit.
Signed-off-by: Marton Balint <cus@passwd.hu>
|
9 years ago |
Marton Balint
|
f834f0cab6
|
avutil/parseutils: accept everything in av_parse_time that ff_iso8601_to_unix_time accepts
Also parse timezone information previously ignored in ff_iso8601_to_unix_time.
Signed-off-by: Marton Balint <cus@passwd.hu>
|
9 years ago |
Marton Balint
|
3235241061
|
avutil/parseutils: use microsecond precision when parsing "now" in av_parse_time()
Use av_gettime() instead of time(0) for querying current time.
Signed-off-by: Marton Balint <cus@passwd.hu>
|
9 years ago |
Michael Niedermayer
|
887d74c47e
|
av_d2q: Add a special case for |value| > MAX and |value| < 1/MAX
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Stefano Sabatini
|
e95637841c
|
tests: fix parseutils test after 12a269a522
"12:34" is now valid syntax.
|
12 years ago |
Mans Rullgard
|
41e46a5fba
|
parseutils-test: do not print numerical error codes
The error codes differ between systems so printing the value makes
the fate test fail on some systems.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
12 years ago |
Diego Biurrun
|
76f644d9f7
|
fate: Add parseutils test
|
12 years ago |
Stefano Sabatini
|
1ad63ff14a
|
fate: add av_small_strptime() test to fate-parseutils
|
12 years ago |
Stefano Sabatini
|
3ecaba677e
|
tests/parseutils: change test to make it platform independent
Make the test independent from the actual error string used to describe a
certain error code.
|
13 years ago |
Michael Niedermayer
|
f8b536a786
|
parseutils: use strings instead of integers for error codes.
error values can differ between platforms.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Nicolas George
|
9b84f8a987
|
parseutils: add av_parse_time() test.
|
13 years ago |
Nicolas George
|
9246896f77
|
parseutils: add FATE test.
|
13 years ago |