Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (81)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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 ;

Sur d’autres sites (11459)

  • avcodec/libfdk-aacenc : change MODE_7_1_FRONT_CENTER to map to AV_CH_LAYOUT_7POINT1_WI...

    26 janvier 2014, par Michael Niedermayer
    avcodec/libfdk-aacenc : change MODE_7_1_FRONT_CENTER to map to AV_CH_LAYOUT_7POINT1_WIDE_BACK
    

    This was suggested by Rodeo on IRC
    <Rodeo> for consistency with the rest, MODE_7_1_FRONT_CENTER would be AV_CH_LAYOUT_7POINT1_WIDE_BACK (since LS+RS is mapped to back channels in other modes)

    Reviewed-by : Jean First <jeanfirst@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/libfdk-aacenc.c
  • mxf : Do not use int to check the seek position

    7 janvier 2014, par Luca Barbato
    mxf : Do not use int to check the seek position
    

    Overly large files are to be expected.

    Reported-by : Jean-Baptiste Kempf <jb@videolan.org>

    • [DBH] libavformat/mxfdec.c
  • lavc/libopenjpegenc : move opj_setup_encoder to libopenjpeg_encode_frame

    23 janvier 2015, par Jean First
    lavc/libopenjpegenc : move opj_setup_encoder to libopenjpeg_encode_frame
    

    if the openjpeg parameter tcp_rates is not 0 ( using the ffmpeg compression_level option )
    every 2nd image per thread is badly encoded. By moving the opj_setup_encoder function from
    libopenjpeg_encode_init to libopenjpeg_encode_frame this can be prevented.

    This fixes ticket #3754.

    Signed-off-by : Jean First <jeanfirst@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/libopenjpegenc.c