Recherche avancée

Médias (91)

Autres articles (97)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (8910)

  • 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
  • avcodec/h264_slice : ignore SAR changes in slices after the first

    7 février 2015, par Michael Niedermayer
    avcodec/h264_slice : ignore SAR changes in slices after the first
    

    Fixes race condition and null pointer dereference
    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