Skip to content
Snippets Groups Projects
  1. Apr 27, 2019
  2. Apr 24, 2019
  3. Apr 22, 2019
  4. Apr 21, 2019
  5. Apr 20, 2019
  6. Apr 19, 2019
  7. Apr 15, 2019
  8. Apr 14, 2019
  9. Apr 13, 2019
  10. Apr 11, 2019
  11. Apr 10, 2019
  12. Apr 04, 2019
  13. Apr 02, 2019
  14. Mar 29, 2019
  15. Mar 20, 2019
  16. Mar 12, 2019
  17. Mar 11, 2019
  18. Mar 10, 2019
  19. Mar 05, 2019
  20. Mar 04, 2019
    • Rémi Denis-Courmont's avatar
      motion: remove control interface · 99232e60
      Rémi Denis-Courmont authored
      The fun part has been supported by the rotation filter for 7 years.
      
      The serious part should be handled by the GUI and/or the video window,
      under control of the operating system or windowing system.
      99232e60
  21. Feb 23, 2019
    • Rémi Denis-Courmont's avatar
      xcb/xvideo: remove XVideo module · 7ce46c2f
      Rémi Denis-Courmont authored
      Originally, XVideo was the HAL for video ("2D") overlay.
      Nowadays, XVideo is but a backward compatibility wrapper around the 3D
      hardware for use by legacy applications (notably GLAMOR provides XVideo
      using OpenGL). VLC supports OpenGL well nowadays, so there is no point
      in using XVideo.
      7ce46c2f
  22. Feb 08, 2019
  23. Feb 03, 2019
    • David's avatar
      macosx: New directory structure for the macOS UI · ba6ad45f
      David authored
      This orders existing files into a new directory structure, to
      group related elements together. The Xcode project is adapted
      as well and reflects the same structure under macosx.
      
      All includes include the subfolders now and are reordered and
      cleaned up. Existing structure and alphabetic ordering shall be
      kept.
      ba6ad45f
  24. Feb 01, 2019
  25. Jan 31, 2019
  26. Jan 30, 2019
  27. Jan 29, 2019
  28. Jan 10, 2019
  29. Dec 19, 2018
    • Rémi Denis-Courmont's avatar
      xcb/render: X11 RENDER display plugin · 19c8c3a7
      Rémi Denis-Courmont authored
      This brings the modern (well, at least current) X11 rendering protocol
      for video output (refs #12348).
      
      Compared to plain X11, it can handle scaling and orientation.
      Compared to XVideo, it can handle orientation, and can crop correctly
      (without bleeding), but it expects packed RGB rather than YCbCr.
      
      Also RENDER would be able to handle SPU blending (and SPU scaling),
      though this is left for future work, which neither X11 nor XVideo can.
      19c8c3a7
  30. Nov 18, 2018
  31. Nov 15, 2018
    • Thomas Guillem's avatar
      core: add player API · a80c78fc
      Thomas Guillem authored
      This API will replace the usage of input_thread_t from interface modules. The
      player implementation continue to use input_thread_t in private. The goal is to
      hide the input_thread_t API when every modules are switched to the player API.
      
      TODO (all need to be fixed, for VLC 4.0):
      
       - Gapless: API is complete but not implemented (the player can play several
         medias in a row, but without gapless).
       - Position callbacks: still using the input_thread_t position that is really
         imprecise (notified every 250ms minimum, and sometime more, depending on
         pf_demux implementation).
       - Seek/discontinuity callbacks: when seeking, the player can still send
         position of the requested position, the actual position or the next position
         to come. This leads to UI inconsistency.
       - OSD messages should be display from input callbacks but it's not possible
         now since you can't know if the event come from the user or from the core.
      a80c78fc
    • Thomas Guillem's avatar
      core: move playlist to playlist_legacy · 034a3f75
      Thomas Guillem authored
      To make room for the new playlist.
      This playlist_legacy will be removed once all modules are using the new
      playlist.
      034a3f75
Loading