Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (79)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

Sur d’autres sites (10080)

  • Révision 19886 : PHPDoc sur les formulaires d’édition d’objet

    9 septembre 2012, par marcimat -
  • movenc : encryption with time code track fix

    17 mai 2017, par erankor
    movenc : encryption with time code track fix
    

    instead of deciding whether to encrypt based on the encryption scheme,
    decide according to whether cenc was initialized or not.
    mov_create_timecode_track calls ff_mov_write_packet with a track that
    doesn't have cenc initialized.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c
  • avformat/movenc : added ability to use original stream ids as track ids instead of...

    31 août 2016, par Erkki Seppälä
    avformat/movenc : added ability to use original stream ids as track ids instead of regenerating them
    

    Sometimes it’s useful to be able to define the exact track numbers in
    the generated track, instead of always beginning at track id 1. Using
    the option use_stream_ids_as_track_ids now copies the use stream ids
    to track ids. Dynamically generated tracks (ie. tmcd) have their track
    numbers defined as continuing from the highest numbered stream id.

    Signed-off-by : Erkki Seppälä <erkki.seppala.ext@nokia.com>
    Signed-off-by : OZOPlayer <OZOPL@nokia.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenc.h