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

  • vulkan : use a single command buffer per command buffer pool

    16 avril, par Lynne
    vulkan: 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.
    
    • [DH] libavutil/hwcontext_vulkan.c
    • [DH] libavutil/vulkan.c
    • [DH] libavutil/vulkan.h
  • avcodec/dvbsubenc : Check nb_colors before using it

    16 avril, par Andreas Rheinhardt
    avcodec/dvbsubenc: Check nb_colors before using it
    
    Avoids a potential overflow when multiplying nb_colors by 6.
    Also make the nb_colors check a bit more strict.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/dvbsubenc.c
  • avcodec/dvbsubenc : Sanity check num_rects

    16 avril, par Andreas Rheinhardt
    avcodec/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>
    
    • [DH] libavcodec/dvbsubenc.c
  • Revert "lavf/id3v2dec : support multiple values and TIPL frames"

    16 avril, par Michael Niedermayer
    Revert "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.
    
    • [DH] libavformat/id3v2.c
  • libpostproc : update APIChanges and version for "deprecate the AMD 3DNow"

    15 avril, par Sean McGovern
    libpostproc: update APIChanges and version for "deprecate the AMD 3DNow"
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] doc/APIchanges
    • [DH] libpostproc/postprocess.h
    • [DH] libpostproc/version.h
    • [DH] libpostproc/version_major.h