Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-26add locale month names to av_small_strptimeMicah Galizia
2016-07-11avutil/parseutils: dont assume standard time when parsing a timestampMarton Balint
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-03-24avutil/parseutils: mark args as static constMichael Niedermayer
2016-03-24Added more tests to libavutil/parseutils.cPetru Rares Sincraian
2016-03-24Refactor libavutil/parseutils.cPetru Rares Sincraian
2016-03-23parseutils-test: Move some variable declarations to avoid block bracesDiego Biurrun
2016-02-14avutil/parseutils: remove 2112 date from fate testMarton Balint
2016-02-14avutil/parseutils: accept everything in av_parse_time that ff_iso8601_to_unix...Marton Balint
2016-02-14avutil/parseutils: use microsecond precision when parsing "now" in av_parse_t...Marton Balint
2015-07-21Merge commit '219b39a71a5694b1c14a07b86477f665a5b6849b'Michael Niedermayer
2015-07-21parseutil: Use non ambiguous aliases for uhdLuca Barbato
2015-07-20Merge commit 'e93ca480c91397f82f2ea5b6a8b82ac6d0e2bfd2'Michael Niedermayer
2015-07-20parseutil: Add more resolution aliasesLuca Barbato
2015-04-07Merge commit '108f2f381acb93827fb4add0517eeae859afa3bf'Michael Niedermayer
2015-04-07parseutils: Make av_small_strptime publicLuca Barbato
2015-04-06parseutils: Extend small_strptime to be used in avformatLuca Barbato
2015-02-14Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e'Michael Niedermayer
2015-02-14Don't anonymously typedef structsDiego Biurrun
2014-10-26Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de'Michael Niedermayer
2014-10-26Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö
2013-12-12Merge commit '6b45f05ef5b241fd1513702119af9c30056a0ac5'Michael Niedermayer
2013-12-12parseutils: fix discarding const attribute warningVittorio Giovara
2013-10-27lavu/parseutils: add av_get_known_color_name()Stefano Sabatini
2013-10-07lavu/parseutils: add more resolutionsNiv Sardi
2013-08-11avutil/parseutils:make const tables static constMichael Niedermayer
2013-03-08Force using a 64bit intermediate when calculating calendar time with av_timeg...Carl Eugen Hoyos
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-02-23lavu/parseutils: allow MM:SS format for duration in av_parse_time()Senthilnathan M
2013-02-04lavu/parseutils: add digital cinema frame sizesDave Rice
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-12-02lavu/parseutils: accept %J for hours >= 24.Nicolas George
2012-10-29lavu/parseutils: add trailing characters check in av_parse_video_size()Stefano Sabatini
2012-10-22lavu/parseutils: remove unused gcd variable in av_parse_ratio()Stefano Sabatini
2012-10-20lavu/parseutils: rework rational reduction logic in av_parse_ratio()Stefano Sabatini
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer
2012-10-12Merge commit '15ba7f6525c0f56f0c8e3e3e0c0c5129de054f41'Michael Niedermayer
2012-10-11parseutils: fix const removal warningMans Rullgard
2012-10-11parseutils-test: various cleanupsMans Rullgard
2012-10-11Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer
2012-10-10parseutils-test: do not print numerical error codesMans Rullgard
2012-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06parseutils: fix parsing of invalid alpha valuesMans Rullgard
2012-10-06parseutils-test: Drop random colors from parsing testDiego Biurrun
2012-09-17fate: add av_small_strptime() test to fate-parseutilsStefano Sabatini
2012-09-17lavu/parseutils: fix av_small_strptime() whitespace directive parsingStefano Sabatini
2012-09-06lavu/parseutils: add av_small_strptime()Stefano Sabatini