summaryrefslogtreecommitdiffstats
path: root/libavutil/parseutils.c
Commit message (Expand)AuthorAgeFilesLines
* lavu/parseutils: add av_get_known_color_name()Stefano Sabatini2013-10-271-0/+14
* lavu/parseutils: add more resolutionsNiv Sardi2013-10-071-0/+6
* avutil/parseutils:make const tables static constMichael Niedermayer2013-08-111-2/+2
* Force using a 64bit intermediate when calculating calendar time with av_timeg...Carl Eugen Hoyos2013-03-081-1/+1
* Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-5/+5
* lavu/parseutils: allow MM:SS format for duration in av_parse_time()Senthilnathan M2013-02-221-0/+5
* lavu/parseutils: add digital cinema frame sizesDave Rice2013-02-031-0/+6
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-6/+2
|\
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-3/+0
* | lavu/parseutils: accept %J for hours >= 24.Nicolas George2012-12-021-2/+3
* | lavu/parseutils: add trailing characters check in av_parse_video_size()Stefano Sabatini2012-10-291-0/+4
* | lavu/parseutils: remove unused gcd variable in av_parse_ratio()Stefano Sabatini2012-10-221-1/+0
* | lavu/parseutils: rework rational reduction logic in av_parse_ratio()Stefano Sabatini2012-10-201-6/+2
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-121-4/+5
|\ \ | |/
| * parseutils-test: various cleanupsMans Rullgard2012-10-111-5/+6
* | Merge commit '15ba7f6525c0f56f0c8e3e3e0c0c5129de054f41'Michael Niedermayer2012-10-121-2/+1
|\ \ | |/
| * parseutils: fix const removal warningMans Rullgard2012-10-111-2/+1
* | Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer2012-10-111-2/+2
|\ \ | |/
| * parseutils-test: do not print numerical error codesMans Rullgard2012-10-101-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-071-2/+2
|\ \ | |/
| * parseutils: fix parsing of invalid alpha valuesMans Rullgard2012-10-061-2/+2
| * parseutils-test: Drop random colors from parsing testDiego Biurrun2012-10-061-2/+0
* | fate: add av_small_strptime() test to fate-parseutilsStefano Sabatini2012-09-171-0/+29
* | lavu/parseutils: fix av_small_strptime() whitespace directive parsingStefano Sabatini2012-09-171-0/+6
* | lavu/parseutils: add av_small_strptime()Stefano Sabatini2012-09-061-14/+4
* | lavu/parseutils: make small_strptime() return a (non const) char *Stefano Sabatini2012-09-061-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | parseutils: ignore digits below the microsecond.Nicolas George2012-07-101-0/+2
* | parseutils: fix sorting of colorsPaul B Mahol2012-06-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-1/+0
|\ \ | |/
| * Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-201-1/+0
* | tests/parseutils: change test to make it platform independentStefano Sabatini2012-06-111-4/+2
* | parseutils: use strings instead of integers for error codes.Michael Niedermayer2012-05-091-2/+4
* | parseutils: fix ;/, errorMichael Niedermayer2012-05-091-1/+1
* | parseutils: replace setenv() by putenv().Nicolas George2012-04-271-1/+2
* | parseutils: reliably detect out-of-range alpha.Reimar Döffinger2012-04-241-1/+5
* | parseutils: add av_parse_time() test.Nicolas George2012-04-231-1/+50
* | parseutils: make av_parse_time() check for failure.Nicolas George2012-04-231-51/+39
* | parseutils: add FATE test.Nicolas George2012-04-231-0/+14
* | parseutils: include errors in test output.Nicolas George2012-04-171-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-3/+1
|\ \ | |/
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-3/+1
* | lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini2012-02-061-4/+27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-171-2/+2
|\ \ | |/
| * avutil: Add av_timegm as a public functionMartin Storsjö2011-11-161-2/+2
| * Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-061-4/+3
* | color_table array should be const.Reimar Döffinger2011-11-051-1/+1
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-031-4/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-3/+1
|\ \ | |/
OpenPOWER on IntegriCloud