summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2013-11-13Do not force C90 and remove some other pointless options that willjoerg3-2/+28
create issues with Clang builds. Bump revision.
2013-11-13Update to 1.1.2:wiz2-6/+6
Changes between 1.1.1 and 1.1.2: -------------------------------- * Various bugfixes for ATSC PSI tables * dvbpsi_packet_push() bugfix * Various bugfixes for dvbinfo * Ignore invalid program pids (pid=0) inside PAT table (closes vlc ticket #9695)
2013-11-13Update adobe-flash-plugin11 to 11.2.202.327 for APSB13-26.obache2-6/+6
2013-11-09Update to phonon-backend-vlc 0.7.0markd2-8/+7
* Support VLC 2.1.0's upcoming appid API setting more application information for PulseAudio. * Reduce performance overhead in audio/video-less setups by not loading dummy plugins at all and removing unnecessary dynamic loading logic. * Internal API redesign to ensure important abstract code is executed. * Partially backed new MediaController subtitle API (explicit font setting is not working as expected in VLC 2.0) * Implement equalizer Effect support. This is only going to appear in VLC 2.2, so the feature remains not present when built against lower versions. * When building against VLC 2.1 the new video title API is used to disable displaying the video title when a video starts to play. This is going to replace the manually set argument for libvlc_new in the long run. * Phonon VLC is now the highest rated backend due to its high quality. This means that whenever an additional backend is installed and the user did not choose a preferred backend Phonon VLC will be used by default. Bug Fixes * Stride calculation for surface painting is done correctly now (affects VideoWidget inside QProxyWidget) * Queued tracks are now correctly played when the current track is about to end. * DirectSound and CoreAudio are no longer marked as advanced devices. This makes auto-selection of devices work on Windows and OSX. * Track selection on AudioCds via the MediaController is now working as intended. * Prevent libpa crashes due to empty user-agent information. * Reduce scope of non-reentrant PulseAudio envrionment setup. Limited due to missing API backing in libvlc. * Subtitle selection now uses correct index mapping preventing off-by-one issues.
2013-11-09Update to phono-backend-gstreamer 4.7.0markd3-10/+9
* Backing for the new MediaController subtitle API. Bug Fixes * Resolved non-reentrant PulseAudio envrionment setup. * Disc playback (AudioCD/DVD/...) is now working correctly with more than one physical device. * Prevent reading from deleted StreamReaders. * Removed performance penalty caused by debug code even when debug was disabled. * Installed icons now have the correct pixel size. * VolumeFaderEffect can now internally abort fades when necessary. * Removed various minor memory leaks. * The logic behind the aboutToFinish signal has been revised. The signal will now only produce gapless transitions if GStreamer issued a callback more than 500 msec before the end of the current source. This prevents dead locks with short sources (e.g. notifications) but also prevents the queue mechanic from working when using short sources or sources of which the totalTime can not be identified (e.g. streams). It is advised that all applications make sure they handle the finished signal in addition to aboutToFinish to ensure that playback does not stop without user instruction.
2013-11-09Update to phonon 4.7.0markd3-12/+8
* MediaSource(QString) is now deprecated, MediaSource(QUrl) should be used instead. * New build option PHONON_ASSERT_STATES to debug incoherent or incorrect state changes from the backend. * Documentation cleanup. * Normalized internal QObject connections. * Experimental support for building libphonon using QMake; limited control over feature set and installation path. * By default both official Phonon backends try to find a matching subtitle file for videos. * Phonon's CMake build now uses CMake's own GNUInstallDirs which on most systems should correctly figure out where to put library files (in particular with regards to multi-architecture support on Linux). Should you wish to manually set the library installation path, please use CMAKE_INSTALL_LIBDIR rather than LIB_INSTALL_DIR from now on. API Additions * Additional subtitle API (only partially backed by Phonon VLC - see FeatureMatrix) * BluRay support in libphonon (only backed by Phonon VLC) Backend Exclusive API Additions * New AudioOutputInterface47 allowing backends to get the Phonon Pulseaudio stream mapping ID which can be used together with PulseSupport::streamProperties to prevent [#321288]. Requires PHONON_BACKEND_VERSION_4_7 to be defined as with all new interface versions. Bug Fixes * AudioOutput::setVolume can now be called before entering Phonon::Playing state regardless of whether PulseAudio is in use or not. * Consecutive streams no longer override each other's PulseAudio stream mapping.
2013-11-09Fix build on NetBSD/arm, at least on NetBSD/evbearmv6hf-el 6.99.25ryoon4-11/+36
2013-11-07Fix typo in NetBSD/mipsel caseryoon1-2/+2
2013-11-07Update to KDE SC 4.11.3markd28-216/+47
bugfixes, many new features, improved stability and performance.
2013-11-04Check if VAAPI is supported and fail silently otherwise.joerg1-1/+6
2013-10-30Changes 2.1:adam6-32/+60
- aecho filter - perspective filter ported from libmpcodecs - ffprobe -show_programs option - compand filter - RTMP seek support - when transcoding with ffmpeg (i.e. not streamcopying), -ss is now accurate even when used as an input option. Previous behavior can be restored with the -noaccurate_seek option. - ffmpeg -t option can now be used for inputs, to limit the duration of data read from an input file - incomplete Voxware MetaSound decoder - read EXIF metadata from JPEG - DVB teletext decoder - phase filter ported from libmpcodecs - w3fdif filter - Opus support in Matroska - FFV1 version 1.3 is stable and no longer experimental - FFV1: YUVA(444,422,420) 9, 10 and 16 bit support - changed DTS stream id in lavf mpeg ps muxer from 0x8a to 0x88, to be more consistent with other muxers. - adelay filter - pullup filter ported from libmpcodecs - ffprobe -read_intervals option - Lossless and alpha support for WebP decoder - Error Resilient AAC syntax (ER AAC LC) decoding - Low Delay AAC (ER AAC LD) decoding - mux chapters in ASF files - SFTP protocol (via libssh) - libx264: add ability to encode in YUVJ422P and YUVJ444P - Fraps: use BT.709 colorspace by default for yuv, as reference fraps decoder does - make decoding alpha optional for prores, ffv1 and vp6 by setting the skip_alpha flag. - ladspa wrapper filter - native VP9 decoder - dpx parser - max_error_rate parameter in ffmpeg - PulseAudio output device - ReplayGain scanner - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support) - Linux framebuffer output device - HEVC decoder, raw HEVC demuxer, HEVC demuxing in TS, Matroska and MP4 - mergeplanes filter
2013-10-30Bump PKGREVISION of packages whose Lua depends changed form, but whosedholland1-2/+2
own PKGNAME is unchanged.
2013-10-25Don't use -fforce-addr.joerg4-5/+29
2013-10-24Fix build on SunOS. Patches from Sebastian Wiedenroth.jperkin3-2/+20
2013-10-24Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-10-23Fix building on OS X 10.9adam1-6/+4
2013-10-22Use the shared libraries provided by "ffmpeg2" package.tron3-3/+21
2013-10-22Add "ffmpeg2" include and library pathes to the compiler and linkertron1-1/+5
flags and make sure that the ".pc" files appear at a useful location.
2013-10-20recursive PKGREVISION bump for libass shlib major -> 5wiz5-8/+10
2013-10-20Update to 0.10.2:wiz2-8/+6
libass (0.10.2) * API additions and some ABI changes, bumped SONAME * Expose header field for VSFilter color mangling (GC #87) * Add functions for explicit scaling hints (GC #6) * Add 'type' field to ASS_Image (GC #31) * Workaround Freetype's font size grid-fitting where appropriate * Apply blur to both glyph and border when using opaque box * Parser bugfixes * Parse angles in style as number * Fix fallback event formats * Make closing ')' optional for some tags * Fix crazy VSFilter behaviour for \move (GC #90) * Make \r fall back to line style (GC #104) * Parse style name like VSFilter * Ignore junk in nested \t tags * Make \clip tag arguments mandatory * Properly handle script and language in the HarfBuzz shaper * Allow ASS_Track and ASS_Renderer to have different ASS_Library * Fix stroking in some rare cases * Correctly handle @font advance (GC #94) * Fix ascent/descent for some fonts (GC #106) * Fix ass_step_sub to not require sorted events * Fix blur scaling * Don't mutate input strings (GC #88) * Remove/change some error messages * Fix various small memory leaks
2013-10-19Revbump after updating textproc/icuadam14-28/+28
2013-10-17recursive bump for audio/taglib shlib major bumpwiz9-18/+18
2013-10-17Changes 20131015:adam2-6/+6
* Fix AVX2 detection bug with "limit CPUID" enabled in BIOS * Fix a few minor bugs found with a static analyzer * Fix cases in which intra refresh allowed prediction from disallowed pixels * x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64" * configure: Support cygwin64 * x86: Faster AVX2 pixel_sad_x3 and pixel_sad_x4 * x86: SSSE3 implementation of pixel_sad_x3 and pixel_sad_x4 * Transparent hugepage support * AVC-Intra support * Windows Unicode support * Fix GPAC support on Windows * Fix masked access violation in KERNEL32
2013-10-16Change default dependencies.obache2-5/+4
* Drop gnome-power-manager dependency with gnome option. It will be runtime detected automatically. * Drop musicbrainz opiton from default, it is optional. Bump PKGREVISION.
2013-10-12Don't enable OpenCL on Mac OS X Lion or older. "ffmpeg" requires version 1.2tron1-2/+2
or newer which isn't available in these versions.
2013-10-122.0.2 was released on 2013-10-08. It is the latest stable FFmpeg release ↵adam2-6/+6
from the 2.0 release branch, which was cut from master on 2013-07-10. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-07-09, libav 9 as of 2013-07-09.
2013-10-10Recursive revbump from pango-1.36.0ryoon44-88/+88
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz10-20/+20
2013-10-06Update ffmpeg and ffplay to 1.2.4: bugfix release.wiz3-8/+8
2013-10-06Fix library installation, broken during update.wiz3-6/+7
Bump PKGREVISION.
2013-10-05Update to 1.1.1:wiz4-27/+11
Changes between 1.1.0 and 1.1.1: -------------------------------- * Various bugfixes (documentation, dvbinfo) * Check TDT and TOT in dvbpsi_CheckPSISection() both have b_syntax_indicator set to '0'. * Allow SDT with table_id 0x46
2013-10-04Update to 1.4.1:wiz3-38/+16
New 1.4.1 version: - Added new elements/classes DiscardPadding, CodecDelay and SeekPreRoll - The licensing information has been cleared up/unified. - The Makefile now contain options for specifying the destination base directory during installation ("DESTDIR") and for specifying which library types to build ("link"). - The libraries are built without the "-ansi" and "-fno-gnu-keywords" flags on Linux - Code cleanup
2013-10-01add patch from upstream to fix buffer overflow in the mp4a packetizerdrochner3-3/+23
(CVE-2013-4388) bump PKGREV
2013-09-19Revbump is not needed, fix previous.ryoon1-2/+1
2013-09-19Set --disable-unit-tests globally.ryoon1-7/+3
FIx PR pkg/48219.
2013-09-18Disable unit tests on SunOS, the build currently fails.jperkin1-1/+3
2013-09-15don't include googletest buildlink if CONFIGURE_ARGS has --disable-unit-testsdbj1-1/+3
2013-09-13Fix build with libc++ and clang.joerg5-2/+55
2013-09-12Don't build the unit tests under Mac OS X. The makefile tries to create antron1-1/+2
empty ".a" file which fails and breaks the build.
2013-09-12Remove patch that was removed from distinfo.wiz1-17/+0
2013-09-11Update to 1.2.0ryoon5-77/+61
* Buildlink to devel/googletest to test-libvpx (not installed and not tested). Changelog: 2012-12-21 v1.2.0 This release acts as a checkpoint for a large amount of internal refactoring and testing. It also contains a number of small bugfixes, so all users are encouraged to upgrade. - Upgrading: This release is ABI and API compatible with Duclair (v1.0.0). Users of older releases should refer to the Upgrading notes in this document for that release. - Enhancements: VP8 optimizations for MIPS dspr2 vpxenc: add -quiet option - Speed: Encoder and decoder speed is consistent with the Eider release. - Quality: In general, quality is consistent with the Eider release. Minor tweaks to ARNR filtering Minor improvements to real time encoding with multiple temporal layers - Bug Fixes: Fixes multithreaded encoder race condition in loopfilter Fixes multi-resolution threaded encoding Fix potential encoder dead-lock after picture resize
2013-09-11Remove adobe-flash-plugin10.1, old version and not maintained by upstream.obache9-138/+1
2013-09-11Update adobe-flash-plugin11 to 11.2.202.310 for APSB13-21.obache2-6/+6
2013-09-10Clang is not Visual Studio, even though it starts with cl.joerg3-1/+29
2013-09-09Remove bogus chunk.wiz2-9/+3
2013-09-08Use real i18n code on NetBSD/current with per-function locale overridesjoerg9-7/+310
as necessary. Bump revision.
2013-09-02Revbump after cairo updateadam44-84/+88
2013-09-02faad is no longer non-redistributable, enable it by default.jperkin2-5/+4
Bump PKGREVISION.
2013-09-02faad is no longer non-redistributable, enable it by default.jperkin2-6/+4
Bump PKGREVISION.
2013-08-31Changes 1.2.3:adam3-8/+8
This is a bug-fix release.