Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (43)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (6259)

  • avcodec/error_resilience : Avoid me_cmp.h inclusion

    19 mars, par Andreas Rheinhardt
    avcodec/error_resilience : Avoid me_cmp.h inclusion
    

    Use spell out what me_cmp_func means.
    Avoids inclusions in the H.264 decoder as well as all
    mpegvideo decoders.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/error_resilience.h
  • avcodec/mpegaudioenc : Avoid intermediate buffer

    10 avril, par Andreas Rheinhardt
    avcodec/mpegaudioenc : Avoid intermediate buffer
    

    We know the final size before encoding, so we can switch to
    ff_get_encode_buffer() which avoids an implicit memcpy().

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpegaudioenc.c
  • avcodec/allcodecs : Don't wrap supported_framerates

    10 mars, par Andreas Rheinhardt
    avcodec/allcodecs : Don't wrap supported_framerates
    

    Only two encoders (the native MPEG-1/2 ones) provide
    supported_framerates and they don't implement the
    get_supported_config callback. It is highly unlikely that
    any codec will set supported_framerates dynamically at all,
    so remove the code querying for frame rates.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/allcodecs.c