FFmpeg
FFmpeg is a popular open-source multimedia framework commonly used for audio/video encode and decode functionality to a variety of codecs.
www.ffmpeg.org
Most Popular In The Past Month
- avfilter: add pad_cuda filter
Jorge Estrada: This patch adds the pad_cuda video filter. - avcodec/mfenc: add support for D3D11 input surfaces
Dash Santosh: Adds D3D11 input surface support to the MediaFoundation encoder (mfenc), allowing direct encoding of GPU frames without readback to system memory. - avfilter: add scale_d3d11 filter
Dash Santosh: This commit introduces a new hardware-accelerated video filter, scale_d3d11, which performs scaling and format conversion using Direct3D 11. - avfilter/vf_colordetect: add new color range detection filter
Niklas Haas: This filter can detect various properties about the image, including whether or not there are out-of-range values, or whether the input appears to use straight or premultiplied alpha.
Of course, these can only be heuristics, with "undetermined" as the base case. - avfilter/vf_colordetect: add x86 SIMD implementation
Niklas Haas: alphadetect8_full_c: 5658. - avformat/mov_muxer: Extended MOV muxer to handle APV video content
Dawid Kozinski - avfilter/vf_blackdetect: add AVX2 SIMD version
Niklas Haas: Requested by a user. - avfilter/x86/scene_sad: add high bit depth AVX2/AVX512 version
Niklas Haas: Since psadbw only exists for 8-bits, we have to emulate it for 16-bit inputs. - avfilter/avfiltergraph: add logging for filter formats
Niklas Haas: There is no convenient way, from the command line, to figure out which formats a filter actually supports. - avformat: tls: drop support for OpenSSL < 1.1.0
Marvin Scholz