aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/parseutils
Commit message (Collapse)AuthorAgeFilesLines
* avutil/tests/parseutils: add some big duration testsMarton Balint2018-10-071-0/+4
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* add locale month names to av_small_strptimeMicah Galizia2017-02-261-0/+7
| | | | | Signed-off-by: Micah Galizia <micahgalizia@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Added more tests to libavutil/parseutils.cPetru Rares Sincraian2016-03-241-0/+151
| | | | | | | - Added tests for av_find_info_tag(). - Added test for av_get_known_color_name() Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avutil/parseutils: remove 2112 date from fate testMarton Balint2016-02-141-1/+1
| | | | | | It is not supported on 32bit. Signed-off-by: Marton Balint <cus@passwd.hu>
* avutil/parseutils: accept everything in av_parse_time that ↵Marton Balint2016-02-141-0/+3
| | | | | | | | 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>
* avutil/parseutils: use microsecond precision when parsing "now" in ↵Marton Balint2016-02-141-2/+2
| | | | | | | | av_parse_time() Use av_gettime() instead of time(0) for querying current time. Signed-off-by: Marton Balint <cus@passwd.hu>
* av_d2q: Add a special case for |value| > MAX and |value| < 1/MAXMichael Niedermayer2013-05-311-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tests: fix parseutils test after 12a269a5229d3a37be0743fc9655f743ebc44b6eStefano Sabatini2013-02-231-1/+1
| | | | "12:34" is now valid syntax.
* Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer2012-10-111-25/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6': avio: introduce avio_closep mpegtsenc: set muxing type notification to verbose vc1dec: Use correct spelling of "opposite" a64multienc: change mc_frame_counter to unsigned arm: call arm-specific rv34dsp init functions under if (ARCH_ARM) svq1: Drop a bunch of useless parentheses parseutils-test: do not print numerical error codes svq1: K&R formatting cosmetics Conflicts: doc/APIchanges libavcodec/svq1dec.c libavcodec/svq1enc.c libavformat/version.h libavutil/parseutils.c tests/ref/fate/parseutils Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * parseutils-test: do not print numerical error codesMans Rullgard2012-10-101-25/+25
| | | | | | | | | | | | | | 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>
| * fate: Add parseutils testDiego Biurrun2012-10-061-0/+45
|
* fate: add av_small_strptime() test to fate-parseutilsStefano Sabatini2012-09-171-0/+6
|
* tests/parseutils: change test to make it platform independentStefano Sabatini2012-06-111-25/+25
| | | | | Make the test independent from the actual error string used to describe a certain error code.
* parseutils: use strings instead of integers for error codes.Michael Niedermayer2012-05-091-25/+25
| | | | | | error values can differ between platforms. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* parseutils: add av_parse_time() test.Nicolas George2012-04-231-0/+12
|
* parseutils: add FATE test.Nicolas George2012-04-231-0/+64