Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (104)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (12064)

  • avformat/avio : Don't use incompatible function pointer type for call

    6 septembre 2023, par Andreas Rheinhardt
    avformat/avio : Don't use incompatible function pointer type for call
    

    It is undefined behaviour even in cases where it works
    (it works because it is only a const uint8_t* vs. uint8_t* difference).

    Instead add a cbuf parameter to pass a const buffer (for writing)
    as well as a parameter indicating whether we are reading or writing ;
    retry_transfer_wrapper() itself then uses the correct function
    based upon this information.

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Reviewed-by : Tomas Härdin <git@haerdin.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/avio.c
  • avformat/aviobuf : Don't use incompatible function pointer type for call

    6 septembre 2023, par Andreas Rheinhardt
    avformat/aviobuf : Don't use incompatible function pointer type for call
    

    It is undefined behaviour even in cases where it works
    (it works because both are pointers). Instead change
    the functions involved to use the type expected by the AVIO-API
    and add inline wrappers for our internal callers.

    Reviewed-by : Tomas Härdin <git@haerdin.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/avio.c
    • [DH] libavformat/aviobuf.c
    • [DH] libavformat/url.h
  • avcodec/tests/avcodec : Mark frame-thrd encoder incompatible with delay

    23 août 2022, par Andreas Rheinhardt
    avcodec/tests/avcodec : Mark frame-thrd encoder incompatible with delay
    

    The API for frame-threaded encoders only works
    for one-in-one-out encoders.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/tests/avcodec.c