Releases: h4tr3d/avcpp
Releases · h4tr3d/avcpp
v3.0.1
v2.90.1
What's Changed
- fix isValid() for VAAPI frame by @lukasz-misek in #141
- Update cmake-ci.yml by @h4tr3d in #148
- Fix MKV hw encode issue by @btmxh in #150
- more generic filter example that also encodes the result by @mmomtchev in #151
- Cmake patches by @KKhanhH in #149
- Git flow update by @h4tr3d in #152
- fix install avcpp-targets.cmake DESTINATION path by @nijiancong in #153
- Fix compilation against FFmpeg 3.x by @timothytylee in #160
- Fix CI OSX build by @h4tr3d in #161
- Allow disable some ffmpeg components by @h4tr3d in #162
- Wrapping external data into VideoFrame by @h4tr3d
- Introduce avconfig.h.in/avconfig.h, fixate some constansts like C++ version on the configure state by @h4tr3d
- Add av::Packet SideData support by @h4tr3d
- Intriduce avcompat.h and prefix all exported defines with AVCPP_ by @h4tr3d
New Contributors
- @lukasz-misek made their first contribution in #141
- @btmxh made their first contribution in #150
- @KKhanhH made their first contribution in #149
- @nijiancong made their first contribution in #153
- @timothytylee made their first contribution in #160
Full Changelog: v2.4.0...v2.90.1
v2.4.0
What's Changed
- Bug fix on
FilterGraph::filterby @wooshifu in #134 - alternative filter interface by @mmomtchev in #129
- lookup for dependency Threads by @MonicaLiu0311 in #137
New Contributors
- @wooshifu made their first contribution in #134
- @MonicaLiu0311 made their first contribution in #137
Full Changelog: v2.3.2...v2.4.0
v2.3.2
Full Changelog: v2.3.1...v2.3.2
v2.0
What's Changed
- Improvements for cmake build by @snikulov in #18
- fixed case when PRETTY_FINCTION not defined by @snikulov in #19
- Fix checkCodec() call by @rkfg in #26
- Allow encoder flushing by @rkfg in #27
- Use 64-bit integers for bitrates by @rkfg in #28
- Allow to get/set average frame rate by @rkfg in #31
- Examples: set rescaler parameters, use setAverageFrameRate() for MKV by @rkfg in #32
- Fix #24 by @rkfg in #33
- Only throw_if in setOption if setting an option failed, fix filtergraph parsing, add sample aspect ratio accessors by @rkfg in #34
- Fix a missing header needed for std min, max by @ashikns in #41
- Move attribute_deprecated to before function prototype by @ashikns in #42
New Contributors
- @snikulov made their first contribution in #18
- @rkfg made their first contribution in #26
- @ashikns made their first contribution in #41
Full Changelog: https://github.com/h4tr3d/avcpp/commits/v2.0