Recherche avancée

Médias (91)

Autres articles (70)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (5388)

  • h264 : Do not treat the initial frame special in handling of frame gaps

    14 novembre 2013, par Michael Niedermayer
    h264 : Do not treat the initial frame special in handling of frame gaps
    

    The not handling of frame gaps has lead to the lack of a dummy reference
    frame, which has lead to the failure of decode_slice_header() which has
    lead to one SEI recovery message being skiped which had introduced a
    slightly suboptimal recovery point for at least 1 h264 file compared to
    JM.

    Found-by : Carl & BugMaster
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264.c
  • 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
  • avcodec/h264_sei : Remove "Subtitles with data type 0x%02x" sample request

    8 septembre 2015, par Michael Niedermayer
    avcodec/h264_sei : Remove "Subtitles with data type 0x%02x" sample request
    

    Suggested-by : Carl and Hendrik

    • [DH] libavcodec/h264_sei.c