Commit graph

555 commits

Author SHA1 Message Date
drochner
6ff4c758af make sure libavcodec gets linked against libz and libm for proper
inter-library dependencies
2004-08-06 11:01:53 +00:00
minskim
1b5384162b Enable pkgviews installation. 2004-08-05 17:35:58 +00:00
salo
f26d74bc28 Updated to 1.4.1.
Changes:
- Updated avilib to handle OpenDML AVIs bigger than 1Gb created by mencoder.

ok by <cube>, the MAINTAINER.
2004-08-03 19:33:21 +00:00
shannonjr
da9c92c952 There is a problem compiling multimedia/xine-lib in that the "extra"
assembly language module zoom_filter_xmmx.c breaks when optimized. Some
googling indicates that this is also encountered with FreeBSD and Linux.
A review of the CVS tree for xine shows that this module has been
removed. As as module is only built if MMX is detected (HAVE_FFMMX
defined) removing the module should not break anything; that is the
approach taken in this new patch that removes building zoom_filter_xmmx
from Makefile.in for xineplug_post_goom.la
2004-08-02 19:09:45 +00:00
recht
66c8815d3c fix typo: it's #if defined and not #ifdef defined 2004-07-31 11:08:47 +00:00
jmmv
9e15fb5e05 Remove some C99isms; hopefully fixes build on NetBSD 1.6.2.
Addresses PR pkg/26479.
2004-07-30 21:54:10 +00:00
recht
b1dbe77f18 update to 0.50.18
0.50.18 - [stable branch] - Sun Apr 18 2004, joern

Bugfixes:
- ac3 passthrough was broken. Thanks for reporting
  to James Broberg <jbrobergAT cs.rmit.edu.au> and
  TOSOVSKY Ales <tosovsky AT znalecka.cz>

0.50.17 - [stable branch] - Sat Apr 10 2004, joern

Features:
- support for another transcode deinterlacer (I=5),
  suggested by Jean-Yves Simon <lethalwp AT tiscali.be>

Bugfixes:
- mp3 samplerate setting didn't work, only 48khz
  for CVD. Thanks for the report to Neverstopdreaming
  <neverstopdreaming AT tiscali.it>.
- dvd::rip couldn't open empty project files
- prevent timeouts when encoding Ogg/Vorbis in cluster mode
- vobsub creation now splits with millisecond precision,
  thanks for the patch to Jean-Yves Simon
2004-07-30 20:51:47 +00:00
salo
0010c78773 Fix multiline strings to get further with gcc3.x 2004-07-30 09:57:54 +00:00
wiz
3bc892ae44 Add RCS Id. 2004-07-29 19:04:58 +00:00
manu
a90aed48ba Bugfix: setsockopt IP_MULTICAST_TTL takes an an unsigned char, not an int. 2004-07-27 17:18:41 +00:00
salo
8947dbb2d6 Updated to version 0.9.4.
Changes:

- patch-ab no longer needed

0.9.4:
======
- mkvextract: new feature: Added support for extracting TTA tracks
                     to TTA files.
              new feature: Implemented the extraction of chapter
                     information and tags as a CUE sheet which is
                     the reverse operation to using a CUE sheet
                     with mkvmerge's '--chapters' parameter.

- mkvmerge: bug fix: SRT file recognition failed if the file
                     contained spaces at the end of the first line.
            bug fix: Broken VobSub .idx files which contain
                     timestamps going backwards no longer crash
                     mkvmerge. A warning will be printed for such
                     inconsistencies.
            bug fix: The Matroska reader contained a nice little
                     illegal memory access (introduced in 0.9.3 with
                     the fixes to the 'default track' handling).
            bug fix: The SSA reader was segfaulting if a line
                     contained an empty text field.
            bug fix: The CUE sheet parser interpreted a timestamp
                     as HH:MM:SS (hours, minutes, seconds). The
                     correct spec is HH:MM:FF (hours, minutes,
                     frames with 1 frame = 1/75 second).
            new feature: The pregap from a CUE sheet is converted
                     into two sub-chapters (one for "INDEX 00", one
                     for "INDEX 01"). These sub-chapters have their
                     'hidden' flag set.

- mkvinfo: bug fix: Fixed compilation for MATROSKA_VERSION = 2.
           bug fix: Fixed compilation with gcc 3.2.

- mmg: new feature: Added support for the two flags 'hidden' and
                    'enabled' in the chapter editor.
2004-07-27 04:27:40 +00:00
salo
63496419ba Update to version 0.7.1.
Changes:

- use bzip2 distribution tarball

0.7.1:
======
- KaxClusterPosition is already in use and therefore a v1 element
- various cosmetic changes to Makefile and build system itself
2004-07-27 04:14:56 +00:00
xtraeme
9345e507d9 Disable MMX support if USE_MMX != [Yy][Ee][Ss]. 2004-07-26 23:53:49 +00:00
jdc
8a0aa09673 This works on NetBSD/sparc64 too, so clone the alpha platform entry. 2004-07-24 21:47:09 +00:00
wiz
7beb3c424c Unlocking a mutex before destroying it makes libpthread much happier. 2004-07-24 01:19:34 +00:00
wiz
dec8d5eb2f Improve comment about speex. 2004-07-23 15:45:15 +00:00
kristerw
3bb97a5a42 Fix invalid use of preprocessing directive within macro arguments,
to make this compile when using gcc 2.95.
2004-07-22 17:47:18 +00:00
salo
67c5db45ee USE_IMAKE implies USE_X11BASE, remove it. 2004-07-21 21:16:10 +00:00
salo
fadc5b229c Updated to version 0.9.3.
Changes:

- add patch to fix compilation when MATROSKA_VERSION is set to 2 or bigger.
  Patch sent to Moritz Bunkus and it's fixed in svn repo.

- take MAINTAINERSHIP

0.9.3:
======
- mmg: bug fix: The 'default track' checkbox was broken.

- mkvmerge: bug fix: Using '--cues ...:all' was broken for audio tracks
                     that use lacing.
            bug fix: The latest OpenDML AVI files generated by mencoder
                     were not read correctly. Only the first RIFF chunk
                     was processed.
	    bug fix: The default track feature did not work correctly
                     with the new --track-order.
            new feature: When using a CUE sheet as a chapter file
                     mkvmerge will automatically convert some of the
                     entries to tags.
            new feature: Added support for TTA lossless audio files.

            If the user does not specify a --language for a track 'und'
            ('undefined') will now be used instead of 'eng'. The user
            can use the new option '--default-language' to change that.
2004-07-21 00:04:30 +00:00
salo
96a5e36e55 PKGREVISION++
- do not define MATROSKA_VERSION=2 anymore.  it's not needed for mplayer
  any longer and no other application needs it.  per discussion with Moritz
  Bunkus.
- add test target, do not build tests as a part of normal build
- i can as well add myself as MAINTAINER..
2004-07-20 23:53:12 +00:00
salo
03fc6a69a6 Remove external Matroska support from mplayer packages.
The new internal demuxer is the only one supported now, works better
and support for the external one will be removed in next releases.
2004-07-20 22:04:44 +00:00
xtraeme
9b8b97331b Only show USE_MMX in BUILD_DEFS when ${MACHINE_ARCH} == i386.
This closes PR pkg/26243.
2004-07-19 23:56:21 +00:00
kristerw
e842cce03c gcc 2.95 does not handle some of the asm statements. Fall back to
the C version when using gcc 2.
2004-07-18 17:40:25 +00:00
wiz
2dbc9754fa Update to 1.0pre5:
DOCS

    * small additions, corrections, updates all over the place
    * audio output driver section added to the man page
    * several bug fixes and improvements in the MEncoder documentation
    * DVD ripping guide extended and improved
    * AUTHORS file massively extended
    * German man page partially updated
    * Hungarian XML documentation translation started

Ports

    * encrypted DVD playback on Windows fixed (again)
    * Cygwin and MinGW now accept the same -dvd-device syntax
    * LIVE.COM now works under MinGW
    * foundations for MinGW crosscompilation
    * disabled SSE on MinGW as it caused crashes
    * AC3 passthrough for ao_win32
    * improved vo_quartz (YUV, multiple screens support)
    * vo_quartz made default on Mac OS X
    * ao_macosx fixed and made default again on Mac OS X
    * RealVideo binary codecs support on Mac OS X (still buggy)
    * bigendian fixes in vf.c, vo_tga
    * OpenBSD portability fixes
    * OpenBSD/VAX support
    * AMD64 support

Drivers

    * support for more Radeons (9800 XT among them) in VIDIX
    * Radeon related bug fixes in VIDIX
    * vo_gl2 now supports GUI, fix for flickering borders in fullscreen
    * support 24 and 32 bit PCM files, bigendian fixes
    * ao_sdl now converts unsupported formats instead of quitting
    * ENCA support
    * merged ao_alsa9 and ao_alsa1x drivers into ao_alsa
    * NeoMagic TV-out support through VESA
    * JACK audio output driver
    * vo_sdl fixes (wrong flags and screensaver disabling)
    * vo_directx fixes

Decoders

    * MSZH/ZLIB, FLI, QTRLE, RoQ video and RoQ audio support moved to FFmpeg
    * FFmpeg Cinepak and CYUV decoders preferred
    * audio format 0xff support (is AAC)
    * "raw" audio in MOV supported
    * Indeo audio (iac25) support via binary codec
    * upgrade libfaad2 to the FAAD 2.0 release
    * MPEG2 chroma422/444 support
    * Winnov WINX and WNV1 support via binary codec

