Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (14)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (3534)

  • avformat/pp_bnk : Fix memleaks when reading non-stereo tracks

    20 mars 2021, par Andreas Rheinhardt
    avformat/pp_bnk : Fix memleaks when reading non-stereo tracks
    

    Commit 6973df112275c8ea4af0bf3cb1338baecc1d06b3 added support
    for music tracks by outputting its two containing tracks
    together in one packet. But the actual data is not contiguous
    in the file and therefore one can't simply use av_get_packet()
    (which has been used before) for it. Therefore the packet was
    now allocated via av_new_packet() and read via avio_read() ;
    and this is also for non-music files.

    This causes problems because one can now longer rely on things
    done automatically by av_get_packet() : It automatically freed
    the packet in case of errors ; this lead to memleaks in several
    FATE-tests covering this demuxer. Furthermore, in case the data
    read is less than the data desired, the returned packet was not
    zero-allocated (the packet's padding was uninitialized) ;
    for music files the actual data could even be uninitialized.

    The former problems are fixed by using av_get_packet() for
    non-music files ; the latter problem is handled by erroring out
    unless both tracks could be fully read.

    Reviewed-by : Zane van Iperen <zane@zanevaniperen.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/pp_bnk.c
  • fate/id3v2 : Add test for reading and writing UTF-16 BOM tags

    10 septembre 2022, par Andreas Rheinhardt
    fate/id3v2 : Add test for reading and writing UTF-16 BOM tags
    

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

    • [DH] tests/fate/id3v2.mak
    • [DH] tests/ref/fate/id3v2-utf16-bom
  • Improved HTML5 support by setting novalidate attribute on the form, and reading the type attribute. Fixes #7

    9 août 2011, par Jörn Zaefferer

    m changelog.txt m demo/index.html m jquery.validate.js Improved HTML5 support by setting novalidate attribute on the form, and reading the type attribute. Fixes #7