Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (40)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (7950)

  • lavf/tta : check header and seek table checksum

    31 mai 2013, par James Almer
    lavf/tta : check header and seek table checksum
    

    Since we don’t check for seek table integrity in the decoder anymore,
    check it in the demuxer instead (Only tta files are guaranteed to have
    one, and it should be valid there).

    Check also for header integrity, since the check done in the decoder
    is ignored because matroska doesn’t store the header at all.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/tta.c
  • ftp: reconnect on seek

    30 mai 2013, par Lukasz Marek
    ftp: reconnect on seek
    

    ABOR command usually takes long (FTP server implementation dependent).
    It also produces different response codes from different servers.

    It is save for ffmpeg to reconnect both connection during seek for two reasons :
    1. Alreay mentioned heavy manner of ABOR command.
    2. Server may disconnected due to no transfer (seek after a long pause in ffmpeg client)

    • [DH] libavformat/ftp.c
  • avcodec/tiff : avoid seek back on reading tags

    9 août 2013, par Michael Niedermayer
    avcodec/tiff : avoid seek back on reading tags
    

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

    • [DH] libavcodec/tiff.c