Demuxers

    * Ogg subtitle handling and other bug fixes
    * Matroska improvements
    * support seeking in Real files without -idx
    * support seeking in Real files without index with -forceidx

Streaming

    * ASF, MMST streaming fixes
    * URL escaping fixed
    * NSA (Nullsoft audio) streaming support
    * embedded RAM playlist support
    * multibyte URL support
    * rtp:// now supported even with LIVE.COM compiled in
    * miscellaneous bug fixes

Filters

    * vf_softskip: frame skipping filter for MEncoder
    * vf_harddup: frame duplication filter for MEncoder
    * vf_pullup minor fixes and improvements
    * AltiVec-optimized YUV to RGB converter
    * vf_spp memory corruption fix on reallocation

FFmpeg/libavcodec

    * MPEG2 encoding with 8, 9, 10, 11 bit intra DC precision
    * DC clipping fix, intra_dc_precision > 0 support
    * Cinepak fixes and palette support
    * support skipping of MB rows during decoding
    * Vorbis in NUT fixed
    * NUT updated to latest specification
    * segfault and artifact fixes in SVQ3 decoder
    * motion estimation code: overflow and chroma fixes
    * change qscale -> lambda for the motion estimation
    * noise preserving sum of squares comparison function in ME code
    * fixed memory overwrite in truemotion decoder
    * clip input motion vectors, better error tolerance on bad vectors
    * FLAC decoder cleanup (partial demuxer/decoder separation)
    * memalign hack for SSE/SSE2 on that alternative OS :)
    * lots of AltiVec optimizations
    * qscale + qprd fix
    * QTrle4 support
    * H.261 decoder
    * coefficient saturation fix in H.263
    * H.263 MCBPC fix
    * per line lowpass filter in MMX and faster C lowpass filter
    * SVQ1 encoder
    * as usual, lots of bug fixes and optimizations

