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

  • MAINTAINERS : alphabetical sort

    7 août 2013, par Michael Niedermayer
    MAINTAINERS: alphabetical sort
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] MAINTAINERS
  • avisynth : Exit gracefully when trying to serve video from v2.5.8.

    7 août 2013, par Stephen Hutchinson
    avisynth: Exit gracefully when trying to serve video from v2.5.8.
    
    'Fixes' ticket #2526 insofar as it stops 2.5.8 from crashing and
    tells the user to upgrade to 2.6 if they want to make video input
    work. A real solution to #2526 would be to get video input from
    2.5.8 to work right.
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavformat/avisynth.c
  • avisynth : Cosmetics

    7 août 2013, par Stephen Hutchinson
    avisynth: Cosmetics
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavformat/avisynth.c
  • configure : Add -lstdc++ to the requirements for linking with libgme.

    7 août 2013, par Stephen Hutchinson
    configure: Add -lstdc++ to the requirements for linking with libgme.
    
    Needed for cross-compiling with MinGW-w64
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] configure
  • avformat/utils : fix memleak with nobuffer

    7 août 2013, par Michael Niedermayer
    avformat/utils: fix memleak with nobuffer
    
    Fixes Ticket2802
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavformat/utils.c