[vlc-devel] [PATCHv2 00/18] filters settings rework

Thomas Guillem thomas at gllm.fr
Tue May 30 18:40:50 CEST 2017


Hello,

Here is a new set of patches that addresses the previous review. The following
patches were changed or added since the last set:

 - 01/02: also save "audio-filter" in the playlist
 - 03/04: add var_GetAllNames in order to introspect the filter object
   variables.
 - 07: fix filter list false positives
 - 09: add MainInputManager::getVouts()
 - 10/11: apply filter on all vouts

Regards,

Thomas Guillem (18):
  playlist: create filters variables
  aout: save filter settings in the parent object
  variables: add a twalk context
  variables: add var_GetAllNames
  vout: trigger filters commands
  qt: remove forward declaration
  qt: fix filter list false positives
  qt: save/retrieve video filters to/from the playlist
  qt: add MainInputManager::getVouts
  qt: apply filters change on all vouts
  qt: refactor ExtVideo::setFilterOption
  qt: set video filters options directly in all vouts
  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 | 344 +++++++++++++-------------
 modules/gui/qt/components/extended_panels.hpp |  32 ++-
 modules/gui/qt/dialogs/extended.cpp           |  66 +++--
 modules/gui/qt/dialogs/extended.hpp           |   5 +-
 modules/gui/qt/input_manager.cpp              |  22 ++
 modules/gui/qt/input_manager.hpp              |   1 +
 src/audio_output/common.c                     |   6 +-
 src/misc/variables.c                          |  38 ++-
 src/misc/variables.h                          |  12 +
 src/playlist/engine.c                         |   5 +
 src/video_output/video_output.c               |  91 ++++++-
 src/video_output/vout_internal.h              |   1 +
 12 files changed, 417 insertions(+), 206 deletions(-)

-- 
2.11.0



More information about the vlc-devel mailing list