summaryrefslogtreecommitdiffstats
path: root/libavutil/parseutils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '219b39a71a5694b1c14a07b86477f665a5b6849b'Michael Niedermayer2015-07-211-2/+2
|\
| * parseutil: Use non ambiguous aliases for uhdLuca Barbato2015-07-211-2/+2
* | Merge commit 'e93ca480c91397f82f2ea5b6a8b82ac6d0e2bfd2'Michael Niedermayer2015-07-201-0/+4
|\ \ | |/
| * parseutil: Add more resolution aliasesLuca Barbato2015-07-201-0/+4
| * parseutils: Make av_small_strptime publicLuca Barbato2015-04-071-5/+5
* | Merge commit '108f2f381acb93827fb4add0517eeae859afa3bf'Michael Niedermayer2015-04-071-56/+59
|\ \ | |/
| * parseutils: Extend small_strptime to be used in avformatLuca Barbato2015-04-061-50/+58
* | Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e'Michael Niedermayer2015-02-141-3/+3
|\ \ | |/
| * Don't anonymously typedef structsDiego Biurrun2015-02-141-3/+3
* | Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de'Michael Niedermayer2014-10-261-2/+3
|\ \ | |/
| * Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-261-3/+4
* | Merge commit '6b45f05ef5b241fd1513702119af9c30056a0ac5'Michael Niedermayer2013-12-121-2/+4
|\ \ | |/
| * parseutils: fix discarding const attribute warningVittorio Giovara2013-12-121-2/+4
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-2/+2
* | 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
OpenPOWER on IntegriCloud