Recherche avancée

Médias (91)

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.

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

  • h264 : do not call field_end if we do not have a current picture

    28 novembre 2013, par Anton Khirnov
    h264 : do not call field_end if we do not have a current picture
    

    Fixes invalid reads.

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC:libav-stable@libav.org

    • [DH] libavcodec/h264.c
  • dcadec : Delete redundant init_get_bits call

    14 avril 2014, par Niels Möller
    dcadec : Delete redundant init_get_bits call
    

    No initialization is needed in dca_decode_frame, because the next
    thing it does is calling dca_parse_frame_header, which takes care of
    the needed initialization.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/dcadec.c
  • lavc/utils : call add_metadata_from_side_data in ff_init_buffer_info

    5 juillet 2015, par Marton Balint
    lavc/utils : call add_metadata_from_side_data in ff_init_buffer_info
    

    This should ensure that each frame get its metadata from its proper packet
    regardless of frame delays caused by reordering or threading.

    Signed-off-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/utils.c