summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/x265: bump to 2.5Alexis Ballier2017-07-163-1/+199
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/x265: update live ebuild subslotAlexis Ballier2017-07-161-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/libpng-1.6.29-r0: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 624548
* media-libs/harfbuzz-1.4.6-r2: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 624312
* media-libs/gstreamer-1.10.5-r0: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 624180
* media-libs/gst-plugins-ugly-1.10.5-r0: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 624180
* media-libs/gst-plugins-good-1.10.5-r0: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 624180
* media-libs/gst-plugins-base-1.10.5-r0: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 624180
* media-libs/gst-plugins-bad-1.10.5-r0: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 624180
* media-libs/exempi-2.4.2-r0: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 622826
* media-libs/kvazaar-1.1.0-r0: alpha stableTobias Klausmann2017-07-161-1/+1
| | | | Gentoo-Bug: 621898
* media-libs/libkate: ia64 stable, bug #625200Sergei Trofimovich2017-07-151-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* media-libs/vamp-plugin-sdk: ia64 stable, bug #625190Sergei Trofimovich2017-07-151-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* media-libs/libkate-0.4.1-r2: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 625200
* media-libs/vamp-plugin-sdk-2.7.1-r0: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 625190
* media-libs/libpng-1.6.29-r0: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 624548
* media-libs/gstreamer-1.10.5-r0: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 624180
* media-libs/gst-plugins-ugly-1.10.5-r0: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 624180
* media-libs/gst-plugins-good-1.10.5-r0: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 624180
* media-libs/gst-plugins-base-1.10.5-r0: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 624180
* media-libs/gst-plugins-bad-1.10.5-r0: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 624180
* media-libs/libpng: ia64 stable, bug #624548Sergei Trofimovich2017-07-151-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* media-libs/harfbuzz-1.4.6-r2: add amd64 keywordTobias Klausmann2017-07-151-1/+1
| | | | Gentoo-Bug: 624312
* media-libs/wxsvg: Drop oldPacho Ramos2017-07-152-41/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/harfbuzz: ia64 stable, bug #624312Sergei Trofimovich2017-07-151-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* media-libs/kvazaar: arm stable, bug #621898Markus Meier2017-07-151-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* media-libs/mesa: Version bump to 17.1.5Matt Turner2017-07-142-0/+504
|
* media-libs/openh264: version bump to 1.7.0Ian Stakenvicius2017-07-143-2/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream release notes courtesy the gentoo bug below: - Changed SPS/PPS strategy option name,See enum ENCODER_OPTION - Changed NAL size length parameter from static array to pointer to support more NALs.See struct SParserBsInfo - Changed semaphores to condition variables on apple platform - Changed version update mechanism as Major.Minor.patch,like 1.7.0 - Supported to force IDR independently for each layer in simulcast AVC case.See API ForceIntraFrame() - Supported LTR request independently for each layer in simulcast AVC case. See struct SLTRRecoverRequest and SLTRMarkingFeedback - Supported to set sample aspect ratio in VUI on encoder side. See struct SSpatialLayerConfig - Supported to set profile and level, changed the default level as 4.1 if the user doesn’t set it. See enum ELevelIdc - Supported to get profile and level info on decoder side.See enum DECODER_OPTION - Supported for enable/disable AVX2 build option. Build option: HAVE_AVX2 - Supported to set decoder statistics log interval, Add DECODER_OPTION_STATISTICS_LOG_INTERVAL.See DECODER_OPTION. - Supported for AU delimiter NAL on decoder side. AU delimiter refers to section 7.3.2.4 - Supported for x86 PIC assembly and build option. Build option: ENABLEPIC. git issues:#2263 #2534 - Supported for Cygwin x86_64 build - Supported to get sample aspect ratio by GetOption on decoder. Add option: DECODER_OPTION_GET_SAR_INFO - Set constraint_set4_flag constraint_set5_flag to align to CHP definition in latest H264 standard - Improved VUI support on decoder side - Improved decoder statistics info output - Refined the return value when failed in memory allocation - Added SSSE3 motion compensation routines - Added AVX2 motion compensation routines - Optimization on some of SSE2/MMX functions - Refactor rate control for RC_BUFFERBASED_MODE and RC_QUALITY_MODE mode - Added more unit tests for random resolution input,slice mode switch, profile/level setting - Refined logs - Bug fixes for 4:0:0 format support on decoder - Bug fixes for complexity calculation for screen content mode - Bug fixes for loadbalancing turn on, git issue:#2618 - Bug fixes for parser subsps, scalling list, parser longer bitstream Bug: http://bugs.gentoo.org/622170 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* media-libs/libmediaart: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/qhull: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/grilo: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/opus: version bump to 1.2.1Tim Harder2017-07-132-0/+52
|
* media-libs/spandsp: keyword ~arm64Alexis Ballier2017-07-121-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/lv2: Support newer pythonPacho Ramos2017-07-121-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/spandsp: keyword ~arm64Alexis Ballier2017-07-111-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/leptonica: keyword ~arm64Alexis Ballier2017-07-111-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/harfbuzz: Added myself as maintainer (as suggested by leio).Lars Wendler2017-07-111-0/+4
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/harfbuzz: Removed old.Lars Wendler2017-07-114-305/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/harfbuzz: Don't mess wit NDEBUG (#616816#c10)Lars Wendler2017-07-111-0/+104
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/libffado: ia64 keyworded, bug #622718Sergei Trofimovich2017-07-111-2/+2
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* media-libs/liboggz: keyword ~arm64Alexis Ballier2017-07-101-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/virglrenderer: keyword ~arm64Alexis Ballier2017-07-101-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/exiftool: remove oldTim Harder2017-07-105-92/+0
|
* media-libs/exiftool: stabilize 10.55Tim Harder2017-07-101-1/+1
|
* media-libs/exiftool: version bump to 10.59Tim Harder2017-07-102-0/+23
|
* media-libs/libmediainfo: remove oldTim Harder2017-07-103-168/+0
|
* media-libs/libmediainfo: stabilize 0.7.96Tim Harder2017-07-101-1/+1
|
* media-libs/libmediainfo: version bump to 0.7.97Tim Harder2017-07-102-0/+84
|
* media-libs/gavl: keyword ~arm64Alexis Ballier2017-07-091-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/opencv: keyword ~arm64Alexis Ballier2017-07-091-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2