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

  • Merge commit ’5f408333601a827054335f309defcb246a532b21’

    20 septembre 2013, par Michael Niedermayer
    Merge commit '5f408333601a827054335f309defcb246a532b21'
    
    * commit '5f408333601a827054335f309defcb246a532b21':
      asfdec: substract preroll time from marker presentation time
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavformat/asfdec.c
  • msvc/icl : Use __declspec(noinline)

    19 septembre 2013, par Alex Smith
    msvc/icl: Use __declspec(noinline)
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DH] libavutil/attributes.h
  • swscale/swscale_unscaled : fix alpha values for rgb/bgr -> RGB32_1 / BGR32_1

    19 septembre 2013, par Michael Niedermayer
    swscale/swscale_unscaled: fix alpha values for rgb/bgr -> RGB32_1 / BGR32_1
    
    Found-by: Justin Ruggles
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libswscale/swscale_unscaled.c
  • msvc/icl : Use __declspec(deprecated)

    19 septembre 2013, par Alex Smith
    msvc/icl: Use __declspec(deprecated)
    
    Prior to this on msvc/icl there was no handling of deprecated functions
    and the deprecated warning was disabled.
    
    After enabling there are a number of warnings relating to the CRT and
    the use of the non-secure versions of several functions.  Defining
    _CRT_SECURE_NO_WARNINGS silences these warnings.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DH] configure
    • [DH] libavutil/attributes.h
    • [DH] libavutil/internal.h
  • avutil/frame : suppress "comparison of unsigned expression 0 is always false" warning

    19 septembre 2013, par Michael Niedermayer
    avutil/frame: suppress "comparison of unsigned expression < 0 is always false" warning
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavutil/frame.c