Others

    * fullscreen fixes for many window managers
    * fix crash on original Pentiums and older
    * dvd://start-end support
    * netstream (mpst://) support fixed
    * support comments in plaintext playlists
    * loader/ dependency removed
    * keepaspect option extended to all video output drivers
    * WMA to Ogg conversion and simple subtitle editing script added to TOOLS
    * support for more lame options
    * new set of GUI icons
    * memory conserving implementation of GUI potmeters
    * X11 code reindented
    * further gcc 3.4 support fixes
    * mixer API written for changing volume through libaf
    * -rtc-device option for specifying the RTC device
    * desktop/menu icon added
    * miscellaneous bug fixes and cleanups
    * multi-threaded encoding with lavc
    * fixed a bug with Real files introduced in pre4
    * -use-stdin renamed to -noconsolecontrols
2004-07-17 19:06:36 +00:00
grant
330662f609 fix ?= typo: we want to add arts to MPLAYER_DISABLE_DRIVERS on Solaris. 2004-07-16 14:40:22 +00:00
mrg
53b782195f add powerpc support (it *almost* works properly...) 2004-07-15 13:28:39 +00:00
cube
d24b17b105 For USE_MMX users, do the following:
o only include it in the BUILD_DEFS if the current platform is concerned.
  For now that only includes i386, but we might find amd64 users in the
  future.
o test against [Yy][Ee][Ss], for consistency.

Fixes part of PR 26243.
2004-07-12 19:27:05 +00:00
salo
6be1bd823a Replace test -e with -f.
Addresses part of PR pkg/26235 by Georg Schwarz.
2004-07-10 23:34:39 +00:00
wiz
5ffd04c910 Use yacc instead of bison, since that is available on more platforms
by default.
2004-07-10 21:06:55 +00:00
drochner
2d378fadc6 update to 0.99.2
official changelist:
* update screensaver key faking code to avoid false triggering of the
  "sticky keys" feature on newer distros
* fix crashes caused by tooltips
* fix reporting of dropped frames
* experimental feature: output video to a different display than control panel.
  set gui.video_display to the second display name, usually ":0.1" or ":1",
* removed -funroll-all-loops from SPARC and PPC targets.
* fix xitk trying set a window property when its atom may be undefined
* add --disable-shm-default configure option which sets feature.shm to zero
  but keeps the shm code compiled in

unfortunately new bugs in timer handling and mutex locking were
introduced...
2004-07-06 21:12:58 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
wiz
45ab0f56d5 Use newest qtextras package and qt65dlls instead of qt6dlls.
Set PKGNAME to one higher.
2004-07-05 23:33:30 +00:00
salo
365ef1ca32 Updated to version 0.9.2.
Changes:
========
- mkvextract: bug fix: Video extraction was not working correctly
  on big endian systems.
- mkvmerge, mmg: new feature: --track-order now controls the track
  creation order globally, meaning that it isn't used for each file
  but only once. This allows the tracks to be created in ANY order
  (before it was first ordered by file, then by track). For mmg this
  means that the track list contains all available tracks and that
  there are no 'up' and 'down' buttons in the file list anymore.
- mkvmerge: new feature: You can specifiy the time after which to
  split with ms precision.
- mkvmerge: bug fix: Fixed more of that 'garbage at the beginning
  of MP3 streams' issue.
- mkvmerge: bug fix: Reading of broken / unfinished AVI files was
  broken on Windows.

- mmg: Updated the mkvmerge GUI guide to reflect changes and
  additions.
- mmg: new feature: Added 'minimize' buttons to the two 'mkvmerge
  is running' dialogs.
- mmg: new feature: Added an option for automatically calling
  'File -> new' after a job has been added to the job queue.
- mmg: bug fix: The job manager did not always catch all of
  mkvmerge's output, especially if a job failed.
- mmg: new feature: Line wrap the tooltips on Windows.
- mmg: new feature: Suggest a name for a new job based on the
  output file name.
- mmg: new feature: Temporarily disaable 'always on top' if the
  muxing or the job dialog are visible.
- mmg: new feature: Ask for confirmation before adding a job if
  there's already an old job with the same description.
- mmg: bug fix: The functions 'move up', 'move down' and 'delete'
  in the 'job' dialog were not working correctly on Windows.
- mmg: bug fix: The 'always on top' option was ignored when
  starting mmg.
2004-07-05 01:05:51 +00:00
jmmv
48a2f01114 Explicitly disable the dirac and kio plugins. 2004-07-04 15:54:51 +00:00
wiz
72d0da730b Sync with currently available distfile.
Noted by Kibum Han on tech-pkg.
2004-07-03 11:09:26 +00:00
wiz
45744f852c Update for two skin updates (old ones disappeared). Bump PKGREVISION.
Noted by Kibum Han on tech-pkg.
2004-07-03 11:00:00 +00:00
xtraeme
5d117d393b Update multimedia/win32-codecs to 20040703 (previous distfile unavailable).
Two new codec were added this time.
2004-07-03 05:28:09 +00:00
drochner
d1f60cc0e3 bump PKGREVISION (security fixes) 2004-07-02 17:08:23 +00:00
drochner
b561128ec8 apply the patch from the mplayer site to fix buffer overflow
vulnerabilities in the GUI
2004-07-02 17:07:21 +00:00
drochner
ca3b03de38 this pkg does not conflict with timidity 2004-07-02 15:10:56 +00:00
salo
cb6d8d9dfc Sort mpeg-lib properly (hi grant!). 2004-06-30 17:48:19 +00:00
recht
4c540c5e97 fix PLIST
bumpt PKGREVISION to 1
2004-06-29 23:20:20 +00:00
jmmv
6ecb21cd38 Update to 0.8.2:
New features:
    * Parallel installability with 0.6.x series
    * Internationalization
    * New translations in this release: Ukrainian, British
    * Translations: af az en_GB nl sr sv uk
    * id3 fixes
    * asf fixes
    * qt demux fixes
    * dv fixes
    * auparse fixes
    * wavparse seeking/querying fixes
    * alsa fixes for mixing and device releasing
    * categorisation fixes
    * v4lsrc fixes for webcams
    * streamheader fixes
    * Portability fixes
    * new element: DTS decoder
    * new element: libvisual
    * new element: theoraenc
    * new element: oggmuxer
    * new element: rawvorbisenc
    * new elements: audiorate and videorate
    * new elements: TCP server/client src/sink
    * new element: pixbufscale
    * new element: osxaudiosink
    * new element: sunaudiosink
    * new element: videomixer
    * new elements: multipartmux/multipartdemux
    * new elements: smokeenc/smokedec
    * new element: vorbisparse

Bugs fixed:
    * 132440  : configure botches DVDNAV_CFLAGS
    * 133002 : configure should check for dvdnav header
    * 134007 : [alsasink] assertion failure in alsalib snd_pcm_plug_hw_p...
    * 135145 : [asfdemux] Can't play randomfile.wma
    * 135862 : [wavparse] add ADPCM support
    * 135989 : v4l-conf called even when not present
    * 136392 : [v4lsrc] buggy wit qc-usb driver
    * 136572 : [esdsink] blocks other esd apps in PAUSED state
    * 137711 : [oggdemux] jump or move depends on uninitialised value
    * 137724 : [qtdemux/ffdec_mpeg4/faad] MPEG-4 video/audio esds atoms
    * 137750 : Gst-player not able to seek in wav file
    * 138251 : [mad] Can't play bad1.mp3, bad2.mp3
    * 139524 : ogg muxer needed
    * 139658 : [alsasrc] probes inexistant playback device on capture on...
    * 140064 : [speed] can't negotiate
    * 140138 : media file makes totem-gst go nuts
    * 140265 : ffmpegcolorspace and gnomevfs fail to build buildable
    * 140268 : ximagesink and xvimagesink do not build under FreeBSD
    * 140384 : Incorrect library dependency in SDL plugin
    * 140640 : [asfdemux] segfault
    * 140668 : gst-plugins-0.8.1 does not compile
    * 140844 : icecastsend (shout) doesnt even try to connect to server
    * 140878 : ima adpcm encoded wavs are not supported
    * 141176 : [mad] Can't play ...Faithfulness.mp3
    * 141188 : monoscope plugin doesnt work as intended
    * 141258 : mp3 file seek problem
    * 141318 : ffmpegcolorspace doesn't compile on Solaris
    * 141821 : kdemacros.h
    * 142044 : m4a typefinds to x-m4a instead of quicktime
    * 142084 : mad and level plugins dont like each other (caps related ...
    * 142107 : build error under mdk 10.0
    * 142127 : GstPlay's time_tick event does not return the right time ...
    * 142193 : Patch for plugins Codecs klassifications
    * 142205 : return type of gst_audio_clock_id_wait_async is wrong
    * 142211 : alsasink broken due to mixer device
    * 142262 : shout2send not compiling or working (fix attached)
    * 142272 : qtdemux doesn't work with sources that cannot seek
    * 142286 : The au plugin cannot play au files encoded with ulaw
    * 142320 : [ffmpeg - ima-adpcm-ws/wsaud] scheduler issues
    * 142493 : default fragment size in osssink is too small
    * 142507 : [PATCH] id3tag plugin does not correctly set buffer offset
    * 142555 : wavparse doesn't handle truncated files gracefully
    * 142566 : Certain mp3s don't get played correctly
    * 142585 : gstresample makes wrong assumption about buffer sizes (se...
    * 142586 : alsasink resync is broken
    * 142664 : v4l2_buffer redeclaration : won't compile with -Werror
    * 142764 : ogg that caueses error
    * 142797 : Mac OS X Audio Sink and Src
    * 142851 : gstid3tag sends wrong offset on discont events
    * 142954 : [patch] adding a connection problem signal to shout2send
    * 142962 : Error converting wav file to ogg/vorbis
    * 143032 : [adder] crash on certain errors
    * 143130 : [mixmatrix] returns garbage pointer as request pad
    * 143146 : [patch] gst/tcp plugin doesnt compile on OSX
    * 143153 : [patch] osxaudio - fix warnings
    * 143262 : rifflib does not know several fourccs
    * 143283 : [PATCH] Property accessors for the mixer interface
    * 143454 : [alsasink] outputs silence on sync problem
    * 143749 : tcp plugin dosn't compile on FreeBSD
    * 143861 : OSS elements portability on BSD (soundcard.h location)
    * 144240 : [cdparanoia] sets wrong timestamps on buffers [patch]
    * 144425 : Invalid read of size 4in riff-read.c [patch]
2004-06-28 17:45:56 +00:00
jmmv
0ef64c853c Update to 0.8.3:
Changes since 0.8.2:

      * Hotfix for unregisterable switch element

Changes since 0.8.1:

      * new translations: Turkish, Ukrainian, GB English
      * Fixes for setting elements to NULL to release devices
      * Windows port
      * New GStreamer Data Protocol helper library
      * New GstAdapter, similar to bytestream
      * Fixes for registry loading plugins with same name
      * Added no-more-pads signal
      * Added Fixed List GValue type
      * Fixes to schedulers

Bugs fixed since 0.8.1:

      * 133897 : Internal GStreamer error: seek problem
      * 134839 : buffers leaked by filesrc, typefind, spider or fakesink
      * 137710 : When seeking, the sink's time is reset
      * 138012 : [opt] simple pipeline crashe
      * 138836 : docs build but won't install
      * 140015 : GstValue GTypes should not derive from G_TYPE_BOXED
      * 140156 : ARM port / type reading patches
      * 140477 : [debug] crash with *:2 while playing alien.mpg
      * 140594 : Small memory leak int gst_parse_launch()
      * 140734 : filesrc should handle named pipes/devices
      * 140743 : Leak in _gst_parse_escape()
      * 141083 : gstreamer-0.8.1 compile failure with gcc-3.4: error: PIC ...
      * 141304 : GST_CAPS and GST_IS_CAPS broken
      * 141317 : Win32 build with newest Microsoft compilers
      * 141414 : filesink leaks events
      * 141416 : leak in entrygthread scheduler
      * 141417 : Memory leak in gthread-cothreads.h
      * 142304 : The Win32 makefiles clean too much
      * 142804 : needed change to allow x86 Solaris compile with Forte
      * 142957 : xmlregistry failes to compile on osx
2004-06-28 16:30:30 +00:00
kristerw
37a4828e7d The configure script requires pkg-config. 2004-06-27 18:48:09 +00:00
salo
c3eb0dda74 Updated to version 0.9.1.
Changes:

- mkvmerge: Dropped supoprt for 'aviclasses' (one of the two
            libraries for accessing AVI files). This mostly
            affects the Windows users as I've used aviclasses
            and not avilib on Windows so far. The 0.9.0-pre-builds
            so far haven't shown any problems, though, so I hope
            this doesn't break anything.
  new feature: mmg will set the 'display dimensions' automatically
           for AVI files whose video track is MPEG4 and has the
           pixel aspect ratio stored in the bitstream.
  bug fix: The improved MP3 garbage detection was broken resulting
           in an error message from mkvmerge in some weird
  bug fix: Matroska tracks can use lacing (several frames inside
           one Matroska block with only one timecode for the whole
           block). mkvmerge did not recreate the timecodes for the
           frames 1..n in the lacing correctly.
  feature removed: Dropped support for 'time slices'. They were not
           used, didn't offer the player any additional value and
           caused massive increase in overhead.
  bug fix: The OGM fix in 0.9.0 broke handling for non-broken OGM
           files a bit.
  new feature: Added support for the audio/video synchronization
           method used by NanDub (garbage at the beginning of audio
           tracks inside an AVI) for AC3 and MPEG audio tracks. In
           other words: If an AVI is read and an audio track contains
           garbage right at the beginning then the corresponding
           audio delay is calculated and used instead of simply
           discarding the garbage.
  new feature: Enabled reading MPEG4 video from MP4 files (nope,
           they're not stored in Matroska's native mode yet).

- mmg
  bug fix: The job manager did not handle the conversion of non-ASCII
           characters correctly.
  new feature: The action 'delete job' in the job manager will also
           delete the file in the 'jobs' subdirectory.
  new feature: Added an option to make mmg stay always on top (only
           on Windows).
  new feature: Added a dialog for adding arbitrary command line options
           which includes a list of advanced options to chose from.
2004-06-27 15:27:28 +00:00
grant
3f1d51245f fix installation of qtextras after distfile changed. 2004-06-26 19:37:28 +00:00
grant
62af2f166d checksum for rp9codecs-win32-20040626.tar.bz2 changed on MASTER_SITE. 2004-06-26 19:36:01 +00:00
grant
507281bd31 update for rp9win32codecs-20040626 being renamed to
rp9codecs-win32-20040626. no functional change.
2004-06-26 19:33:02 +00:00
grant
421ac8ce1b bump PKGREVISION of mencoder for libdv dependency too. 2004-06-26 18:49:09 +00:00
grant
1eb65c0036 bump PKGREVISION in individual pkg Makefiles because there was no
change to mplayer-share.
2004-06-26 18:37:06 +00:00
grant
c3d194ca34 bump PKGREVISION for libdv dependency. 2004-06-26 18:35:27 +00:00
grant
09cda05f19 include support for libdv. 2004-06-26 18:33:31 +00:00
grant
e940f5af45 add buildlink3.mk 2004-06-26 18:33:00 +00:00
grant
1d8ff90b25 move mpeg-lib to multimedia/ 2004-06-26 18:27:23 +00:00
grant
7802b7fe8d improve 2004-06-26 18:18:02 +00:00
grant
25c5780aa3 move smpeg-xmms to multimedia/ 2004-06-26 18:10:20 +00:00
grant
89af912d1c correct CATEGORIES. 2004-06-26 18:06:17 +00:00
grant
b3d15114b5 move dumpmpeg to multimedia/ 2004-06-26 18:05:45 +00:00
grant
92d15cff7f move libmpeg3 to multimedia/ 2004-06-26 18:00:21 +00:00
grant
7432aff3a4 +libdv 2004-06-26 17:48:56 +00:00
grant
4431c9380f Initial import of libdv 0.102 into the NetBSD packages collection.
The Quasar DV codec (libdv) is a software codec for DV video, the
encoding format used by most digital camcorders, typically those that
support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. libdv was
developed according to the official standards for DV video: IEC 61834
and SMPTE 314M.

Submitted in PR pkg/24313 by Osamu OISHI with cleanup and update to
0.102 by me.
2004-06-26 17:48:29 +00:00
kristerw
c2a18ef8ac Correct path to multimedia/smpeg. 2004-06-26 17:37:14 +00:00
grant
b3429bdb95 update win32-codecs to 20040626. old distfiles are no longer
available.

two new codecs:

vp5vfw.dll
vp6vfw.dll
2004-06-26 16:14:42 +00:00
grant
e0ed05cfdb move smpeg to multimedia/ 2004-06-26 09:16:10 +00:00
sekiya
9d1aa29aec Add dvdauthor-0.6.10 2004-06-25 07:00:04 +00:00
sekiya
8b9ccb62e0 Add dvdauthor-0.6.10. 2004-06-25 06:58:42 +00:00
drochner
0c07dfaa40 update to 1.0.1
bugfixes only
2004-06-21 16:21:50 +00:00
drochner
6177902638 apply some minor fixes from libdvdread CVS 2004-06-21 16:14:14 +00:00
drochner
54415e052d update to xine-lib-1-rc5
changes:
rc4a:
Some have experienced problems with rc4 due a bug managing the colorkey
overlay for XV (XVideo). With some video cards (most notably Matrox), it
caused parts of the image to not be displayed properly. These bugs have
now been fixed. Others have experienced compilation problems in our
previous releases resulting in static noise being produced for WMA streams.
This has also been fixed in rc4a.
Users of 5.1 and other audio surround setups will need to reconfigure their
xine settings. A newer, more user-friendly, "Speaker arrangement" config
item is now provided and must be used.
rc5:
xine-lib 1-rc5 contains important fixes from our previous release,
most notably compilation fixes for AMD64 plataform, fixed
downloading of reference files (asx, rm, etc) with HTTP, some
crashes with win32 DLLs and playback issues of some MPEG streams.
There are cool new features as well, like the surround 5.1 upmix
plugin and MacOS X support.
2004-06-21 15:55:54 +00:00
grant
22ef173c4b add a big obvious comment pointing out that gmplayer has its own
distinfo file and that both the gmplayer and mplayer-share distinfo
files must be maintained.

(out of 25 files between them, only 3 were actually shared.. oops)
2004-06-21 09:40:16 +00:00
tron
a8580c0f3d This package must have a own "distinfo" file because the list of the
distribution files doesn't match the "mplayer-share" package.
2004-06-21 07:01:38 +00:00
tron
2cca877332 Add missing checksum for various fonts. 2004-06-21 06:28:56 +00:00
agc
733ad544e0 Add digest for patch-ae, the patch for the artsd Makefile 2004-06-20 20:38:23 +00:00
agc
e6a32c49df Add a patch necessary for the forthcoming gst-plugins-artsd package. 2004-06-20 20:23:34 +00:00
agc
8e33f303b3 On second thoughts, let's use the gst-plugins-mad package in the audio category. 2004-06-20 19:32:24 +00:00
agc
99dc9644cd Add and enable gst-plugins-mad 2004-06-20 19:26:41 +00:00
agc
652b98263e Import a package for the gstreamer mad plugin - package provided by Amitai,
imported by me mainly for the up and coming tunesbrowser import.

	GStreamer is a library that allows the construction of graphs of
	media-handling components, ranging from simple mp3 playback to complex
	audio (mixing) and video (non-linear editing) processing.

	Applications can take advantage of advances in codec and filter technology
	transparently.  Developers can add new codecs and filters by writing a
	simple plugin with a clean, generic interface.

	This package provides the mad plugin for GStreamer.
2004-06-20 19:25:49 +00:00
xtraeme
7c9c2f1d0a Update multimedia/vlc to 0.7.2.
Changes between 0.7.1 and 0.7.2:
--------------------------------

Core support:
 * Bookmarks feature for easier seeking/access inside medias.
 * Support for video output embedded in interfaces.
 * Improved HTTP daemon.
 * Saved playlists now remember VLC-specific options.

Codecs:
 * New Continuous Media Markup Language (CMML) codec.
   (http://www.annodex.net/overview.html)
 * New H.261 video decoder using openmash.
 * H264 encoder, demuxer and packetizer.
 * Packetizer interfaces between demux and codec when needed
   (allows using ffmpeg plugin to decode MPEG streams and better aac decoding).
 * Support for Theora alpha3 (both decoding and encoding).

Input:
 * --start-time <sec> and --stop-time <sec> to start and stop playing a
   file at the specified amount of seconds. Only works with a few
   fileformats (avi, mov, mkv, mp4 )
 * Improved directory access module.
 * New "file-cat" option to play truncated movies.
 * Better handling of meta info (title, author, description, etc...).
 * New options to pass meta info to the input.
 * It is now possible to stream programs from a DVB-S/C/T stream
   (satellite, cable, or digital terestrial television)

Demux:
 * Annodex (http://www.annodex.net) support.
 * mmsh streaming fixes.
 * Fixed infinite loop in the AVI demux on broken/incomplete files.

Subtitles:
 * Subviewer and subviewer v2 subtitles support.
 * Ability to choose autodetected subtitles path.
 * Subtitles delay can be changed in real time with hotkeys.

Stream output:
 * Improved session announcement system.
 * Minimize threads usage by default.
 * Added faster than realtime stream output (limited by CPU) for file output.
 * Improved MOV/MP4 muxer.
 * Improved MPEG TS muxer.
 * Improved transrater.
 * Meta info options used by the muxers.
 * New configuration system.
 * Better audio channels downmixing when transcoding.

VideoLAN manager:
 * New videolan (media) manager (vlm): a little manager designed to launch
   and manage multiple streams from within one instance of VLC.
 * Supports live streams and VoD.
 * Supports scheduling.
 * Telnet interface for vlm.
 * HTTP interface for vlm.

Interfaces:
 * Skins II (Windows and Linux only)
    - Ability to embed video output.
    - Support for bitmap fonts.
    - Lots of improvements.
 * wxWindows (default Windows and Linux interface)
    - New design and set of icons.
    - Ability to embed video output.
    - Support for hotkeys.
    - Support for bookmarks.
 * Mac OS X
    - Support for 'groups' and playlist item properties.
    - Better hotkeys handling.

Mac OS X port:
 * OpenGL video output is now the default when available.
 * Added FAAC encoder (mp4a).
 * Audio output fix to work with multiple streams on a HAL device.
 * Possible fix for conflict with CodeTek VirtualDesktop (untested).

Win32 port:
 * DirectShow input plugin should work with more devices.
 * Disable monitor power down when watching movies.
 * Improved Windows installer.

Linux port:
 * PowerPC fixes.

Misc:
 * Improvements to the Goom visualisation plugin.
 * Roku HD1000 audio output
2004-06-20 18:43:26 +00:00
xtraeme
05200787fe multimedia/ffmpeg:
o Use CONF_FILES for ffserver.conf.
	o Install the postprocess.h file into the right place.

Bump PKGREVISION.
2004-06-20 02:36:24 +00:00
xtraeme
26eace75e8 Enable postprocess support, required by vlc-0.7.2. 2004-06-20 02:02:58 +00:00
xtraeme
640338466b o Disable debug compilation flags.
o Honour USE_MMX.
2004-06-19 23:15:12 +00:00
wiz
4f52733a14 Update for currently available skins. Closes PR 25737. 2004-06-18 18:43:23 +00:00
markd
e23914e6d8 update to kde 3.2.3
changes:
unknown
2004-06-10 12:12:37 +00:00
jmmv
93b1ecb299 Depend on gst-plugins-oss so that the volume control works.
Also depend on gst-plugins-esound to make sure things work when using esound.
Bump PKGREVISION to 1.
2004-06-06 08:09:05 +00:00
sekiya
99292529de Add the modfps patch file. 2004-06-06 02:28:33 +00:00
sekiya
8704c13fbd modfps assumes that lrint() is available; use a workaround for platforms
that don't implement lrint().
2004-06-06 02:27:55 +00:00
salo
1dea1d6516 Updated to version 0.9.0.
Changes:

- mkvmerge
  bug fix: Improved handling for OGM files. Streams that
           are lacking the comment packet are handled better.
  bug fix: Some MP3 streams are padded in the front with trash
           (mostly those in AVI files). This trash might contain
           valid MP3 headers which do not match the remaining headers
           for the actual track. Both the MP3 reader and the MP3
           packetizer can now skip up to one of those bogus headers
           in the trash.
  bug fix: The OGM reader was not Endian safe.
  bug fix: Audio sync for Vorbis was partially broken for positive
           offsets.
  Rewrite of the VobSub handling code.

- mmg
  bug fix: On some occasions the chapter editor thought there was no
           language associated with a chapter name and complained
	   about that.
  bug fix: The chapter editor did not honor the values selected for
           'country' and 'language'.
  Removed the 'advanced' tab. Those options shouldn't be used anyway.
2004-06-05 11:11:32 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
salo
ca4a80a988 Pass CXXFLAGS and LDFLAGS to Makefile, usa more buildlink variables.
Allow both overwrite and pkgviews installation.
Based on patch sent by Joachim Kuebart via PR pkg/25752.
2004-05-31 09:50:35 +00:00
grant
576ae3683a bump PKGREVISION for PLIST fixes. 2004-05-29 17:21:16 +00:00
reed
ed565ad881 Split up PLIST into PLIST.common, PLIST.Linux and PLIST.NetBSD.
(If you use another platform, please share your details.)

This fixes a problem where under Linux, the sun and xv
plugins are not installed and then 36 additional new plugins
are installed (Linux only). (Thank you to Sebastian Prause
for Linux PLIST information.)

Use PLIST_SUBST for the i386 files and remove PLIST.i386.
2004-05-29 02:14:27 +00:00
wiz
00009234c6 Does not BUILD_DEPEND on nasm any longer, as noted
by drochner. No PKGREVISION bump since the binary package does not change.
2004-05-26 11:14:33 +00:00
wiz
c041b228d4 Update to 0.4.8, and install the header files that are customarily
installed.
Changes:
version 0.4.8:

- MPEG2 video encoding (Michael)
- Id RoQ playback subsystem (Mike Melanson and Tim Ferguson)
- Wing Commander III Movie (.mve) file playback subsystem (Mike Melanson
  and Mario Brito)
- Xan DPCM audio decoder (Mario Brito)
- Interplay MVE playback subsystem (Mike Melanson)
- Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)

version 0.4.7:

- RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq
  (originally from public domain player for Amiga at http://www.honeypot.net/audio)
- Current version now also compiles with older GCC (Fabrice)
- 4X multimedia playback system including 4xm file demuxer (Mike
  Melanson), and 4X video and audio codecs (Michael)
- Creative YUV (CYUV) decoder (Mike Melanson)
- FFV1 codec (our very simple lossless intra only codec, compresses much better
  then huffyuv) (Michael)
- ASV1 (Asus), H.264, Intel indeo3 codecs has been added (Various)
- Tiny PNG encoder and decoder, tiny GIF decoder, PAM decoder (PPM with
  alpha support), JPEG YUV colorspace support. (Fabrice Bellard)
- ffplay has been replaced with a newer version which uses SDL (optionally)
  for multi platform support (fabrice)
- Sorenson Version 3 codec (SVQ3) support has been added (decoding only) - donated
  by anonymous
- AMR format has been added (Johannes Carlsson)
- 3gp support has been added (Johannes Carlsson)
- VP3 codec has been added (Mike Melanson)
- more MPEG-1/2 fixes
- Better Multi platform support, MS Visual Studio fixes (various)
- Altivec optimizations (Magnus Damn and others)
- SH4 processor support has been added (BERO)
- New public interfaces (avcodec_get_pix_fmt) (Roman Shaposhnick)
- VOB Streaming support (Brian Foley)
- Better MP3 Autodetection (Andriy Rysin)
- qpel encoding (Michael)
- 4mv+b frames encoding finally fixed (Michael)
- chroma ME (Michael)
- 5 comparission functions for ME (Michael)
- b frame encoding speedup (Michael)
- wmv2 codec (unfinished - Michael)
- user specified diamond size for EPZS (Michael)
- Playstation STR playback subsystem, still experimental (Mike and Michael)
- ASV2 codec (Michael)
- CLJR decoder (Alex)

.. And lots more new enhances and fixes.

version 0.4.6:

- completely new integer only mpeg audio layer 1/2/3 decoder rewritten
  from scratch.
- recoded dct and motion vector search with gcc (no longer depends on
  nasm).
- fix quantization bug in AC3 encoder.
- added PCM codecs and format. Corrected wav/avi/asf pcm issues.
- added prototype ffplay program.
- added GOB header parsing on H.263/H.263+ decoder. (Juanjo)
- bug fix on MCBPC tables of H.263. (Juanjo)
- bug fix on DC coefficients of H.263. (Juanjo)
- added Advanced Prediction Mode on H.263/H.263+ decoder. (Juanjo)
- now we can decode H.263 streams found on QuickTime files. (Juanjo)
- now we can decode H.263 streams found on VIVO v1 files.(Juanjo)
- preliminary RTP "friendly" mode for H.263/H.263+ coding. (Juanjo)
- added GOB header for H.263/H.263+ coding on RTP mode. (Juanjo)
- now H.263 picture size is returned on the first decoded frame. (Juanjo)
- added first regression tests
- added MPEG2 TS demux
- new demux API for libav
- more accurate and faster IDCT (Michael)
- faster and entropy controlled motion search (Michael)
- two pass video encoding (Michael)
- new video rate control (Michael)
- added MSMPEG4V1, MSMPEGV2 and WMV1 support (Michael)
- great performance improvement of video encoders and decoders (Michael)
- new and faster bit readers and vlc parsers (Michael)
- high quality encoding mode : tries all macroblock/VLC types (Michael)
- added DV video decoder
- preliminary RTP/RTSP support in ffserver and libavformat
- H.263+ AIC decoding/encoding support. (Juanjo)
- VCD MPEG-PS mode. (Juanjo)
- PSNR stuff. (Juanjo)
- Simple stats output. (Juanjo)
- 16-bit and 15-bit rgb/bgr/gbr support (Bisqwit)
2004-05-25 21:49:26 +00:00
heinz
ab369beb4f Use option "-r" instead of "-e" for the '[' command since this is not
portable to some operating systems (eg UnixWare or IRIX 5).
2004-05-23 15:09:06 +00:00
drochner
50bb1c2171 use the final 1.0.0 release file, PKGNAME is already there 2004-05-19 11:33:17 +00:00
drochner
135e9c9d4a fix inverse logics in block->character dev conversion 2004-05-18 15:51:21 +00:00
wiz
c11ebb98ef Sort directory creation order (though it works either way). 2004-05-18 14:39:03 +00:00
wiz
003f9e79cb Create directories for support files; the
install target in */share does not do this itself.
Noted by Bryan Vyhmeister on tech-pkg.
2004-05-18 13:05:57 +00:00
grant
de6d357a36 mplayer really needs gcc to build. 2004-05-16 10:15:49 +00:00
grant
2cc385d76b only bring in xvidcore on i386. 2004-05-16 10:15:21 +00:00
grant
24688de49d call $(BSD_INSTALL) to install files, not "install". 2004-05-16 09:50:57 +00:00
grant
324b06d2b1 libmatroska needs the GNU C++ compiler. 2004-05-16 09:49:14 +00:00
grant
5febe8236c xvidcore is only for x86. 2004-05-16 09:22:11 +00:00
grant
86a77ca152 include cdparanoia support on FreeBSD, too. 2004-05-16 08:59:36 +00:00
grant
de597f2434 conditionally set MPLAYER_DISABLE_DRIVERS for Solaris, don't override
it.
2004-05-16 08:46:43 +00:00
xtraeme
40fb48327f Added dirac-0.2.0. 2004-05-16 02:08:57 +00:00
xtraeme
0586c7ac42 Initial import of dirac-0.2.0.
Dirac is a prototype video codec, under development by BBC R&D, and initially
released in March 2003.

Dirac is a general-purpose video codec aimed at resolutions from QCIF
(180x144) to HDTV (1920x1080) progressive or interlaced. It uses wavelets,
motion compensation and arithmetic coding and aims to be competitive with
other state of the art codecs.
2004-05-16 02:07:44 +00:00
jmmv
1cd55ac903 Update to 2.6.2.
Changes since 2.6.1:

      * Swapped About and Help (Jorn Baayen)
      * Fixed cddb-slave2 documentation link (Kaushal Kumar)

Bugs fixed since 2.6.1:

      * 140344: use gnome-common (Christian Neumair)
      * 141406: use a colorspace convertor from gst-plugins
      * 137198: install gstreamer-properties correctly (Julio Vidal)
      * 125409: redraw display text when style changes (Leena Gunda)
      * 137464: use gtk_icon_theme in recorder (Fernando Herrera)
      * 141985: also check .cddb entries (Thomas)
      * 114015: Fix display of unknown entries (Thomas)
      * 124924: Initialize pointers (Thomas)
      * 119596: Differentiate between audio and data cd (Balamurali Viswanathan)
      * 139555: Make CD playback stop when application exits (Richard Kinder)

Changes since 2.6.0:

      * Added Gujarati translation (Guntupalli Karunakar)
      * Fixed mixer icons for ALSA (Ronald Bultje)

Bugs fixed since 2.6.0:

      * 133217: Underquoted definitions in acinclude.m4
      * 134094: Small g_print errors
2004-05-15 16:34:10 +00:00
wiz
b398e3fa55 Unused. 2004-05-14 10:01:48 +00:00
grant
6a3a78689b move gmplayer's distinfo to mplayer-share/. noted by wiz. 2004-05-14 09:36:57 +00:00
grant
513c9dffdf apply patch from Jukka Salmi (thanks!). applies the same option
parsing logic for X libraries as non-X libraries to ensure mplayer is
linked with the right rpath to the X libraries.

fixes my PR pkg/25268.
2004-05-14 09:27:32 +00:00
grant
8a0a29d926 use mplayer-share/distinfo instead of keeping two copies. 2004-05-14 09:22:35 +00:00
drochner
ebad988b36 update to xine-ui-0.99.1
changes:
This release is a major update on xine-ui.
It comes with a big cleanup of the user interface, including an improved context
menu, and lots of details of the included "xitk" toolkit.
Additionally, this release fixes some security issues (referenced in XSA-2004-2).
Therefore, we recommend you to upgrade as soon as possible, especially if you are
using xine to play URLs/MRLs you obtained from

also fix some pthread_mutex abuse, and use GNU readline for xine-remote
2004-05-12 16:42:49 +00:00
drochner
4cdb9ea17d update to xine-lib-1-rc4
changes:
This release improves playback of some streams, reduces flickering
of OSD and brings a whole bunch of updated libraries.
It does also fix a vulnerability in xine's RTSP streaming code.
See XSA-2004-3 for more information!

XXX powerpc asm stuff needs to be checked
XXX didn't test the "arts" stuff
2004-05-12 16:37:06 +00:00
drochner
5276fee313 repair some damages:
-properly libtoolize some libraries to get dynamically loadable modules,
 use a hack from SDL to make libtool work with nasm (thanks wiz for
 the hint)
-run aclocal and autoconf, otherwise the autoconf version skew scews
 things up
 XXX we shouldn't use autoconf et al for the build but commit
 patches to configure and Makefile.in
-make sure we don't get trapped by the X11R6 freetype2 nonsense
2004-05-12 16:19:32 +00:00
wiz
42048c877c Move graphics/transcode to multimedia/transcode. 2004-05-10 13:48:31 +00:00
wiz
2d755633d2 Reimport graphics/transcode as multimedia/transcode. 2004-05-10 13:47:07 +00:00
wiz
fd88295c1f Fix paths to ffmpeg (in comments) after move to multimedia dir. 2004-05-10 13:45:25 +00:00
wiz
32dd0fb9f7 Move graphics/ffmpeg to multimedia/ffmpeg. 2004-05-10 13:43:43 +00:00
wiz
7e618c30cb Reimport graphics/ffmpeg as multimedia/ffmpeg. 2004-05-10 13:41:10 +00:00
grant
0dedfb2c4a +xvid4conf 2004-05-09 13:54:16 +00:00
grant
82aae57f14 Initial import of xvid4conf 1.12 into the NetBSD packages collection.
This tool creates XviD configuration files. The generated configuration
file is meant to be read by transcode's xvid4 export module. This module
(and the configuration file) is intended to be used with XviD 1.0
(dev-api-4).

Submitted to pkgsrc-bugs by bsd4ever@nospam.lan with some minor
cleanup by me.
2004-05-09 13:53:38 +00:00
salo
c46bc87019 Add mmg. 2004-05-08 18:23:54 +00:00
salo
bb022093c6 Initial import of mmg-0.8.9: MKVtoolnix mkvmerge GUI.
mmg is a GUI for mkvmerge from MKVtoolnix.  mkvmerge is a tool to create
Matroska files from other media files.
2004-05-08 18:22:14 +00:00
salo
2a3b8056eb Updated to version 0.8.9.
Changes:

- explicitly disable wxWindows support
- mark it as using c++
- prepare for mmg import
- delint

0.8.9:
======
- mmg: new feature: mmg will ask for confirmation before overwriting
       a file. This can be turned off on the settings tab.
- mmg: new feature: Implement drag'n'drop of files onto the input,
       attachment and chapter tabs. For the input and attachment tabs
       it works like pressing the 'add' button. On the chapters tab it
       works like calling 'Chapter Editor -> Open'.
- mkvinfo/mmg: Enabled compilation with wxWidgets 2.5 and Unicode
       enabled builds of wxWidgets.
- all: Increased the precision for timecodes in chapter files to
       nanoseconds (optionally, you can still use fewer digits after
       the '.').
- mkvmerge: Fixes for compilation with gcc 3.4.
- mkvmerge: bug fix: Some strings read from RealMedia files were not
       zero-terminated resulting in broken track recognition for some
       files.
2004-05-08 18:09:20 +00:00
cjep
c3f6e4f661 Add RCS tags 2004-05-07 12:06:47 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
jmmv
3d434a1283 Very beleatedly switch to use static DESCR files for the multiple
gst-plugins-* packages.  Generating a description during installation
is not well supported and causes problems when creating the README
files, for example.
2004-05-06 12:12:58 +00:00
salo
64cb4f43ba Updated to version 0.8.8.
Changes:

0.8.8:
======
- mkvtoolnix now depends on libebml 0.7.0 and libmatroska 0.7.0.
- mkvinfo: bug fix: mkvinfo was forcing libmatroska not to handle
	   unknown elements and crashed on those.
- mmg: new feature: When adding Matroska files the video track's
       display dimensions are displayed as well.
- mmg: bug fix: On non-Windows systems some combinations of wxWindows
       and GTK caused continuous 100% CPU usage after a special call
       to wxExecute.
- mkvmerge: new feature: Implemented reading AAC from AVIs.
- mkvmerge: bug fix: The Flac packetizer was accessing uninitialized
            memory resulting in a crash on Windows.
- mkvemrge: bug fix: Fixed the handling of RealMedia files with 'multirate'
            tracks (again).
- mkvmerge: bug fix: On some rare occasions chapters were not written
            correctly when splitting was active.
- avilib: bug fix: Fixed compilation on big endian systems.

0.8.7:
======
- mkvinfo: new feature: Added a terse output format via '-s'.
- mkvmerge: new feature: If using MPEG4 video and no aspect ratio or display
            dimensions are given mkvmerge will extract the aspect ratio
            information from the stream and automatically set the display
            dimensions accordingly.
- mkvmerge: bug fix: Using audio sync on AC3 tracks read from Matroska files
            did not work.
- mkvextract: new feature: Added extraction of RealAudio and RealVideo tracks
              to RealMedia files.
- mmg: new feature: Added a 'job queue'. The current settings can be added as
       a new job, and all pending jobs can be started for batch processing
       without user interaction.
2004-05-05 15:57:47 +00:00
salo
acdff7bfd8 Updated to version 0.7.0.
Changes:

- Switch to LGPL license
- Update the copyright years
- Fix minor things in test examples
- Fix a problem when MATROSKA_VERSION is set to 2
- Fix for partial XipH lacing reading
- Handle MATROSKA_VERSION to enable/disable some future additions
- No more new elements for sample accurate seeking
- Added code that allows libmatroska to be built as a DLL on Windows.
- Updated the MinGW build system.
- No more StdInclude
- Add support for SampleScale and BlockSamples
2004-05-05 15:57:17 +00:00
mrg
e7036407ca for NetBSD 2.0D and later, use statvfs(2).
XXX this should be a configure test...
2004-05-04 11:30:17 +00:00
snj
e23bdedd86 Convert to buildlink3. 2004-05-02 01:46:44 +00:00
wiz
6b7f295bb4 Update to 1.0pre4:
MPlayer 1.0pre4: "YAML Counter"

Security:

    * HTTP parser remote heap overflow vulnerability fixed
	[already fixed in package previously]
    * Real RTSP remote buffer overflow vulnerability fixed
    * buffer overflow in the Matroska demuxer
    * potentially exploitable buffer overflow in CDDB TOC code

DOCS:

    * new Copyright file covers files from other projects and their licenses
    * new DOCS/tech/translations.txt explains how to properly translate MPlayer
    * new Japanese console message translation
    * Polish translation finished
    * Italian man page translation
    * DVD ripping guide
    * telecine/interlacing guide
    * video out driver section added to the man page
    * XML build system rewritten - now supports building individual languages
    * miscellaneous updates all over the place

Ports:

    * better PA-RISC detection
    * support for VAX (tested on VAXstation 4000/VLC) -- really, believe me!
    * optimizing for specific MIPS CPUs under IRIX
    * AMD64 detection under BSDs
    * fbdev driver updated for Linux 2.6
    * support for ELF only OpenBSD
    * optimizing for PPC 970 (aka G5)
    * SDL support fixed on MinGW
    * VIDIX working under Windows XP/2000 (native dhahelper)
    * builds out of the box under GNU Hurd
    * SSE optimizations enabled under MinGW
    * SSE support under OpenBSD
    * AltiVec support under NetBSD
    * GCC 3.4 support (due to changed behaviour in ASM code snippets)

Demuxers:

    * Matroska containing RealVideo works better
    * fixed random segfaults in VIVO
    * endianess fixes in CDDA
    * UYVY support in tvi/v4l2
    * tvi/bsdbt848 now working under FreeBSD 5.2-CURRENT
    * tvi/bsdbt848 audio part working under NetBSD
    * LIVE.COM demuxer updated to conform with latest libraries
    * new, independent, C implementation of the Matroska demuxer
    * fix for rare Real files
    * more robust Real demuxer (can resync after errors)
    * support for AAC inside Real
    * MPEG Aspect code 4 fixed
    * support for selecting subtitle streams with -slang inside Ogg
    * wrapper demuxer for FFMpeg's libavformat (Nut is playable this way)
    * much improved seeking in Ogg
    * Nullsoft streaming video (NSV) demuxer
    * AVI OpenDML read and write support

Streaming:

    * smil playlist parser
    * support for URL redirection
    * support for seeking in HTTP streams
    * updated LIVE.COM streaming code
    * fallback to live.com RTSP after Real RTSP
    * suggests -playlist if normal streaming fails
    * many improvements and bug fixes in the streaming code

Decoders:

    * compilation failure without zlib in vd/lcl fixed
    * removed obsoleted decoders (which were moved to libavcodec), affected: vd/8bps, vd/msrle, vd/msvideo1, vd/rpza, vd/smc
    * workaround for buggy codecs in ad/acm (support for Sharp G.726)
    * fixed chroma-swapping in Hauppauge Macroblock decoder
    * AltiVec optimized resampler in liba52
    * support for VP5 and VP6 DLL decoders
    * support for Alparysoft lossless video codec (through DLLs)
    * support for Lead MCMW wavelet video codec (through DLLs)
    * HE-AAC working through libfaad
    * removed libmpflac in favor of FFmpeg's FLAC implementation
    * liba52 dynamic range compression support

Filters:

    * vf_bmovl bugfixes
    * vf_filmdint now handles 15fps NTSC input
    * huge updates and speedup on vf_pullup
    * big updates to vf_ilpack (proper interpolation and MMX optimizations)
    * vf_zrmjpeg: fast MJPEG encoder using libavcodec for Zoran
    * interlaced scaling support in vf_scale
    * vf_kerndeint: adaptive deinterlacer
    * vf_rgbtest: rgb test pattern generator for developers
    * vf_qp: qp change filter
    * vf_noformat: the same as vf_format but with reversed meaning
    * AltiVec optimized SWScaler
    * vf_phase: phase shift fields
    * vf_divtc: duplicate frame removal from deinterlaced telecined video

Drivers:

    * ao/esd behaves better over network now
    * support for Radeon 9200/9600/9600 Pro/9700 in VIDIX
    * -mixer support for alsa9
    * fixed OSS audio grabber module with hardware not supporting 44khz
    * native ALSA 1.x support (not through 0.9 emulation)
    * better multibuffer support in VIDIX nVidia driver
    * pan & scan support in VIDIX nVidia driver
    * support for more cards in VIDIX nVidia driver
    * vo_libcaca: color ASCII art output driver
    * vo_quartz: native MacOS X/Quartz video output
    * support for VIDIX when ATI FireGLX drivers are used

FFmpeg/libavcodec:

    * H.263 AIC and MQ encoding support
    * fixed low delay decoding
    * fixed H.263+ encoding without UMV
    * lots of CBR improvements
    * MB type and QP visualization
    * lots of code cleanup
    * intra & inter dequantization split -> speedup
    * fixed stereo IMA ADPCM encoding
    * VBV delay setting support (MPEG2 CBR)
    * improved RV20 decoder (most known errors eliminated)
    * interlaced DCT
    * interlaced motion estimation
    * interlaced MPEG2 encoding
    * 4MV encoding fixes
    * initial interlaced MPEG4 encoding
    * improved visual quality in SVQ3 decoder
    * fixed never-before-tested embedded string decoder in SVQ1
    * optimized quantization (including the trellis way)
    * Sierra VMD video decoder
    * MMX and SSE2 optimized H263 denoiser
    * better SVCD compliance (encoder side)
    * MMX and MMX2 optimized interlaced DCT decision
    * various cleanup, memleak and segfault fixes
    * optimized (2x faster) the MPEG layer 3 decoder
    * grayscale coded MJPEG decoding support
    * avimszh and avizlib decoders
    * "packed" XviD decoding
    * fixed some bugs in RV20 B-frames decoding
    * closed GOP encoding
    * SSE2 optimized FDCT
    * support for quantizer noise shaping
    * support for EA ADPCM and SMJPEG IMA ADPCM
    * QT RLE decoder
    * OBMC fixes
    * FLAC decoder
    * better support for DivX5
    * MMX and SSE2 optimized VP3/Theora decoding
    * support for Theora alpha3
    * many H.264 improvements
    * more robust MJPEG startcode search mechanism
    * better WMV8 decoding
    * native Sparc VIS optimizations
    * native G.726 codec

Others:

    * -codecs-file option for specifying alternative codecs.conf file
    * fixed some minor bugs in the GUI
    * prevent sig11 when $HOME is not set
    * fix some command line handling corruptions
    * Swedish and Polish yes/no options in config files
    * support binding F11 and F12 keys
    * TOOLS/divx2svcd updated
    * stricter thread code in Win32 loader (works under NetBSD)
    * PJS subtitle support (was: dunnowhat)
    * TOOLS/avifix: simple tool to fix chunk sizes in AVI files
    * proper extraheader handling when libavcodec is used in MEncoder
    * AVI OpenDML read and write support
    * AVI VPRP (video property) read and write support
    * fixed long standing lame quality option off-by-one bug in MEncoder
    * MPL2 subtitle support
    * less verbosity in Win32 loader and other places
2004-04-28 15:54:46 +00:00
snj
8fb85c556b No longer used. 2004-04-26 05:57:43 +00:00
wiz
854f26ce5a Actually, some bl2 files still refer to this file. 2004-04-24 23:18:10 +00:00
wiz
b54443f753 Unused. 2004-04-24 22:53:55 +00:00
wiz
b80fd022f9 This is a binary package: USE_BUILDLINK2 -> NO_BUILDLINK. 2004-04-24 22:44:50 +00:00
wiz
0ca030b4e0 Convert to bl3, add missing pthread bl include. 2004-04-24 22:43:49 +00:00
wiz
b0faf89986 Convert to bl3, remove superfluous LTCONFIG_OVERRIDE. 2004-04-24 22:41:40 +00:00
wiz
fbfe7b33d5 Unused. 2004-04-24 22:30:16 +00:00
wiz
80c4835204 Convert to bl3. 2004-04-24 22:25:31 +00:00
snj
e9dde6bca2 No longer used. 2004-04-24 19:18:46 +00:00
snj
0bf9c2ac9f Convert to buildlink3. 2004-04-24 18:53:40 +00:00
xtraeme
6cc536f4b0 Added acidrip. 2004-04-20 23:00:28 +00:00
xtraeme
329bf95599 Initial import of acidrip-0.12.
AcidRip is a Gtk2::Perl application for ripping and encoding DVD's. It
neatly wraps MPlayer and MEncoder, which I think is pretty handy, seeing
as MPlayer is by far the best bit of video playing kit around for *nix.
As well as creating a simple Graphical Interface for those scared of
getting down and dirty with MEncoders command line interface, It also
automates the process in a number of ways:

    * Parses DVD into contents tree
    * Finds longest title
    * Calculate video bitrate for given filesize
    * Finds black bands and crops them
    * Gives suggestions for improved performance
    * Other stuff!
2004-04-20 22:58:57 +00:00
markd
0bef727b5f bl3ify and update to kde3.2.2.
audiocd/cdparanoia patches from Chris Gilbert.

Changes:
* KRec: Corrected calculation of position in KB.
* kio (audiocd): Fix kio-audiocd gives no error message when device
  permissions are wrong
* kio (audiocd): Fix kaudiocreator error "/By Track/Track 01.wav" should
  start with "audiocd:/"
* kmid: Fix KMid doesn't support international characters
* juk: Fix Not adding m3u, pls... lists when refreshing directory
* juk: Fix Show Total running time of selection/playlist
* juk: Fix extra option (random play) in popup-window
* juk: Fix TimeLeft widget listens to too many signals
* juk: Fix Juk crashed when I was retagging a bunch of songs and started
  to play with search
* Fix FLAC dependency isn't mentioned anywhere and can cause compilation
  errors
* Fix kdemultimedia build fails with parallel make
* configure: Fix Extraneous message in admin/Makefile.common using --prefix
* kmix: Fix the executable linking against the part, by adding a common
  library.
2004-04-20 13:13:42 +00:00
xtraeme
647aa1de21 Add ftp.freebsd.org to find the mplayer skins. 2004-04-19 22:23:02 +00:00
drochner
7312de77bf depend on vcdimager/libcdio, so we get some vcd support
(PKGREVISION++)
2004-04-19 18:17:04 +00:00
drochner
a71649bd45 -depend on vcdimager for libvcdinfo, this gives us some vcd support
-for some reason, it tries to build the experimental "skins2" plugin
 for me -- disable it explicitely
(PKGREVISION++)
2004-04-19 18:15:00 +00:00
snj
82642245cf Remove avifile-devel. This package is outdated, broken on 1.6.2 and
-current, unused by any packages in pkgsrc, and there does not seem to
be any interest in updating or fixing it.  There is a still a stable
release in multimedia/avifile.
2004-04-18 18:14:39 +00:00
snj
640fda758d Remove apla. zuntum@ (MAINTAINER) and apla's original author both agree
that this package is useless.  Then there's the fact that this depends on
avifile-devel, which is broken.
2004-04-18 18:04:29 +00:00
snj
d0bbfe5cf1 Convert to buildlink3. 2004-04-18 07:30:16 +00:00
snj
e9321cb373 Convert to buildlink3. 2004-04-18 07:07:06 +00:00
snj
4d4a5c55c6 No longer used. 2004-04-18 06:10:23 +00:00
snj
14fde7f86a Convert to buildlink3. 2004-04-18 06:08:38 +00:00
grant
c11ca8fa53 USE_LANGUAGES=c++ 2004-04-17 16:49:49 +00:00
jmmv
2890ccb1e6 Fix build in NetBSD. I don't know how the previous change was supposed to
fix it under FreeBSD, because it only modified code inside conditionals for
NetBSD only.
2004-04-17 15:04:31 +00:00
jmmv
d58a6ff791 regen; patch-aa not available any more. 2004-04-17 11:02:58 +00:00
sekiya
757fee7ad7 Build libmjpegutil as a shared library, which in turn allows transcode to
use the mjpegutil modules.  This commit incorporates changes suggested by wiz@.

Bump package revision, as well.
2004-04-17 05:50:50 +00:00
mycroft
daf04b6608 All I have to say is: "Gah." 2004-04-16 14:55:30 +00:00
mycroft
32a222945b xine-lib (1-rc3c)
* fix the deadlock with non-seekable input plugins
  * guess codeset for OSD if nl_langinfo(CODESET) is missing or not working
  * new option - list of domains, where don't use proxy
  * fix possible crashes in front-ends that create and delete streams
  * send a message to the front-end when the audio device is busy
  * revert changes to the DVD plugin that made it impossible to play mounted
    DVDs
  * use xine network functions in CDDB lookups, fix connection timeout
  * preparing for future MinGW port
  * improved network buffer management policy.
  * asf/mmst/mmsh proper support for "media changing" command.
  * improve playback with separate subtitles, fix the seeking and a deadlock
  * DVD still menus fixed that were broken in rc3b
[Note: The way the previous was "fixed" is a kluge.]
  * deadlocks with network buffer control fixed
  * DXR3's letterboxed overlay mode works with pan&scan material
  * DXR3: timestamp handling for NAV packets fixes the menu on the first
    DVD of "24" season 1
  * fixed audio sync method "resampling"
2004-04-16 14:44:32 +00:00
jmmv
0be573ad96 Depend on gst-plugins-ogg. Bump PKGREVISION to 1. 2004-04-16 13:42:13 +00:00
jmmv
bf1e12d313 Finish move of gst-plugins-ogg from audio to multimedia. 2004-04-16 13:39:54 +00:00
jmmv
e64ee88932 Move gst-plugins-ogg from the audio to the multimedia category (as done with
the libogg package).  This is version 0.8.1.
2004-04-16 13:27:32 +00:00
salo
c3304d9fc1 Updated to version 1.4.
Changes:

 - The MPEG4 key frame detection was broken resulting in unseekable files.
 - Fixed some typos.
2004-04-16 03:09:42 +00:00
jmmv
ad75aea432 Update gst-plugins* to 0.8.1:
Features of this release
      * Parallel installability with 0.6.x series
      * Internationalization
      * New translations in this release: Swedish, Afrikaans, Azerbeaijani
      * Translations: af az nl sr sv
      * Updated to the new core 0.8 subsystems
      * Reworked play and media-info libraries
      * Updated osssink: now does probing of possible output properties
      * Updated qtdemux: fixes for MACE audio
      * New debug element: quasirandom byte changes
      * New element: dvddemux
      * New element: kiosrc, a KIO-slaves source
      * Fixes to all other elements, including level, videodrop, gnomevfssrc,
        speex, *law, mpeg2dec, adder, a52dec, oggdemux, matroska, mad, v4l2,
        cacasink
      * Portability fixes
      * ChangeLog use
      * Coding style consistency
      * Various memleak and buffer overflow fixes

Bugs fixed in this release
      * 120883 : osssink advertises more rates than it handles
      * 125732 : v4l2src don't support all YUV formats
      * 134301 : gst-plugins should depend on X
      * 135919 : Mandrake 10
      * 136477 : [PATCH] gst-launch-ext does not support .mov
      * 136527 : gdk_pixbuf makefile tried to execute targets contrains in...
      * 137348 : media-info .pc file lacks a 'Version:' line
      * 137448 : mpegaudioparse: crash (bus error)
      * 137504 : mpeg2dec fails on 422 encoded material
      * 137556 : Ogg Vorbis playback has poor spatialization
      * 137588 : ffmpegcolorspace gives critical when it should throw error
      * 137722 : Quicktime audio parsing is broken
      * 138105 : [mpeg1videoparse] Hangs while decoding everest.m1v
      * 138168 : id3tag using gst_event_new_discontinuous incorrectly?
      * 138169 : matroska-demux using gst_event_new_discontinuous without ...
      * 138635 : two GLib-GObject-CRITICAL Messages when running gst-regis...
      * 138846 : all of the ladspa-wrapped source-plugins fail to go to pl...
      * 138914 : gstgdkanimation.h is missing from gst-plugins-0.8.0
      * 139034 : Non-standard test(1) operator used in configure script
      * 139035 : Non-standard regex used as libtool argument
      * 139382 : mad decoder can resync wrongly after seek and does explic...
      * 139532 : gstcolorspace crashes when after v4lsrc (ffmpegcolorspace...
      * 139926 : id3tag's caps cause it to be plugged more than once by sp...
      * 139958 : Leak in avidemux
      * 140058 : [msmpeg4] file with broken qscale/header does not play
2004-04-15 21:24:28 +00:00
jmmv
ddc67400d1 Update gstreamer to 0.8.1:
Features of this release
      * Parallel installability with 0.6.x series
      * Internationalization
      * New translations in this release: Swedish, Afrikaans, Azerbeaijani
      * Translations: af, az, fr, nl, sr, sv
      * New scheduler: entry
      * Reworked capabilities and negotiation subsystem
      * Reworked tagging subsystem
      * Reworked interactivity subsystem (for DVD playback)
      * Consistent error and debug signaling
      * Dynamic debug logging
      * Portability fixes
      * Binding support fixes
      * ChangeLog use
      * Coding style consistency

Bugs fixed in this release
      * 136841 : Some code will need to be rewritten to compile against gc...
      * 136904 : [opt] support loop in multi-loop based group
      * 137279 : [patch] dispose/finalize functions for gst core elements
      * 137625 : HAVE_ATOMIC_H is not used
      * 138705 : Problem testing gstreamer 0.8.0
      * 139002 : Compilation error
      * 139109 : Compilation of gst-plugins fails because of errors in header
      * 139617 : v4l2src ! spider ! ximagesink : crashes
2004-04-15 21:20:32 +00:00
xtraeme
1c7861c571 Make this build in FreeBSD. 2004-04-15 13:16:35 +00:00
xtraeme
a9fe576149 Make this build in FreeBSD, patches stolen from FreeBSD/ports. 2004-04-15 12:56:22 +00:00
jmmv
c8cb1c5b0d Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose
which one is required in an automatic way by checking USE_X11BASE.  This
simplifies things and avoids possible problems in the future due to confusion.
2004-04-14 19:30:22 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
jmmv
e56111b718 Finish move of libmpeg2 from graphics to the multimedia category. 2004-04-14 12:12:16 +00:00
jmmv
5207ad6a9e libmpeg2 lives now in the multimedia category. 2004-04-14 12:11:30 +00:00
jmmv
0e8fae6837 Move libmpeg2 from graphics to the multimedia category.
This is version 0.4.0.
2004-04-14 12:07:30 +00:00
adam
9c80a0edb1 Added ogmtools 2004-04-14 09:58:24 +00:00
adam
9603a46b9a Added libogg 2004-04-14 09:57:27 +00:00
salo
9ba8196a22 Follow libogg into multimedia/. 2004-04-12 23:15:01 +00:00
salo
0d382d10b0 Reimport from audio/libogg. 2004-04-12 23:02:59 +00:00
salo
b02c3e05fe Correct ogmtools directory (moved to multimedia/ from graphics/).
Sort DEPENDS, whitespace nits.
2004-04-12 21:58:05 +00:00
salo
f9d323daa9 Reimport ogmtools from graphics/ogmtools. 2004-04-12 21:47:02 +00:00
jmmv
029c959b3f During print-PLIST, suppress all entries for files under libdata/gstreamer-0.8
as they are handled during post install by this package.  Also output a
comment about the lib/gstreamer-0.8 directory beeing handled in this package.
2004-04-12 21:31:36 +00:00
snj
b49aa17072 No longer used. 2004-04-11 22:32:11 +00:00
snj
6901d4b555 No longer used. 2004-04-11 22:21:26 +00:00
snj
741de7be81 No longer used. 2004-04-11 22:03:25 +00:00
snj
e556f4d03d No longer used. 2004-04-11 21:53:19 +00:00
snj
c0860f59ee No longer used. 2004-04-11 21:42:58 +00:00
taca
1a717549cb Fix broken diff path of patches/patch-ae. 2004-04-11 08:31:55 +00:00
minskim
427d1756d8 Enable pkgviews installation. 2004-04-11 03:12:37 +00:00
minskim
f480df5f11 Enable pkgviews installation. 2004-04-11 03:00:35 +00:00
snj
3e95f6a4f3 +lsdvd. 2004-04-11 02:51:31 +00:00
snj
13fc6fca45 Initial import of lsdvd-0.10.
lsdvd is an application that reads the contents of a DVD and prints them
to your terminal.

lsdvd will tell you the following:
* The name of the disc
* The number of tracks
* The length, format, and aspect of each track
* The format, language, number of channels, contents, etc. of each audio
  track
* The language and contents of each subtitle
* The longest track

Based on the package in pkgsrc-wip.
2004-04-11 02:50:51 +00:00
salo
a17faccbfe Add mkvtoolnix. 2004-04-10 12:46:28 +00:00
salo
b98538df0c Initial import of mkvtoolnix-0.8.6: Set of tools to create, alter and inspect
Matroska files.

MKVtoolnix is a set of tools to create, alter and inspect Matroska files.

With these tools one can get information about (mkvinfo) Matroska files,
extract tracks/data from (mkvextract) Matroska files and create (mkvmerge)
Matroska files from other media files.

From pkgsrc-wip, created by Sergey Svishchev with modifications by me.
2004-04-10 12:44:31 +00:00
salo
e4dfbea9c0 Make Matroska support optional, enabled by default. Per request by veego@
mencoder:
- ride the cdparanoia-related PKGREVISION++
- remove superfluous --disable-nas, already pulled in from Makefile.common
2004-04-10 12:23:55 +00:00
salo
89b5657325 PKGREVISION++
Fix cdparanoia detection after bl3ification.
2004-04-10 12:16:12 +00:00
reed
764a938d9e Install info documentation to ${PREFIX}/${INFO_DIR} instead of
${PREFIX}/info.
2004-04-07 16:42:24 +00:00
salo
99de4ba34f Fix wip references. (hi grant!) 2004-04-07 13:04:41 +00:00
salo
2136a8b182 PKGREVISION++
Add Matroska support.
2004-04-07 12:57:58 +00:00
salo
948e4c01b1 Add libmatroska. 2004-04-07 12:54:01 +00:00