Skip to content

Commit

Permalink
Video Slider bugfix, architecture restructured, thumbnail feature added
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasGBL committed Feb 22, 2022
1 parent 19c2576 commit c100aca
Show file tree
Hide file tree
Showing 23 changed files with 890 additions and 783 deletions.
33 changes: 15 additions & 18 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,25 @@ set(CMAKE_AUTORCC ON)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# QtCreator supports the following variables for Android, which are identical to qmake Android variables.
# Check http://doc.qt.io/qt-5/deployment-android.html for more information.
# They need to be set before the find_package(Qt5 ...) call.

find_package(Qt5 COMPONENTS Widgets Multimedia MultimediaWidgets REQUIRED)


add_executable(${PROJECT_NAME}
main.cpp
videolowwindow.cpp
videolowwindow.h
videolowwindow.ui
filedropwidget.h
filedropwidget.cpp
ffmpegwrapper.h
ffmpegwrapper.cpp
Structs.h
VideoCutWindow/videocutwindow.ui
VideoCutWindow/videocutwindow.h
VideoCutWindow/videocutwindow.cpp
VideoCutWindow/videoplayerwidget.h
include/videolowwindow.h
include/filedropwidget.h
include/filepreviewwidget.h
include/ffmpegwrapper.h
include/structs.h
include/VideoCutWindow/videocutwindow.h
include/VideoCutWindow/videoplayerwidget.h
src/main.cpp
src/filedropwidget.cpp
src/ffmpegwrapper.cpp
src/videolowwindow.cpp
src/VideoCutWindow/videocutwindow.cpp
src/videolowwindow.ui
src/VideoCutWindow/videocutwindow.ui
)

if(NOT DEFINED HARDWARE_ACCELERATION_DEFAULT)
set(HARDWARE_ACCELERATION_DEFAULT 0)
endif()
Expand Down
99 changes: 0 additions & 99 deletions Structs.h

This file was deleted.

240 changes: 0 additions & 240 deletions VideoCutWindow/videocutwindow.cpp

This file was deleted.

Loading

0 comments on commit c100aca

Please sign in to comment.