Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (108)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • avcodec/internal : Move ff_dvdsub_parse_palette() to new header dvdsub.h

    25 août 2022, par Andreas Rheinhardt
    avcodec/internal : Move ff_dvdsub_parse_palette() to new header dvdsub.h
    

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

    • [DH] libavcodec/dvdsub.c
    • [DH] libavcodec/dvdsub.h
    • [DH] libavcodec/dvdsubdec.c
    • [DH] libavcodec/dvdsubenc.c
    • [DH] libavcodec/internal.h
  • avcodec/internal : Move ff_side_data_update_matrix_encoding to decode.h

    25 août 2022, par Andreas Rheinhardt
    avcodec/internal : Move ff_side_data_update_matrix_encoding to decode.h
    

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

    • [DH] libavcodec/ac3dec.c
    • [DH] libavcodec/dca_core.c
    • [DH] libavcodec/dca_lbr.c
    • [DH] libavcodec/dca_xll.c
    • [DH] libavcodec/decode.h
    • [DH] libavcodec/internal.h
    • [DH] libavcodec/mlpdec.c
  • avcodec/internal : Move ff_samples_to_time_base() to encode.h

    24 août 2022, par Andreas Rheinhardt
    avcodec/internal : Move ff_samples_to_time_base() to encode.h
    

    It is only used by encoders ; in fact, AVCodecContext.time_base
    is only used by encoders, so it is only useful for encoders.

    Also constify the AVCodecContext parameter in it.

    Also fixup the other headers a bit while removing now unnecessary
    internal.h inclusions.

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

    • [DH] libavcodec/ac3enc.c
    • [DH] libavcodec/audio_frame_queue.c
    • [DH] libavcodec/encode.h
    • [DH] libavcodec/flacenc.c
    • [DH] libavcodec/g722enc.c
    • [DH] libavcodec/internal.h
    • [DH] libavcodec/libtwolame.c
    • [DH] libavcodec/libvo-amrwbenc.c
    • [DH] libavcodec/libvorbisenc.c
    • [DH] libavcodec/mpegaudioenc_template.c
    • [DH] libavcodec/wmaenc.c