[FFmpeg-trac] #992(avformat:new): strptime on windows

FFmpeg trac at avcodec.org
Fri Feb 10 22:37:08 CET 2012


#992: strptime on windows
----------------------------------+---------------------------------------
             Reporter:  MattE     |                     Type:  enhancement
               Status:  new       |                 Priority:  normal
            Component:  avformat  |                  Version:  git-master
             Keywords:  strptime  |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 Because strptime isn't available natively for windows one cannot set the
 creation time of a file in ffmpeg (see the HAVE_STRPTIME flag in
 libavformat\utils.c line 4091).

 I want to request that it be added for windows as well. There's a GPL
 implementation of strptime here http://plibc.sourceforge.net/doxygen
 /strptime_8c-source.html which adds Windows support for strptime. It'd be
 great if that could be added to ffmpeg.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/992>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list