Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (75)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (10687)

  • avformat/rawdec : Increase probe score when "Content-Type : image/jpeg" is found at...

    10 juin 2014, par Michael Niedermayer
    avformat/rawdec : Increase probe score when "Content-Type : image/jpeg" is found at the file start
    

    Based-on code by : Carl Eugen Hoyos and Andrey Utkin
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/rawdec.c
  • version.sh : Print versions based on the last git tag for release branches

    28 juillet 2014, par Michael Niedermayer
    version.sh : Print versions based on the last git tag for release branches
    

    release branches are detected by checking if "git" is not in RELEASE
    This changes "N-64706-g2f71aeb" to "n2.3-8-g2f71aeb"
    for git master theres no change

    This should improve the readability of lists of versions which come from
    more than 1 release branch or master + release. fate.ffmpeg.org is
    one possible example

    Reviewed-by : Timothy Gu <timothygu99@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    (cherry picked from commit ee606fd0317df202b59946cf9b738c0a01056316)

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

    • [DH] version.sh
  • Revert "configure : Refactor setting of feature test macro _XOPEN_SOURCE"

    22 septembre 2014, par Michael Niedermayer
    Revert "configure : Refactor setting of feature test macro _XOPEN_SOURCE"
    

    This fixes build on netbsd and probably other bsd based Platforms

    This reverts commit 56b8d106769c5c5f9174dcc426f1ee2f991428b1.

    • [DH] configure