
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (71)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 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 (...)
Sur d’autres sites (7348)
-
Query libavcodec (qsv) for format support in underlying hardware
25 janvier 2023, par oysstuI'm using libavcodec with hardware support through QSV for encoding (e.g., hevc_qsv), and trying to determine the actual hardware support during runtime.


The encoder declares its supported formats in libavcodec/qsvenc_hevc.c, and as of ffmpeg 5.1 this declares support for the following formats.


.p.pix_fmts = (const enum AVPixelFormat[]){ AV_PIX_FMT_NV12,
 AV_PIX_FMT_P010,
 AV_PIX_FMT_YUYV422,
 AV_PIX_FMT_Y210,
 AV_PIX_FMT_QSV,
 AV_PIX_FMT_BGRA,
 AV_PIX_FMT_X2RGB10,
 AV_PIX_FMT_NONE },



I've been using this list to determine if there's hardware support for a specific format, however, as these values are hardcoded in ffmpeg they do not necessarily reflect the support of the hardware at runtime. How can the actual hardware support be queried ?


I suppose I may have to interface mfx directly, or somehow obtain the QSV version to determine supported formats. Older QSV may only support NV12 and P010, for example.


-
Revision 399823b6f5 : Add support for setting byte alignment. Add support for setting byte alignment
13 novembre 2014, par Frank GalliganChanged Paths :
Add /test/byte_alignment_test.cc
Modify /test/decode_test_driver.h
Modify /test/test.mk
Modify /vp9/common/vp9_alloccommon.c
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_denoiser.c
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_lookahead.c
Modify /vp9/encoder/vp9_svc_layercontext.c
Modify /vp9/encoder/vp9_temporal_filter.c
Modify /vp9/vp9_dx_iface.c
Modify /vpx/vp8dx.h
Modify /vpx_scale/generic/yv12config.c
Modify /vpx_scale/yv12config.h
Add support for setting byte alignment.Add support for setting byte alignment on the Y, U, and V plane of the
reference buffers. The byte alignment must be a power of 2, from 32 to
1024. A value of 0 sets legacy alignment.Change-Id : I7c1399622f7aa68e123646369216b32047dda73d
-
Build CEF3 with OpenH264 support
30 mars 2015, par MarkI am trying to build CEF3 (branch 2171) with support for Cicso’s OpenH264 codec (binary).
While I can build CEF3 without issues, the ffmpegsumo.dll that gets built does not support the OpenH264 binaries.
I have tried building with "PROPRIETARY_CODECS=1" as well as without, to no avail.
Has anyone been able to build CEF3 with support for Cisco’s OpenH264 codec ? If so, how did you succeed ?
Thanks,
— Mark