Skip to content
Snippets Groups Projects
  1. Jun 11, 2019
  2. Jun 08, 2019
  3. Jun 07, 2019
  4. Jun 06, 2019
  5. Jun 05, 2019
  6. Jun 04, 2019
  7. May 29, 2019
  8. May 27, 2019
  9. May 24, 2019
    • Hugo Beauzée-Luyssen's avatar
      Update NEWS · 86cee310
      Hugo Beauzée-Luyssen authored
      3.0.7
      86cee310
    • Tristan Matthews's avatar
      contrib: png: update to 1.6.37 · c792fc10
      Tristan Matthews authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      
      From the release notes of 1.6.36:
      "Fixes some build issues, adds a couple of small optimizations (ARM
      png_do_expand_palette(), Intel SSE2 memcpy()), and updates the license
      (identical terms to the zlib license, with the old license appended in the
      manner of the Python Software Foundation License version 2, and the list of
      contributing authors moved to a separate AUTHORS file)."
      
      1.6.37:
      This release fixed CVE-2019-7317, although our png module is not using this API.
      
      (cherry picked from commit a643b2fa)
      (cherry picked from commit 6bfeb1d8)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      c792fc10
    • Romain Vimont's avatar
      playlist: temporize on errors · d0662265
      Romain Vimont authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      When repeat/loop is enabled, and items fail to play, VLC enters an
      infinite liveloop and floods errors.
      
      We cannot just stop on errors, because retrying indefinitely may be the
      expected behavior:
      <https://trac.videolan.org/vlc/ticket/18582#comment:3>
      
      Instead, wait some delay before starting the next item, depending on the
      number of consecutive errors:
       - 1st error: 100ms
       - 2nd error: 200ms
       - 3rd error: 400ms
       - 4th error: 800ms
       - 5th error: 1.6s
       - further errors: 3.2s
      
      A single successful playback resets the errors counter.
      
      Note-from-committer:
      --------------------
      This is not a complete and correct fix, but this hides the issue for
      our users for the vast majority of the cases.
      Once a proper fix is done, please revert this.
      
      Ref #5901
      
      Fixes #6245 #6339 #7305 #7798 #8893 #9230 #11066 #11961 #12104
            #12909 #13878 #14679 #15805 #16697 #17660 #18582 #18942 #19284
            #19313 #20365 #21564 #21672 #21897 #22118
      d0662265
  10. May 23, 2019
Loading