git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/vdpau : Only include mpegvideodec.h when used
31 mars, par Andreas Rheinhardtavcodec/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>
-
doc/{in,out}devs : Remove documentation for removed devices
31 mars, par Andreas Rheinhardt -
tests/filter-video : add rgbtestsrc tests for gbrap
31 mars, par James Almer -
tests/filter-video : add yuvtestsrc tests for yuva444p
31 mars, par James Almer -
avfilter/palette : Remove unused ff_srgb_u8_to_linear_int()
31 mars, par Andreas Rheinhardt