Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (101)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

Sur d’autres sites (12404)

  • avformat/matroskaenc : Redo reformatting AV1

    16 janvier 2022, par Andreas Rheinhardt
    avformat/matroskaenc : Redo reformatting AV1
    

    This avoids allocations+copies in all cases, not only those
    in which the desired OBUs are contiguous in the input buffer.

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

    • [DH] libavformat/matroskaenc.c
  • avformat/matroskaenc : Redo applying ProRes offset

    16 janvier 2022, par Andreas Rheinhardt
    avformat/matroskaenc : Redo applying ProRes offset
    

    Add a field to mkv_track that is set to the offset instead
    of checking for whether the track is ProRes when writing
    the Block. This makes writing the Block independent
    of the AVCodecParameters.

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

    • [DH] libavformat/matroskaenc.c
  • avcodec/movtextdec : Redo TextSampleModifierBox size checks

    8 décembre 2021, par Andreas Rheinhardt
    avcodec/movtextdec : Redo TextSampleModifierBox size checks
    

    The current checks just check whether the boxes fit into the remaining
    size of the packet instead of whether they actually fit into the box
    size. This has been changed ; part of this change is to pass the size of
    the box (minus the box header) as parameter instead of a pointer to
    the AVPacket by which the box parsing function is supposed to
    recalculate whether enough data is available.

    Reviewed-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/movtextdec.c