Recherche avancée

Médias (91)

Autres articles (60)

  • 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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • avformat/hls_sample_encryption : Fix precedence

    7 novembre 2021, par Andreas Rheinhardt
    avformat/hls_sample_encryption : Fix precedence
    

    Fixes Coverity ticket #1492869.

    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/hls_sample_encryption.c
  • avcodec/tiff : Use ff_tget_long() where appropriate

    12 mars 2024, par Andreas Rheinhardt
    avcodec/tiff : Use ff_tget_long() where appropriate
    

    No need to use the generic ff_tget() when we know the type.

    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/tiff.c
  • avformat/iamf_writer : Don't memset twice

    19 février 2024, par Andreas Rheinhardt
    avformat/iamf_writer : Don't memset twice
    

    This has been allocated via av_calloc() a few lines above.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/iamf_writer.c