Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (99)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (7433)

  • avformat/Makefile : use individual dependencies for librtmp protocols

    12 février 2018, par James Almer
    avformat/Makefile : use individual dependencies for librtmp protocols
    

    Fixes compilation of libavformat when librtmp is enabled but all the
    relevant protocols are disabled.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/Makefile
  • ismindex : Use the individual stream duration instead of the global one

    3 octobre 2013, par Martin Storsjö
    ismindex : Use the individual stream duration instead of the global one
    

    The stream duration is used for calculating the duration of the
    last fragment easily without manually parsing anything else than
    the mfra/tfra atoms. When the global file duration was used
    previously, the duration of the last fragment could end up wrong
    if the streams weren’t equally long.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] tools/ismindex.c
  • mov : Seek back if overreading an individual atom

    15 juillet 2013, par Martin Storsjö
    mov : Seek back if overreading an individual atom
    

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Cc : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/mov.c