Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (89)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (11777)

  • libavcodec/qsvdec.c : using queue count to unref frame

    12 mars 2021, par Chen,Wenbin
    libavcodec/qsvdec.c : using queue count to unref frame
    

    MSDK vc1 and av1 sometimes output frame into the same suface, but
    ffmpeg-qsv assume the surface will be used only once, so it will
    unref the frame when it receives the output surface. Now change
    it to unref frame according to queue count.

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/qsvdec.c
  • fate : Limit Dolby Vision RPU test frame count

    3 janvier 2022, par Niklas Haas
    fate : Limit Dolby Vision RPU test frame count
    

    To avoid the ref for this growing to a very large size when attaching
    the parsed RPU side data. Since this sample does not have any dynamic
    metadata, two frames will serve just as well as 100.

    Signed-off-by : Niklas Haas <git@haasn.dev>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/fate/hevc.mak
    • [DH] tests/ref/fate/hevc-dv-rpu
  • avfilter/formats : Don't set samplerate or channel count on video links

    15 août 2021, par Andreas Rheinhardt
    avfilter/formats : Don't set samplerate or channel count on video links
    

    This currently happens by accident in a few filters that use
    ff_set_common_(samplerates|channel_layouts) like afir (if the response
    option is set) or agraphmonitor (due to the default code in
    avfiltergraph.c). So change those functions to make sure it does no
    longer happen.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/formats.c
    • [DH] libavfilter/formats.h