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

  • avfilter/vsrc_testsrc : add support for semi planar formats to yuvtestsrc

    4 mars, par James Almer
    avfilter/vsrc_testsrc: add support for semi planar formats to yuvtestsrc
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavfilter/drawutils.c
    • [DH] libavfilter/vsrc_testsrc.c
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/ref/fate/filter-yuvtestsrc-nv24
    • [DH] tests/ref/fate/filter-yuvtestsrc-p410
  • avcodec/mjpegenc : Constify parent ctx in encode_block()

    4 mars, par Andreas Rheinhardt
    avcodec/mjpegenc: Constify parent ctx in encode_block()
    
    Said parent is shared between all slice contexts and encode_block()
    can be run concurrently by slice threads, so the parent context
    must not be (and is not) modified. So constify the pointers.
    
    Reviewed-by: Ramiro Polla <ramiro.polla@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mjpegenc.c
  • avcodec/sanm : ignore unknown codecs in FOBJs

    4 mars, par Manuel Lauss
    avcodec/sanm: ignore unknown codecs in FOBJs
    
    Don't error out, just ignore unknown codec numbers and pretend
    decode succeeded.  This is useful for older LucasArts titles
    which stack a lot of different FOBJs with different codecs into
    a single frame.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/sanm.c
  • avcodec/mjpegenc_common : Constify ff_mjpeg_encode_{dc,picture_header}()

    4 mars, par Andreas Rheinhardt
    avcodec/mjpegenc_common: Constify ff_mjpeg_encode_{dc,picture_header}()
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mjpegenc_common.c
    • [DH] libavcodec/mjpegenc_common.h
  • avcodec/mpeg12dec : Use CHROMA_* defines

    4 mars, par Andreas Rheinhardt
    avcodec/mpeg12dec: Use CHROMA_* defines
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpeg12dec.c