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

  • libavutil : Hook up the rest of the gcc specific attributes to clang as well

    21 mars 2017, par Martin Storsjö
    libavutil: Hook up the rest of the gcc specific attributes to clang as well
    
    Hook up all attributes that don't have a MSVC specific version at the
    moment.
    
    See f637046d313 for details.
    
    These don't seem to be critical for building with clang in MSVC mode
    though, and thus haven't been hooked up until now.
    
    These seem to build fine with as old clang as 3.3 at least.
    (clang 3.3 disguises itself as gcc 4.2 normally, so all of these
    have been used for clang before, except for av_cold.)
    
    The clang version numbers themselves are useless for detecting what
    attributes are available, since Apple's clang builds use a completely
    different versioning (presenting itself as e.g. clang 8.0 instead
    of 3.8).
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavutil/attributes.h
  • libavutil : Define the noreturn attribute for clang in MSVC mode as well

    21 mars 2017, par Martin Storsjö
    libavutil: Define the noreturn attribute for clang in MSVC mode as well
    
    This is a follow-up to f637046d313.
    
    Without the noreturn attribute set, avconv_opt.c fails to build after
    d2e6dd32a44 with the error "control may reach end of non-void function".
    By making sure the noreturn attribute is set properly, this compiles
    as intended.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] libavutil/attributes.h
  • configure : Better names for functions that sanitize input

    21 mars 2017, par Diego Biurrun
    configure: Better names for functions that sanitize input
    
    • [DBH] configure
  • fmvc : Add FATE tests

    21 mars 2017, par Diego Biurrun
    fmvc: Add FATE tests
    
    • [DBH] tests/fate/screen.mak
    • [DBH] tests/ref/fate/fmvc-type1
    • [DBH] tests/ref/fate/fmvc-type2
  • jack : Drop support for old (2012) JACK versions

    21 mars 2017, par Diego Biurrun
    jack: Drop support for old (2012) JACK versions
    
    • [DBH] configure
    • [DBH] libavdevice/jack.c