
Recherche avancée
Médias (91)
-
Spoon - Revenge !
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
My Morning Jacket - One Big Holiday
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Zap Mama - Wadidyusay ?
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
David Byrne - My Fair Lady
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Beastie Boys - Now Get Busy
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (99)
-
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (4904)
-
FFMPEG : undefined reference to `avcodec_register_all' does not link
18 février 2024, par Alex BotevSo I have a very sample code for trying to decode a FFMPEG video stream.
My problem is avcodec does not want to link, to do so I made a clean installation of Ubuntu 13.04. I have build ffmpeg from source following the guide here : https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu


I just want to compile my file. Note that my ubuntu does not have any implementations or header files for avcodec. The command line I use is :




gcc -I/home/USER/ffmpeg_build/include -L/home/USER/ffmpeg_build/lib -lavcodec -o test.exe Downloads/auv/src/dronerosvideo/src/ar2.cpp


/tmp/ccKTprFq.o : In function `fetch_and_decode(int, int, bool)' :


ar2.cpp :(.text+0x36e) :
undefined reference to `avcodec_register_all'


ar2.cpp :(.text+0x378) :
undefined reference to `av_log_set_level'


ar2.cpp :(.text+0x382) :
undefined reference to `avcodec_find_decoder'


ar2.cpp :(.text+0x3b1) :
undefined reference to `avcodec_alloc_context3'


ar2.cpp :(.text+0x3d6) :
undefined reference to `avcodec_open2'


ar2.cpp :(.text+0x46d) :
undefined reference to `av_init_packet'


ar2.cpp :(.text+0x50a) :
undefined reference to `avcodec_decode_video2'


ar2.cpp :(.text+0x534) :
undefined reference to `av_free_packet'


/tmp/ccKTprFq.o :(.eh_frame+0x13) : undefined reference to
`__gxx_personality_v0'


collect2 : error : ld returned 1 exit status




Just for a sane test if I remove the -L argument compiler says :


/usr/bin/ld: cannot find -lavcodec



Which means that the linker finds the library in /home/USER/ffmpeg_build/lib. Also if we check the library for implementation it exists :


nm ffmpeg_build/lib/libavcodec.a | grep "register_all"
0000000000000000 T avcodec_register_all



Also as advised since it is C++ I have
exten "C"
around the include of the library.

At this point I'm falling out of any ideas at all, why exactly compilation fails ?


-
h264 : improve behaviour with invalid reference lists
17 décembre 2015, par Anton Khirnovh264 : improve behaviour with invalid reference lists
Before 741b494fa8cd28a7d096349bac183893c236e3f9, when the reference list
modification description was invalid, the code would substitute the
corresponding reference from the initial ("default") reference list.
After that commit, it will just return an error.Since there are apparently invalid samples in the wild that used to play
fine with the old code, it is a good idea to re-add some sort of error
resilience here. So, when the reference list modification results in a
missing frame, substitute a previous reference frame for it. The
relevant sample again decodes fine with the same output as previously. -
Revision 51875 : Slogan, mise à jour de la description et des auteurs, (google translate ...
26 septembre 2011, par yffic@… — LogSlogan, mise à jour de la description et des auteurs, (google translate pour l’Italien). Kent1, je ne sais pas pour la borne sup si tu as testé sous spip3 ? Moi, pas.