
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (25)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (3495)
-
avcodec/hevcdec : Pass HEVCLocalContext when slice-threading
30 juin 2022, par Andreas Rheinhardtavcodec/hevcdec : Pass HEVCLocalContext when slice-threading
The HEVC decoder has both HEVCContext and HEVCLocalContext
structures. The latter is supposed to be the structure
containing the per-slicethread state.Yet that is not how it is handled in practice : Each HEVCLocalContext
has a unique HEVCContext allocated for it and each of these
coincides except in exactly one field : The corresponding
HEVCLocalContext. This makes it possible to pass the HEVCContext
everywhere where logically a HEVCLocalContext should be used.This commit stops doing this for lavc/hevcdec.c itself.
It also constifies what can be constified in order to make
the nonconst stuff stand out more.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
Revision f651bcb296 : y4m_video_source : fix memory leak Begin() will be called twice with 2-pass enco
27 février 2014, par James ZernChanged Paths :
Modify /test/y4m_video_source.h
y4m_video_source : fix memory leakBegin() will be called twice with 2-pass encodes, invoking
y4m_input_open which allocates memory ; close the old instance first.Change-Id : Id252a21d286ca9ae998bd87599d43aeb8d7d77aa
-
Revision a04db185db : vpxenc.sh : Add 2-pass and lagged encode tests for VP8 and VP9. - Fix nit : make
16 août 2014, par Tom FineganChanged Paths :
Modify /test/vpxenc.sh
vpxenc.sh : Add 2-pass and lagged encode tests for VP8 and VP9.Fix nit : make test function definitions match test order.
Fix nit : use elog instead of echo for env verification error.
Change-Id : I0eec078fc056a5bb2bd88d5833e43de48d77ec08