Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (80)

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

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

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

  • src/libFLAC/stream_decoder.c : Fix seek bug.

    10 décembre 2014, par Erik de Castro Lopo
    src/libFLAC/stream_decoder.c : Fix seek bug.
    

    Janne Hyvärinen reported a problem with seeking as a result of the
    fix for CVE-2014-9028. This is a different solution to the issue
    that should not adversely affect seeking.

    This version of the fix for the above CVE has been extensively fuzz
    tested using afl (http://lcamtuf.coredump.cx/afl/).

    Reported-by : Janne Hyvärinen <cse@sci.fi>

    • [DH] src/libFLAC/stream_decoder.c
  • Slow seek in MKV videos with FFmpeg C/C++

    14 juin 2019, par Igor

    Seeking in any large MKV H.264 video works very slow.

    Call of av_seek_frame() in my code using FFmpeg LibAV takes about 3-10 seconds to jump to a middle position in 1-2 hours video.

    I tried all combinations of flags : AVSEEK_FLAG_BACKWARD, AVSEEK_FLAG_BYTE, AVSEEK_FLAG_ANY, AVSEEK_FLAG_FRAME

    However VLC seeks very fast in same MVK videos.

    Seeking in MP4 H.264 works instantly. The problem is only with MKV.

    Latest FFmpeg 4.1.3.

  • Some last copyright year updates and change to open bug list

    26 novembre 2014, par Martijn van Beurden
    Some last copyright year updates and change to open bug list
    

    This updates one rather important mention of the copyright year
    (the encoding/decoding progress display) and a few in the
    documentation. Furthermore, it updates the open bug list

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] doc/html/documentation_bugs.html
    • [DH] doc/html/faq.html
    • [DH] doc/html/id.html
    • [DH] src/flac/main.c