Skip to content

Tags: h4tr3d/avcpp

Tags

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
h4tr3d Alexander Drozdov
Bump version to 2.4.1

v2.4.0

Toggle v2.4.0's commit message
Version 2.4.0

- Add ability to build filter graph from the string description in the
  FFmpeg-like way
- Fix issue with CMake modules dependency lookup
- Fix issue #134: wrong nb_filters usage

v2.3.2

Toggle v2.3.2's commit message
Bump version to 2.3.2

v2.3.1

Toggle v2.3.1's commit message
Bump version to 2.3.1

v2.3.0

Toggle v2.3.0's commit message
Bump version to 2.3.0

v2.2.1

Toggle v2.2.1's commit message
Bump version to 2.2.1

- Fixed usage as library with compilers setted C++ version to 20 and
  newer

v2.2.0

Toggle v2.2.0's commit message
Version 2.2.0

- CMake min version was bumped to 3.19
- Updated CI scripts (can be used as sample for building)
- Updated information for Windows cross-building
- Updated samples code
- Added support for Channel Layout in newe FFmpeg versions
  - Added new API to work with channels layouts
  - Handle new Channel Layout API in the Codec, CodecContext,
    AudioSamples components
- Added support for API_FORMAT_URL: AVFormatContext::url
- Handle `AVCodecContext::frame_num` vs `frame_number`
- Reworked logic with FormatContext and Streams work (see deprecation
  warnings on build)
- Added `__STDC_CONSTANT_MACROS` definition for new compliers and FFmpeg
  versions

v2.1.0

Toggle v2.1.0's commit message
change version to 2.1.0 (forgottent places)

v2.0

Toggle v2.0's commit message
Disable compiler checking in linux install script

Fix GCC 8 and Clang 7 Travis compilations