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.
Yeah, guess where vlc gets all that muscle…
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.
deleted by creator
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.