ffmpeg | branch: master | Clément Bœsch <[email protected]> | Mon Jan 30 15:58:13 2017 +0100| [f7a7ea7168651d7bbafc7458c06a7f7aef1cb9c2] | committer: Clément Bœsch
doc: add a lexicon > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f7a7ea7168651d7bbafc7458c06a7f7aef1cb9c2 --- doc/lexicon | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doc/lexicon b/doc/lexicon new file mode 100644 index 0000000..e596ab1 --- /dev/null +++ b/doc/lexicon @@ -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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
