git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • configure : Clearer documentation for "disable-safe-bitstream-reader"

    24 mars, par Michael Niedermayer
    configure: Clearer documentation for "disable-safe-bitstream-reader"
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] configure
  • MAINTAINERS : Add myself

    24 mars, par softworkz
    MAINTAINERS: Add myself
    
    will move to specific areas once they are there.
    
    Signed-off-by: softworkz <softworkz@hotmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] MAINTAINERS
  • avcodec/h264 : fix reference reordering

    23 mars, par averne
    avcodec/h264: fix reference reordering
    
    Fixes hardware decoders depending on long_term_pic_idx.
    Relevant ITU conformance test vectors: MR6_BT_B, MR8_BT_B
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    
    • [DH] libavcodec/h264_refs.c
  • avcodec/ppc/mpegvideo_altivec : Don't process coeffs as scalars

    22 mars, par Andreas Rheinhardt
    avcodec/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>
    
    • [DH] libavcodec/ppc/mpegvideo_altivec.c
  • avcodec/ppc/mpegvideo_altivec : Don't process unnecessarily many coeffs

    22 mars, par Andreas Rheinhardt
    avcodec/ppc/mpegvideo_altivec: Don't process unnecessarily many coeffs
    
    Use the same number as the C version.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/ppc/mpegvideo_altivec.c