You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #163 from h4tr3d/fetch_content_test
Fetch content, Frame SideData and others
- All includes with avcpp/ prefixed now
- FetchContent well work for me now
- Added Frame SideData support (basic)
- Added iterators over streams for the FormatContext
- Methods that return data pointer via std::span() now has name ::span()
- Added AVBufferRef wrapper
- Move a lot of code from the template Frame to the non-template basic class FrameCommon
- SideData (both packets and frames) access via index now has name sideDataIndex(idx)
- Static library builds with -fPIC by default, can be control via -DAV_ENABLE_STATIC_PIC=On/Off
- Added more tests
0 commit comments