
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (108)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 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 (10463)
-
avformat/matroskaenc : Don't pretend to support unsupported codecs
6 août 2023, par Andreas Rheinhardtavformat/matroskaenc : Don't pretend to support unsupported codecs
RV10 and RV20 are unsupported because creating the correct CodecPrivate
is unsupported (the demuxer uses a codecpriv_offset of 26, so one
would need to recreate the missing 26 bytes) ; COOK and SIPR are
unsupported, because Matroska uses a packetization mode that is
different from what FFmpeg uses in its packets (see
matroska_parse_rm_audio() in the demuxer).Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avformat/matroskadec : Fix demuxing RealAudio 28.8
20 avril 2020, par Andreas Rheinhardtavformat/matroskadec : Fix demuxing RealAudio 28.8
RealAudio 28.8 does not need or use sub_packet_size for its demuxing
and this field is therefore commonly set to zero. But since 18ca491b
the Real Audio specific demuxing is no longer applied if sub_packet_size
is zero because the codepath for cook and ATRAC3 divide by it ; this made
these files undecodable.Furthermore, since 569d18aa (merged in 2c8d876d) sub_packet_size being
zero is used as an indicator for invalid data, so that a file containing
such a track was completely skipped.This commit fixes this by not checking sub_packet_size for RealAudio
28.8 at all.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
avcodec : Don’t anonymously typedef structs
22 septembre 2014, par Diego Biurrunavcodec : Don’t anonymously typedef structs
- [DH] libavcodec/aacpsy.c
- [DH] libavcodec/ac3dec.c
- [DH] libavcodec/alac.c
- [DH] libavcodec/alsdec.c
- [DH] libavcodec/amrwbdec.c
- [DH] libavcodec/ansi.c
- [DH] libavcodec/atrac1.c
- [DH] libavcodec/avs.c
- [DH] libavcodec/binkaudio.c
- [DH] libavcodec/bitstream.c
- [DH] libavcodec/c93.c
- [DH] libavcodec/cdxl.c
- [DH] libavcodec/cinepak.c
- [DH] libavcodec/cook.c
- [DH] libavcodec/cscd.c
- [DH] libavcodec/dcadec.c
- [DH] libavcodec/elbg.c
- [DH] libavcodec/g723_1.c
- [DH] libavcodec/gif.c
- [DH] libavcodec/huffman.c
- [DH] libavcodec/idcinvideo.c
- [DH] libavcodec/iff.c
- [DH] libavcodec/imc.c
- [DH] libavcodec/kgv1dec.c
- [DH] libavcodec/libopenjpegdec.c
- [DH] libavcodec/libopenjpegenc.c
- [DH] libavcodec/libspeexdec.c
- [DH] libavcodec/libspeexenc.c
- [DH] libavcodec/mimic.c
- [DH] libavcodec/nuv.c
- [DH] libavcodec/proresdec.c
- [DH] libavcodec/qcelpdec.c
- [DH] libavcodec/qdm2.c
- [DH] libavcodec/ra288.c
- [DH] libavcodec/roqaudioenc.c
- [DH] libavcodec/roqvideoenc.c
- [DH] libavcodec/rv34_parser.c
- [DH] libavcodec/sipr.c
- [DH] libavcodec/srtdec.c
- [DH] libavcodec/svq3.c
- [DH] libavcodec/truespeech.c
- [DH] libavcodec/v210enc.h
- [DH] libavcodec/vble.c
- [DH] libavcodec/vc1_parser.c
- [DH] libavcodec/vc1dec.c
- [DH] libavcodec/vorbisdec.c
- [DH] libavcodec/vorbisenc.c
- [DH] libavcodec/wmalosslessdec.c
- [DH] libavcodec/wmaprodec.c
- [DH] libavcodec/wmavoice.c
- [DH] libavcodec/zerocodec.c