Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (102)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • lavf : move internal fields from public to internal context

    6 février 2015, par wm4
    lavf : move internal fields from public to internal context
    

    This is not an API change ; the fields were explicitly declared private
    before.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavformat/asfdec.c
    • [DH] libavformat/avformat.h
    • [DH] libavformat/dv.c
    • [DH] libavformat/internal.h
    • [DH] libavformat/mtv.c
    • [DH] libavformat/mux.c
    • [DH] libavformat/mxfenc.c
    • [DH] libavformat/nutdec.c
    • [DH] libavformat/oggdec.c
    • [DH] libavformat/options.c
    • [DH] libavformat/pcm.c
    • [DH] libavformat/r3d.c
    • [DH] libavformat/utils.c
    • [DH] libavformat/vqf.c
    • [DH] libavformat/yop.c
  • avutil : undo FF_API_CRYPTO_CONTEXT deprecation

    16 octobre 2015, par James Almer
    avutil : undo FF_API_CRYPTO_CONTEXT deprecation
    

    It’s been argued that the benefits of the current implementation far outweight
    those of making the structs opaque.

    This deprecation is not present in any release, so it can be safely removed.

    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/blowfish.c
    • [DH] libavutil/blowfish.h
    • [DH] libavutil/des.c
    • [DH] libavutil/des.h
    • [DH] libavutil/rc4.c
    • [DH] libavutil/rc4.h
    • [DH] libavutil/version.h
    • [DH] libavutil/xtea.c
    • [DH] libavutil/xtea.h
  • avformat/utils : Move ff_get_extradata to demux_utils.c

    6 mai 2022, par Andreas Rheinhardt
    avformat/utils : Move ff_get_extradata to demux_utils.c
    

    It is only used by demuxers (although it is hypothetically
    possible that some day e.g. a protocol might need it, but
    that is unlikely given that they don't deal with AVCodecParameters).

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

    • [DH] libavformat/aaxdec.c
    • [DH] libavformat/acm.c
    • [DH] libavformat/adxdec.c
    • [DH] libavformat/aiffdec.c
    • [DH] libavformat/aixdec.c
    • [DH] libavformat/anm.c
    • [DH] libavformat/apc.c
    • [DH] libavformat/bfi.c
    • [DH] libavformat/bink.c
    • [DH] libavformat/cafdec.c
    • [DH] libavformat/demux.h
    • [DH] libavformat/demux_utils.c
    • [DH] libavformat/internal.h
    • [DH] libavformat/isom.c
    • [DH] libavformat/mpc.c
    • [DH] libavformat/nuv.c
    • [DH] libavformat/riffdec.c
    • [DH] libavformat/rl2.c
    • [DH] libavformat/rsd.c
    • [DH] libavformat/utils.c
    • [DH] libavformat/vc1test.c
    • [DH] libavformat/westwood_vqa.c
    • [DH] libavformat/yop.c