Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (100)

  • 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.

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (13724)

  • doxy : Define a group for libswscale documentation

    12 décembre 2013, par Luca Barbato
    doxy : Define a group for libswscale documentation
    

    Uniform the style and eliminate a warning on newer doxygen version..

    • [DH] libavutil/avutil.h
    • [DH] libswscale/swscale.h
  • UDP : join multicast group on the interface specified with &localaddr=

    13 décembre 2013, par Stoian Ivanov
    UDP : join multicast group on the interface specified with &localaddr=
    

    When joining multicast groups, ffmpeg was using INADDR_ANY as interface address
    which leads to enabling the multicast group on the interface with "default gateway".
    Often multicast traffic is received over dedicated interface, which scenario ffmpeg was
    unable to handle. With this patch, ffmpeg will enable multicast group to the interfaces
    configured with address specified in &localaddr= parameter of udp :// URL. To avoid
    loacal_addr resolve at udp_close(...) the UDPContext structure was extended with
    struct sockaddr_storage local_addr_storage member, which is populated in udp_open(..)
    and passed to udp_join_multicast_group() and udp_leave_multicast_group().

    Signed-off-by : Stoian Ivanov <s.ivanov@teracomm.bg>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/udp.c
  • avformat/version : Add Ticket5421 to list of tickets possibly affected by a major...

    3 juin 2016, par Michael Niedermayer
    avformat/version : Add Ticket5421 to list of tickets possibly affected by a major bump
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/version.h