GPAC Changelog

What's new in GPAC 0.6.1

Jun 22, 2016
  • Fixing packaging bugs in 0.6.0 (wrong version numbers were used).
  • Fixing compilation for msvc, xcode and android (revision.h was not generated)
  • Removed old IDE solutions (msvc, emsvc and codeblocks)
  • MP4Box: Fix force filename when '-out' is specified with a track number.

New in GPAC 0.6.0 (Jun 22, 2016)

  • General:
  • Improved very high resolutions, high framerate, and high colorspace (10 bits) playback support.
  • HEVC top-notch support.
  • Improved video playback through OpenGL and OpenGL ES.
  • Video 360 navigation support on all platforms.
  • Many adaptive streaming improvement (HLS and DASH), see specific section below.
  • MP42TS (MPEG2-TS multiplexer) is production grade for adaptive streaming and reference vector streams.
  • TEMI extension for fine synchronization and hybrid delivery (mandated by HbbTV 2.0).
  • Better language tagging support.
  • UTF16 name handling.
  • Better multi-channel audio support.
  • Improved support for encryption (CENC/PIFF - both AES CTR and CBC are supported).
  • Improved generic support for subtitles (METX/METT, STPP TTML, WebVTT, SBTT, STXT, etc.).
  • Parallel execution of GPAC tools.
  • Better network support for TTL and multi-interface.
  • SHVC (scalable) experimental (based on SHM4.1 and old ISOBMFF spec)
  • Dev:
  • Improved security on the code.
  • Memory tracker can display the stack.
  • More examples of the API (player, demuxers, benchmarks, ...).
  • Build:
  • Compatible with the latest dependencies (FFmpeg 3, etc.).
  • Improved compatibility for toolchains (MSYS, MSYS2, Cygwin ; MSVC 2015 ; updated XCode ; updated Android and iOS build environments).
  • Improved partial build.
  • Static builds (including for the MP4Client player).
  • MP4Box:
  • Added timescale change (:timescale=) and overwrite (:rescale=) in MP4Box importers.
  • MP4Box to stdout with -std.
  • Better id3v2 support.
  • Better metadata handling.
  • Options to change or swap trackIDs.
  • -align-cat option.
  • MP4Client/Osmo4:
  • Can display interactive animated graphics for statistics (buffer levels, resolutions for adaptive streaming, additional services, IOs, etc.)
  • Mobile: several improvements. OpenGL ES2 support and better shaders.
  • SVG animation and MediaSourceExtension support in SVG tag.
  • Hybrid playback (broadcast/broadband, scalable codecs, fine synchronization, GUI in MP4Client).
  • Dektec output cards.
  • Adaptive streaming:
  • Better HLS support (including startup improvement for huge VoD manifests).
  • Industry profiles support: DASH-IF 2.0, HbbTV 1.5. Others on the roadmap.
  • DASH segmenting: now cuts segments at average duration like other packagers. Less correct but improved player compatibility. Old behaviour with -dash-strict.
  • DASH segmenting: insertion of custom DASH descriptors at various level of the MPD hierarchy, including SRD descriptors
  • MP4Box can do stateful live packaging using -dash-live and -dash-ctx.
  • Better SAP handling (from Type 1 to 6) aligned with MPEG latest documents.
  • HDS preliminary support.
  • SRD playback support for independent videos and HEVC independent tiles (file format still experimental), with various rate allocation strategies per tiles.

New in GPAC 0.5.0 (Oct 23, 2015)

  • MPEG-DASH and Apple HLS support in GPAC Clients
  • MPEG-DASH segmenter for ISO files and MPEG-2 TS in MP4Box
  • MP42TS generator now supports HLS output
  • Support for MPEG-U and W3C widgets
  • UPnP and DLNA support in the player through Platinum libraries, interfaced in JavaScript
  • Better support for AVC and SVC muxing in MP4
  • Support for OpenSVC decoder
  • Stereo and Multi-view renderer for auto-stereoscopic screens
  • iOS and Android support (but Symbian support has been dropped)
  • Camera input through "camera://default" URLs on Windows, OSX 32bit, Linux V4L v1 and Android
  • experimental audio filters
  • Better T-DMB support
  • experimental DVB-MPE and DSM-CC support
  • BIFS ExtendedCore2D profile support
  • more work on GUI
  • and many many fixes and improvements in players and MP4Box