
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (78)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support de tous types de médias
10 avril 2011Contrairement à 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) (...)
-
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (8583)
-
avformat/rtmpproto : free hmac context properly
30 juillet 2015, par James Almer -
Gather all coded_frame allocations and free functions to a single place
15 juillet 2015, par Vittorio GiovaraGather all coded_frame allocations and free functions to a single place
Allocating coded_frame is what most encoders do anyway, so it makes
sense to always allocate and free it in a single place. Moreover a lot
of encoders freed the frame with av_freep() instead of the correct API
av_frame_free().This bring uniformity to encoder behaviour and prevents applications
from erroneusly accessing this field when not allocated. Additionally
this helps isolating encoders that export information with coded_frame,
and heavily simplifies its deprecation.Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
- [DBH] libavcodec/a64multienc.c
- [DBH] libavcodec/alacenc.c
- [DBH] libavcodec/aliaspixenc.c
- [DBH] libavcodec/asvenc.c
- [DBH] libavcodec/bmpenc.c
- [DBH] libavcodec/cljrenc.c
- [DBH] libavcodec/dnxhdenc.c
- [DBH] libavcodec/dpxenc.c
- [DBH] libavcodec/dvenc.c
- [DBH] libavcodec/ffv1enc.c
- [DBH] libavcodec/flashsvenc.c
- [DBH] libavcodec/gif.c
- [DBH] libavcodec/huffyuvenc.c
- [DBH] libavcodec/jpeglsenc.c
- [DBH] libavcodec/lclenc.c
- [DBH] libavcodec/libopencore-amr.c
- [DBH] libavcodec/libopenjpegenc.c
- [DBH] libavcodec/libschroedingerenc.c
- [DBH] libavcodec/libspeexenc.c
- [DBH] libavcodec/libtheoraenc.c
- [DBH] libavcodec/libvpxenc.c
- [DBH] libavcodec/libx264.c
- [DBH] libavcodec/libx265.c
- [DBH] libavcodec/libxavs.c
- [DBH] libavcodec/libxvid.c
- [DBH] libavcodec/ljpegenc.c
- [DBH] libavcodec/mpegvideo_enc.c
- [DBH] libavcodec/nvenc.c
- [DBH] libavcodec/pamenc.c
- [DBH] libavcodec/pcm.c
- [DBH] libavcodec/pcxenc.c
- [DBH] libavcodec/pngenc.c
- [DBH] libavcodec/pnmenc.c
- [DBH] libavcodec/proresenc.c
- [DBH] libavcodec/qsvenc.c
- [DBH] libavcodec/qtrleenc.c
- [DBH] libavcodec/rawenc.c
- [DBH] libavcodec/sgienc.c
- [DBH] libavcodec/sunrastenc.c
- [DBH] libavcodec/svq1enc.c
- [DBH] libavcodec/targaenc.c
- [DBH] libavcodec/tiffenc.c
- [DBH] libavcodec/utils.c
- [DBH] libavcodec/utvideoenc.c
- [DBH] libavcodec/v210enc.c
- [DBH] libavcodec/v410enc.c
- [DBH] libavcodec/xbmenc.c
- [DBH] libavcodec/xwdenc.c
- [DBH] libavcodec/zmbvenc.c
-
tools/uncoded_frame : fix double free
12 février 2014, par Lukasz Marektools/uncoded_frame : fix double free
in case av_interleaved_write_uncoded_frame fails it seems
frame is freed for the second time in fail section.Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>
Reviewed-by : Nicolas George <george@nsup.org>This commit also removes 1 trailing whitespace as otherwise the push hook rejects it
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>