Skip to content
Snippets Groups Projects
  1. Jun 09, 2014
  2. May 21, 2014
  3. May 18, 2014
  4. Apr 29, 2014
  5. Apr 23, 2014
  6. Apr 13, 2014
  7. Dec 30, 2013
  8. Dec 25, 2013
  9. Dec 17, 2013
  10. Dec 15, 2013
  11. Dec 14, 2013
  12. Dec 13, 2013
  13. Dec 03, 2013
  14. Nov 30, 2013
  15. Nov 27, 2013
  16. Nov 26, 2013
  17. Nov 25, 2013
  18. Nov 23, 2013
  19. Nov 22, 2013
  20. Oct 21, 2013
  21. Oct 03, 2013
  22. 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
  23. Sep 19, 2013
  24. Sep 17, 2013
  25. Sep 04, 2013
  26. Sep 01, 2013
  27. Jul 28, 2013
  28. Jun 26, 2013
  29. Jun 06, 2013
  30. Mar 19, 2013
  31. Mar 16, 2013
  32. Mar 12, 2013
Loading