Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (68)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

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

  • lavf/riffenc : Handle palette for non-raw codecs

    3 mars 2016, par Mats Peterson
    lavf/riffenc : Handle palette for non-raw codecs
    

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

    • [DH] libavformat/riffenc.c
  • avcodec/opus_parser : Handle complete frames flag.

    20 août 2018, par Jacob Trimble
    avcodec/opus_parser : Handle complete frames flag.
    

    Signed-off-by : Jacob Trimble <modmaker@google.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/opus_parser.c
  • avio : Handle AVERROR_EOF in the same way as the return value 0

    24 juin 2013, par Michael Niedermayer
    avio : Handle AVERROR_EOF in the same way as the return value 0
    

    This makes sure the ffurl_read_complete function actually
    returns the number of bytes read, as the documentation of the
    function says, even if the underlying protocol uses AVERROR_EOF
    instead of 0.

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

    • [DBH] libavformat/avio.c