summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Note which other packages use this Makefile fragment.wiz1-1/+4
2009-08-09pkglint fix.wiz1-2/+2
2009-08-09Remove BROKEN_IN 2006Q4, builds fine for me. Bump PKGREVISION for patch-ar.wiz1-4/+2
2009-08-09Add patch-ar.wiz1-1/+2
2009-08-09Add RCS Id and comment.wiz2-2/+6
2009-08-09add fix for SA26157. Bump PKGREVISIONkefren3-3/+18
2009-08-09add fix for SA36037, bump PKGREVISION. XXX: not testedkefren3-3/+15
2009-08-09add fix for SA26156kefren3-2/+15
Bump PKGREVISION
2009-08-05Make the faac option enable restricted binaries.ahoka1-1/+4
Closes PR pkg/41739.
2009-08-05Use xulrunner instead of firefox as a gecko provider.tnn1-4/+3
Bump PKGREVISION.
2009-08-05Convert to user-destdir. Fix installation.wiz1-4/+8
2009-07-29avoid namespace conflict with newer mozjstnn2-3/+12
2009-07-26cleanup patches and pkgsrc support for the cd slave which hasn't beendrochner4-202/+3
built for a while, cleanup unnecessary dependencies, bump PKGREVISION
2009-07-23Convert to user-destdir.wiz1-5/+7
2009-07-23Create the "share/applications" directory which was previously createdtron1-1/+4
by the (now removed) "xdg" package to fix the installation. While here set the license to "gnu-gpl-v2".
2009-07-22Remove USE_DIRS from pkgsrc.wiz19-38/+19
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-20Make overriding config.sub and config.guess work so it compiles on DragonFly.hasso1-1/+5
2009-07-18Remove support code for SDL option; option was removed during lastwiz1-16/+1
update, since ffplay is a separate package now. Addresses point raised by David A. Holland in PR 41729.
2009-07-17Set LICENSE.wiz1-1/+2
2009-07-17Update to 1.1.4:wiz3-10/+9
Version 1.1.4 (2009 June 24) * New async error reporting mechanism. Calls made after a fatal error are now safely handled in the event an error code is ignored * Added allocation checks useful to some embedded applications * fix possible read past end of buffer when reading 0 bits * Updates to API documentation * Build fixes
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-07-14Fix create_dirac_testfile.pl interpreter. Bump PKGREVISION.hasso1-2/+5
2009-07-09update to 2.26.3drochner3-7/+18
changes: bugfixes
2009-07-09this is distributed with -ugly nowdrochner1-2/+2
2009-07-09update to 0.10.12drochner2-6/+6
changes: Real and WMS RTSP improvements Other cleanups and bug fixes Improve ASF file handling Large MPEG video file support Interlacing support for MPEG video New 'lamemp3dec' mp3 encoder element x264enc moved from -bad Remove id3mux in favour of the new id3tag element in -bad
2009-07-09update to 0.10.13drochner3-7/+12
changes: New shapewipe video transition plugin qtmux improvements camerabin improvements HDV MPEG-TS private streams support Output interlacing information in mpegvideoparse MS-ADPCM decoder RTP fixes and enhancements DTS decoder improvements New ID3 tagging plugin that supports v1, v2.3 and v2.4 Support for PGS (BluRay) subtitles Many other bug fixes and enhancements
2009-07-07Merge with my own update.ahoka2-16/+22
2009-07-07update to 1.1.2drochner16-272/+71
This is a major update, too much to list here.
2009-07-07Update to VLC 1.0.0 "Goldeneye". Some highlights are:tnn8-166/+94
* Live recording * Instant pausing and Frame-by-Frame support * Finer speed controls * New HD codecs (AES3, Dolby Digital Plus, TrueHD, Blu-Ray Linear PCM, Real Video 3.0 and 4.0, ...) * New formats (Raw Dirac, M2TS, ...) and major improvements in many formats... * New Dirac encoder and MP3 fixed-point encoder * Video scaling in fullscreen * RTSP Trickplay support * Zipped file playback * Customizable toolbars * Easier encoding GUI in Qt interface * Better integration in Gtk environments * MTP devices on linux * AirTunes streaming * New skin for the skins2 interface
2009-07-02Fix problems with latest x264-devel.sborrill2-8/+29
N.B. vlc08 still does not compile with this change without re-instating ffmpeg-20080727nb8
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg2-2/+6
MAKE_JOBS=2 and worked without.
2009-06-19add and enable ffplayjnemeth1-1/+2
2009-06-18Clean up some lint in ffplay, re-make patch digests, and add a comment toagc2-3/+4
ffmpeg's Makefile.common
2009-06-14Remove @dirrm related logic.joerg1-4/+1
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg8-18/+11
2009-06-14Add --enable-memalign-hack for NetBSD 4.0 and earlier.ahoka1-1/+7
2009-06-14Remove @dirrm entries from PLISTsjoerg83-939/+83
2009-06-14Switch to a more portable endiannes check in the configure script.ahoka2-5/+22
Fixes build on NetBSD 4.0 and possibly many more platforms.
2009-06-14Make it build on DragonFly. Fix distinfo - there is no patch-aa.hasso2-2/+15
2009-06-12Add a missing file from the previous commit.ahoka1-0/+50
Thanks David!
2009-06-12Bump for ffmpeg update.ahoka12-21/+24
2009-06-12Update the buildlink file as well.ahoka1-7/+3
2009-06-12Import ffplay-20090611 as multimedia/ffplay.ahoka4-0/+53
This is used to live as an option for multimedia/ffmpeg. FFmpeg is the first complete and free Internet Live Audio and Video Broadcasting solution. FFMpeg aims at being the command line tool to handle audio and video. It is a "three-in-one" solution. FFmpeg includes a soft VCR capable of encoding in many different formats simultaneously, a streaming server for Netcasting multimedia and is available under the GNU General Public License. FFmpeg generates streaming files, in many popular formats simultaneously, faster than any other solution.
2009-06-12Update to nightly the snapshot as of 2009-06-11.ahoka13-350/+73
Also modularize a bit, so we can have a separate ffplay package. Too many changes to list them.
2009-06-12Update to 1.5.3:ahoka3-7/+11
version 1.5.3 (June 07, 2009) * Memory alignment fix causing segmentation fault in ffmpeg with altivec enabled version 1.5.2 (May 24, 2009) * Fixed soname version version 1.5.1 (May 11, 2009) * Optional compilation of jpeg and png support * Fixed ffmpeg CFLAGS issue (causing compilation errors on Fedora) * Fixed build error against latest ffmpeg (verified against ffmpeg revision 18769) * Fixed missing include files for library usage (thanks to gustavo.boiko) Version 1.5.0 (March 10, 2009) * Aspect ratio bug fix (Thanks to S. Eguchi) * Support input files from stdin (will ignore seek time) * Fixed build error against latest ffmpeg (verified against ffmpeg release 0.5) Version 1.4.0 (Januari 4, 2009) * Filter support added that allows library users to implement filters that will be applied to the frame data * Fixed compilation error with gcc 4.4
2009-06-11Require stable version and make it a normal dependency, shared librariesjoerg1-3/+2
are present now.
2009-06-11Update to Dirac 1.0.2. This dramatically improves the performance of thejoerg4-43/+45
codec and updates to the latest (stable) Bytestream Specification.
2009-06-07Fix a build with cmake 2.6.4. The patch is borrowed from Gentoo bugzilla:hasso2-1/+42
http://bugs.gentoo.org/show_bug.cgi?id=268618
2009-06-05Add comment explaining origin and reason of patch.wiz2-3/+5
2009-06-05add a security patch from upstream CVS:drochner2-1/+54
A malformed (or simply huge) PNG file can lead to integer overflow in calculating the size of the output buffer, leading to crashes or buffer overflows later. Fixes SA35205 security advisory. bump PKGREVISION of affected plugin