Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (104)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (11814)

  • avcodec/dct : Make declarations and definitions match

    30 mars, par Andreas Rheinhardt
    avcodec/dct : Make declarations and definitions match
    

    GCC considers declarations using a parameter of pointer
    type (or equivalently a parameter using an array of unspecified
    dimensions) to be inconsistent with a declaration using
    a known-length array type and emits a -Warray-parameter warning
    for several ff_j_rev_dct* functions for this.

    This patch makes the declarations match the actual definitions
    to suppress these (IMO nonsensical) warnings.

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

    • [DH] libavcodec/dct.h
    • [DH] libavcodec/jrevdct.c
  • libx264 : Update ROI behaviour to match documentation

    4 juin 2019, par Mark Thompson
    libx264 : Update ROI behaviour to match documentation
    

    Fix the quantisation offset - use the whole range, and don't change the
    offset size based on bit depth.

    Iterate the list in reverse order. The first region in the list is the one
    that applies in the case of overlapping regions.

    • [DH] libavcodec/libx264.c
  • avformat/argo_brp : make sure stream ids match

    19 septembre 2020, par Zane van Iperen
    avformat/argo_brp : make sure stream ids match
    

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] libavformat/argo_brp.c