Up to [cvs.NetBSD.org] / pkgsrc / multimedia / gpac
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.92 / (download) - annotate - [select for diffs], Sun Jan 29 21:17:17 2023 UTC (7 weeks, 6 days ago) by ryoon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.91: +2 -2
lines
Diff to previous 1.91 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.91 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:43 2022 UTC (4 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.90: +2 -2
lines
Diff to previous 1.90 (colored)
*: bump PKGREVISION for libunistring shlib major bump
Revision 1.90 / (download) - annotate - [select for diffs], Tue Sep 27 20:58:25 2022 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.89: +2 -2
lines
Diff to previous 1.89 (colored)
*: recursive bump for ffmpeg4 switch to x264
Revision 1.89 / (download) - annotate - [select for diffs], Sun Sep 11 12:52:01 2022 UTC (6 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.88: +2 -2
lines
Diff to previous 1.88 (colored)
*: bump PKGREVISION for flac shlib bump
Revision 1.88 / (download) - annotate - [select for diffs], Sat Jul 2 16:53:30 2022 UTC (8 months, 3 weeks ago) by ryoon
Branch: MAIN
Changes since 1.87: +2 -2
lines
Diff to previous 1.87 (colored)
*: Recursive revbump from audio/pulseaudio
Revision 1.87 / (download) - annotate - [select for diffs], Mon Mar 28 10:45:23 2022 UTC (11 months, 4 weeks ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.86: +2 -2
lines
Diff to previous 1.86 (colored)
m*/*: revbump(1) for libsndfile
Revision 1.86 / (download) - annotate - [select for diffs], Wed Dec 8 16:05:47 2021 UTC (15 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.85: +2 -2
lines
Diff to previous 1.85 (colored)
revbump for icu and libffi
Revision 1.85 / (download) - annotate - [select for diffs], Sat Oct 9 15:35:08 2021 UTC (17 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.84: +2 -2
lines
Diff to previous 1.84 (colored)
Recursive revbump for multimedia/libaom
Revision 1.84 / (download) - annotate - [select for diffs], Wed Sep 29 19:01:02 2021 UTC (17 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.83: +2 -2
lines
Diff to previous 1.83 (colored)
revbump for boost-libs
Revision 1.83 / (download) - annotate - [select for diffs], Fri Sep 17 00:10:21 2021 UTC (18 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.82: +9 -12
lines
Diff to previous 1.82 (colored)
gpac: Fix building on notdarwin.
Revision 1.82 / (download) - annotate - [select for diffs], Fri Jul 30 12:27:02 2021 UTC (19 months, 3 weeks ago) by ryoon
Branch: MAIN
Changes since 1.81: +2 -1
lines
Diff to previous 1.81 (colored)
*: Recursive revbump from audio/pulseaudio-15.0
Revision 1.81 / (download) - annotate - [select for diffs], Wed Jul 14 01:35:23 2021 UTC (20 months, 1 week ago) by schmonz
Branch: MAIN
Changes since 1.80: +2 -3
lines
Diff to previous 1.80 (colored)
Update to 1.0.1. From the changelog: 10/09/2020: GPAC 1.0.1 This release fixes build and installation issues in 1.0.0, as well as various bugs introduced during the migration to the filters architecture. It also adds several small features: - better ttml import - better support for MPEGH audio - support fur DASH UTCTiming - manifest generation from pre-fragmented DASH/HLS mp4 - speed optimization in isobmf reading (normal and fragmented) - improved JS API for the filter session - core tools exposed as JS module (file io, bitstream, etc ...) - android fixes 16/06/2020: GPAC 1.0 - Complete rewrite of GPAC streaming core: * addition of a filter-based architecture, used by MP4Client and MP4Box. * moving all decoders and demuxer plugins of MP4Client and most of MP4Box import/export code as filters for this new architecture, * moving DASH/HLS segmenter to a filter * moving MP4Client compositor and most of the GF_Terminal internals to a filter * addition of a new application gpac, whose only purpose is to create and run filter chains * removal of MP42TS and DashCast applications since these functionalities are provided by gpac * deprecation of some features (widget management, MSE draft implementation for SVG media, UPnP, TEMI player support). - Profile system allowing to override through a static file default options of all filters and libgpac core - Alias system for gpac app to simplify your command lines - Enhanced DASHer: * Support for HLS and dual HLS / DASH generation * Support for any input * True low-latency mode for DASH * Support for multiple periods * Support for other segment formats (raw, mkv, webm currently tested) - Input and outputs * Generic pipe, TCP, UDP, and Unix Domain socket input and output * RTSP server output * HTTP output (client and server), supporting low latency DASH access * Ad-hoc stream format called GSF to allow serialization to file, pipe or socket of a session (for distributed filter chains), supporting AES-128 CBC encryption. - Raw audio (PCM) and video (RGB, YUV) reframers and exporters - HEVC tile spliting and merging filters - Compositor is a standalone filter (SVG/BIFS/VRML graphics in a filter chain) - Image encoding support through libjpg and libpng - Full FFMPEG support: * Encoding/decoding through FFMPEG libavcodec * Multiplexing/demultiplexing through FFMPEG libavformat * Device grabbers through FFMPEG libavdevice * Raw audio and video filters through FFMPEG libavfilter - Support for QuickJS (ES2002) and bindings for: * Complete filter API * GPAC software rasterizer (EVG) * WebGL 1.0 Core * XmlHttpRequest and uDOM APIs * Storage - Inspect and analyze filter - MPEG-2 TS splitter - Video cropper filter with zero-copy mode - Video flip filter - Source concatenator filter - Simple audio and video output filters - Experimental audio and video rewinder filter - Encryption * On-the-fly encryption and decryption, now available as filters * Segment-based encryption and decryption - ISOBMFF * box customization * Better QT support, prores parsing and dumping * Support for raw media (QT style or ISOBMFF for audio) * Simplify HEIF batch conversion through item to track mapping * Reading from pipes (fragmented or progressive files) * Writing to packets rather than files * Fast interleaved file creation mode with less storage requirements - FileIO wrapper for cases where files are not stored in a file system known by GPAC - Testing and Documentation * Live doc generation (man and wiki) * Improved coverage * Split test suite as dedicated repo * Moved all resource to https://wiki.gpac.io * Started howto pages on wiki * Many bug fixes
Revision 1.80 / (download) - annotate - [select for diffs], Wed Apr 21 13:25:04 2021 UTC (23 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.79: +2 -2
lines
Diff to previous 1.79 (colored)
revbump for boost-libs
Revision 1.79 / (download) - annotate - [select for diffs], Sun Feb 7 06:30:33 2021 UTC (2 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.78: +2 -2
lines
Diff to previous 1.78 (colored)
*: Recursive revbump from audio/pulseaudio-14.2.nb1
Revision 1.78 / (download) - annotate - [select for diffs], Fri Jan 1 09:52:36 2021 UTC (2 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.77: +2 -1
lines
Diff to previous 1.77 (colored)
*: Recursive revbump from audio/pulseaudio-14.0
Revision 1.77 / (download) - annotate - [select for diffs], Sat Sep 19 03:38:07 2020 UTC (2 years, 6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.76: +3 -5
lines
Diff to previous 1.76 (colored)
Update to 0.8.1. From the changelog: - support for Dolby Vision meta-data tagging in ISOBMFF - improved QT support - bug fixes and security fixes pkgsrc changes: - pkglint: define each PLIST_VARS where it's used
Revision 1.76 / (download) - annotate - [select for diffs], Tue Aug 18 17:58:09 2020 UTC (2 years, 7 months ago) by leot
Branch: MAIN
Changes since 1.75: +2 -2
lines
Diff to previous 1.75 (colored)
*: revbump for libsndfile
Revision 1.75 / (download) - annotate - [select for diffs], Mon Aug 17 20:19:38 2020 UTC (2 years, 7 months ago) by leot
Branch: MAIN
Changes since 1.74: +2 -2
lines
Diff to previous 1.74 (colored)
*: revbump after fontconfig bl3 changes (libuuid removal)
Revision 1.74 / (download) - annotate - [select for diffs], Fri May 22 10:56:23 2020 UTC (2 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.73: +2 -2
lines
Diff to previous 1.73 (colored)
revbump after updating security/nettle
Revision 1.73 / (download) - annotate - [select for diffs], Wed May 6 14:04:53 2020 UTC (2 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.72: +2 -2
lines
Diff to previous 1.72 (colored)
revbump after boost update
Revision 1.72 / (download) - annotate - [select for diffs], Sun Mar 8 16:50:40 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.71: +2 -2
lines
Diff to previous 1.71 (colored)
*: recursive bump for libffi
Revision 1.71 / (download) - annotate - [select for diffs], Sat Jan 18 21:50:06 2020 UTC (3 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.70: +2 -2
lines
Diff to previous 1.70 (colored)
*: Recursive revision bump for openssl 1.1.1.
Revision 1.70 / (download) - annotate - [select for diffs], Sun Jan 12 20:20:35 2020 UTC (3 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.69: +2 -1
lines
Diff to previous 1.69 (colored)
*: Recursive revbump from devel/boost-libs
Revision 1.69 / (download) - annotate - [select for diffs], Sun Jan 5 04:11:15 2020 UTC (3 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.68: +3 -4
lines
Diff to previous 1.68 (colored)
gpac: Update to 0.8.0 * Convert to ffmpeg4 from ffmpeg3 Changelog: We are happy to announce the new release 0.8.0 of GPAC, featuring AV1, full CENC and ATSC3.0 support. General Many security fixes (static compile and fuzzing through AFL, always ongoing). Many bugs fixes Added :ncl option in log levels to disable color logs More tests and coverage File Formats Better support of QTFF / ProRes files Support for AV1 -- import and export -- source formats: OBUs (Section 5), IVF and AnnexB -- AV1 in HEIF Support for color (nclc, nclx and ICC profiles) in HEIF and ISOBMFF Support for HDR (mdcv, clli) info in HEIF and ISOBMFF Support for alpha in HEIF Support for enforcing pasp presence even for 1:1 ratios HEVC temporal sublayer split in MP4Box Allow meta storage before mdat for meta-only files (heif and co) Added option to keep AU delimiter in isobmff samples Support for opus import Support for pixi and ccst in HEIF DolbyVision 'dvcC' and partial 'dvhe' boxes for HDR Support for VP9 import and playback Sample dependency in avc and hevc importers, and track thinner for non-refs images Support for audio_roll signaling New audio import mode to control AudioSampleEntry creation (v0, v1 ISOBMFF, v1 QTFF) xHE-AAC import with detection of sync samples Added support for MPEG-H 3D audio boxes (no import yet) Handle Vobsub empty SPU packets Added auxv and pict support Common Encryption Fully compliant CENC supporting cenc, cens, cbc1 and cbcs CENC for AV1 Improved DASH+CENC support, pssh in MPD ForceClear mode for CENC to skip encryption without sample groups Made senc in movie fragments always stored before truns Added default values handling for cbcs and possibility to set protection system per track Compatibility with OpenSSL 1.1.x Streaming and Adaptive Streaming Support for ATSC3.0 both US and Korean versions ! Support for for live splices (xlink period insertions) in DASH client Automatic period continuity in DASH when no codec change between periods Added DASH cue-base segmentation (XML based) and -dsap option to generate cue files from source Support for BBA-0 and BOLA implementations Write fragment defaults in trex even when not using them Support for simple ssix for keyframe data byterange at the start of a segment Moved segment template at AdaptationSet level if only one representation Changed default bsmode in dasher if single input file Added init-seg-ext option Added -mvex-after-traks option to MP4Box when dashing for CMAF Added segmentation option to insert a tfdt per traf Added -closest mode for DASH segmentation Added -bound option to use audio segmenting method for video Renamed -dash-run-for to -run-for Added '=' in dash templates Improved bandwith estimation when using HTTP 1.1 chunk transfer Add option to force moof base offsets MP4Box Added -catpl to concatenate from playlist in MP4Box Added options to set movie timescale at import and dash time Added mpd rip option and top-level box compressor in MP4Box Made -dts skip timing check and added -dtsc for that Made force-cat option more agressive Support for MovieFragmentRandomAccess using -mfra option Added -dtsx to dump timing without offset Added -dnalc opt for nal CRC dump Added chunk extraction up to time until end ISOBMFF single track import now removes references by default Decoders Updated ffmpeg to 4.0.2 Moved to openHEVC 3.0 API Added nvdec support (windows, linux) with reuse of decoder context for tiled VR Added HEVC support to mediacodec on android AV1 playback through ffmpeg Opus playback through ffmpeg 3D, VR and 360 Added vrhud for multiviewpoint 360 Added forced visibility mode of tiles in VR Added tile visibility debug mode Added forced stereo output for openhevc Disable face nav if mouse grabbed Added simple face tracking vr navigation based on udp commands Added PSVR support Added mouse move emulation at window border to force sphere rotation when inactive Changed tile visibility algo to sample points in mesh Players (Mobile and Desktop) Added about extension Added multiple audio objects in dynamic scene Added addon splicing of main content Added mosaic://v1:.:vN url support Added gaze simulation through mouse and gaze-sphere visibility test Subtitles Allow * as argument of -srt|ttxt to dump all possible tracks (#925) Improved support for WebVTT import Improved support for WebVTT DASHing/fragmentation Misc OSX install now done through PKG and modify PATH env in/etc/paths Added initial PMT version and disc marker to TS muxer Moved dektec output to matrix API, added SDI clipping Added temi periodic toggle and manual toggle in MP42TS
Revision 1.68 / (download) - annotate - [select for diffs], Wed Sep 18 14:17:13 2019 UTC (3 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.67: +2 -2
lines
Diff to previous 1.67 (colored)
Recursive revbump from audio/pulseaudio
Revision 1.67 / (download) - annotate - [select for diffs], Thu Aug 22 12:23:36 2019 UTC (3 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.66: +2 -2
lines
Diff to previous 1.66 (colored)
Recursive revbump from boost-1.71.0
Revision 1.66 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:35 2019 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.65: +2 -2
lines
Diff to previous 1.65 (colored)
*: recursive bump for nettle 3.5.1
Revision 1.65 / (download) - annotate - [select for diffs], Mon Jul 1 04:08:37 2019 UTC (3 years, 8 months ago) by ryoon
Branch: MAIN
Changes since 1.64: +2 -2
lines
Diff to previous 1.64 (colored)
Recursive revbump from boost-1.70.0
Revision 1.64 / (download) - annotate - [select for diffs], Thu Dec 13 19:52:13 2018 UTC (4 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.63: +2 -2
lines
Diff to previous 1.63 (colored)
revbump for boost 1.69.0
Revision 1.63 / (download) - annotate - [select for diffs], Fri Nov 23 08:06:31 2018 UTC (4 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.62: +2 -2
lines
Diff to previous 1.62 (colored)
Recursive revbump from multimedia/libva
Revision 1.62 / (download) - annotate - [select for diffs], Thu Aug 16 18:55:04 2018 UTC (4 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.61: +2 -2
lines
Diff to previous 1.61 (colored)
revbump after boost-libs update
Revision 1.61 / (download) - annotate - [select for diffs], Fri Jul 6 15:06:48 2018 UTC (4 years, 8 months ago) by ryoon
Branch: MAIN
Changes since 1.60: +2 -2
lines
Diff to previous 1.60 (colored)
Recursive revbump from audio/pulseaudio
Revision 1.60 / (download) - annotate - [select for diffs], Sun Apr 29 21:31:56 2018 UTC (4 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.59: +2 -2
lines
Diff to previous 1.59 (colored)
revbump for boost-libs update
Revision 1.59 / (download) - annotate - [select for diffs], Mon Mar 12 11:17:12 2018 UTC (5 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.58: +2 -2
lines
Diff to previous 1.58 (colored)
Recursive bumps for fontconfig and libzip dependency changes.
Revision 1.58 / (download) - annotate - [select for diffs], Mon Feb 26 08:19:29 2018 UTC (5 years ago) by adam
Branch: MAIN
Changes since 1.57: +2 -2
lines
Diff to previous 1.57 (colored)
revbump after x264-devel update
Revision 1.57 / (download) - annotate - [select for diffs], Sun Jan 28 20:10:56 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.56: +2 -2
lines
Diff to previous 1.56 (colored)
Bump PKGREVISION for gdbm shlib major bump
Revision 1.56 / (download) - annotate - [select for diffs], Mon Jan 1 21:18:45 2018 UTC (5 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.55: +2 -2
lines
Diff to previous 1.55 (colored)
Revbump after boost update
Revision 1.55 / (download) - annotate - [select for diffs], Fri Sep 8 02:38:41 2017 UTC (5 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.54: +2 -2
lines
Diff to previous 1.54 (colored)
Recursive revbump from audio/pulseaudio-11.0
Revision 1.54 / (download) - annotate - [select for diffs], Thu Aug 24 20:03:33 2017 UTC (5 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.53: +2 -1
lines
Diff to previous 1.53 (colored)
Revbump for boost update
Revision 1.53 / (download) - annotate - [select for diffs], Sat Jul 22 13:07:04 2017 UTC (5 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.52: +30 -14
lines
Diff to previous 1.52 (colored)
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.
Revision 1.52 / (download) - annotate - [select for diffs], Mon May 15 11:31:16 2017 UTC (5 years, 10 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.51: +5 -1
lines
Diff to previous 1.51 (colored)
Package assumes building from a git checkout, fix build by pre-generating the git version header.
Revision 1.51 / (download) - annotate - [select for diffs], Fri Feb 24 21:54:51 2017 UTC (6 years, 1 month ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.50: +2 -2
lines
Diff to previous 1.50 (colored)
revbump for ffmpeg3 buildlink3.mk addition of vaapi and vdpau. It creates a noticeable change at least for mpv, which now doesn't complain about --vo=vaapi or --vo=vdpau.
Revision 1.50 / (download) - annotate - [select for diffs], Sat Jan 21 20:06:50 2017 UTC (6 years, 2 months ago) by ryoon
Branch: MAIN
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
Recursive revbump from audio/pulseaudio-10.0
Revision 1.49 / (download) - annotate - [select for diffs], Mon Jan 16 23:45:14 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.48: +2 -1
lines
Diff to previous 1.48 (colored)
Recursive bump for libvpx shlib major change.
Revision 1.48 / (download) - annotate - [select for diffs], Tue Oct 11 00:31:28 2016 UTC (6 years, 5 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.47: +3 -4
lines
Diff to previous 1.47 (colored)
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)
Revision 1.47 / (download) - annotate - [select for diffs], Wed Aug 17 00:06:43 2016 UTC (6 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
Recursive revbump from multimedia/libvpx uppdate
Revision 1.46 / (download) - annotate - [select for diffs], Thu Aug 4 17:03:37 2016 UTC (6 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
Recursive revbump from audio/pulseaudio
Revision 1.45 / (download) - annotate - [select for diffs], Sat Mar 5 11:29:00 2016 UTC (7 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
Bump PKGREVISION for security/openssl ABI bump.
Revision 1.44 / (download) - annotate - [select for diffs], Wed Nov 18 14:19:52 2015 UTC (7 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.43: +2 -1
lines
Diff to previous 1.43 (colored)
Recursive revbump from multimedia/libvpx
Revision 1.43 / (download) - annotate - [select for diffs], Thu Nov 5 22:02:08 2015 UTC (7 years, 4 months ago) by tnn
Branch: MAIN
Changes since 1.42: +8 -8
lines
Diff to previous 1.42 (colored)
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.
Revision 1.42 / (download) - annotate - [select for diffs], Tue Jun 30 09:57:39 2015 UTC (7 years, 8 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
Recursive revbump from pkgsrc/multimedia/libvpx.
Revision 1.41 / (download) - annotate - [select for diffs], Tue Apr 28 12:04:33 2015 UTC (7 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.40: +2 -4
lines
Diff to previous 1.40 (colored)
Shared libraries should always be PIC. Bump revision.
Revision 1.40 / (download) - annotate - [select for diffs], Sat Feb 21 23:35:40 2015 UTC (8 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Recursive revbump from audio/pulseaudio.
Revision 1.39 / (download) - annotate - [select for diffs], Mon Aug 11 23:09:45 2014 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.38: +4 -5
lines
Diff to previous 1.38 (colored)
Switch to ffmpeg1 instead of ffmpeg. Note: some of these packages didn't build for me, e.g. osg, so I couldn't verify them all.
Revision 1.38 / (download) - annotate - [select for diffs], Mon Jun 9 14:18:07 2014 UTC (8 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Recursive revbump from pulseaudio-5.0
Revision 1.37 / (download) - annotate - [select for diffs], Sun Apr 20 02:27:52 2014 UTC (8 years, 11 months ago) by ryoon
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Recursive revbump from json-c 0.12 update
Revision 1.36 / (download) - annotate - [select for diffs], Wed Apr 16 11:22:03 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Bump PKGREVISION for libatomic_ops PKGNAME change.
Revision 1.35 / (download) - annotate - [select for diffs], Thu Apr 10 05:39:16 2014 UTC (8 years, 11 months ago) by obache
Branch: MAIN
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
recursive bump from x264-devel builld number change (i.e. API change).
Revision 1.34 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:17 2014 UTC (9 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
Recursive PKGREVISION bump for OpenSSL API version bump.
Revision 1.33 / (download) - annotate - [select for diffs], Mon Nov 25 12:00:47 2013 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
PKGREVISION bump for json-c shlib rename.
Revision 1.32 / (download) - annotate - [select for diffs], Tue Jun 4 22:16:47 2013 UTC (9 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Jun 3 10:05:41 2013 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Bump freetype2 and fontconfig dependencies to current pkgsrc versions, to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
Revision 1.30 / (download) - annotate - [select for diffs], Sat Feb 16 11:23:34 2013 UTC (10 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Recursive bump for png-1.6.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Feb 6 23:23:06 2013 UTC (10 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.28: +2 -1
lines
Diff to previous 1.28 (colored)
PKGREVISION bumps for the security/openssl 1.0.1d update.
Revision 1.28 / (download) - annotate - [select for diffs], Sun Dec 9 17:15:06 2012 UTC (10 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.27: +4 -5
lines
Diff to previous 1.27 (colored)
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
Revision 1.27 / (download) - annotate - [select for diffs], Sat Nov 3 01:58:36 2012 UTC (10 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Recursive revbump from audio/pulseaudio 2.1
Revision 1.26 / (download) - annotate - [select for diffs], Mon Oct 8 09:21:02 2012 UTC (10 years, 5 months ago) by asau
Branch: MAIN
Changes since 1.25: +1 -3
lines
Diff to previous 1.25 (colored)
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Revision 1.25 / (download) - annotate - [select for diffs], Sat Sep 22 13:48:18 2012 UTC (10 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Recursive revbump from multimedia/libvpx 1.1.0 update
Revision 1.24 / (download) - annotate - [select for diffs], Sat Sep 15 10:05:47 2012 UTC (10 years, 6 months ago) by obache
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
recursive bump from libffi shlib major bump (additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
Revision 1.23 / (download) - annotate - [select for diffs], Tue May 22 05:58:47 2012 UTC (10 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Fix linkage of OSS module. Bump revision.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Mar 12 11:22:15 2012 UTC (11 years ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.21: +7 -1
lines
Diff to previous 1.21 (colored)
Fix build on SunOS.
Revision 1.21 / (download) - annotate - [select for diffs], Tue Mar 6 17:38:59 2012 UTC (11 years ago) by ryoon
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Recursive PKGREVISION bump for xulrunner, nss, and nspr.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 3 00:13:39 2012 UTC (11 years ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.19 / (download) - annotate - [select for diffs], Mon Feb 6 12:41:03 2012 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.18 / (download) - annotate - [select for diffs], Tue Jan 24 09:11:09 2012 UTC (11 years, 2 months ago) by sbd
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Recursive dependency bump for databases/gdbm ABI_DEPENDS change.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 16 01:33:17 2011 UTC (11 years, 4 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Recursive bump for multimedia/ffmpeg buildlink addition.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Nov 1 06:02:12 2011 UTC (11 years, 4 months ago) by sbd
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Aug 23 13:06:51 2011 UTC (11 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Recursive bump from gdbm shlib bump.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 22 13:44:15 2011 UTC (11 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 6 15:44:24 2011 UTC (12 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Set LICENSE.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jan 13 13:38:54 2011 UTC (12 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:50 2010 UTC (12 years, 3 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Mechanically replace references to graphics/jpeg with the suitable alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 13 22:45:05 2010 UTC (12 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
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.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:17 2010 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:29 2010 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Recursive PKGREVISION bump for jpeg update to 8.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 26 19:58:05 2009 UTC (13 years, 7 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
bump revision because of graphics/jpeg update
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 30 00:07:20 2009 UTC (13 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with MAKE_JOBS=2 and worked without.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 12 17:24:53 2009 UTC (13 years, 9 months ago) by ahoka
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Bump for ffmpeg update.
Revision 1.4 / (download) - annotate - [select for diffs], Wed May 20 00:58:24 2009 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib major change. Reported by Robert Elz in PR 41345.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 11 20:35:24 2009 UTC (14 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
Explicitly disable wxGTK support.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 23 15:57:37 2009 UTC (14 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
supports user-destdir
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jan 23 14:54:23 2009 UTC (14 years, 2 months ago) by jmcneill
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 23 14:54:23 2009 UTC (14 years, 2 months ago) by jmcneill
Branch: MAIN
Initial revision