Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (61)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7243)

  • avcodec/options : leave priv_data in avcodec_copy_context() intact

    30 mai 2014, par Michael Niedermayer
    avcodec/options : leave priv_data in avcodec_copy_context() intact
    

    previously it was freed but the pointer not cleared

    Found-by : ruggles
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/options.c
  • Revision b0a8057f67 : Fix SEG_LVL_SKIP in RD inter mode selection. * Only use ZEROMV, disalowing the

    29 mai 2014, par Alex Converse

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Fix SEG_LVL_SKIP in RD inter mode selection.

    * Only use ZEROMV, disalowing the intra modes that were previously
    tested.
    * Score rate and distortion as zero.

    Change-Id : Ifcf99e272095725f11da1dcd26bd0f850683e680

  • lavf : switch to AVStream.time_base as the hint for the muxer timebase

    18 mai 2014, par Anton Khirnov
    lavf : switch to AVStream.time_base as the hint for the muxer timebase
    

    Previously, AVStream.codec.time_base was used for that purpose, which
    was quite confusing for the callers. This change also opens the path for
    removing AVStream.codec.

    The change in the lavf-mkv test is due to the native timebase (1/1000)
    being used instead of the default one (1/90000), so the packets are now
    sent to the crc muxer in the same order in which they are demuxed
    (previously some of them got reordered because of inexact timestamp
    conversion).

    • [DBH] doc/APIchanges
    • [DBH] libavformat/avformat.h
    • [DBH] libavformat/avienc.c
    • [DBH] libavformat/filmstripenc.c
    • [DBH] libavformat/framehash.c
    • [DBH] libavformat/movenc.c
    • [DBH] libavformat/mpegtsenc.c
    • [DBH] libavformat/mux.c
    • [DBH] libavformat/mxfenc.c
    • [DBH] libavformat/oggenc.c
    • [DBH] libavformat/riffenc.c
    • [DBH] libavformat/rmenc.c
    • [DBH] libavformat/swf.h
    • [DBH] libavformat/swfenc.c
    • [DBH] libavformat/utils.c
    • [DBH] libavformat/version.h
    • [DBH] libavformat/yuv4mpegenc.c
    • [DBH] tests/ref/lavf/mkv