summaryrefslogtreecommitdiff
path: root/libavutil/parseutils.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/parseutils: use quadhd for Quad HDLimin Wang2022-01-121-1/+1
* avutil/parseutils: add qhd(Quad HD) or wqhd(Wide Quad HD) for 1440pLimin Wang2021-11-031-0/+2
* avutil/parseutils: Check sign in av_parse_time()Michael Niedermayer2021-03-031-1/+3
* lavu/parseutils: Allow to parse >= 100 hours.Carl Eugen Hoyos2019-02-091-1/+1
* avutil/parseutils: fix some overflows in duration calculationsMarton Balint2018-10-071-4/+10
* avutil/parseutils: only accept full us duration, do not accept mss durationMarton Balint2018-03-091-4/+3
* parseutils: accept only full "ms" suffixRostislav Pehlivanov2018-03-051-2/+2
* parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATIONAurelien Jacobs2018-03-021-2/+13
* add locale month names to av_small_strptimeMicah Galizia2017-02-261-0/+28
* avutil/parseutils: dont assume standard time when parsing a timestampMarton Balint2016-07-111-0/+1
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-237/+0
|\
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-95/+0
| * parseutils-test: Move some variable declarations to avoid block bracesDiego Biurrun2016-03-231-84/+80
* | avutil/parseutils: mark args as static constMichael Niedermayer2016-03-241-1/+1
* | Added more tests to libavutil/parseutils.cPetru Rares Sincraian2016-03-241-0/+36
* | Refactor libavutil/parseutils.cPetru Rares Sincraian2016-03-241-163/+175
* | avutil/parseutils: remove 2112 date from fate testMarton Balint2016-02-141-1/+1
* | avutil/parseutils: accept everything in av_parse_time that ff_iso8601_to_unix...Marton Balint2016-02-141-2/+30
* | avutil/parseutils: use microsecond precision when parsing "now" in av_parse_t...Marton Balint2016-02-141-5/+7
* | 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