Recherche avancée

Médias (91)

Autres articles (79)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

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

  • avfilter/avfiltergraph : Avoid allocation for AVFilterGraphInternal

    10 février 2024, par Andreas Rheinhardt
    avfilter/avfiltergraph : Avoid allocation for AVFilterGraphInternal
    

    To do this, allocate AVFilterGraphInternal jointly with AVFilterGraph
    and rename it to FFFilterGraph in the process (similarly to
    AVStream/FFStream).
    The AVFilterGraphInternal* will be removed on the next major version
    bump.

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

    • [DH] libavfilter/avfilter.c
    • [DH] libavfilter/avfilter_internal.h
    • [DH] libavfilter/avfiltergraph.c
    • [DH] libavfilter/pthread.c
  • lavfi/eq : rework expression evaluation

    13 mars 2015, par arwa arif
    lavfi/eq : rework expression evaluation
    

    In particular, add support for t, pos, n, r parameters, and add an eval
    mode option.

    Also, partially reword option documentation.

    With several major edit by Stefano Sabatini.

    Signed-off-by : Stefano Sabatini <stefasab@gmail.com>

    • [DH] doc/filters.texi
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_eq.c
    • [DH] libavfilter/vf_eq.h
  • avcodec/dnxhddata : move avpriv_dnxhd_parse_header_prefix to a header

    25 juillet 2016, par James Almer
    avcodec/dnxhddata : move avpriv_dnxhd_parse_header_prefix to a header
    

    It’s a small and simple function that can be inlined.

    This removes one private symbol and should reduce object dependencies with the next
    major bump

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

    • [DH] libavcodec/dnxhddata.c
    • [DH] libavcodec/dnxhddata.h
    • [DH] libavcodec/dnxhddec.c
    • [DH] libavformat/dnxhddec.c
    • [DH] libavformat/movenc.c