Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (43)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (5127)

  • configure : Special case libfreetype test

    6 décembre 2013, par Alexander Strasser
    configure : Special case libfreetype test
    

    Include the freetype header, in-directly through a macro, like it
    is done in the drawtext filter. Do not break if the header is moved.

    Unfortunately the drawtext filter included the file where the include
    macros are defined in a wrong way. This is not needed and breaks the
    build. Remove that #include line too.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] configure
    • [DH] libavfilter/vf_drawtext.c
  • MAINTAINERS : add Communication section

    6 octobre 2013, par Lou Logan
    MAINTAINERS : add Communication section
    

    Add Twitter with myself (Lou Logan) as maintainer.

    Add Google+ with Paul B Mahol, Michael Niedermayer, and Alexander
    Strasser as maintainers.

    Move website and mailinglists from Miscellaneous Areas to
    Communication.

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

    • [DH] MAINTAINERS
  • lavf/avio : Remove unnecessary escaping of ’ in string literals

    11 mars 2017, par Alexander Strasser
    lavf/avio : Remove unnecessary escaping of ’ in string literals
    

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] libavformat/avio.c