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

  • lavf/adtsenc : Add support for APE tags

    12 juillet 2013, par James Almer
    lavf/adtsenc: Add support for APE tags
    
    Should fix ticket #2269
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavformat/Makefile
    • [DH] libavformat/adtsenc.c
  • libavformat/mov.c : Skipped duplicated MOOV atom

    11 juillet 2013, par Thierry Foucu
    libavformat/mov.c: Skipped duplicated MOOV atom
    
     This should fix ticket 1378
     If we have parsed a moov atom, and found another one, just skip it.
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavformat/mov.c
  • Supply a User-Agent header when opening rtsp streams.

    11 juillet 2013, par Carl Eugen Hoyos
    Supply a User-Agent header when opening rtsp streams.
    
    Some rtsp servers like the IP Cam IcyBox IB-CAM2002 need it.
    Fixes ticket #2761.
    Reported, analyzed and tested by trac user imavra.
    
    • [DH] libavformat/rtsp.c
    • [DH] libavformat/rtsp.h
    • [DH] libavformat/rtspdec.c
    • [DH] libavformat/version.h
  • avcodec/jpeglsdec : Implement the 4th (lossy) transform

    11 juillet 2013, par Michael Niedermayer
    avcodec/jpeglsdec: Implement the 4th (lossy) transform
    
    Fixes remainder of Ticket893
    
    Std deviation from the intended image is 0.11, max sample error +-1
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/jpeglsdec.c
  • lavd/fbdev.c : Support RGB565 input colour space.

    11 juillet 2013, par Dan Flett
    lavd/fbdev.c: Support RGB565 input colour space.
    
    Tested on a Raspberry Pi.
    
    Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
    
    • [DH] libavdevice/fbdev.c