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

  • lavfi/afade : add timeline support

    25 mai 2013, par Paul B Mahol
    lavfi/afade: add timeline support
    
    For correct precision one may need to use asetnsamples.
    
    Signed-off-by: Paul B Mahol <onemda@gmail.com>
    
    • [DH] libavfilter/af_afade.c
  • ffplay : only update pts if not redisplaying a frame

    25 mai 2013, par Marton Balint
    ffplay: only update pts if not redisplaying a frame
    
    Signed-off-by: Marton Balint <cus@passwd.hu>
    
    • [DH] ffplay.c
  • msvc/icl : Intel Compiler support on Windows

    25 mai 2013, par Alex Smith
    msvc/icl: Intel Compiler support on Windows
    
    Initial support for the ICL compiler on windows. Requires a new
    c99wrap with ICL support (1.0.2+).
    
    Currently not much different speed wise compared to msvc. In the
    future with a few changes it can be made to support the inline asm.
    This would be the primary reason for using it.
    
    Passed all fate tests, versions tested:
        13.1.1.171 (2013 Update 3) x86 and x64
        12.1.5.344 (2011 Update 11) x86 and x64
    
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DH] configure
  • img2dec : support seeking with ts_from_file

    25 mai 2013, par Michael Niedermayer
    img2dec: support seeking with ts_from_file
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavformat/img2dec.c
  • img2dec : dont set start_time/duration to invalid values

    25 mai 2013, par Michael Niedermayer
    img2dec: dont set start_time/duration to invalid values
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavformat/img2dec.c