[FFmpeg-trac] #8109(undetermined:reopened): Long loading delay for VfW codecs in Matroska

FFmpeg trac at avcodec.org
Tue Sep 3 20:22:01 EEST 2019


#8109: Long loading delay for VfW codecs in Matroska
-------------------------------------+-------------------------------------
             Reporter:  Austin       |                    Owner:
                 Type:  defect       |                   Status:  reopened
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------

Comment (by Austin):

 Thank you so much, mkver.  I found two articles stating that realloc() on
 Windows is "much more likely" to copy data than Linux and Mac for the same
 workload:

 https://blog.kowalczyk.info/article/2be/realloc-on-Windows-vs-Linux.html

 https://stackoverflow.com/questions/27627707/how-to-get-a-page-table-
 savvy-realloc-on-windows

 The Microsoft documentation seems to suggest that realloc() is just a
 wrapper to malloc() although I can't tell if that's only the case of a
 null pointer passed in:

 https://docs.microsoft.com/en-us/cpp/c-runtime-
 library/reference/realloc?view=vs-2019

 Is there anything I can do to help?

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8109#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list