Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (62)

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (8780)

  • avcodec/wma : Remove nonsense volatile

    6 mai 2021, par Andreas Rheinhardt
    avcodec/wma : Remove nonsense volatile
    

    The address of this variable never leaks, so it cannot be modified
    by anyone else at all.

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

    • [DH] libavcodec/wma.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/h263, h263data : Move ff_h263_init_rl_inter to h263.c

    7 mai 2021, par Andreas Rheinhardt
    avcodec/h263, h263data : Move ff_h263_init_rl_inter to h263.c
    

    The SVQ1 decoder does not need mpegvideo or rl.c, but it uses stuff
    from h263data.c. But since 61fe481586425a41d45e371de1e875b49882477d
    h263data.c called ff_rl_init() and this of course led to build errors
    when the SVQ1 decoder is enabled and mpegvideo disabled.

    Fix this by moving ff_h263_init_rl_inter() to h263.c.
    Fixes ticket #9224.

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

    • [DH] libavcodec/h263.c
    • [DH] libavcodec/h263.h
    • [DH] libavcodec/h263data.c
    • [DH] libavcodec/h263data.h