git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
vulkan : use a single command buffer per command buffer pool
16 avril, par Lynnevulkan: use a single command buffer per command buffer pool We violated the spec, which, despite the actual command buffer pool *not* being involved in any functions which require external synchronization of the pool, *require* external synchronization even if only the command buffers are used. This also has the effect of *significantly* speeding up execution in case command buffers are contended.
-
avcodec/dvbsubenc : Check nb_colors before using it
16 avril, par Andreas Rheinhardt -
avcodec/dvbsubenc : Sanity check num_rects
16 avril, par Andreas Rheinhardtavcodec/dvbsubenc: Sanity check num_rects It is written as region_id which is a single byte. Also fixes a potential (defined) overflow in the num_rects * 6 multiplication later; this has been found by 김승호 <kimsho98@naver.com>. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
Revert "lavf/id3v2dec : support multiple values and TIPL frames"
16 avril, par Michael NiedermayerRevert "lavf/id3v2dec: support multiple values and TIPL frames" see: Re: [FFmpeg-devel] [PATCH 2/2] avformat/id3v2: Check that decode_str() did advance but in short, first our API since 16years says we dont have multiple values per key (which it supports since 9 years only) and it causes some problems for ffprobe apparently. I do believe the original patch is the correct direction but it requires more changes. So revert this until other things are in place and until we have a consensus. This reverts commit 80b77e8e8d0630710ad6069133f397459015f139.
-
libpostproc : update APIChanges and version for "deprecate the AMD 3DNow"
15 avril, par Sean McGovern