
Recherche avancée
Autres articles (82)
-
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 ;
-
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 (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (8464)
-
avcodec/hq_hqa : Check available space before reading slice offsets
11 mai 2019, par Michael Niedermayeravcodec/hq_hqa : Check available space before reading slice offsets
Fixes : Timeout (43sec -> 18sec)
Fixes : 14556/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HQ_HQA_fuzzer-5673543024508928Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
fftools/ffmpeg_opt : Improve alloc/truncation checks when reading lines
5 décembre 2021, par Andreas Rheinhardtfftools/ffmpeg_opt : Improve alloc/truncation checks when reading lines
Do this by switching from the dynamic buffer API to the AVBPrint API ;
the former has no defined way to check for errors.
This also avoids allocating an AVIOContext.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
mov.c : allow reading fragment start dts/pts from fragmented mp4
11 octobre 2014, par Mika Raentomov.c : allow reading fragment start dts/pts from fragmented mp4
This introduces a new option to the mov demuxer : -use_mfra_for
(pts|dts). When it’s given and moofs and a MFRA are present, the MFRA’s
TFRAs are read for fragment start times.Unfortunately some programs that produce fragmented mp4s use the TFRA
time field for dts and some for pts. There is no realistic way to detect
which is the case, hence the responsibility is punted onto the user.
This also means that no behavioural change is enabled by default - you
must pass either dts or pts for anything to happen.Without this change, timestamps for some discontinuous fragmented mp4 are
wrong, and cause audio/video desync and are not usable for generating
HLS.Signed-off-by : Michael Niedermayer <michaelni@gmx.at>