Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (76)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (14865)

  • Revision 5271d47892 : Changed name of rd_pick_intra4x4mby_modes The function name rd_pick_intra4x4mby

    31 juillet 2013, par Adrian Grange

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Changed name of rd_pick_intra4x4mby_modes

    The function name rd_pick_intra4x4mby_modes is confusing, so
    I changed it to rd_pick_intra_sub_8x8_y_modes to better
    reflect what the function does. Also added const qualifiers
    to some of the input parameters and removed camel-case.

    Change-Id : I23d53d4c7af5d79ed8a471acd59a09bbb47add39

  • function not referenced with $this

    26 décembre 2013, par Grandt
    function not referenced with $this
  • Which function receive the raw data before parsing/decoding in FFmpeg

    27 avril 2020, par Jorhn Madsen

    I have created simple RTSP player with FFmpeg(4.2.2) in C and want to understand what function in the FFmpeg source code does listen for incoming data before the parsing or decoding ?

    



    I have looked into the function " av_read_frame " inside libavformat/utils.c, but i'm not sure if that where it first happens.

    



    Can someone please show me where it is ?