Added automatic decoder choice in VideoDecoderFactory based on platform
TODO: - Add input pixel format based choice - Do the same for encoder and renderer
parent
18d27013
No related branches found
No related tags found
Showing
- AVQt/CMakeLists.txt 1 addition, 1 deletionAVQt/CMakeLists.txt
- AVQt/include/AVQt/common/PixelFormat.hpp 74 additions, 0 deletionsAVQt/include/AVQt/common/PixelFormat.hpp
- AVQt/include/AVQt/decoder/IVideoDecoderImpl.hpp 16 additions, 0 deletionsAVQt/include/AVQt/decoder/IVideoDecoderImpl.hpp
- AVQt/include/AVQt/decoder/VideoDecoderFactory.hpp 5 additions, 4 deletionsAVQt/include/AVQt/decoder/VideoDecoderFactory.hpp
- AVQt/src/common/PixelFormat.cpp 161 additions, 0 deletionsAVQt/src/common/PixelFormat.cpp
- AVQt/src/decoder/VAAPIDecoderImpl.cpp 27 additions, 0 deletionsAVQt/src/decoder/VAAPIDecoderImpl.cpp
- AVQt/src/decoder/VAAPIDecoderImpl.hpp 2 additions, 0 deletionsAVQt/src/decoder/VAAPIDecoderImpl.hpp
- AVQt/src/decoder/VideoDecoderFactory.cpp 70 additions, 9 deletionsAVQt/src/decoder/VideoDecoderFactory.cpp
- AVQt/src/renderers/OpenGLFrameMapperFactory.cpp 1 addition, 1 deletionAVQt/src/renderers/OpenGLFrameMapperFactory.cpp
- Player/FrameSaverAccelerated.cpp 1 addition, 1 deletionPlayer/FrameSaverAccelerated.cpp
- Player/OpenGlWidgetRenderer.cpp 1 addition, 1 deletionPlayer/OpenGlWidgetRenderer.cpp
Loading
Please register or sign in to comment