Commit graph

12 commits

Author SHA1 Message Date
adam
3d4ad100e9 0.7.1:
Minor bug fixes from 0.7.0

0.7.0:
General
* Many security fixes (static compile and fuzzing through AFL, always ongoing).
* Colorized log.
* Changed default audio volume to 100% instead of 75%.
* Expose more experimental options through the documentation.
* Improved GLES renderer on mobile platforms.
* Improvements on AVI dump.
* Fixed pkg-config Private.libs.
* SAT>IP playback support.

Codecs and File Formats
* Added L-HEVC File Format support (SHVC/MV-HEVC tracks and HEVC Tile Tracks).
* Added MPEG IFF (image File Format) support.
* Range extension support for AVC and HEVC.
* SHVC and MV-HEVC importers and playback: moved to final spec version (SHM6+).

Adaptive streaming
* Support of HLS with fragmented MP4 playback.
* APIs: gf_mpd_() functions and new segmenter API.
* Improved alternate groups.
* More support for PIFF PSEC and Smooth Streaming ( file format & playback).
* DASH client: pluggable algorithms + improvements with scalable contents.
* The counter source from the DASH sequences added to the public content.
* HLS and DASH playback minor fixes.
* DASH client logs are clearer.

VR and 360
* Added support for DASH SRD in 360 for independent videos videos (NxM partial spheres) more
* Added support for DASH SRD in 360 for HEVC tiled videos (NxM tiles on one sphere) - checkout tuto

Mobile
* Apple VideoToolBox hardware decoding support for OSX and iOS for AVC|H264.
* Android hardware decoding hardware acceleration for AVC|H264 (HEVC on its way).
* YUV422 and YUV444 8 and 10 bit support in GLES renderer.
* Android build is based on Android Studio.
* Android: new File Manager.

Subtitles
* Import of TTML via NHML according to MPEG-4 part 30 improved.
2017-07-22 13:07:04 +00:00
tnn
701829a8d8 Update to gpac-0.6.1
0.6.1:
Fixing packaging bugs in 0.6.0 (wrong version numbers were used).

0.6.0:
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)
2016-10-11 00:31:28 +00:00
tnn
e49589c7eb Update to gpac-0.5.2.
Changes unknown. Previous version couldn't import VTT subtitles,
this version can.

While here switch from ffmpeg1 to ffmpeg2 and drop MAKE_JOBS_SAFE=no.
2015-11-05 22:02:08 +00:00
jperkin
0f651d5456 Pass through LDFLAGS for rpaths, fixes check-shlibs. 2014-07-25 18:13:54 +00:00
fhajny
2795245aca Fix LDFLAGS parsing bug on SunOS (upstream PR submitted). 2013-02-06 11:09:34 +00:00
ryoon
6178e85dc8 Update to 0.5.0
Changelog:
25/05/2012: GPAC 0.5.0
  - 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
2012-12-09 17:15:06 +00:00
marino
028a2dec80 multimedia/gpac: Fix linker flag bug
GCC 4.6+ does not tolerate flags starting with "--" like older versions
do.  These flags were meant to fall to the linker, but starting with
GCC 4.6, they have to be explicitly prefixed with "-Wl,".

Fix the gcc 4.7 breakage on "--warn-common".
2012-10-09 17:53:51 +00:00
joerg
33148c0f49 Fix linkage of OSS module. Bump revision. 2012-05-22 05:58:47 +00:00
fhajny
5cdc713992 Fix build on SunOS. 2012-03-12 11:22:15 +00:00
wiz
cefb021860 Fix build with png-1.5. 2011-02-06 15:50:04 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
jmcneill
908b0a5a7d Import gpac version 0.4.5.
GPAC features encoders and multiplexers, publishing and content distribution
tools for MP4 and 3GPP or 3GPP2 files and many tools for scene descriptions
(BIFS/VRML/X3D converters, SWF/BIFS, SVG/BIFS, etc...). MP4Box provides all
these tools in a single command-line application.
2009-01-23 14:54:23 +00:00