git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/hevc/hevcdec : Use bitfield instead of array of flags
30 mars, par Andreas Rheinhardt -
avcodec/ac3dec : Read spx flags at once, not one bit at a time
30 mars, par Andreas Rheinhardtavcodec/ac3dec: Read spx flags at once, not one bit at a time Doing so gets rid of a stupid GCC -Wstringop-overflow= warning (GCC somehow believes that fbw_channels can be 7 with the old form of the code, so that channel_uses_spx[7] would be written to, but now it no longer believes so). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/dct : Make declarations and definitions match
30 mars, par Andreas Rheinhardtavcodec/dct: Make declarations and definitions match GCC considers declarations using a parameter of pointer type (or equivalently a parameter using an array of unspecified dimensions) to be inconsistent with a declaration using a known-length array type and emits a -Warray-parameter warning for several ff_j_rev_dct* functions for this. This patch makes the declarations match the actual definitions to suppress these (IMO nonsensical) warnings. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avformat/rtpenc : Check dimensions during init
30 mars, par Andreas Rheinhardt -
vulkan_decode : only create sequence params in end_frame
29 mars, par Lynne