Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (65)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11414)

  • Parse mkv file to get duration

    1er novembre 2014, par Parth Shah

    I have one mkv file that doesn’t have valid duration.
    I want to change this duration parameter manually.
    I gone through this matroska specification defined at
    http://www.matroska.org/technical/specs/index.html

    Looking at specification for matroska this contains only identification magic numbers, but this doesn’t specify length for data.

    So, My question is how to parse this matroska header so that i get duration field and change this field ?

    Any Help or advice ? Thank you in advance.

  • Merge commit ’a1c5cc429d99216406170eac7e8352860076d3e8’

    28 octobre 2013, par Michael Niedermayer
    Merge commit ’a1c5cc429d99216406170eac7e8352860076d3e8’
    

    * commit ’a1c5cc429d99216406170eac7e8352860076d3e8’ :
    lavc : don’t set AVFrame.pts to random numbers in decoders.

    Conflicts :
    libavcodec/mpeg4videodec.c

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

    • [DH] libavcodec/h261dec.c
    • [DH] libavcodec/ituh263dec.c
    • [DH] libavcodec/mpeg4videodec.c
  • Revision 5215b83aea : Simplifying and inlining k_cvtlo_epi16 and k_cvthi_epi16 Simplify the k_cvtlo_e

    3 octobre 2013, par A.Mahfoodh

    Changed Paths :
     Modify /vp9/encoder/x86/vp9_dct32x32_sse2.c



    Simplifying and inlining k_cvtlo_epi16 and k_cvthi_epi16

    Simplify the k_cvtlo_epi16 and k_cvthi_epi16 to only two
    instructions. Then inlined them.

    quoting from intel MMX_App_Compute_16bit_Vector.pdf‎
    "The PMADDWD instruction multiplies four
    pairs of 16-bit numbers and produces partial sums of the results
    and can do so once per clock (with a three-clock latency)."
    so I am assuming that there will be three clock overhead after the
    last _mm_madd_pi16 command.
    Even with the overhead the number of clocks in general should be
    smaller. I am not sure though becasue I could not find information
    about number of clocks required for instructions in k_cvtlo_epi16
    and k_cvthi_epi16. I will run a test and compare the execution time.

    Change-Id : Ieda4aa338f69ad3dd196ac6e7892da3cf1b47ea7