git.libav.org Git - libav.git/rss log

Libav master git repository

http://git.libav.org/?p=libav.git;a=summary

Les articles publiés sur le site

  • cbs_h265 : Fix ranges of prediction weight offsets

    28 août 2017, par Mark Thompson
    cbs_h265: Fix ranges of prediction weight offsets
    
    The bracketing was wrong - '-' binds before '<<'.  This would
    previously incorrectly reject the streams in the WP_A and WP_B
    conformance tests.
    
    • [DBH] libavcodec/cbs_h265_syntax_template.c
  • cbs_h265 : Fix reading of unknown parameter set extension data

    28 août 2017, par Mark Thompson
    cbs_h265: Fix reading of unknown parameter set extension data
    
    • [DBH] libavcodec/cbs_h265_syntax_template.c
  • vaapi_h265 : Enable VBR mode

    25 août 2017, par Jun Zhao
    vaapi_h265: Enable VBR mode
    
    To match vaapi_h264.
    
    From ffmpeg commit 385cafb07ac1e46433931ea9749a134efd7350be.
    
    Signed-off-by: Mark Thompson <sw@jkqxz.net>
    
    • [DBH] libavcodec/vaapi_encode_h265.c
  • Revert "fate : Skip the checkasm test if CONFIG_STATIC is disabled"

    25 août 2017, par Martin Storsjö
    Revert "fate: Skip the checkasm test if CONFIG_STATIC is disabled"
    
    When we use dllexport properly for shared libraries on windows,
    there's no longer any issue with linking the object files for
    e.g. libavcodec statically into checkasm. (It's still not possible
    to link the built object files for e.g. libavformat statically to
    libavcodec though, since libavformat exepcts to load av_export_*
    symbols from a DLL.)
    
    This reverts commit 4e62b57ee03928c12a3119dcaf78ffa1f4d6985f.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] tests/fate/checkasm.mak
  • configure : Use dllexport/dllimport for data symbols across DLLs with mingw

    24 août 2017, par Martin Storsjö
    configure: Use dllexport/dllimport for data symbols across DLLs with mingw
    
    This avoids having to use pseudo relocations.
    
    The version script used for exporting functions is skipped as soon
    as the set of object files contains symbols marked with dllexport,
    therefore we need to use makedef to produce the full list of symbols
    to be exported.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] configure
    • [DBH] libavcodec/internal.h