Skip to content
Snippets Groups Projects
  1. Mar 22, 2013
  2. Feb 25, 2013
    • Tim-Philipp Müller's avatar
      avviddec: fix H.264 decoding errors by disabling multi-threaded decoding · 87905247
      Tim-Philipp Müller authored
      Multi-threaded decoding does not work properly with the older libav 0.8
      version included in this gst-libav series, so just disable multi-threaded
      decoding again entirely for now. (We could also switch from FF_THREAD_SLICE
      to FF_THREAD_FRAME, but that may have other side-effects and just disabling
      it seems safest for now).
      
      This works properly in git master with more recent libav 0.9.x versions.
      
      Adventurous users may still re-enable this functionality by setting
      the GST_AVVIDDEC_MAX_THREADS environment variable to 'auto' or the
      max. number of threads desired.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=694230
      87905247
  3. Feb 11, 2013
  4. Jan 21, 2013
  5. Jan 08, 2013
  6. Jan 04, 2013
  7. Dec 21, 2012
  8. Dec 18, 2012
  9. Dec 14, 2012
  10. Dec 10, 2012
  11. Nov 21, 2012
  12. Nov 19, 2012
  13. Oct 29, 2012
  14. Oct 25, 2012
  15. Oct 24, 2012
  16. Oct 23, 2012
  17. Oct 07, 2012
  18. Oct 06, 2012
  19. Sep 30, 2012
  20. Sep 28, 2012
  21. Sep 27, 2012
  22. Sep 25, 2012
  23. Sep 24, 2012
  24. Sep 22, 2012
  25. Sep 17, 2012
  26. Sep 14, 2012
  27. Sep 13, 2012
  28. Sep 12, 2012
Loading