Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (23)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (7046)

  • avcodec/cbs : Only write extradata if there is something to write

    20 septembre 2022, par Andreas Rheinhardt
    avcodec/cbs : Only write extradata if there is something to write
    

    It is e.g. legal for an ISOBMFF avcc to contain zero parameter sets.
    In this case the annex B that we produce would be empty and therefore
    useless. This happens e.g. with mov/frag_overlap.mp4 from the
    FATE-suite.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/cbs.c
  • avcodec/wma : Check initializing VLC

    6 mai 2021, par Andreas Rheinhardt
    avcodec/wma : Check initializing VLC
    

    Initializing a VLC entails implicit allocations which may fail.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/wma.c
  • avcodec/pcm : Remove always-false check

    18 septembre 2022, par Andreas Rheinhardt
    avcodec/pcm : Remove always-false check
    

    None of the decoders here have the AV_CODEC_CAP_CHANNEL_CONF set,
    so that it is already checked generically that the number of channels
    is positive.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/pcm.c