Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

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)

  • fftools/ffmpeg_mux : move OutputStream.sq_idx_mux to private data

    13 décembre 2023, par Anton Khirnov
    fftools/ffmpeg_mux : move OutputStream.sq_idx_mux to private data
    

    It should not be accessed outside of ffmpeg_mux*

    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_mux.c
    • [DH] fftools/ffmpeg_mux.h
    • [DH] fftools/ffmpeg_mux_init.c
  • fftools/ffmpeg : make the muxer AVFormatContext private to ffmpeg_mux.c

    30 mars 2022, par Anton Khirnov
    fftools/ffmpeg : make the muxer AVFormatContext private to ffmpeg_mux.c
    

    Since the muxer will operate in a separate thread in the future, the
    muxer context should not be accessed from the outside.

    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_filter.c
    • [DH] fftools/ffmpeg_mux.c
    • [DH] fftools/ffmpeg_opt.c
  • lavf/ffm : store/restore private codec context

    10 novembre 2014, par Lukasz Marek
    lavf/ffm : store/restore private codec context
    

    Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavformat/avformat.h
    • [DH] libavformat/ffmdec.c
    • [DH] libavformat/ffmenc.c
    • [DH] libavformat/utils.c
    • [DH] libavformat/version.h