Recherche avancée

Médias (91)

Autres articles (30)

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

  • avutil/opt : Fix max/min checking in av_opt_set() for AV_OPT_TYPE_VIDEO_RATE

    9 juin 2016, par Michael Niedermayer
    avutil/opt : Fix max/min checking in av_opt_set() for AV_OPT_TYPE_VIDEO_RATE
    

    Fixes Ticket5618

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/opt-test.c
    • [DH] libavutil/opt.c
  • alac : Do bounds checking of lpc_order read from the bitstream

    27 septembre 2013, par Martin Storsjö
    alac : Do bounds checking of lpc_order read from the bitstream
    

    In lpc_prediction(), we write up to array element ’lpc_order’ in
    an array allocated to hold ’max_samples_per_frame’ elements.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/alac.c
  • oss_audio : use a macro to simplify ioctl() error checking

    15 octobre 2014, par Timothy Gu
    oss_audio : use a macro to simplify ioctl() error checking
    

    Also add a note about SNDCTL_DSP_GETFMTS which may fail even if OSS is
    available.

    CC : libav-stable@libav.org
    Bug-Id : CID 1238992
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavdevice/oss_audio.c