Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (52)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (5894)

  • libFLAC : More metadata_iterators fixes

    22 mai 2016, par Erik de Castro Lopo
    libFLAC : More metadata_iterators fixes
    

    The previous fixes for metadata_iterators didn’t completely fix the problem.

    The behavior of chain_prepare_for_write_() must always be the same as the
    behavior of FLAC__metadata_chain_check_if_tempfile_needed(). Before this
    fix, one check was missing in FLAC__metadata_chain_check_if_tempfile_needed(),
    and also chain_prepare_for_write_() checked the sizes of the metadata blocks
    *after* making the changes to the chain, while
    FLAC__metadata_chain_check_if_tempfile_needed() does it *before* the changes.

    This patch changes FLAC__metadata_chain_check_if_tempfile_needed() so that it
    keeps some info (lbs_state, lbs_size) about estimated changes and then uses
    it to check the block sizes.

    It also simplifies FLAC__metadata_chain_check_if_tempfile_needed() a little.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/metadata_iterators.c
  • Windows : Ensure FreeLibrary() calls match LoadLibrary() calls

    9 août 2015, par Erik de Castro Lopo
    Windows : Ensure FreeLibrary() calls match LoadLibrary() calls
    

    The function get_utf8_argv() was calling LoadLibrary to load msvcrt.dll
    but wasn’t calling FreeLibrary() if GetProcAddress() fails.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/share/win_utf8_io/win_utf8_io.c
  • avcodec/alsdec : Fix decoding error with mono audio files

    7 mai 2021, par Michael Niedermayer
    avcodec/alsdec : Fix decoding error with mono audio files
    

    highest_decoded_channel is modified to serve as meant.

    Reported-by : Noboru Harada <noboru@ieee.org>

    Regression since : a11aa5f3ed7ee4d2385a7b725d43f6070d790b4c
    Fixes : Sin48k16bit1ch.mp4
    Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/alsdec.c