Skip to content
Snippets Groups Projects
  1. Jul 31, 2021
  2. Jul 30, 2021
  3. Jul 29, 2021
  4. Jul 28, 2021
  5. Jul 27, 2021
  6. Jul 25, 2021
  7. Jul 24, 2021
    • Alexandre Janniaux's avatar
      video_output: fix regression on lock · ccf7b5d9
      Alexandre Janniaux authored and François Cartegnie's avatar François Cartegnie committed
      
      The function is not locking the display_lock, so it should not unlock
      it. It's a leftover of the previous code moves, where the error path has
      not been checked correctly.
      
      Regression from 2ba73428
      
      Co-authored-by: default avatarFrançois Cartegnie <fcvlcdev@free.fr>
      ccf7b5d9
    • Romain Vimont's avatar
      vout: group chronos into anonymous structs · 59e346ce
      Romain Vimont authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      It was not obvious that sys->render or sys->static_filter were chronos.
      
      This will also allow to add more chronos properly.
      59e346ce
    • Lyndon Brown's avatar
      libmpeg2: switch SIMD selection to auto-detect mode · 00d1f50e
      Lyndon Brown authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      this:
       - enables SSE2 (when available at runtime), which was added 13 years ago
         ([1]) but we never enabled use of it until now.
       - removes use of the MMX/MMXEXT availability testing functions, helping
         pave the way towards our goal of purging all MMX/MMXEXT code.
       - makes the code cleaner and reduces maintenance burden.
       - allows us to pick up use of new SIMD variant additions, if any more are
         ever added (unlikely) without having to explicitly add code to enable it.
      
      as pointed out in review, the `mpeg2_init()` call makes a call to
      `mpeg2_accel()` with `MPEG2_ACCEL_DETECT` itself, so there is no need to
      make such a call ourselves, thus the `mpeg2_init()` call alone is
      sufficient. the entire code block can thus be safely removed.
      
      [1]: libmpeg2@c80d1dc2
      00d1f50e
  8. Jul 23, 2021
Loading