]> git.sesse.net Git - ffmpeg/commitdiff
doc: add a lexicon
authorClément Bœsch <u@pkh.me>
Mon, 30 Jan 2017 14:58:13 +0000 (15:58 +0100)
committerClément Bœsch <cboesch@gopro.com>
Fri, 3 Feb 2017 14:03:44 +0000 (15:03 +0100)
doc/lexicon [new file with mode: 0644]

diff --git a/doc/lexicon b/doc/lexicon
new file mode 100644 (file)
index 0000000..e596ab1
--- /dev/null
@@ -0,0 +1,27 @@
+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