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

  • avcodec/vdpau : Only include mpegvideodec.h when used

    31 mars, par Andreas Rheinhardt
    avcodec/vdpau: Only include mpegvideodec.h when used
    
    mpegvideodec.h includes mpegvideodata.h which in turn contains
    a "static const uint8_t *const ff_mpeg1_dc_scale_table =
    ff_mpeg12_dc_scale_table[0]"; yet if mpegvideo is disabled,
    ff_mpeg12_dc_scale_table is not available, yet a non-optimizing
    compiler (like GCC with -O0) may emit ff_mpeg1_dc_scale_table
    and therefore a reference to ff_mpeg12_dc_scale_table nevertheless.
    
    Fix this by only including mpegvideodec.h if it is needed.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/vdpau.c
  • doc/{in,out}devs : Remove documentation for removed devices

    31 mars, par Andreas Rheinhardt
    doc/{in,out}devs: Remove documentation for removed devices
    
    Namely bktr, opengl and sdl2.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] doc/indevs.texi
    • [DH] doc/outdevs.texi
  • tests/filter-video : add rgbtestsrc tests for gbrap

    31 mars, par James Almer
    tests/filter-video: add rgbtestsrc tests for gbrap
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/ref/fate/filter-rgbtestsrc-gbrap
    • [DH] tests/ref/fate/filter-rgbtestsrc-gbrap12
  • tests/filter-video : add yuvtestsrc tests for yuva444p

    31 mars, par James Almer
    tests/filter-video: add yuvtestsrc tests for yuva444p
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/ref/fate/filter-yuvtestsrc-yuva444p
    • [DH] tests/ref/fate/filter-yuvtestsrc-yuva444p12
  • avfilter/palette : Remove unused ff_srgb_u8_to_linear_int()

    31 mars, par Andreas Rheinhardt
    avfilter/palette: Remove unused ff_srgb_u8_to_linear_int()
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavfilter/palette.c
    • [DH] libavfilter/palette.h