[vlc-devel] [PATCH 00/11] filters settings rework

Thomas Guillem thomas at gllm.fr
Mon May 29 18:52:54 CEST 2017


This set of patches addresses the following issues:

 - Remove 2 usages of vlc_object_find_name() in the QT code

 - Fix HW video filters options (vdpau_adjust and future
   vaapi_adjust/d3d_adjust) that could not be changed from the QT interface
   (mainly due to the usage of vlc_object_find_name())
 
 - Don't always save video filters options, but add a button to save the
   configuration.

TODO: add an other button to reset the configuration to the default one.

Regards,

Thomas Guillem (11):
  vout: trigger filters commands
  playlist: create video filters variables
  qt: remove forward declaration
  qt: save/retrieve video filters to/from the playlist
  qt: set video filters options directly in the vout
  qt: duplicate video filters options in the playlist
  qt: set setFilterOption non static
  qt: refactor ChangeAFiltersString
  qt: refactor ChangeVFiltersString
  qt: don't save SyncControls preferences
  qt: save effects and filters on user request

 modules/gui/qt/components/extended_panels.cpp | 301 ++++++++++++--------------
 modules/gui/qt/components/extended_panels.hpp |  31 +--
 modules/gui/qt/dialogs/extended.cpp           |  66 ++++--
 modules/gui/qt/dialogs/extended.hpp           |   5 +-
 src/playlist/engine.c                         |   4 +
 src/video_output/video_output.c               |  94 +++++++-
 src/video_output/vout_internal.h              |   1 +
 7 files changed, 309 insertions(+), 193 deletions(-)

-- 
2.11.0



More information about the vlc-devel mailing list