Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (106)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • 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" (...)

Sur d’autres sites (13726)

  • avcodec/mpeg12dec : Don't assert on thread_count

    14 mars, par Andreas Rheinhardt
    avcodec/mpeg12dec : Don't assert on thread_count
    

    Nothing in this decoder would break if the generic code were to be
    changed to allow slice "threading" with only one thread.

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

    • [DH] libavcodec/mpeg12dec.c
  • 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