
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (44)
-
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...) -
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 -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (6501)
-
Installing GPAC's player - Errors
25 janvier 2016, par VirMarGuI am working with Ubuntu 14.04 LTS 64 bits.
I am trying to compile and install GPAC’s player (Osmo) in its latest version.I had an installed version, but I have tried to compile one new and finally, the previous one doesn’t already work fine.
I have made the following steps :
1. sudo apt-get install git
2. git clone https://github.com/gpac/gpac.git
3. sudo apt-get install subversion make pkg-config g++ zlib1g-dev libfreetype6-dev libjpeg62-dev libpng12-dev libopenjpeg-dev
libmad0-dev libfaad-dev libogg-dev libvorbis-dev libtheora-dev
liba52-0.7.4-dev libavcodec-dev libavformat-dev libavutil-dev
libswscale-dev libavresample-dev libxv-dev x11proto-video-dev
libgl1-mesa-dev x11proto-gl-dev linux-sound-base libxvidcore-dev
libssl-dev libjack-dev libasound2-dev libpulse-dev libsdl1.2-dev
dvb-apps libavcodec-extra libavdevice-dev libmozjs185-dev
4. cd gpac
5. ./configureThe output of the previous execution is :
** System Configuration
Install prefix: /usr/local
Source path: /home/vmg/gpac
C compiler: gcc
C++ compiler: g++
make: make
CPU: x86_64
Big Endian: no
** GPAC 0.5.2-DEV rev1167-gaef2bf4-master Core Configuration **
debug version: no
GProf enabled: no
Static build enabled: no
Memory tracking enabled: no
Fixed-Point Version: no
IPV6 Support: yes
Static Modules: no
** Detected libraries **
zlib: system
OSS Audio: yes
ALSA Audio: yes
Jack Audio: yes
PulseAudio Audio: yes
DirectFB support: no
X11 Shared Memory support: yes (path: /usr/X11R6)
X11 XVideo support: yes
SDL Support: yes
OpenGL support: yes
TinyGL support: no
OpenSSL support: yes
Mozilla XUL/GECKO support: no
DVB Support: yes
XMLRPC Support: no
wxWidgets support: no
** Extra Libraries used **
SpiderMonkey: system
FreeType: system
JPEG: system
OpenJPEG: system
PNG: system
MAD: system
FAAD: system
XVID: system
FFMPEG: system
Xiph OGG: system
Platinum UPnP: no
AVCap: no
Xiph Vorbis: system
Xiph Theora: system
A52 (AC3): system
OpenSVCDecoder: no
OpenHEVCDecoder: no
Freenect: no
Creating config.mak
config.h is unchanged
Check config.log for detection failures
Done - type 'make help' for make info, 'make' to build-
make
make -C src all
make[1] : Entering directory/home/vmg/gpac/src'
CC utils/os_divers.c
CC utils/os_file.c
CC utils/list.c
CC utils/bitstream.c
CC utils/error.c
CC utils/alloc.c
utils/alloc.c: In function ‘gf_asprintf’:
utils/alloc.c:868:2: warning: implicit declaration of function ‘asprintf’ [-Wimplicit-function-declaration]
size = asprintf(strp, fmt, args);
^
CC utils/url.c
CC utils/configfile.c
CC utils/sha1.c
CC utils/base_encoding.c
CC utils/os_net.c
CC utils/os_thread.c
CC utils/os_config_init.c
CC utils/cache.c
utils/cache.c: In function ‘gf_cache_create_entry’:
utils/cache.c:482:10: warning: variable ‘err’ set but not used [-Wunused-but-set-variable]
GF_Err err;
^
utils/cache.c:526:10: warning: variable ‘err’ set but not used [-Wunused-but-set-variable]
GF_Err err;
^
CC utils/downloader.c
utils/downloader.c: In function ‘gf_dm_connect’:
utils/downloader.c:1385:8: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
int ret;
^
CC utils/xml_parser.c
CC utils/utf.c
CC utils/token.c
CC utils/color.c
CC utils/os_module.c
CC utils/path2d.c
CC utils/path2d_stroker.c
CC utils/module.c
CC utils/uni_bidi.c
CC utils/ringbuffer.c
CC utils/map.c
CC ietf/rtcp.c
CC ietf/rtp.c
CC ietf/rtp_packetizer.c
CC ietf/rtp_pck_3gpp.c
CC ietf/rtp_pck_mpeg12.c
CC ietf/rtp_pck_mpeg4.c
CC ietf/rtsp_command.c
CC ietf/rtsp_common.c
CC ietf/rtsp_response.c
CC ietf/rtsp_session.c
CC ietf/sdp.c
CC ietf/rtp_depacketizer.c
CC ietf/rtp_streamer.c
CC bifs/arith_decoder.c
CC bifs/bifs_codec.c
CC bifs/bifs_node_tables.c
CC bifs/com_dec.c
CC bifs/com_enc.c
CC bifs/conditional.c
CC bifs/field_decode.c
CC bifs/field_encode.c
CC bifs/memory_decoder.c
CC bifs/predictive_mffield.c
CC bifs/quantize.c
CC bifs/script_dec.c
CC bifs/script_enc.c
CC bifs/unquantize.c
CC odf/desc_private.c
CC odf/descriptors.c
CC odf/odf_code.c
odf/odf_code.c: In function ‘gf_odf_write_kw’:
odf/odf_code.c:2633:9: warning: variable ‘e’ set but not used [-Wunused-but-set-variable]
GF_Err e;
^
CC odf/odf_codec.c
CC odf/odf_command.c
odf/odf_command.c: In function ‘gf_odf_write_od_remove’:
odf/odf_command.c:171:9: warning: variable ‘e’ set but not used [-Wunused-but-set-variable]
GF_Err e;
^
odf/odf_command.c: In function ‘gf_odf_del_ipmp_update’:
odf/odf_command.c:570:9: warning: variable ‘e’ set but not used [-Wunused-but-set-variable]
GF_Err e;
^
CC odf/qos.c
CC odf/slc.c
odf/slc.c: In function ‘gf_odf_write_slc’:
odf/slc.c:261:9: warning: variable ‘e’ set but not used [-Wunused-but-set-variable]
GF_Err e;
^
CC odf/ipmpx_code.c
CC odf/oci_codec.c
CC odf/ipmpx_dump.c
CC odf/ipmpx_parse.c
CC odf/odf_dump.c
CC odf/odf_parse.c
CC laser/lsr_enc.c
CC laser/lsr_dec.c
CC laser/lsr_tables.c
CC isomedia/avc_ext.c
CC isomedia/box_code_3gpp.c
isomedia/box_code_3gpp.c: In function ‘styl_Write’:
isomedia/box_code_3gpp.c:641:9: warning: variable ‘e’ set but not used [-Wunused-but-set-variable]
GF_Err e;
^
CC isomedia/box_code_apple.c
CC isomedia/box_code_base.c
isomedia/box_code_base.c: In function ‘mp4a_AddBox’:
isomedia/box_code_base.c:3511:12: warning: variable ‘e’ set but not used [-Wunused-but-set-variable]
GF_Err e;
^
CC isomedia/box_code_drm.c
isomedia/box_code_drm.c: In function ‘schm_Write’:
isomedia/box_code_drm.c:196:9: warning: variable ‘e’ set but not used [-Wunused-but-set-variable]
GF_Err e;
^
CC isomedia/box_code_meta.c
CC isomedia/box_dump.c
CC isomedia/box_funcs.c
CC isomedia/data_map.c
CC isomedia/drm_sample.c
CC isomedia/isom_intern.c
CC isomedia/isom_read.c
CC isomedia/isom_store.c
CC isomedia/isom_write.c
isomedia/isom_write.c: In function ‘gf_isom_estimate_size’:
isomedia/isom_write.c:3818:9: warning: variable ‘e’ set but not used [-Wunused-but-set-variable]
GF_Err e;
^
CC isomedia/media.c
CC isomedia/media_odf.c
CC isomedia/meta.c
CC isomedia/movie_fragments.c
CC isomedia/sample_descs.c
CC isomedia/stbl_read.c
CC isomedia/stbl_write.c
CC isomedia/track.c
CC isomedia/tx3g.c
CC isomedia/iff.c
CC isomedia/hint_track.c
CC isomedia/hinting.c
CC isomedia/box_code_adobe.c
CC isomedia/ttml.c
CC scene_manager/scene_manager.c
scene_manager/scene_manager.c: In function ‘gf_sm_update_bitwrapper_buffer’:
scene_manager/scene_manager.c:764:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread(data, 1, data_size, f);
^
CC scene_manager/text_to_bifs.c
CC scene_manager/loader_bt.c
CC scene_manager/loader_xmt.c
CC scene_manager/loader_isom.c
CC scene_manager/loader_qt.c
CC scene_manager/loader_svg.c
CC scene_manager/swf_parse.c
scene_manager/swf_parse.c: In function ‘swf_def_bits_jpeg’:
scene_manager/swf_parse.c:2100:10: warning: variable ‘e’ set but not used [-Wunused-but-set-variable]
GF_Err e;
^
CC scene_manager/swf_bifs.c
CC scene_manager/swf_svg.c
CC scene_manager/scene_dump.c
CC scene_manager/scene_stats.c
CC scene_manager/scene_engine.c
CC scene_manager/encode_isom.c
CC terminal/channel.c
CC terminal/clock.c
CC terminal/decoder.c
CC terminal/term_node_init.c
CC terminal/input_sensor.c
CC terminal/media_control.c
CC terminal/media_manager.c
CC terminal/media_memory.c
CC terminal/media_object.c
CC terminal/media_sensor.c
CC terminal/mpeg4_inline.c
CC terminal/network_service.c
CC terminal/object_browser.c
CC terminal/object_manager.c
CC terminal/scene.c
CC terminal/terminal.c
CC terminal/svg_external.c
CC compositor/audio_input.c
CC compositor/audio_mixer.c
CC compositor/audio_render.c
CC compositor/bindable.c
CC compositor/camera.c
CC compositor/compositor.c
CC compositor/compositor_2d.c
CC compositor/compositor_3d.c
CC compositor/compositor_node_init.c
CC compositor/drawable.c
CC compositor/events.c
CC compositor/font_engine.c
CC compositor/hc_flash_shape.c
CC compositor/hardcoded_protos.c
CC compositor/mesh.c
CC compositor/mesh_collide.c
CC compositor/mesh_tesselate.c
CC compositor/mpeg4_animstream.c
CC compositor/mpeg4_audio.c
CC compositor/mpeg4_background.c
CC compositor/mpeg4_background2d.c
CC compositor/mpeg4_bitmap.c
CC compositor/mpeg4_composite.c
CC compositor/mpeg4_form.c
CC compositor/mpeg4_geometry_2d.c
CC compositor/mpeg4_geometry_3d.c
CC compositor/mpeg4_geometry_ifs2d.c
CC compositor/mpeg4_geometry_ils2d.c
CC compositor/mpeg4_gradients.c
CC compositor/mpeg4_grouping.c
CC compositor/mpeg4_grouping_2d.c
CC compositor/mpeg4_grouping_3d.c
CC compositor/mpeg4_layer_2d.c
CC compositor/mpeg4_layer_3d.c
CC compositor/mpeg4_layout.c
CC compositor/mpeg4_lighting.c
CC compositor/mpeg4_path_layout.c
CC compositor/mpeg4_sensors.c
CC compositor/mpeg4_sound.c
CC compositor/mpeg4_text.c
CC compositor/mpeg4_textures.c
CC compositor/mpeg4_timesensor.c
CC compositor/mpeg4_viewport.c
CC compositor/navigate.c
CC compositor/offscreen_cache.c
CC compositor/svg_base.c
CC compositor/svg_filters.c
CC compositor/svg_font.c
CC compositor/svg_geometry.c
CC compositor/svg_grouping.c
CC compositor/svg_media.c
CC compositor/svg_paint_servers.c
CC compositor/svg_text.c
CC compositor/texturing.c
CC compositor/texturing_gl.c
CC compositor/visual_manager.c
CC compositor/visual_manager_2d.c
CC compositor/visual_manager_2d_draw.c
CC compositor/visual_manager_3d.c
CC compositor/visual_manager_3d_gl.c
CC compositor/x3d_geometry.c
CC scenegraph/base_scenegraph.c
CC scenegraph/mpeg4_animators.c
CC scenegraph/commands.c
CC scenegraph/mpeg4_nodes.c
CC scenegraph/mpeg4_valuator.c
CC scenegraph/vrml_interpolators.c
CC scenegraph/vrml_proto.c
CC scenegraph/vrml_route.c
CC scenegraph/vrml_script.c
CC scenegraph/vrml_smjs.c
CC scenegraph/vrml_tools.c
CC scenegraph/x3d_nodes.c
CC scenegraph/svg_attributes.c
CC scenegraph/svg_types.c
CC scenegraph/svg_smjs.c
CC scenegraph/smil_anim.c
CC scenegraph/smil_timing.c
CC scenegraph/svg_properties.c
CC scenegraph/dom_events.c
CC scenegraph/dom_smjs.c
CC scenegraph/xbl_process.c
CC scenegraph/xml_ns.c
CC scenegraph/html5_media_smjs.c
CC scenegraph/html5_mse_smjs.c
CC scenegraph/webvtt_smjs.c
CC media_tools/isom_tools.c
media_tools/isom_tools.c: In function ‘gf_media_change_pl’:
media_tools/isom_tools.c:2321:9: warning: variable ‘e’ set but not used [-Wunused-but-set-variable]
GF_Err e;
^
CC media_tools/dash_segmenter.c
media_tools/dash_segmenter.c: In function ‘gf_media_isom_segment_file’:
media_tools/dash_segmenter.c:1666:21: warning: variable ‘SegmentNum’ set but not used [-Wunused-but-set-variable]
u32 scaler, SegmentNum;
^
media_tools/dash_segmenter.c: In function ‘dasher_isom_segment_file’:
media_tools/dash_segmenter.c:2969:6: warning: ‘track_duration2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
e = dasher_isom_adjust_last_sample(in, trackNumber, track_duration2, target_duration_in_timescale, fragment_duration_in_sec);
^
media_tools/dash_segmenter.c:2952:14: note: ‘track_duration2’ was declared here
u32 i, j, track_duration2, sample_count = gf_isom_get_sample_count(in, trackNumber);
^
CC media_tools/av_parsers.c
media_tools/av_parsers.c: In function ‘gf_ac3_parser_bs’:
media_tools/av_parsers.c:4694:64: warning: variable ‘syncword’ set but not used [-Wunused-but-set-variable]
u32 fscod, frmsizecod, bsid, ac3_mod, freq, framesize, bsmod, syncword;
^
media_tools/av_parsers.c: In function ‘gf_eac3_parser_bs’:
media_tools/av_parsers.c:4759:45: warning: variable ‘syncword’ set but not used [-Wunused-but-set-variable]
u32 fscod, bsid, ac3_mod, freq, framesize, syncword, substreamid, lfon, channels, numblkscod;
^
CC media_tools/img.c
CC media_tools/media_import.c
media_tools/media_import.c: In function ‘gf_import_amr_evrc_smv’:
media_tools/media_import.c:3803:54: warning: variable ‘readen’ set but not used [-Wunused-but-set-variable]
u32 track, trackID, di, sample_rate, block_size, i, readen;
^
media_tools/media_import.c: In function ‘gf_import_raw_unit’:
media_tools/media_import.c:6971:35: warning: variable ‘readen’ set but not used [-Wunused-but-set-variable]
u32 mtype, track, di, timescale, readen;
^
CC media_tools/mpegts.c
media_tools/mpegts.c: In function ‘gf_m2ts_process_tdt_tot’:
media_tools/mpegts.c:1952:6: warning: variable ‘data_size’ set but not used [-Wunused-but-set-variable]
u32 data_size, nb_sections;
^
CC media_tools/m3u8.c
CC media_tools/mpd.c
media_tools/mpd.c: In function ‘gf_m3u8_fill_mpd_struct.isra.15’:
media_tools/mpd.c:1267:45: warning: ‘pe’ may be used uninitialized in this function [-Wmaybe-uninitialized]
set->segment_template->duration = (u32)pe->duration_info;
^
CC media_tools/dash_client.c
media_tools/dash_client.c: In function ‘gf_dash_update_manifest’:
media_tools/dash_client.c:2083:6: warning: ‘force_timeline_setup’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (force_timeline_setup) {
^
media_tools/dash_client.c: In function ‘gf_dash_get_segment_availability_start_time’:
media_tools/dash_client.c:1329:21: warning: ‘scale’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*segment_duration /= scale;
^
media_tools/dash_client.c:1324:6: note: ‘scale’ was declared here
u32 scale;
^
media_tools/dash_client.c:1328:23: warning: ‘dur’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*segment_duration = (Double) dur;
^
media_tools/dash_client.c:1323:13: note: ‘dur’ was declared here
u64 start, dur;
^
media_tools/dash_client.c: In function ‘gf_dash_group_current_segment_start_time’:
media_tools/dash_client.c:1331:24: warning: ‘scale’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return ((Double)start)/scale;
^
media_tools/dash_client.c:1324:6: note: ‘scale’ was declared here
u32 scale;
^
CC media_tools/media_export.c
CC media_tools/m2ts_mux.c
media_tools/m2ts_mux.c: In function ‘gf_m2ts_mux_table_get_next_packet’:
media_tools/m2ts_mux.c:486:21: warning: variable ‘table’ set but not used [-Wunused-but-set-variable]
GF_M2TS_Mux_Table *table;
^
CC media_tools/filestreamer.c
CC media_tools/avilib.c
CC media_tools/mpeg2_ps.c
CC media_tools/gpac_ogg.c
CC media_tools/ismacryp.c
CC media_tools/isom_hinter.c
CC media_tools/saf.c
CC media_tools/vobsub.c
CC media_tools/text_import.c
CC media_tools/html5_media.c
CC media_tools/html5_mse.c
media_tools/html5_mse.c: In function ‘gf_mse_parse_segment’:
media_tools/html5_mse.c:783:12: warning: variable ‘e’ set but not used [-Wunused-but-set-variable]
GF_Err e;
^
CC media_tools/webvtt.c
CC mcrypt/cbc.c
CC mcrypt/cfb.c
CC mcrypt/ctr.c
CC mcrypt/des.c
CC mcrypt/ecb.c
CC mcrypt/g_crypt.c
CC mcrypt/ncfb.c
CC mcrypt/nofb.c
CC mcrypt/ofb.c
CC mcrypt/rijndael-128.c
CC mcrypt/rijndael-192.c
CC mcrypt/rijndael-256.c
CC mcrypt/stream.c
CC mcrypt/tripledes.c
OBJS utils/os_divers.o utils/os_file.o utils/list.o utils/bitstream.o utils/error.o utils/alloc.o utils/url.o utils/configfile.o utils/sha1.o utils/base_encoding.o utils/os_net.o utils/os_thread.o utils/os_config_init.o utils/cache.o utils/downloader.o utils/xml_parser.o utils/utf.o utils/token.o utils/color.o utils/os_module.o utils/math.o utils/path2d.o utils/path2d_stroker.o utils/module.o utils/uni_bidi.o utils/ringbuffer.o utils/unicode.o utils/map.o mcrypt/cbc.o mcrypt/cfb.o mcrypt/ctr.o mcrypt/des.o mcrypt/ecb.o mcrypt/g_crypt.o mcrypt/ncfb.o mcrypt/nofb.o mcrypt/ofb.o mcrypt/rijndael-128.o mcrypt/rijndael-192.o mcrypt/rijndael-256.o mcrypt/stream.o mcrypt/tripledes.o scenegraph/base_scenegraph.o scenegraph/mpeg4_animators.o scenegraph/commands.o scenegraph/mpeg4_nodes.o scenegraph/mpeg4_valuator.o scenegraph/vrml_interpolators.o scenegraph/vrml_proto.o scenegraph/vrml_route.o scenegraph/vrml_script.o scenegraph/vrml_smjs.o scenegraph/vrml_tools.o scenegraph/x3d_nodes.o scenegraph/svg_attributes.o scenegraph/svg_types.o scenegraph/svg_smjs.o scenegraph/smil_anim.o scenegraph/smil_timing.o scenegraph/svg_properties.o scenegraph/dom_events.o scenegraph/dom_smjs.o scenegraph/xbl_process.o scenegraph/xml_ns.o scenegraph/html5_media_smjs.o scenegraph/html5_mse_smjs.o scenegraph/webvtt_smjs.o ietf/rtcp.o ietf/rtp.o ietf/rtp_packetizer.o ietf/rtp_pck_3gpp.o ietf/rtp_pck_mpeg12.o ietf/rtp_pck_mpeg4.o ietf/rtsp_command.o ietf/rtsp_common.o ietf/rtsp_response.o ietf/rtsp_session.o ietf/sdp.o ietf/rtp_depacketizer.o ietf/rtp_streamer.o bifs/arith_decoder.o bifs/bifs_codec.o bifs/bifs_node_tables.o bifs/com_dec.o bifs/com_enc.o bifs/conditional.o bifs/field_decode.o bifs/field_encode.o bifs/memory_decoder.o bifs/predictive_mffield.o bifs/quantize.o bifs/script_dec.o bifs/script_enc.o bifs/unquantize.o isomedia/avc_ext.o isomedia/box_code_3gpp.o isomedia/box_code_apple.o isomedia/box_code_base.o isomedia/box_code_drm.o isomedia/box_code_meta.o isomedia/box_dump.o isomedia/box_funcs.o isomedia/data_map.o isomedia/drm_sample.o isomedia/isom_intern.o isomedia/isom_read.o isomedia/isom_store.o isomedia/isom_write.o isomedia/media.o isomedia/media_odf.o isomedia/meta.o isomedia/movie_fragments.o isomedia/sample_descs.o isomedia/stbl_read.o isomedia/stbl_write.o isomedia/track.o isomedia/tx3g.o isomedia/iff.o isomedia/hint_track.o isomedia/hinting.o isomedia/box_code_adobe.o isomedia/ttml.o odf/desc_private.o odf/descriptors.o odf/odf_code.o odf/odf_codec.o odf/odf_command.o odf/qos.o odf/slc.o odf/ipmpx_code.o odf/oci_codec.o odf/ipmpx_dump.o odf/ipmpx_parse.o odf/odf_dump.o odf/odf_parse.o media_tools/isom_tools.o media_tools/dash_segmenter.o media_tools/av_parsers.o media_tools/img.o media_tools/media_import.o media_tools/mpegts.o media_tools/m3u8.o media_tools/mpd.o media_tools/dash_client.o media_tools/media_export.o media_tools/m2ts_mux.o media_tools/filestreamer.o media_tools/avilib.o media_tools/mpeg2_ps.o media_tools/gpac_ogg.o media_tools/ismacryp.o media_tools/isom_hinter.o media_tools/saf.o media_tools/vobsub.o media_tools/text_import.o media_tools/html5_media.o media_tools/html5_mse.o media_tools/webvtt.o scene_manager/scene_manager.o scene_manager/text_to_bifs.o scene_manager/loader_bt.o scene_manager/loader_xmt.o scene_manager/loader_isom.o scene_manager/loader_qt.o scene_manager/loader_svg.o scene_manager/swf_parse.o scene_manager/swf_bifs.o scene_manager/swf_svg.o scene_manager/scene_dump.o scene_manager/scene_stats.o scene_manager/scene_engine.o scene_manager/encode_isom.o terminal/channel.o terminal/clock.o terminal/decoder.o terminal/term_node_init.o terminal/input_sensor.o terminal/media_control.o terminal/media_manager.o terminal/media_memory.o terminal/media_object.o terminal/media_sensor.o terminal/mpeg4_inline.o terminal/network_service.o terminal/object_browser.o terminal/object_manager.o terminal/scene.o terminal/terminal.o terminal/svg_external.o compositor/audio_input.o compositor/audio_mixer.o compositor/audio_render.o compositor/bindable.o compositor/camera.o compositor/compositor.o compositor/compositor_2d.o compositor/compositor_3d.o compositor/compositor_node_init.o compositor/drawable.o compositor/events.o compositor/font_engine.o compositor/hc_flash_shape.o compositor/hardcoded_protos.o compositor/mesh.o compositor/mesh_collide.o compositor/mesh_tesselate.o compositor/mpeg4_animstream.o compositor/mpeg4_audio.o compositor/mpeg4_background.o compositor/mpeg4_background2d.o compositor/mpeg4_bitmap.o compositor/mpeg4_composite.o compositor/mpeg4_form.o compositor/mpeg4_geometry_2d.o compositor/mpeg4_geometry_3d.o compositor/mpeg4_geometry_ifs2d.o compositor/mpeg4_geometry_ils2d.o compositor/mpeg4_gradients.o compositor/mpeg4_grouping.o compositor/mpeg4_grouping_2d.o compositor/mpeg4_grouping_3d.o compositor/mpeg4_layer_2d.o compositor/mpeg4_layer_3d.o compositor/mpeg4_layout.o compositor/mpeg4_lighting.o compositor/mpeg4_path_layout.o compositor/mpeg4_sensors.o compositor/mpeg4_sound.o compositor/mpeg4_text.o compositor/mpeg4_textures.o compositor/mpeg4_timesensor.o compositor/mpeg4_viewport.o compositor/navigate.o compositor/offscreen_cache.o compositor/svg_base.o compositor/svg_filters.o compositor/svg_font.o compositor/svg_geometry.o compositor/svg_grouping.o compositor/svg_media.o compositor/svg_paint_servers.o compositor/svg_text.o compositor/texturing.o compositor/texturing_gl.o compositor/visual_manager.o compositor/visual_manager_2d.o compositor/visual_manager_2d_draw.o compositor/visual_manager_3d.o compositor/visual_manager_3d_gl.o compositor/x3d_geometry.o laser/lsr_enc.o laser/lsr_dec.o laser/lsr_tables.o
LIBS -lm -L/usr/local/lib -lGL -lGLU -lX11 -lz -lssl -lcrypto -lmozjs185 -lplds4 -lplc4 -lnspr4 -ljpeg -lpng -lpthread -ldl
mv ../bin/gcc/libgpac.so ../bin/gcc/libgpac.so.6.0.0
ln -sf libgpac.so.6.0.0 ../bin/gcc/libgpac.so.6
ln -sf libgpac.so.6.0.0 ../bin/gcc/libgpac.so
make[1]: Leaving directory/home/vmg/gpac/src’
make -C applications all
make[1] : Entering directory/home/vmg/gpac/applications'
set -e; for i in mp4client mp4box mp42ts dashcast ; do make -C $i all; done
make[2]: Entering directory/home/vmg/gpac/applications/mp4client’
make[2] : Leaving directory/home/vmg/gpac/applications/mp4client'
make[2]: Entering directory/home/vmg/gpac/applications/mp4box’
make[2] : Leaving directory/home/vmg/gpac/applications/mp4box'
make[2]: Entering directory/home/vmg/gpac/applications/mp42ts’
make[2] : Leaving directory/home/vmg/gpac/applications/mp42ts'
make[2]: Entering directory/home/vmg/gpac/applications/dashcast’
CC audio_decoder.c
audio_decoder.c : In function ‘dc_audio_decoder_read’ :
audio_decoder.c:276:48 : error : ‘AVFrame’ has no member named ‘channels’
int num_channels = audio_input_data->aframe->channels ;
^
make[2] : * [audio_decoder.o] Error 1
make[2] : Leaving directory/home/vmg/gpac/applications/dashcast'
make[1]: *** [apps] Error 2
make[1]: Leaving directory/home/vmg/gpac/applications’
make : * [all] Error 2
Regarding to ffmpeg-libraries :
ffmpeg version N-74748-gbaeb8f5 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04)
configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --enable-avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --disable-decoder=amrnb --disable-decoder=amrwb --enable-libpulse --enable-libdcadec --enable-libfreetype --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr --enable-libxvid --enable-libvo-aacenc --enable-libvidstab
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 59.100 / 56. 59.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 40.100 / 5. 40.100
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100I don’t know if the error is due to some incompatibility with the libraries or if I must uninstall the previous GPAC (I don’t know how to make it because there is no uninstall script).
I will appreciate any help.
Thank you ! -
-
make : *** [ffmpeg_g] Error 1
22 décembre 2014, par P C SAS3hi i am trying to install ffmpeg . i choose to do it from source because i am using a vps server so i did these steps i am using git command for getting source from github after compiling i got the below result
#cd ~/ffmpeg_sources
#git clone --depth 1 git://source.ffmpeg.org/ffmpeg
#cd ffmpeg
#PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure --prefix="$HOME/ffmpeg_build" --extra-cflags="-I$HOME/ffmpeg_build/include" --extra-ldflags="-L$HOME/ffmpeg_build/lib" --bindir="$HOME/bin" --enable-gpl --enable-nonfree --enable-libfdk_aac --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264
install prefix /root/ffmpeg_build
source path .
C compiler gcc
C library glibc
ARCH x86 (generic)
big-endian no
runtime cpu detection yes
yasm yes
MMX enabled yes
MMXEXT enabled yes
3DNow! enabled yes
3DNow! extended enabled yes
SSE enabled yes
SSSE3 enabled yes
AVX enabled yes
XOP enabled yes
FMA3 enabled yes
FMA4 enabled yes
i686 features enabled yes
CMOV is fast yes
EBX available yes
EBP available yes
debug symbols yes
strip symbols yes
optimize for size no
optimizations yes
static yes
shared no
postprocessing support yes
new filter support yes
network support yes
threading support pthreads
safe bitstream reader yes
SDL support no
opencl enabled no
texi2html enabled no
perl enabled yes
pod2man enabled yes
makeinfo enabled no
makeinfo supports HTML no
External libraries:
iconv libopus libx264
libfdk_aac libvorbis zlib
libmp3lame libvpx
Enabled decoders:
aac bfi gsm
aac_latm bink gsm_ms
aasc binkaudio_dct h261
ac3 binkaudio_rdft h263
ac3_fixed bintext h263i
adpcm_4xm bmp h263p
adpcm_adx bmv_audio h264
adpcm_afc bmv_video hevc
adpcm_ct brender_pix hnm4_video
adpcm_dtk c93 huffyuv
adpcm_ea cavs iac
adpcm_ea_maxis_xa cdgraphics idcin
adpcm_ea_r1 cdxl idf
adpcm_ea_r2 cinepak iff_byterun1
adpcm_ea_r3 cljr iff_ilbm
adpcm_ea_xas cllc imc
adpcm_g722 comfortnoise indeo2
adpcm_g726 cook indeo3
adpcm_g726le cpia indeo4
adpcm_ima_amv cscd indeo5
adpcm_ima_apc cyuv interplay_dpcm
adpcm_ima_dk3 dca interplay_video
adpcm_ima_dk4 dfa jacosub
adpcm_ima_ea_eacs dirac jpeg2000
adpcm_ima_ea_sead dnxhd jpegls
adpcm_ima_iss dpx jv
adpcm_ima_oki dsd_lsbf kgv1
adpcm_ima_qt dsd_lsbf_planar kmvc
adpcm_ima_rad dsd_msbf lagarith
adpcm_ima_smjpeg dsd_msbf_planar libfdk_aac
adpcm_ima_wav dsicinaudio libopus
adpcm_ima_ws dsicinvideo libvorbis
adpcm_ms dvbsub libvpx_vp8
adpcm_sbpro_2 dvdsub libvpx_vp9
adpcm_sbpro_3 dvvideo loco
adpcm_sbpro_4 dxa mace3
adpcm_swf dxtory mace6
adpcm_thp eac3 mdec
adpcm_vima eacmv metasound
adpcm_xa eamad microdvd
adpcm_yamaha eatgq mimic
aic eatgv mjpeg
alac eatqi mjpegb
alias_pix eightbps mlp
als eightsvx_exp mmvideo
amrnb eightsvx_fib motionpixels
amrwb escape124 movtext
amv escape130 mp1
anm evrc mp1float
ansi exr mp2
ape ffv1 mp2float
apng ffvhuff mp3
ass ffwavesynth mp3adu
asv1 fic mp3adufloat
asv2 flac mp3float
atrac1 flashsv mp3on4
atrac3 flashsv2 mp3on4float
atrac3p flic mpc7
aura flv mpc8
aura2 fourxm mpeg1video
avrn fraps mpeg2video
avrp frwu mpeg4
avs g2m mpegvideo
avui g723_1 mpl2
ayuv g729 msa1
bethsoftvid gif msmpeg4v1
msmpeg4v2 qcelp twinvq
msmpeg4v3 qdm2 txd
msrle qdraw ulti
mss1 qpeg utvideo
mss2 qtrle v210
msvideo1 r10k v210x
mszh r210 v308
mts2 ra_144 v408
mvc1 ra_288 v410
mvc2 ralf vb
mxpeg rawvideo vble
nellymoser realtext vc1
nuv rl2 vc1image
on2avc roq vcr1
opus roq_dpcm vima
paf_audio rpza vmdaudio
paf_video rv10 vmdvideo
pam rv20 vmnc
pbm rv30 vorbis
pcm_alaw rv40 vp3
pcm_bluray s302m vp5
pcm_dvd sami vp6
pcm_f32be sanm vp6a
pcm_f32le sgi vp6f
pcm_f64be sgirle vp7
pcm_f64le shorten vp8
pcm_lxf sipr vp9
pcm_mulaw smackaud vplayer
pcm_s16be smacker vqa
pcm_s16be_planar smc wavpack
pcm_s16le smvjpeg webp
pcm_s16le_planar snow webvtt
pcm_s24be sol_dpcm wmalossless
pcm_s24daud sonic wmapro
pcm_s24le sp5x wmav1
pcm_s24le_planar srt wmav2
pcm_s32be ssa wmavoice
pcm_s32le stl wmv1
pcm_s32le_planar subrip wmv2
pcm_s8 subviewer wmv3
pcm_s8_planar subviewer1 wmv3image
pcm_u16be sunrast wnv1
pcm_u16le svq1 ws_snd1
pcm_u24be svq3 xan_dpcm
pcm_u24le tak xan_wc3
pcm_u32be targa xan_wc4
pcm_u32le targa_y216 xbin
pcm_u8 text xbm
pcm_zork theora xface
pcx thp xl
pgm tiertexseqvideo xsub
pgmyuv tiff xwd
pgssub tmv y41p
pictor truehd yop
pjs truemotion1 yuv4
png truemotion2 zero12v
ppm truespeech zerocodec
prores tscc zlib
prores_lgpl tscc2 zmbv
ptx tta
Enabled encoders:
a64multi libopus pgmyuv
a64multi5 libvorbis png
aac libvpx_vp8 ppm
ac3 libvpx_vp9 prores
ac3_fixed libx264 prores_aw
adpcm_adx libx264rgb prores_ks
adpcm_g722 ljpeg qtrle
adpcm_g726 mjpeg r10k
adpcm_ima_qt movtext r210
adpcm_ima_wav mp2 ra_144
adpcm_ms mp2fixed rawvideo
adpcm_swf mpeg1video roq
adpcm_yamaha mpeg2video roq_dpcm
alac mpeg4 rv10
alias_pix msmpeg4v2 rv20
amv msmpeg4v3 s302m
ass msvideo1 sgi
asv1 nellymoser snow
asv2 pam sonic
avrp pbm sonic_ls
avui pcm_alaw srt
ayuv pcm_f32be ssa
bmp pcm_f32le subrip
cinepak pcm_f64be sunrast
cljr pcm_f64le svq1
comfortnoise pcm_mulaw targa
dca pcm_s16be tiff
dnxhd pcm_s16be_planar tta
dpx pcm_s16le utvideo
dvbsub pcm_s16le_planar v210
dvdsub pcm_s24be v308
dvvideo pcm_s24daud v408
eac3 pcm_s24le v410
ffv1 pcm_s24le_planar vorbis
ffvhuff pcm_s32be wavpack
flac pcm_s32le webvtt
flashsv pcm_s32le_planar wmav1
flashsv2 pcm_s8 wmav2
flv pcm_s8_planar wmv1
g723_1 pcm_u16be wmv2
gif pcm_u16le xbm
h261 pcm_u24be xface
h263 pcm_u24le xsub
h263p pcm_u32be xwd
huffyuv pcm_u32le y41p
jpeg2000 pcm_u8 yuv4
jpegls pcx zlib
libfdk_aac pgm zmbv
libmp3lame
Enabled hwaccels:
Enabled parsers:
aac dvd_nav mpegvideo
aac_latm dvdsub opus
ac3 flac png
adx gsm pnm
bmp h261 rv30
cavsvideo h263 rv40
cook h264 tak
dca hevc vc1
dirac mjpeg vorbis
dnxhd mlp vp3
dpx mpeg4video vp8
dvbsub mpegaudio vp9
Enabled demuxers:
aac h261 mxg
ac3 h263 nc
act h264 nistsphere
adf hevc nsv
adp hls nut
adx hnm nuv
aea ico ogg
afc idcin oma
aiff idf paf
amr iff pcm_alaw
anm ilbc pcm_f32be
apc image2 pcm_f32le
ape image2_alias_pix pcm_f64be
apng image2_brender_pix pcm_f64le
aqtitle image2pipe pcm_mulaw
asf image_bmp_pipe pcm_s16be
ass image_dpx_pipe pcm_s16le
ast image_exr_pipe pcm_s24be
au image_j2k_pipe pcm_s24le
avi image_jpeg_pipe pcm_s32be
avr image_jpegls_pipe pcm_s32le
avs image_pictor_pipe pcm_s8
bethsoftvid image_png_pipe pcm_u16be
bfi image_sgi_pipe pcm_u16le
bink image_sunrast_pipe pcm_u24be
bintext image_tiff_pipe pcm_u24le
bit image_webp_pipe pcm_u32be
bmv ingenient pcm_u32le
boa ipmovie pcm_u8
brstm ircam pjs
c93 iss pmp
caf iv8 pva
cavsvideo ivf pvf
cdg jacosub qcp
cdxl jv r3d
cine latm rawvideo
concat live_flv realtext
data lmlm4 redspark
daud loas rl2
dfa lrc rm
dirac lvf roq
dnxhd lxf rpl
dsf m4v rsd
dsicin matroska rso
dts mgsts rtp
dtshd microdvd rtsp
dv mjpeg sami
dxa mlp sap
ea mlv sbg
ea_cdata mm sdp
eac3 mmf sdr2
epaf mov segafilm
ffm mp3 shorten
ffmetadata mpc siff
filmstrip mpc8 sln
flac mpegps smacker
flic mpegts smjpeg
flv mpegtsraw smush
fourxm mpegvideo sol
frm mpl2 sox
g722 mpsub spdif
g723_1 msnwc_tcp srt
g729 mtv stl
gif mv str
gsm mvi subviewer
gxf mxf subviewer1
sup vc1t webvtt
swf vivo wsaud
tak vmd wsvqa
tedcaptions vobsub wtv
thp voc wv
tiertexseq vplayer xa
tmv vqf xbin
truehd w64 xmv
tta wav xwma
tty wc3 yop
txd webm_dash_manifest yuv4mpegpipe
vc1
Enabled muxers:
a64 ipod pcm_s24le
ac3 ircam pcm_s32be
adts ismv pcm_s32le
adx ivf pcm_s8
aiff jacosub pcm_u16be
amr latm pcm_u16le
asf lrc pcm_u24be
asf_stream m4v pcm_u24le
ass matroska pcm_u32be
ast matroska_audio pcm_u32le
au md5 pcm_u8
avi microdvd psp
avm2 mjpeg rawvideo
bit mkvtimestamp_v2 rm
caf mlp roq
cavsvideo mmf rso
crc mov rtp
dash mp2 rtp_mpegts
data mp3 rtsp
daud mp4 sap
dirac mpeg1system segment
dnxhd mpeg1vcd smjpeg
dts mpeg1video smoothstreaming
dv mpeg2dvd sox
eac3 mpeg2svcd spdif
f4v mpeg2video spx
ffm mpeg2vob srt
ffmetadata mpegts stream_segment
filmstrip mpjpeg swf
flac mxf tee
flv mxf_d10 tg2
framecrc null tgp
framemd5 nut truehd
g722 oga uncodedframecrc
g723_1 ogg vc1
gif oma vc1t
gxf opus voc
h261 pcm_alaw w64
h263 pcm_f32be wav
h264 pcm_f32le webm
hds pcm_f64be webm_dash_manifest
hevc pcm_f64le webp
hls pcm_mulaw webvtt
ico pcm_s16be wtv
ilbc pcm_s16le wv
image2 pcm_s24be yuv4mpegpipe
image2pipe
Enabled protocols:
cache http rtmpt
concat httpproxy rtp
crypto icecast srtp
data md5 subfile
ffrtmphttp mmsh tcp
file mmst udp
ftp pipe udplite
gopher rtmp unix
hls
Enabled filters:
adelay dejudder pad
aecho delogo pan
aeval deshake perms
aevalsrc drawbox perspective
afade drawgrid phase
aformat earwax pixdesctest
ainterleave ebur128 pp
allpass edgedetect psnr
alphaextract elbg pullup
alphamerge equalizer removelogo
amerge extractplanes replaygain
amix fade rgbtestsrc
amovie field rotate
anull fieldmatch sab
anullsink fieldorder scale
anullsrc flanger select
apad format sendcmd
aperms fps separatefields
aphaser framepack setdar
aresample framestep setfield
aselect geq setpts
asendcmd gradfun setsar
asetnsamples haldclut settb
asetpts haldclutsrc showcqt
asetrate hflip showinfo
asettb highpass showspectrum
ashowinfo histeq showwaves
asplit histogram shuffleplanes
astats hqdn3d signalstats
astreamsync hqx silencedetect
atempo hue silenceremove
atrim idet sine
avectorscope il smartblur
bandpass interlace smptebars
bandreject interleave smptehdbars
bass join split
bbox kerndeint spp
biquad lenscorrection stereo3d
blackdetect life super2xsai
blackframe lowpass swapuv
blend lut telecine
boxblur lut3d testsrc
cellauto lutrgb thumbnail
channelmap lutyuv tile
channelsplit mandelbrot tinterlace
codecview mcdeint transpose
color mergeplanes treble
colorbalance movie trim
colorchannelmixer mp unsharp
colorlevels mpdecimate uspp
colormatrix mptestsrc vflip
compand negate vignette
concat noformat volume
copy noise volumedetect
crop null w3fdif
cropdetect nullsink xbr
curves nullsrc yadif
dctdnoiz overlay zoompan
decimate owdenoise
Enabled bsfs:
aac_adtstoasc imx_dump_header mp3_header_decompress
chomp mjpeg2jpeg noise
dump_extradata mjpega_dump_header remove_extradata
h264_mp4toannexb mov2textsub text2movsub
Enabled indevs:
dv1394 lavfi v4l2
fbdev oss
Enabled outdevs:
fbdev oss v4l2
License: nonfree and unredistributable
Creating config.mak, config.h, and doc/config.texi...
config.h is unchanged
config.asm is unchanged
libavutil/avconfig.h is unchangednow i am trying to run make command but getting the following error
make
POD doc/ffmpeg.pod
POD doc/ffprobe.pod
POD doc/ffserver.pod
POD doc/ffmpeg-all.pod
POD doc/ffprobe-all.pod
POD doc/ffserver-all.pod
MAN doc/ffmpeg.1
MAN doc/ffprobe.1
MAN doc/ffserver.1
MAN doc/ffmpeg-all.1
MAN doc/ffprobe-all.1
MAN doc/ffserver-all.1
LD ffmpeg_g
libavcodec/libavcodec.a(tiertexseqv.o): In function `seq_decode_op1':
/root/ffmpeg_sources/ffmpeg/libavcodec/tiertexseqv.c:111: undefined reference to `ff_log2_tab'
libavcodec/libavcodec.a(xsubdec.o): In function `decode_frame':
/root/ffmpeg_sources/ffmpeg/libavcodec/xsubdec.c:121: undefined reference to `ff_log2_tab'
libavcodec/libavcodec.a(xsubenc.o): In function `put_xsub_rle':
/root/ffmpeg_sources/ffmpeg/libavcodec/xsubenc.c:45: undefined reference to `ff_log2_tab'
/root/ffmpeg_sources/ffmpeg/libavcodec/xsubenc.c:45: undefined reference to `ff_log2_tab'
/root/ffmpeg_sources/ffmpeg/libavcodec/xsubenc.c:45: undefined reference to `ff_log2_tab'
libavcodec/libavcodec.a(aacps.o):/root/ffmpeg_sources/ffmpeg/libavcodec/aacps.c:196: more undefined references to `ff_log2_tab' follow
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1can anyone help me for it . thank you in advance
-
2011 In Open Source Multimedia
5 janvier 2012, par Multimedia Mike — Open Source MultimediaSometimes I think that the pace of multimedia technology is slowing down. Obviously, I’m not paying close enough attention. I thought I would do a little 2011 year-end review of what happened in the world of open source multimedia, mainly for my own benefit. Let me know in the comments what I missed.
The Split
The biggest deal in open source multimedia was the matter of the project split. Where once stood one project (FFmpeg) there now stands two (also Libav). Where do things stand with the projects now ? Still very separate but similar. Both projects obsessively monitor each other’s git commits and prodigiously poach each other’s work, both projects being LGPL and all. Most features that land in one code base end up in the other. Thus, I refer to FFmpeg and Libav collectively as “the projects”.Some philosophical reasons for the split included project stagnation and development process friction. Curiously, these problems are fond memories now and the spirit of competition has pushed development forward at a blinding pace.
People inside the project have strong opinions about the split ; that’s understandable. People outside the project have strong opinions about the split ; that’s somewhat less understandable, but whatever. After 5 years of working for Adobe on the Flash Player (a.k.a. the most hated software in all existence if internet nerds are to be believed on the matter), I’m so over internet nerd drama.
For my part, I just try to maintain some appearance of neutrality since I manage some shared resources for the open source multimedia community (like the wiki and samples repo) and am trying to keep them from fracturing as well.
Apple and Open Source
It was big news that Apple magnanimously open sourced their lossless audio codec. That sets a great example and precedent.New Features
I mined the'git log'
of the projects in order to pick out some features that were added during 2011.First off, Apple’s ProRes video codec was reverse engineered and incorporated into the multimedia libraries. And for some weird reason, this is an item that made the rounds in the geek press. I’m not entirely sure why, but it may have something to do with inter-project conflict. Anyway, here is the decoder in action, playing a video of some wild swine, one of the few samples we have :
Other new video codecs included a reverse engineered Indeo 4 decoder. Gotta catch ‘em all ! That completes our collection of Indeo codecs. But that wasn’t enough– this year, we got a completely revised Indeo 3 decoder (the previous one, while functional, exhibited a lot of code artifacts betraying a direct ASM ->C translation). Oh, and many thanks to Kostya for this gem :
That’s the new Origin Xan decoder (best known for Wing Commander IV cinematics) in action, something I first started reverse engineering back in 2002. Thanks to Kostya for picking up my slack yet again.
Continuing with the codec section, there is a decoder for Adobe Flash Screen Video 2 — big congrats on this ! One of my jobs at Adobe was documenting this format to the outside world and I was afraid I could never quite make it clear enough to build a complete re-implementation. But the team came through.
Let’s see, there are decoders for VBLE video, Ut Video, Windows Media Image (WMVP/WMP2), Bink audio version ‘b’, H.264 4:2:2 intra frames, and MxPEG video. There is a DPX image encoder, a Cirrus Logic AccuPak video encoder, and a v410 codec.
How about some more game stuff ? The projects saw — at long last — an SMJPEG demuxer. This will finally allow usage and testing of the SMJPEG IMA ADPCM audio decoder I added about a decade ago. Funny story behind that– I was porting all of my decoders from xine which included the SMJPEG ADPCM. I just never quite got around to writing a corresponding demuxer. Thanks to Paul Mahol for taking care of that.
Here’s a DFA playback system for a 1995 DOS CD-ROM title called Chronomaster. No format is too obscure, nor its encoded contents too cheesy :
There’s now a demuxer for a format called XMV that was (is ?) prevalent on Xbox titles. Now the projects can handle FMV files from many Xbox games, such as Thrillville.
The projects also gained the ability to play BMV files. I think this surfing wizard comes from Discworld II. It’s non-computer-generated animation at a strange resolution.
More demuxers : xWMA, PlayStation Portable PMP format, and CRI ADX format ; muxer for OpenMG audio and LATM muxer/demuxer.
One more thing : an AVX-optimized fast Fourier transform (FFT). If you have a machine that supports AVX, there’s no way you’ll even notice the speed increase of a few measly FFT calls for audio coding/decoding, but that’s hardly the point. The projects always use everything on offer for any CPU.
Please make me aware of features that I missed in the list !
Continuous Testing
As a result of the split, each project has its own FATE server, one for FFmpeg and one for Libav. As of the new year, FFmpeg has just over 1000 tests while Libav had 965. This is one area where I’m obviously ecstatic to see competition. Some ad-hoc measurements on my part indicate that the total code coverage via the FATEs has not appreciably increased. But that’s a total percentage. Both the test count and the code count have been steadily rising.Google Summer of Code and Google Code-In
Once again, the projects were allowed to participate in the Google Summer of Code as well as Google Code-In. I confess that I didn’t keep up with these too carefully (and Code-In is still in progress as of this writing). I do know that the project split occurred after FFmpeg had already been accepted for GSoC season 2011 and the admins were gracious enough to allow FFmpeg and Libav to allow both projects to participate in the same slot as long as they could both be mature about it.Happy New Year
Let’s see what we can accomplish in 2012.