Skip to content
Snippets Groups Projects
  1. Nov 23, 2014
  2. Nov 18, 2014
  3. Oct 04, 2014
  4. Oct 02, 2014
  5. Sep 22, 2014
  6. Sep 04, 2014
  7. Sep 03, 2014
  8. Sep 02, 2014
  9. Jul 30, 2014
  10. Jul 28, 2014
  11. Jul 25, 2014
  12. Jul 23, 2014
  13. Jul 09, 2014
  14. Jun 10, 2014
  15. May 12, 2014
  16. May 02, 2014
    • Thomas Müller's avatar
      Images on public sharing get downscaled to increase use experience - this will... · 20893cc3
      Thomas Müller authored
      Images on public sharing get downscaled to increase use experience - this will speed up loading time
      
      - adding keep aspect to core/ajax/preview.php
      - remove duplicate method Preview::show()
      - no more hard coded mimetype of preview
      - remove .png from the preview urls
      - keep old route preview.png for backwards compatibility
      - aspect preserving previews are now cached
      20893cc3
  17. Apr 28, 2014
  18. Apr 16, 2014
  19. Mar 05, 2014
  20. Feb 21, 2014
  21. Feb 14, 2014
  22. Feb 06, 2014
  23. Feb 04, 2014
  24. Jan 07, 2014
  25. Nov 22, 2013
  26. Nov 15, 2013
  27. Nov 12, 2013
  28. Nov 11, 2013
  29. Nov 10, 2013
  30. Nov 08, 2013
    • Vincent Petry's avatar
      4b5083e3
    • Vincent Petry's avatar
      Added ffmpeg fallback when avconv is not available · 0c6af551
      Vincent Petry authored
      On some distros, avconv isn't available yet.
      This fix adds a fallback to ffmpeg.
      When none is found, no error message is displayed in the console any
      more.
      
      Fixes #5745
      
      Also, this now uses exec() instead of shell_exec() to be able to get the
      return code.
      
      The binary path found with "which" is now used to prevent further FS
      binary lookup when running the commands.
      
      Moved the "-ss" parameter before "-i" for ffmpeg.
      0c6af551
  31. Oct 17, 2013
  32. Oct 16, 2013
Loading