Recherche avancée

Médias (91)

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (8873)

  • lavc/vc1dsp : fix potential overflow in R-V V inv_trans_4

    27 juin 2024, par Rémi Denis-Courmont
    lavc/vc1dsp : fix potential overflow in R-V V inv_trans_4
    

    Judging by the coefficients, the last round of add/sub can overflow
    to 17 bits with a very small probability just as with the 8-point
    transform. This is not observed under FATE, but better safe than sorry.

    • [DH] libavcodec/riscv/vc1dsp_rvv.S
  • Customizing HomeKit (using HomeBridge plug-in or building custom app ?)

    5 mai 2019, par Fréderic Cox

    I am running HomeBridge on a RBPi3 and displaying my home accessories through an iPad hub running the Home app.

    I really like it but I’m missing some things like a big clock (The iPad is hanging on my kitchen wall with screen-on display most of the day), a summary of my Google Calendar and some other nice widgets. It is not possible to add those widgets to the Home app (typically so with Apple software .. :-)) but I’m looking for a solution to achieve this.

    I have two options (at least that’s what I think) :

    1) Build my own iPad using the HomeKit API where I can then customize the app appearance and add the widgets the way I want.

    2) Using HomeBridge FFMpeg camera plugin and creating a video stream containing a big clock and some calendar item titles.

    Option 1 is the most work but also provides the flexibility. Option 2 is easier but limited in functionality. Option 2 might also be a performance overkill to have a video stream ? The video stream would provide me with the advantage that the camera widget in HomeKit is pretty big and clearly visible from distance (the clock at least).

    What do you think is the best option and how would option 2 be achieved ? How can I set up a video stream from for example a SWF file created in Adobe Animate ? Or how to achieve this dynamic info inside a video stream ?

    Any tips are most welcome ! Thanks

  • avcodec/dca_parser : improve frame end search

    13 mai 2016, par foo86
    avcodec/dca_parser : improve frame end search
    

    Parse core frame size directly when searching for frame end instead of
    using value extracted from previous frame.

    Account for unused bits when calculating sync word distance for 14-bit
    streams to avoid alias sync detection.

    Parse EXSS frame size and skip over EXSS frame to avoid alias sync
    detection.

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

    • [DH] libavcodec/dca_parser.c