Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (32)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (6972)

  • configure : Add msmpeg4(dec|enc) subsystems

    31 juillet 2022, par Andreas Rheinhardt
    configure : Add msmpeg4(dec|enc) subsystems
    

    The msmpeg4 decoders/encoders share a common set of prerequisites,
    ergo it makes sense to use common subsystems for them. This also
    allows to remove the CONFIG_MSMPEG4_DECODER/ENCODER ad-hoc defines
    (which violated the CONFIG_ namespace).

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/h263dec.c
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/msmpeg4dec.h
    • [DH] libavcodec/msmpeg4enc.h
    • [DH] libavformat/protocols.c
  • avformat/matroskadec : Allow to count the number of element occurences

    16 février 2021, par Andreas Rheinhardt
    avformat/matroskadec : Allow to count the number of element occurences
    

    Up until now, the generic EBML reader used by the Matroska demuxer did
    not have the capability to record whether an element was actually
    present or not ; instead, in cases where it mattered one typically added
    an invalid default value and checked whether the value is valid (in
    which case it is guaranteed to be present). This worked pretty well so
    far, yet the EBML specifications have evolved : It is now legal to use
    zero-length elements for floats, ints, uints and strings (both ASCII and
    UTF-8) ; the value of these elements is the default value of the element
    (if it has one) or zero for scalar types and an empty string for
    strings. Furthermore, having a default value does no longer imply that
    the element may be presumed to be present (with its default value) if it
    is absent ; this is only true if the element is mandatory, too.

    These rules are designed to allow size savings as follows : Consider the
    newly added FlagOriginal : It being zero means the track is not in its
    original language, it being one means it is. For backward compatibility
    reasons, neither of the two values may be inferred automatically in the
    absence of the element. But one can still save a byte when one wants to
    write the element with a value of zero, as one can write the integer with
    a length of zero : 0x55AE 80 instead of 0x55AE 81 00. In the former case,
    a parser has to infer the value of the element to be zero (which is the
    element's default value).

    When encountering an element with length zero, our parser always infers
    a value of zero (or an empty string) ; this is wrong for values with
    a different default value. It needs to infer the default value (or zero
    in its absence) and this precludes using an invalid default value for
    elements like FlagOriginal. Ergo one needs to be able to record whether
    an element is present or not by other means. This patch allows to use a
    simple counter for this. While just at it, some invalid and unnecessary
    default values have been removed (mastering metadata elements used
    default values of -1.0, despite these elements only being used if they
    are > 0).

    Reviewed-by : Ridley Combs <rcombs@rcombs.me>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/matroskadec.c
  • Revision 30118 : protéger des erreurs si pas configuré

    23 juillet 2009, par kent1@… — Log

    protéger des erreurs si pas configuré