Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (103)

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

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

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

  • vp9_parse : don’t use AVCodecParserContext as av_log context.

    5 janvier 2014, par Ronald S. Bultje
    vp9_parse : don’t use AVCodecParserContext as av_log context.
    

    Fixes trac ticket 3273.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vp9_parser.c
  • indeo4 : reuse context block VLC for band instead of defaulting

    25 mai 2013, par Kostya Shishkov
    indeo4 : reuse context block VLC for band instead of defaulting
    

    Currently if no custom block VLC is specified for band, a default block VLC
    will be used, while the global block VLC stored in the context should be used
    instead.

    This fixes decoding of one sample I have.

    • [DBH] libavcodec/indeo4.c
  • ffmpeg_opt : Creating new data stream for output format context

    15 février 2015, par Anshul Maheshwari
    ffmpeg_opt : Creating new data stream for output format context
    

    Signed-off-by : Anshul Maheshwari <er.anshul.maheshwari@gmail.com>

    if input codec Id match with expected data stream of output format context
    then only new stream with same codec id is created.
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg_opt.c