Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (103)

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

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

Sur d’autres sites (11945)

  • avcodec/svq1 : Set hidden visibility

    10 octobre 2022, par Andreas Rheinhardt
    avcodec/svq1 : Set hidden visibility
    

    The encoder uses ff_svq1_inter_mean_vlc + 256 and setting
    hidden visibility allows to bake this "+ 256" into the
    general offset of ff_svq1_inter_mean_vlc and the code
    accessing it.

    For certain arches, this is also required for the compiler
    to not produce overtly pessimistic code that can't be fixed
    up by the linker lateron.

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

    • [DH] libavcodec/svq1.h
  • Update source comment version.

    20 février 2020, par blueimp
    Update source comment version.
  • doc/examples/muxing : Remove outdated comment

    21 mars 2022, par Andreas Rheinhardt
    doc/examples/muxing : Remove outdated comment
    

    This comment only applies to the scenario in which one uses
    the AVCodecContexts embedded in AVStreams. Yet this code sample
    stopped doing so in 9897d9f4e074cdc6c7f2409885ddefe300f18dc7 ;
    and the last major version bump even removed the public
    AVCodecContexts in AVStreams. So just remove this comment.

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

    • [DH] doc/examples/muxing.c