Some Windows support related changes
- Increased buffer size of AVIOContext in AVQt::Demuxer - Fixed bug in AVQt::Demuxer::init(): Allocation has to be made with av_malloc() - Removed include of experimental C++ headers in Muxer.cpp (Not required any more) - Fixed thread safe calls of GUI related functions in AVQt::OpenGLRenderer - Added Windows related sections to CMake files (Passing Libav and OpenAL locations with commandline arguments instead of hardcoding them) - Adapted example main.cpp to current state of Windows support
Showing
- AVQt/CMakeLists.txt 99 additions, 93 deletionsAVQt/CMakeLists.txt
- AVQt/input/Demuxer.cpp 1 addition, 1 deletionAVQt/input/Demuxer.cpp
- AVQt/input/private/Demuxer_p.h 1 addition, 1 deletionAVQt/input/private/Demuxer_p.h
- AVQt/output/Muxer.cpp 0 additions, 2 deletionsAVQt/output/Muxer.cpp
- AVQt/output/OpenGLRenderer.cpp 3 additions, 3 deletionsAVQt/output/OpenGLRenderer.cpp
- CMakeLists.txt 10 additions, 1 deletionCMakeLists.txt
- Player/main.cpp 13 additions, 10 deletionsPlayer/main.cpp
Loading
Please register or sign in to comment