- Apr 07, 2022
-
-
Silas Della Contrada authored
fix(common): Changed QSV native format selector to: One luminance plane and one chrominance plane fix(render): Now moving opengl context back to main thread after FallbackFrameMapper stops
-
- Apr 05, 2022
-
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
- Apr 04, 2022
-
-
Silas Della Contrada authored
Additionally, tweaked some things: - Made ``VAAPIDecoderImpl::getSwOutputFormat()`` nullptr-safe - Added an error message for unsupported ``Message::Action``s in ``Muxer::consume()``
-
- Mar 29, 2022
-
-
Silas Della Contrada authored
-
- Mar 28, 2022
-
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
- Mar 27, 2022
-
-
Silas Della Contrada authored
-
Silas Della Contrada authored
- PacketPadParams now contain the AVCodec* instead of just a AVCodecID - Implementations of IVideoEncoderImpl now must provide a way to get their AVCodec* - New ContainerFormat utility class to provide a way of getting a container format's capabilities
-
- Mar 26, 2022
-
-
Silas Della Contrada authored
-
- Feb 23, 2022
-
-
Silas Della Contrada authored
Signed-off-by:
Silas Della Contrada <s.develop@4-dc.de>
-
Silas Della Contrada authored
TODO: - Add support for full planar YUV420P and YUV420P10 in DRM -> OpenGL mapper
-
Silas Della Contrada authored
-
- Feb 18, 2022
-
-
Silas Della Contrada authored
- Works on Raspberry Pi 4 - Moved registration of modules at factory to each module's source file
-
Silas Della Contrada authored
-
- Feb 10, 2022
-
-
Silas Della Contrada authored
- Updated to latest version of libpgraph_network Signed-off-by:
Silas Della Contrada <s.develop@4-dc.de>
-
- Feb 08, 2022
-
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
Silas Della Contrada authored
Signed-off-by:
Silas Della Contrada <s.develop@4-dc.de>
-
Silas Della Contrada authored
- automatic platform and input format dependent decoder selection (optional selection by name) - fixed some issues in VAAPIOpenGLRenderMapper Signed-off-by:
Silas Della Contrada <s.develop@4-dc.de>
-
- Feb 06, 2022
-
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
- Feb 05, 2022
-
-
Silas Della Contrada authored
TODO: - Add input pixel format based choice - Do the same for encoder and renderer
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
- Feb 03, 2022
-
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
Silas Della Contrada authored
Signed-off-by:
Silas Della Contrada <s.develop@4-dc.de>
-
- Jan 28, 2022
-
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
Silas Della Contrada authored
TODO: - Draw on configurable canvas instead of directly outputting frames - Provide different scaling methods (keep aspect ratio, stretch, crop etc.)
-
Silas Della Contrada authored
- Added DummyDesktopCaptureImpl for testing purposes - Emits black frames at given fps
-
- Jan 27, 2022
-
-
Silas Della Contrada authored
-
Silas Della Contrada authored
-
Silas Della Contrada authored
- Adapted everything to use smart pointers instead of raw ones
-