aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/parseutils
Commit message (Collapse)AuthorAgeFilesLines
* 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