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

  • yuv4mpeg : Correctly round chroma up for odd luma sizes

    25 juin 2013, par Ronald S. Bultje
    yuv4mpeg: Correctly round chroma up for odd luma sizes
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DH] libavformat/yuv4mpeg.c
  • fate : Add Canopus Lossless YUY2 test

    25 juin 2013, par Derek Buitenhuis
    fate: Add Canopus Lossless YUY2 test
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] tests/fate/lossless-video.mak
    • [DH] tests/ref/fate/cllc-yuy2-noblock
  • fate : Add Canopus Lossless YUY2 test

    25 juin 2013, par Derek Buitenhuis
    fate: Add Canopus Lossless YUY2 test
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
    
    • [DH] tests/fate/lossless-video.mak
    • [DH] tests/ref/fate/cllc-yuy2-noblock
  • avfilter/vsrc_testsrc : fix artifacts with odd height

    24 juin 2013, par Michael Niedermayer
    avfilter/vsrc_testsrc: fix artifacts with odd height
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavfilter/vsrc_testsrc.c
  • configure : Do not omit frame pointers for msvc/icl debug builds

    24 juin 2013, par Alex Smith
    configure: Do not omit frame pointers for msvc/icl debug builds
    
    Because O1 or O2 are required to build libav with msvc/icl, this must be
    explicitly set instead of just omitting Oy.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
    
    • [DH] configure