Skip to content
Snippets Groups Projects
  1. Dec 28, 2009
    • Stefano Sabatini's avatar
      Set thread_count in the decoder before to open it. · de4898a2
      Stefano Sabatini authored
      This is safer since avcodec_open() may initialize some structure using
      the thread_count default value which will be changed later, causing
      potential security / stability issues.
      
      Also do not explicitely set the thread_count value in the decoder,
      since this is already done by avcodec_thread_init().
      
      See the thread:
      "[FFmpeg-devel] [PATCH] Make ffplay define in the encoder the number of threads *before* to open it",
      started in date 2008-03-08.
      
      Originally committed as revision 20954 to svn://svn.ffmpeg.org/ffmpeg/trunk
      de4898a2
  2. Dec 21, 2009
  3. Dec 13, 2009
  4. Nov 29, 2009
  5. Nov 19, 2009
  6. Nov 11, 2009
  7. Oct 02, 2009
  8. Sep 26, 2009
  9. Aug 12, 2009
  10. Aug 07, 2009
  11. Aug 04, 2009
  12. Jul 30, 2009
  13. Jul 14, 2009
  14. May 23, 2009
  15. May 22, 2009
  16. May 16, 2009
  17. Apr 28, 2009
  18. Apr 19, 2009
  19. Apr 10, 2009
  20. Mar 23, 2009
  21. Mar 14, 2009
  22. Mar 03, 2009
  23. Mar 01, 2009
  24. Feb 21, 2009
  25. Feb 19, 2009
  26. Feb 18, 2009
Loading