Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (6030)

  • Revision 8701ed0270 : update vp9_thread.c pull the latest from libwebp. Original source : http://git

    9 juillet 2014, par James Zern

    Changed Paths :
     Modify /test/vp9_thread_test.cc


     Modify /vp9/common/vp9_thread.c



    update vp9_thread.c

    pull the latest from libwebp.

    Original source :
    http://git.chromium.org/webm/libwebp.git
    100644 blob 264210ba2807e4da47eb5d18c04cf869d89b9784 src/utils/thread.c

    commit 46fd44c1042c9903b2f1ab87e9f200a13c7e702d
    Author : James Zern <jzern@google.com>
    Date : Tue Jul 8 19:53:28 2014 -0700

    thread : remove harmless race on status_ in End()

    if a thread was still doing work when End() was called there’d be a race
    on worker->status_. in these cases, however, the specific value is
    meaningless as it would be >= OK and the thread would have been shut
    down properly, but we’ll check ’impl_’ instead to avoid any potential
    TSan/DRD reports.

    Change-Id : Ib93cbc226a099f07761f7bad765549dffb8054b1

    Change-Id : Ib0ef25737b3c6d017fa74822e21ed58508230b91

  • avcodec/h264 : Be more strict on rejecting pps/sps changes

    6 février 2015, par Michael Niedermayer
    avcodec/h264 : Be more strict on rejecting pps/sps changes
    

    Fixes race condition
    Fixes : signal_sigsegv_1472ac3_468_cov_2915641226_CABACI3_Sony_B.jsv

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264_slice.c
  • ffplay : close streams and AVFormatContext in the main thread

    6 février 2015, par Marton Balint
    ffplay : close streams and AVFormatContext in the main thread
    

    To avoid race conditions.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] ffplay.c