Skip to content
Snippets Groups Projects
  1. Oct 07, 2014
  2. Sep 08, 2014
  3. Aug 17, 2014
  4. Jul 30, 2014
  5. Jun 23, 2014
  6. Jun 09, 2014
  7. May 21, 2014
  8. May 18, 2014
  9. Apr 29, 2014
  10. Apr 23, 2014
  11. Apr 13, 2014
  12. Dec 30, 2013
  13. Dec 25, 2013
  14. Dec 17, 2013
  15. Dec 15, 2013
  16. Dec 14, 2013
  17. Dec 13, 2013
  18. Dec 03, 2013
  19. Nov 30, 2013
  20. Nov 27, 2013
  21. Nov 26, 2013
  22. Nov 25, 2013
  23. Nov 23, 2013
  24. Nov 22, 2013
  25. Oct 21, 2013
  26. Oct 03, 2013
  27. Sep 23, 2013
    • Stefano Sabatini's avatar
      ffprobe: fix uninitialized variable warning · 7bac6e5c
      Stefano Sabatini authored
      Fix warning:
      ffprobe.c:1684:21: warning: ‘start’ may be used uninitialized in this function [-Wmaybe-uninitialized] end = start + interval->end;
      
      The warning is a false positive, since the variable is accessed only if
      has_start is set, and in that case start has been already set.
      7bac6e5c
  28. Sep 19, 2013
  29. Sep 17, 2013
  30. Sep 04, 2013
  31. Sep 01, 2013
  32. Jul 28, 2013
  33. Jun 26, 2013
Loading