- 10 Jul, 2016 1 commit
-
-
Marton Balint authored
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Marton Balint <cus@passwd.hu>
-
- 07 Apr, 2016 1 commit
-
-
Diego Biurrun authored
This avoids spurious library rebuilds when only the test program code is changed and simplifies the build system.
-
- 24 Mar, 2016 3 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Petru Rares Sincraian authored
- Added tests for av_find_info_tag(). - Added test for av_get_known_color_name() Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Petru Rares Sincraian authored
All tests were in the main method which produces a long main. Now, each test is in his own method. I think this produces a more clear code and follows more with the main priority of FFmpeg "simplicity and small code size" Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 23 Mar, 2016 1 commit
-
-
Diego Biurrun authored
-
- 14 Feb, 2016 3 commits
-
-
Marton Balint authored
It is not supported on 32bit. Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Also parse timezone information previously ignored in ff_iso8601_to_unix_time. Signed-off-by: Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Use av_gettime() instead of time(0) for querying current time. Signed-off-by: Marton Balint <cus@passwd.hu>
-
- 21 Jul, 2015 1 commit
-
-
Luca Barbato authored
uhd1 and uhd2 would be ambigous.
-
- 20 Jul, 2015 1 commit
-
-
Luca Barbato authored
Add DCI 2k and 4k and uhd1 and uhd2.
-
- 07 Apr, 2015 1 commit
-
-
Luca Barbato authored
And use it in libavformat. Based on a similar patch by Stefano Sabatini <stefasab@gmail.com>.
-
- 06 Apr, 2015 1 commit
-
-
Luca Barbato authored
The strptime implementation is supposed to support whitespace and %T.
-
- 14 Feb, 2015 1 commit
-
-
Diego Biurrun authored
-
- 25 Oct, 2014 1 commit
-
-
Martin Storsjö authored
gmtime isn't thread safe in general. In msvcrt (which lacks gmtime_r), the buffer used by gmtime is thread specific though. One call to localtime is left in avconv_opt.c, where thread safety shouldn't matter (instead of making avconv depend on the libavutil internal header). Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 12 Dec, 2013 1 commit
-
-
Vittorio Giovara authored
-
- 27 Oct, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 07 Oct, 2013 1 commit
-
-
Niv Sardi authored
See http://en.wikipedia.org/wiki/Graphics_display_resolutionSigned-off-by: Niv Sardi <xaiki@evilgiggle.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
- 11 Aug, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Mar, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Fixes a fate failure with icc 13.1
-
- 07 Mar, 2013 1 commit
-
-
Reimar Döffinger authored
Make sure the behavior does not change with the locale. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 03 Mar, 2013 1 commit
-
-
Reimar Döffinger authored
As far as I can tell the code should not change behaviour depending on locale in any of these places. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 22 Feb, 2013 1 commit
-
-
Senthilnathan M authored
Fix trac ticket #2258. Signed-off-by: Senthilnathan M <senthilnathan.maadasamy@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
- 03 Feb, 2013 1 commit
-
-
Dave Rice authored
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-
- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
-
- 02 Dec, 2012 1 commit
-
-
Nicolas George authored
Allow to parse durations >= 24:00:00.
-
- 29 Oct, 2012 1 commit
-
-
Stefano Sabatini authored
Return an error in case the video size specifications contains spurious trailing chars, like in "320x240foobar".
-
- 22 Oct, 2012 1 commit
-
-
Stefano Sabatini authored
Fix warning.
-
- 20 Oct, 2012 1 commit
-
-
Stefano Sabatini authored
Avoid to divide num and den by gcd in case of a parsed expression, since that is already done in av_d2q(), and force reduction in case of "a:b" form, allowing to honour the max parameter. The latter change is consistent with the a/b case, and with the documentation.
-
- 11 Oct, 2012 2 commits
-
-
Mans Rullgard authored
The const qualifier is still removed although it happens inside the strtol() function so no warning is generated. Fixes: libavutil/parseutils.c:110:11: warning: assignment discards qualifiers from pointer target type Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
- make tables static const - remove useless use of compound literal - break long lines - fix a comma/semicolon typo Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 10 Oct, 2012 1 commit
-
-
Mans Rullgard authored
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>
-
- 06 Oct, 2012 2 commits
-
-
Mans Rullgard authored
An alpha specifier outside the valid range results in a conversion from double to long with undefined result. Range-checking the double and only converting it after it passes avoids this. Fixes fate-parseutils errors on some systems. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
This guarantees stable output for comparing test results.
-
- 17 Sep, 2012 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
According to POSIX, strptime() should consume whitespaces in the date string everytime a whitespace conversion specification is found in the date format specification. Make av_small_strptime() conform with this behavior. In particular, should fix trac ticket #1739.
-
- 05 Sep, 2012 2 commits
-
-
Stefano Sabatini authored
Make internal small_strptime() function public, and use it in place of strptime(). This allows to avoid a dependency on strptime() on systems which do not support it. In particular, fix trac ticket #992.
-
Stefano Sabatini authored
This is consistent with the standard definition of strptime().
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 10 Jul, 2012 1 commit
-
-
Nicolas George authored
Accept 1.1234567 as simply 1.123456 instead of rejecting it. The rounding is towards 0, which is acceptable and much simpler.
-