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 (11853)

  • avcodec/gif : Remove redundant cast

    25 juillet 2022, par Andreas Rheinhardt
    avcodec/gif : Remove redundant cast
    

    Possible since 529a9893d769f381b72785c500662be2020da5fe.

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

    • [DH] libavcodec/gif.c
  • avcodec/sga : Don't use GetBit-API for byte-aligned reads

    31 juillet 2023, par Andreas Rheinhardt
    avcodec/sga : Don't use GetBit-API for byte-aligned reads
    

    Use the bytestream2-API instead.
    Should also fix Coverity issue #1473536 (which is about an unchecked
    init_get_bits8()).

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

    • [DH] libavcodec/sga.c
  • avcodec/wavpack : Use ThreadProgress API

    11 août 2022, par Andreas Rheinhardt
    avcodec/wavpack : Use ThreadProgress API
    

    It is more natural given that WavPack doesn't need the data of
    the previous frame at all ; it just needs the DSD context.

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

    • [DH] libavcodec/wavpack.c