Advanced search

Medias (1)

Tag: - Tags -/intégration

Other articles (107)

  • MediaSPIP 0.1 Beta version

    25 April 2011, by

    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 September 2013, by

    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;

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

    18 February 2011, by

    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.

On other websites (10574)

  • avformat/internal: Move FFERROR_REDO to demux.h

    10 May 2022, by Andreas Rheinhardt
    avformat/internal: Move FFERROR_REDO to demux.h
    

    It is demuxer-only.

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

    • [DH] libavformat/demux.h
    • [DH] libavformat/internal.h
    • [DH] libavformat/lxfdec.c
    • [DH] libavformat/smacker.c
  • avcodec/ac3tab: Unavpriv ac3_channel_layout_tab

    9 February 2021, by Andreas Rheinhardt
    avcodec/ac3tab: Unavpriv ac3_channel_layout_tab
    

    It is small (16 B) and therefore the overhead of exporting it more
    than outweighs the size savings from not having duplicated symbols:
    When the symbol is no longer avpriv, one saves twice the size of
    the string containing the symbols name (2x30 byte), two entries
    in .dynsym (24 bytes each on x64), one entry in the importing libraries
    .got and .rela.dyn (8 + 24 bytes on x64) and two entries for the
    symbol version (2 bytes each) and one hash value in the exporting
    library (4 bytes).
    (The exact numbers are of course different for other platforms
    (e.g. when using dlls), but given that the strings saved alone
    more than outweigh the array size it can be presumed that this
    is beneficial for all platforms.)

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

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/ac3_channel_layout_tab.c
    • [DH] libavcodec/ac3_channel_layout_tab.h
    • [DH] libavcodec/ac3_parser.c
    • [DH] libavcodec/ac3dec.c
    • [DH] libavcodec/ac3enc.h
    • [DH] libavcodec/ac3tab.c
    • [DH] libavcodec/ac3tab.h
    • [DH] libavcodec/eac3_data.c
    • [DH] libavformat/Makefile
    • [DH] libavformat/ac3_channel_layout_tab.c
    • [DH] libavformat/hls_sample_encryption.c
    • [DH] libavformat/mov.c
  • lavu/tx: disable debugging information when CONFIG_SMALL

    7 February 2022, by Lynne
    lavu/tx: disable debugging information when CONFIG_SMALL
    
    • [DH] libavutil/tx.c
    • [DH] libavutil/tx_priv.h