summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2009-01-29Updated multimedia/libmpeg3 to 1.8abs8-56/+121
1.8 - Better table of contents generation & handling of ID3 tags. pkgsrc changes: - Fix broken build on NetBSD by reworking the mares nest of non Linux #ifdefs in mpeg3io.c - build was broken by a previous __DragonFly__ or __APPLE_ build fix - Add new patch for 1.8 to avoid Linux DVD ioctls
2009-01-29Fix DESTDIR.joerg1-1/+3
2009-01-29Fix DESTDIR.joerg1-1/+3
2009-01-29Fix DESTDIR installation.joerg1-1/+3
2009-01-29Add fix for buffer overflow in 4xm movie format decoder based on atron3-3/+26
patch from "ffmpeg" SVN.
2009-01-29Force a new version of libcdio for API compatibility (otherwise buildingsborrill1-1/+2
the cdda module fails).
2009-01-28Fix build failure in x264.c with the version of x264-devel now in pkgsrcsborrill2-1/+37
2009-01-28Fix PLIST issue on Darwin with user-destdir settonio1-2/+3
2009-01-28Fix dejavu-ttf package name.jmcneill1-2/+2
2009-01-28* Fix the really annoying bug where the video window doesn't attach tojmcneill3-4/+19
the controller window even when you have it configured to do so. * Look for DejaVu fonts in LOCALBASE not X11BASE, so the OSD works with native Xorg; explicitly depend on the dejavu-ttf package. * Bump PKGREVISION
2009-01-28add yasm as a build dependencyjmcneill1-1/+2
2009-01-27Update mediainfo to 0.7.9.jmcneill2-7/+7
Version 0.7.9, 2009-01-19 ------------- + OGG: Dirac support + OGG: Speex support + OGG: other formats (JNG, Kate, MIDI, PCM...) detection + SWF: detection of more audio streams + MPEG-PS: Handling of PlayStation2 audio + #2474119, Minimal MZ (PE) and ELF detection + SMV (WAV/ADPCM+JPG files) file format support + DPG (Nintendo DS) file format support + QuickTime: TimeCode track analysis + MPEG-4 subtitles: difference between 'text' and 'tx3g' codecIDs x Python binding update for more compatibilty x #2474280, OGG: handling of files with Skeleton Metadata x #2445654, OGG: better false-positives detection x #2493685, AVI: Wrong video duration for some malformed 4GB+ AVI/DV files x #2516007, "Language" raw tag was sometimes 3 letter long instead of 2-letter long x Floating point overflow correction
2009-01-27Forcibly disable Sun Studio's GCC assembly compatability, it cannot handlesketch2-8/+18
this package.
2009-01-27Pass --disable-asm when using Sun Studio.sketch1-1/+7
2009-01-27Tweak ffmpeg header paths, so mediatomb actually enables it.jmcneill4-4/+77
2009-01-27PR pkg/40489: multimedia/ogle fails to build with libdvdread-4.1.3jmcneill2-1/+131
Update for libdvdread API changes.
2009-01-27+ fuppesjmcneill1-1/+2
2009-01-27Import fuppes version 0.629.jmcneill5-0/+109
FUPPES is a free, multiplatform UPnP A/V Media Server. FUPPES supports a wide range of UPnP MediaRenderers (see website for details) as well as on-the-fly transcoding of various audio, video and image formats. It also includes basic DLNA support.
2009-01-27Install xdg desktop shortcut and associated icon.jmcneill2-3/+13
2009-01-26+ tstoolsjmcneill1-1/+2
2009-01-26Import tstools version 1.11.jmcneill4-0/+88
tstools is a set of cross-platform command line tools for working with MPEG data. The emphasis is on relatively simple tools which concentrate on MPEG (H.264 and H.262) data packaged according to H.222 (i.e., TS or PS), with a particular interest in checking for conformance. Transport Stream (TS) is typically used for distribution of cable and satellite data. Program Stream (PS) is typically used to store data on DVDs. The tools are focused on: * Quick reporting of useful data (tsinfo, stream_type) * Giving a quick overview of the entities in the stream (esdots, psdots) * Reporting on TS packets (tsreport) or ES units/frames/fields (esreport) * Simple manipulation of stream data (es2ts, esfilter, esreverse, esmerge, ts2es) * Streaming of data, possibly with introduced errors (tsplay)
2009-01-26update to 0.10.14drochner4-20/+26
changes: Handle keep-refcount for GBoxed arguments Mark gst.message* that take ownership of the gst.Structure/gst.TagList Wrap new API in Core and Base Various other bug fixes and improvements
2009-01-26reset PKGREVISION for base pkg updatedrochner1-3/+1
2009-01-26update to 0.10.10drochner4-54/+15
changes: Require gettext 0.17 ACM mp3 decoder element for win32 New MXF demuxer added JPEG-2000 encoder - jp2enc added RTP support Fixes for RTP support Add parsers for AAC and AMR Move libgstapp and elements to -base Add Quicktime muxer element qtmux Enhance RFB capture Improve MPEG-TS and MPEG-PS demuxing Don't install static libs for plugins Introduce audioringbuffer element Improve DVD playback of ResinDVD components Move old audioresample from -base as legacyaudioresample Improve speexresampler, and then move it to -base Improve FLV demuxing and parsing Various DVB input fixes Add support for frequency list descriptors for DVB Improve MPEG-TS muxer Various other bug-fixes
2009-01-26update to 0.10.22drochner5-13/+48
changes: Require gettext 0.17 Replace audioresample with speexresample from -bad Support new formats in RIFF: uncompressed RGB, WMA lossless, VP6 Move libgstapp and elements from -bad Support color-key setting and probing for Xv properties Improve typefinding for various formats Extend audio sinks for pull-mode operation Support for more subtitle formats More development on decode2bin and playbin2 RTP and SDP fixes Many bug fixes and improvements
2009-01-26update to 0.10.22drochner4-32/+22
changes: GstController improvements Extensions to the latency setting behaviours Ability for plugins to register dependencies to trigger re-scanning Optimisations in some common operations on caps and values and elsewhere Add sequence numbers to events so dependent events can be associated with the event that caused them New macros for reading and writing float values Many improvements in the basesink base class Support non-default main contexts for GstBus watches Improvements in pull-mode scheduling of sinks Fixes for alignment issues on sparc Ghost pad fixes New bit-reader assistance API Many other bug fixes and improvements
2009-01-26update to 0.10.13drochner3-25/+18
changes: -Fix for security advisory TKADV2009-0xx -Fix bad autopoint substitution in the po subdir
2009-01-24Fix path in patch-ac, kindly pointed out by Robert Elz.jmcneill2-5/+5
2009-01-24Fixes the build under Darwin x86. This should also fixes build on MacOSX ↵tonio3-10/+12
10.5.2 PPC Should Fix PR pkg/38721
2009-01-24On systems where _SC_NPROCESSORS_CONF is not available, fallback tojmcneill3-2/+20
single-threaded mode. Bump PKGREVISION.
2009-01-23Use PYTHON_VERSIONS_INCOMPATIBLE instead, suggested by snjjmcneill1-2/+2
2009-01-23subprocess.check_call is new in python 2.5, so require itjmcneill1-1/+3
2009-01-23supports user-destdirjmcneill1-1/+3
2009-01-23supports user-destdirjmcneill1-1/+3
2009-01-23fix typo, spotted by joergjmcneill1-1/+1
2009-01-23+ mkv2mp4jmcneill1-1/+2
2009-01-23Import mkv2mp4 based on SVN revision r11. I think I'll nominate it forjmcneill4-0/+54
the 'ugliest package name of the month' award (py25-mkv2mp4-0.0alpha11), but it is in fact quite handy. mkv2mp4 is a commandline utility, written in Python, which allows conversion of video files in the Matroska container (*.mkv file extension) containing H.264 video to be converted into a format which the Xbox 360 can play. It differs from other similar tools in that no video transcoding is performed; the video is passed through untouched and the just the audio is transcoded if necessary. This means that the conversion is much faster (the whole process being quicker than realtime on reasonably modern machines), and more importantly that there is no degradation in video quality (which makes it very suitable for HD video).
2009-01-23+ gpacjmcneill1-1/+2
2009-01-23Import gpac version 0.4.5.jmcneill8-0/+158
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-22If transfig is installed during the build, but gs is not, buildingis1-1/+6
fails. As we don't want to install the docs but from a seperate package, just disable all doc-building tools to be on the safe side. PR 40452
2009-01-22+ mediainfojmcneill1-1/+2
2009-01-22Import mediainfo version 0.7.8.jmcneill4-0/+54
MediaInfo supplies technical and tag information about a video or audio file. What information can I get from MediaInfo? - General: title, author, director, album, track number, date, duration... - Video: codec, aspect, fps, bitrate... - Audio: codec, sample rate, channels, language, bitrate... - Text: language of subtitle - Chapters: number of chapters, list of chapters What format (container) does MediaInfo support? - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)... (Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...) - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF... - Subtitles: SRT, SSA, ASS, SAMI... What can I do with it? - Read many video and audio file formats - Different methods of viewing information (text, sheet, tree, HTML...) - You can customise these views - Exporting information as text, CSV, HTML... - Internationalisation: Any language display on any version of your operating system - Localisation capability (but volunteers needed)
2009-01-22+ cfourccjmcneill1-1/+2
2009-01-22Import cfourcc version 0.1.2.jmcneill4-0/+32
The Linux FourCC Changer is a simple command line utility for working with Microsoft AVI files. Features: - Identifies the codec used in AVI files (*.avi) - Allow the user to change the FourCC description code (like fourcc-changer in Windows).
2009-01-21Mark handbrake as restricted; too many patent problems.jmcneill1-1/+7
2009-01-21+ handbrakejmcneill1-1/+2
2009-01-21Import handbrake version 0.9.3.jmcneill15-0/+494
HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, NetBSD, Linux and Windows. Supported sources: * Any DVD-like source: VIDEO_TS folder, DVD image or real DVD (unencrypted--protection methods including CSS are not supported internally and must be handled externally with third-party software and libraries), and some .VOB and .TS files * Most any multimedia file it can get libavformat to read and libavcodec to decode. Outputs: * File format: MP4, MKV, AVI or OGM * Video: MPEG-4, H.264, or Theora (1 or 2 passes or constant quantizer/rate encoding) * Audio: AAC, MP3, Vorbis or AC-3 pass-through (supports encoding of several audio tracks) Misc features: * Chapter selection * Basic subtitle support (burned into the picture) * Integrated bitrate calculator * Picture deinterlacing, cropping and scaling * Grayscale encoding
2009-01-20Fix for Sun Studio.sketch1-1/+11
2009-01-20Replace /bin/sh in version.sh too.sketch1-2/+2
2009-01-20update to 1.1.16.1drochner7-71/+18
This fixes a number of security problems: CVE-2008-5234 vector 1, CVE-2008-5236, CVE-2008-5237, CVE-2008-5239, CVE-2008-5240 vectors 3 & 4, CVE-2008-5243 other changes: -Support H.264 and AAC streams within FLV -tagging improvements -Add position-based seeking independent from seekpoints -misc fixes