Skip to content
Snippets Groups Projects
  1. Jan 31, 2019
    • Calvin Walton's avatar
      Fix loading slide images in presentation format · 4346b0fc
      Calvin Walton authored
      The initialization order change to support captions moved the acorn
      initialization to after some of the popcorn init had already run. We
      have to move that function to run after we create the acorn player
      so it references the correct #video element (since acorn replaces/
      moves it during init)
      4346b0fc
  2. Jan 24, 2019
    • Calvin Walton's avatar
      Add a check to reject undecodable video streams. · 52fadaf4
      Calvin Walton authored
      In some cases, ffmpeg will be able to read the file, but the video itself
      can't be decoded (missing/corrupt stream headers, for example). In this case,
      some of the properties on the stream object will be nil.
      Make sure that pix_fmt is present in the probed info, since that's a required
      property.
      52fadaf4
  3. Jan 15, 2019
  4. Aug 06, 2018
  5. Aug 03, 2018
  6. Aug 02, 2018
  7. Aug 01, 2018
  8. Jul 31, 2018
  9. Jul 30, 2018
  10. Jul 28, 2018
  11. Jul 26, 2018
  12. Jul 25, 2018
Loading