Skip to content
Extraits de code Groupes Projets
  1. nov. 18, 2020
  2. nov. 17, 2020
    • odrling's avatar
      custom repo in freetype2 wrap · e89b9012
      odrling a rédigé
      e89b9012
    • odrling's avatar
      provide libpng wrapper · 7db38ecb
      odrling a rédigé
      7db38ecb
    • odrling's avatar
      set default_library=static in windows CI · 07730747
      odrling a rédigé
      07730747
    • odrling's avatar
      custom repo for subprojects/libass wrap · ff4d4abd
      odrling a rédigé
      ff4d4abd
    • odrling's avatar
      [ci] Appveyor VS CI · fa340f09
      odrling a rédigé
      fa340f09
    • odrling's avatar
      bump version · 56cbc593
      odrling a rédigé
      56cbc593
    • odrling's avatar
      Merge branch 'meson' into meson-vs2019 · 9a631d85
      odrling a rédigé
      9a631d85
    • odrling's avatar
      Merge branch 'master' into meson-vs2019 · 6907ea2c
      odrling a rédigé
      6907ea2c
    • odrling's avatar
      fix sub timing in mkv files with video delay · ac3c4095
      odrling a rédigé
      Some matroska files have audio start at timestamp 0 and video later.
      In this case mkvtoolnix seems to use the first block of the first
      cluster to the audio track (I would assume this is only an
      implementation detail and not really from the matroska specs. And also
      could happen in other cases without the video being delayed, but that's
      not the point). Aegisub used to read this first block and use its
      timestamp as the starting point of the video track.
      
      With this commit, Aegisub tries to read all the blocks until it can read
      the first timestamp of the video track and use it for the subtitles'
      timestamps. Audio tracks don't seem to be impacted by these changes.
      ac3c4095
    • odrling's avatar
      fix sub timing in mkv files with video delay · 09b424fb
      odrling a rédigé
      Some matroska files have audio start at timestamp 0 and video later.
      In this case mkvtoolnix seems to use the first block of the first
      cluster to the audio track (I would assume this is only an
      implementation detail and not really from the matroska specs. And also
      could happen in other cases without the video being delayed, but that's
      not the point). Aegisub used to read this first block and use its
      timestamp as the starting point of the video track.
      
      With this commit, Aegisub tries to read all the blocks until it can read
      the first timestamp of the video track and use it for the subtitles'
      timestamps. Audio tracks don't seem to be impacted by these changes.
      09b424fb
    • odrling's avatar
      libass 0.15.0 · 81edc38e
      odrling a rédigé
      81edc38e
  3. nov. 15, 2020
  4. nov. 08, 2020
Chargement en cours