Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (93)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • configure : ensure —enable-omx-rpi uses rpi-specific IL headers

    2 septembre 2019, par Aman Gupta
    configure : ensure —enable-omx-rpi uses rpi-specific IL headers
    

    When compiling natively on an RPI where libomxil-bellagio-dev
    was also installed, `check_headers OMX_Core.h` succeeded and
    the -isystem compiler flag was never added to the build.

    For non-native builds, the error message now mentions the
    raspberrypi/firmware repository where the RPI specific
    headers are available.

    Signed-off-by : Aman Gupta <aman@tmm1.net>

    • [DH] configure
  • avcodec/mediacodecdec_common : ensure current input buffer is always used correctly

    5 septembre 2019, par Aman Gupta
    avcodec/mediacodecdec_common : ensure current input buffer is always used correctly
    

    The loop may mutate the input buffer, so re-fetch it to ensure
    the current one is always used.

    Signed-off-by : Aman Gupta <aman@tmm1.net>
    Signed-off-by : Matthieu Bouron <matthieu.bouron@gmail.com>

    • [DH] libavcodec/mediacodecdec_common.c
  • avformat/utils : ensure that all packets in AVPacketList are reference counted

    26 septembre 2019, par Andreas Rheinhardt
    avformat/utils : ensure that all packets in AVPacketList are reference counted
    

    This is done so that its data is really owned by the packet.
    This was already true for the current callers.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/internal.h
    • [DH] libavformat/utils.c