dcecd42de4
Snapshot FFmpeg n7.1 (release tag) с применённым patch'ем для cuframes input format. Используется как FFMPEG_REPO_OVERRIDE в NickM-27/FFmpeg-Builds fork для статической сборки patched binary под Frigate (Debian 12 / glibc 2.36). Apply changes: + libavformat/cuframesdec.c (новый — реализация демуксера) M libavformat/Makefile (CONFIG_CUFRAMES_DEMUXER target) M libavformat/allformats.c (extern declaration) M configure (--enable-libcuframes option + dep check) Patch source: https://git.goldix.org/gx/cuframes (filter/ffmpeg-7.1-cuframes-demuxer.patch) History сброшена (snapshot вместо fork) потому что upstream shallow clone не позволял push в gitea. Полная история FFmpeg — на github.com/FFmpeg/FFmpeg n7.1.
28 lines
809 B
Plaintext
28 lines
809 B
Plaintext
Common abbreviations/shorthands we use that don't need a comment
|
|
================================================================
|
|
|
|
dsp: digital signal processing
|
|
dst/adst: (asymmetric) discrete sine transform
|
|
ec: entropy coding or error concealment
|
|
er: error resilience
|
|
fdct/idct: forward/inverse discrete cosine transform
|
|
fft: fast Fourier transform
|
|
gop: group of pictures
|
|
hw/sw: hardware/software
|
|
lp: lowpass
|
|
lpf: loop filter
|
|
lut: lookup table
|
|
mb: macroblock
|
|
mc: motion compensation
|
|
me: motion estimation
|
|
mv: motion vector
|
|
nal: network abstraction layer
|
|
pel/qpel/epel/hpel/fpel: pixel / quarter-pixel / eighth-pixel / half-pixel / full-pixel
|
|
pp: post process
|
|
qp: quantization parameter
|
|
rc: rate control
|
|
sei: supplemental enhancement information
|
|
sl: slice
|
|
vlc: variable length coding
|
|
vq: vector quantization
|