Skip to content

Releases: h4tr3d/avcpp

v3.0.1

25 Feb 13:35
fdf5b3f

Choose a tag to compare

What's Changed

  • Fetch content, Frame SideData and others by @h4tr3d in #163

Full Changelog: v2.90.1...v3.0.1

v2.90.1

12 Feb 07:39
91d2868

Choose a tag to compare

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

Full Changelog: v2.4.0...v2.90.1

v2.4.0

18 May 05:48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.4.0

v2.3.2

18 May 05:50

Choose a tag to compare

Full Changelog: v2.3.1...v2.3.2

v2.0

18 May 05:49

Choose a tag to compare

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

Full Changelog: https://github.com/h4tr3d/avcpp/commits/v2.0