I thought it was libvlc that covers that but no, it is indeed libavcodec which is part of the ffmpeg project. Does anyone here know the relationship between libvlc and libavcodec?
VLC relays on ffmpeg for a lot of video decoding, as do lots of other media programs. Go look up the legal notice on your TV and there’s a good chance the ffmpeg licensing information is in there.
If you look up the dependencies or legal notices for anything that does anything related to video, audio or maybe even images, it’s very likely that it uses ffmpeg in some way.
I thought it was libvlc that covers that but no, it is indeed libavcodec which is part of the ffmpeg project. Does anyone here know the relationship between libvlc and libavcodec?
libvlc uses libavcodec
VLC relays on ffmpeg for a lot of video decoding, as do lots of other media programs. Go look up the legal notice on your TV and there’s a good chance the ffmpeg licensing information is in there.
If you look up the dependencies or legal notices for anything that does anything related to video, audio or maybe even images, it’s very likely that it uses ffmpeg in some way.
Interesting there isn’t more info on the team behind it.
deleted by creator
FFmpeg is one of libvlc’s backends. A lot of stuff vlc can decode without calling ffmpeg.