Commits on Source (8)
-
Steve Lhomme authored
It was added in libavutil 49.6.0 [1]. Even in 3.0 we require 52.0.0. [1] https://github.com/FFmpeg/FFmpeg/commit/e97ac1e6f5dc3a8ba2e7dc7519a6f8fb356b8a4d
99d1644e -
Steve Lhomme authored
This is how it used to be when libav was also supported. We don't check for FFmpeg LIBAVCODEC_VERSION_INT values since 8cf02acd.
644049eb -
Steve Lhomme authored
This is how it used to be when libav was also supported.
f504ce6c -
Steve Lhomme authored
It was added in c41899a3770cb4510e15b223fa34d129305b1589 which was libavutil 57.23.100 at the time but the minor version was not updated in that commit so we check 57.24.100. The same check applies for av_channel_layout_copy() added in the same commit. This is part of FFmpeg 5.1. https://github.com/FFmpeg/FFmpeg/commit/086a8048061bf9fb4c63943f6962db48175f655c
195f0c98 -
Steve Lhomme authored
It was added in 276c06726fbd2f784d51189870bd834e9284812f which was libavcodec 59.23.100 at the time but the minor version was not updated in that commit so we check 59.24.100. This is part of FFmpeg 5.1. It was erroneously removed in a55ec32a. https://github.com/FFmpeg/FFmpeg/commit/276c06726fbd2f784d51189870bd834e9284812f Co-authored-by:
François Cartegnie <fcvlcdev@free.fr>
597bdb8e -
Steve Lhomme authored
It was added in 548aeb93834b8425c86d1ce60fddc1d41805724d which was libavcodec 59.23.100 at the time but the minor version was not updated in that commit so we check 59.24.100. This is part of FFmpeg 5.1. https://github.com/FFmpeg/FFmpeg/commit/548aeb93834b8425c86d1ce60fddc1d41805724d Co-authored-by:
François Cartegnie <fcvlcdev@free.fr>
8fd918b8 -
Steve Lhomme authored
It was added in db6efa1815e217ed76f39aee8b15ee5c64698537 which was libavutil 57.23.100 at the time but the minor version was not updated in that commit so we check 57.24.100. This is part of FFmpeg 5.1. https://github.com/FFmpeg/FFmpeg/commit/db6efa1815e217ed76f39aee8b15ee5c64698537
f2371558 -
Steve Lhomme authored
`enable_avcodec` is set to "no" if the pkg-config check above fails. And the version we check is higher than the previous requirement (57.37.100 vs 56.19.100)
3ae93ce8
Showing
- configure.ac 2 additions, 10 deletionsconfigure.ac
- modules/codec/avcodec/audio.c 2 additions, 2 deletionsmodules/codec/avcodec/audio.c
- modules/codec/avcodec/avcodec.h 0 additions, 5 deletionsmodules/codec/avcodec/avcodec.h
- modules/codec/avcodec/chroma.c 2 additions, 1 deletionmodules/codec/avcodec/chroma.c
- modules/codec/avcodec/directx_va.c 1 addition, 1 deletionmodules/codec/avcodec/directx_va.c
- modules/codec/avcodec/encoder.c 4 additions, 4 deletionsmodules/codec/avcodec/encoder.c
- modules/codec/avcodec/fourcc.c 2 additions, 2 deletionsmodules/codec/avcodec/fourcc.c
- modules/demux/avformat/mux.c 1 addition, 1 deletionmodules/demux/avformat/mux.c