Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (89)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (9790)

  • avformat/dvdvideodec : remove "auto" value for -pg option, default to 1

    7 octobre 2024, par Marth64
    avformat/dvdvideodec : remove "auto" value for -pg option, default to 1
    

    The default "auto" mode is effectively useless ; the reasonable
    default use case is to use the first PG (segment) of the
    selected PGC for both menus and standard titles. Just
    default the value to 1, since the option is irrelevant
    unless -pgc is also set.

    Note that this should not break users using this advanced option.
    The "auto" mode errored and asked for a PG number regardless
    for non-menus, and for menus the mode simply defaulted to 1.

    Signed-off-by : Marth64 <marth64@proxyid.net>

    • [DH] doc/demuxers.texi
    • [DH] libavformat/dvdvideodec.c
  • doc/developer.texi : demote the "contributing" chapter to a section

    9 novembre 2022, par Anton Khirnov
    doc/developer.texi : demote the "contributing" chapter to a section
    

    It is very short and its main functions is linking to the
    coding rules/submitting patches chapters.

    • [DH] doc/developer.texi
  • configure : use shorter variable name for "libavdevice_pc_deps"

    8 mai 2013, par Michael Niedermayer
    configure : use shorter variable name for "libavdevice_pc_deps"
    

    This is in line with the new name for the libavfilter variable.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure