
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (58)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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" (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (8017)
-
avformat : remove deprecated FF_API_ALLOW_FLUSH
19 février, par James Almeravformat : remove deprecated FF_API_ALLOW_FLUSH
Deprecated since 2023-10-02.
Signed-off-by : James Almer <jamrial@gmail.com>
- [DH] libavdevice/pulse_audio_enc.c
- [DH] libavformat/avformat.h
- [DH] libavformat/fifo.c
- [DH] libavformat/hlsenc.c
- [DH] libavformat/matroskaenc.c
- [DH] libavformat/movenc.c
- [DH] libavformat/mpegtsenc.c
- [DH] libavformat/oggenc.c
- [DH] libavformat/tee.c
- [DH] libavformat/tests/fifo_muxer.c
- [DH] libavformat/version_major.h
-
avformat/movenc : fix HEVC fmp4 HLS init segment for Apple playback
21 juillet, par David McElroyavformat/movenc : fix HEVC fmp4 HLS init segment for Apple playback
HEVC fmp4 HLS video produced by ffmpeg is currently unplayable on Apple
software (Safari, QuickTime, AVFoundation).This is caused by an empty sdtp atom being erroneously written to the
fmp4 init segment. The `has_disposable` flag can be set for a track
with B-frames, but the init segment contains no actual frames
(track->entry == 0). Writing an sdtp atom in this case is incorrect
and causes Apple's parsers to reject the file.This patch fixes the issue by ensuring the sdtp atom is only written
if track->entry is non-zero.A similar patch was proposed in November 2023 by Jay Zhang,
but it was never merged.Link : https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2023-November/317173.html
Co-authored-by : Jay Zhang <wangyoucao577@gmail.com>
Signed-off-by : David McElroy <david@mcelroy.online>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avformat : remove deprecated FF_API_AVSTREAM_SIDE_DATA
19 février, par James Almeravformat : remove deprecated FF_API_AVSTREAM_SIDE_DATA
Deprecated since 2023-10-06.
Signed-off-by : James Almer <jamrial@gmail.com>