Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 1, 2019 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/cd2e457aa6137ce6c85a175a1ed6cc1b to your computer and use it in GitHub Desktop.
Save ryantm/cd2e457aa6137ce6c85a175a1ed6cc1b to your computer and use it in GitHub Desktop.
/nix/store/0r196ansmrqg2byq7flf2kwcxmgisgf2-gpac-0.8.0
├── bin
│   ├── MP42TS
│   ├── MP4Box
│   └── MP4Client
├── include
│   ├── gpac
│   │   ├── ait.h
│   │   ├── atsc.h
│   │   ├── avparse.h
│   │   ├── base_coding.h
│   │   ├── bifs.h
│   │   ├── bitstream.h
│   │   ├── cache.h
│   │   ├── color.h
│   │   ├── compositor.h
│   │   ├── config_file.h
│   │   ├── configuration.h
│   │   ├── constants.h
│   │   ├── crypt.h
│   │   ├── dash.h
│   │   ├── download.h
│   │   ├── dsmcc.h
│   │   ├── dvb_mpe.h
│   │   ├── esi.h
│   │   ├── events_constants.h
│   │   ├── events.h
│   │   ├── filestreamer.h
│   │   ├── html5_media.h
│   │   ├── html5_mse.h
│   │   ├── ietf.h
│   │   ├── internal
│   │   │   ├── avilib.h
│   │   │   ├── bifs_dev.h
│   │   │   ├── bifs_tables.h
│   │   │   ├── camera.h
│   │   │   ├── compositor_dev.h
│   │   │   ├── crypt_dev.h
│   │   │   ├── dvb_mpe_dev.h
│   │   │   ├── ietf_dev.h
│   │   │   ├── isomedia_dev.h
│   │   │   ├── laser_dev.h
│   │   │   ├── m3u8.h
│   │   │   ├── media_dev.h
│   │   │   ├── mesh.h
│   │   │   ├── mpd.h
│   │   │   ├── odf_dev.h
│   │   │   ├── odf_parse_common.h
│   │   │   ├── ogg.h
│   │   │   ├── reedsolomon.h
│   │   │   ├── scenegraph_dev.h
│   │   │   ├── smjs_api.h
│   │   │   ├── swf_dev.h
│   │   │   ├── terminal_dev.h
│   │   │   └── vobsub.h
│   │   ├── ismacryp.h
│   │   ├── iso639.h
│   │   ├── isomedia.h
│   │   ├── laser.h
│   │   ├── list.h
│   │   ├── map.h
│   │   ├── maths.h
│   │   ├── mediaobject.h
│   │   ├── media_tools.h
│   │   ├── module.h
│   │   ├── modules
│   │   │   ├── audio_out.h
│   │   │   ├── codec.h
│   │   │   ├── font.h
│   │   │   ├── hardcoded_proto.h
│   │   │   ├── ipmp.h
│   │   │   ├── js_usr.h
│   │   │   ├── raster2d.h
│   │   │   ├── service.h
│   │   │   ├── term_ext.h
│   │   │   └── video_out.h
│   │   ├── mpeg4_odf.h
│   │   ├── mpegts.h
│   │   ├── network.h
│   │   ├── nodes_mpeg4.h
│   │   ├── nodes_svg.h
│   │   ├── nodes_x3d.h
│   │   ├── nodes_xbl.h
│   │   ├── options.h
│   │   ├── path2d.h
│   │   ├── revision.h
│   │   ├── ringbuffer.h
│   │   ├── rtp_streamer.h
│   │   ├── scene_engine.h
│   │   ├── scenegraph.h
│   │   ├── scenegraph_svg.h
│   │   ├── scenegraph_vrml.h
│   │   ├── scene_manager.h
│   │   ├── setup.h
│   │   ├── svg_types.h
│   │   ├── sync_layer.h
│   │   ├── terminal.h
│   │   ├── term_info.h
│   │   ├── thread.h
│   │   ├── token.h
│   │   ├── tools.h
│   │   ├── unicode.h
│   │   ├── user.h
│   │   ├── utf.h
│   │   ├── version.h
│   │   ├── webvtt.h
│   │   └── xml.h
│   ├── win32
│   │   ├── inttypes.h
│   │   └── stdint.h
│   └── wince
│   └── errno.h
├── lib
│   ├── gpac
│   │   ├── gm_aac_in.so
│   │   ├── gm_ac3_in.so
│   │   ├── gm_amr_in.so
│   │   ├── gm_atsc_in.so
│   │   ├── gm_audio_filter.so
│   │   ├── gm_bifs_dec.so
│   │   ├── gm_ctx_load.so
│   │   ├── gm_dummy_in.so
│   │   ├── gm_img_in.so
│   │   ├── gm_ismacryp.so
│   │   ├── gm_isom_in.so
│   │   ├── gm_laser_dec.so
│   │   ├── gm_mp3_in.so
│   │   ├── gm_mpd_in.so
│   │   ├── gm_mpegts_in.so
│   │   ├── gm_netctrl.so
│   │   ├── gm_odf_dec.so
│   │   ├── gm_osd.so
│   │   ├── gm_oss_audio.so
│   │   ├── gm_raw_out.so
│   │   ├── gm_rtp_in.so
│   │   ├── gm_saf_in.so
│   │   ├── gm_soft_raster.so
│   │   ├── gm_svg_in.so
│   │   ├── gm_timedtext.so
│   │   ├── gm_validator.so
│   │   ├── gm_vtt_in.so
│   │   └── gm_widgetman.so
│   ├── libgpac.so -> libgpac.so.8.0.0
│   ├── libgpac.so.8 -> libgpac.so.8.0.0
│   └── libgpac.so.8.0.0
└── share
├── gpac
│   ├── gpac.mp4
│   ├── gui
│   │   ├── extensions
│   │   │   ├── about
│   │   │   │   ├── info.js
│   │   │   │   ├── info.svg
│   │   │   │   └── init.js
│   │   │   ├── bifs_tests
│   │   │   │   ├── applications-other.svg
│   │   │   │   ├── bifs_tests.js
│   │   │   │   └── init.js
│   │   │   ├── H2B2VS
│   │   │   │   ├── h2b2vs.js
│   │   │   │   ├── H2B2VS.png
│   │   │   │   ├── init.js
│   │   │   │   ├── logo_hd.png
│   │   │   │   └── logo_uhd.png
│   │   │   ├── player
│   │   │   │   ├── applications-multimedia.svg
│   │   │   │   ├── fileopen.js
│   │   │   │   ├── init.js
│   │   │   │   ├── player.js
│   │   │   │   ├── playlist.js
│   │   │   │   └── stats.js
│   │   │   ├── showroom
│   │   │   │   ├── init.js
│   │   │   │   ├── osmo.bt
│   │   │   │   └── showroom.js
│   │   │   └── widget_manager
│   │   │   ├── applications-system.svg
│   │   │   └── init.js
│   │   ├── gui.bt
│   │   ├── gui.js
│   │   ├── gwlib.js
│   │   ├── icons
│   │   │   ├── add.svg
│   │   │   ├── app.svg
│   │   │   ├── audio_full.svg
│   │   │   ├── audio_mute.svg
│   │   │   ├── audio.svg
│   │   │   ├── check.svg
│   │   │   ├── close.svg
│   │   │   ├── compass.svg
│   │   │   ├── cross.svg
│   │   │   ├── down.svg
│   │   │   ├── expand.svg
│   │   │   ├── file.svg
│   │   │   ├── film.svg
│   │   │   ├── folder.svg
│   │   │   ├── harddrive.svg
│   │   │   ├── heart.svg
│   │   │   ├── home.svg
│   │   │   ├── image.svg
│   │   │   ├── info.svg
│   │   │   ├── laptop.svg
│   │   │   ├── left.svg
│   │   │   ├── list.svg
│   │   │   ├── live.svg
│   │   │   ├── media_next.svg
│   │   │   ├── media_prev.svg
│   │   │   ├── monitor.svg
│   │   │   ├── more.svg
│   │   │   ├── musical.svg
│   │   │   ├── navigation.svg
│   │   │   ├── network.svg
│   │   │   ├── next.svg
│   │   │   ├── osmo.svg
│   │   │   ├── overflowing.svg
│   │   │   ├── pause.svg
│   │   │   ├── play_loop.svg
│   │   │   ├── play_shuffle.svg
│   │   │   ├── play_single.svg
│   │   │   ├── play.svg
│   │   │   ├── pl_next.svg
│   │   │   ├── pl_prev.svg
│   │   │   ├── power.svg
│   │   │   ├── previous.svg
│   │   │   ├── remove.svg
│   │   │   ├── resize.svg
│   │   │   ├── rewind.svg
│   │   │   ├── right.svg
│   │   │   ├── seek_forward.svg
│   │   │   ├── shrink.svg
│   │   │   ├── sort.svg
│   │   │   ├── speed.svg
│   │   │   ├── star.svg
│   │   │   ├── stop2.svg
│   │   │   ├── stop.svg
│   │   │   ├── trash.svg
│   │   │   ├── tray.svg
│   │   │   ├── tv.svg
│   │   │   ├── up.svg
│   │   │   └── world.svg
│   │   ├── mpegu-core.js
│   │   └── webvtt-renderer.js
│   └── shaders
│   ├── fragment.glsl
│   └── vertex.glsl
└── man
└── man1
├── gpac.1.gz
├── mp4box.1.gz
└── mp4client.1.gz
23 directories, 226 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment