Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (48)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (7100)

  • Android Camera App Performance Increases [closed]

    5 novembre 2012, par Spentak

    I am writing a video recording app but am finding it quite impossible to match the frames per second that are on the native Android device video camera app (on Samsung Galaxy sIII). On the native app I can record at 1920x1080 with effects on at an amazing FPS (not sure exactly what it is but it looks like 25+ fps).

    In my app on the sIII my video recording is incredibly unstable and choppy even at 640x480. My FPS drops to 7 when recording at 640x480. When I add effects the FPS drops to 3-5.

    Can someone help me figure out how to get an FPS that is equal to the native Android camera app (specifically on the sIII) ?

    At this point I'm not sure where to optimize.

    And for reference, I am just doing the standard video recording stuff as in :
    How can I capture a video recording on Android ?

    Thanks !

  • configure : Update liboapv version requirement

    11 juin, par Dawid Kozinski
    configure : Update liboapv version requirement
    

    Changed the minimum required version of liboapv from 0.1.13 to 0.1.13.1

    Signed-off-by : Dawid Kozinski <d.kozinski@samsung.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure
  • libavfilter/af_channelmap : avoid derreferencing possible null

    26 septembre 2014, par Reynaldo H. Verdejo Pinochet
    libavfilter/af_channelmap : avoid derreferencing possible null
    

    ff_all_channel_layouts() might return null on alloc failure.

    Fixes CID1241517

    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>

    • [DH] libavfilter/af_channelmap.c