git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
configure : Clearer documentation for "disable-safe-bitstream-reader"
24 mars, par Michael Niedermayer -
MAINTAINERS : Add myself
24 mars, par softworkz -
avcodec/h264 : fix reference reordering
23 mars, par averne -
avcodec/ppc/mpegvideo_altivec : Don't process coeffs as scalars
22 mars, par Andreas Rheinhardtavcodec/ppc/mpegvideo_altivec: Don't process coeffs as scalars block_last_index and nCoeffs is an optimization designed to avoid processing unnecessarily many coefficients; yet it would be legal to always process all coefficients (all coefficients beyond nCoeffs are zero anyway and zeros are always unquantized to zeros). Therefore one does not need a scalar tail. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/ppc/mpegvideo_altivec : Don't process unnecessarily many coeffs
22 mars, par Andreas Rheinhardt