Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (54)

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

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (8090)

  • avfilter/vf_blackdetect : use the name 's' for the pointer to the private context

    29 janvier 2021, par Paul B Mahol
    avfilter/vf_blackdetect : use the name 's' for the pointer to the private context
    

    This is consistent across filters and also is less typing.

    • [DH] libavfilter/vf_blackdetect.c
  • dcadsp : add int8x8_fmul_int32 to DSP context

    11 mai 2012, par Christophe Gisquet
    dcadsp : add int8x8_fmul_int32 to DSP context
    

    It is currently declared as a macro who is set to inlinable functions,
    among which a Neon and a default C implementations.

    Add a DSP parameter to each inline function, unused except by the
    default C implementation which calls a function from the DSP context.

    On an Arrandale CPU, gain for an inlined SSE2 function vs. a call :
    - Win32 : 29 to 26 cycles
    - Win64 : 25 to 23 cycles

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

    • [DH] libavcodec/arm/dca.h
    • [DH] libavcodec/dcadec.c
    • [DH] libavcodec/dcadsp.c
    • [DH] libavcodec/dcadsp.h
  • avformat/avio : also set generic URL context options

    30 mars 2014, par Michael Niedermayer
    avformat/avio : also set generic URL context options
    

    This should have no effect currently as there are no such options yet.

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

    • [DH] libavformat/avio.c