./multimedia/mencoder, Simple movie encoder for MPlayer-playable movies

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q3, Version: 1.0rc10nb5, Package name: mencoder-1.0rc10nb5, Maintainer: pkgsrc-users

mencoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to
encode MPlayer-playable movies (AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/
RM/NUV/NET) to other MPlayer-playable formats. It encodes to DivX4 (1,
2 or 3 passes), XviD, codecs of libavcodec, PCM/MP3/VBRMP3 audio. It also
has stream copying abilities, a powerful plugin system (crop, expand,
flip, postprocess, rotate, scale, rgb/yuv conversion) and more.


Required to run:
[fonts/fontconfig] [graphics/libungif] [graphics/freetype2] [graphics/jpeg] [graphics/png] [audio/lame] [audio/libmad] [audio/cdparanoia] [multimedia/xvidcore] [multimedia/libdvdread] [multimedia/mplayer-share] [multimedia/x264-devel] [multimedia/libdv] [multimedia/libtheora]

Required to build:
[pkgtools/x11-links] [devel/gmake]

Package options: cdparanoia, dv, dvdread, gif, jpeg, lame, mad, mplayer-runtime-cpudetection, oss, png, theora, v4l2, vorbis, x264, xvid

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2008-12-17 13:50:32 by Tyler R. Retzlaff | Files touched by this commit (7)
Log message:
pullup ticket #2611 - requested by tron
mplayer, gmplayer, mencoder: security and vcd support patches

revisions pulled up:
pkgsrc/multimedia/gmplayer/Makefile			1.72, 1.73
pkgsrc/multimedia/gmplayer/distinfo			1.58, 1.59
pkgsrc/multimedia/mencoder/Makefile			1.40, 1.41
pkgsrc/multimedia/mplayer-share/distinfo		1.55, 1.56
pkgsrc/multimedia/mplayer-share/patches/patch-an	1.1
pkgsrc/multimedia/mplayer-share/patches/patch-ca	1.1
pkgsrc/multimedia/mplayer/Makefile			1.62, 1.63

   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Mon Oct 20 07:40:00 UTC 2008

   Modified Files:
           pkgsrc/multimedia/gmplayer: Makefile distinfo
           pkgsrc/multimedia/mencoder: Makefile
           pkgsrc/multimedia/mplayer: Makefile
           pkgsrc/multimedia/mplayer-share: distinfo
   Added Files:
           pkgsrc/multimedia/mplayer-share/patches: patch-an

   Log message:
   Add a patch for better VCD support from Sergey Svishchev.
   Fixes PR 20549.
------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Mon Dec 15 15:37:59 UTC 2008

   Modified Files:
           pkgsrc/multimedia/gmplayer: Makefile distinfo
           pkgsrc/multimedia/mencoder: Makefile
           pkgsrc/multimedia/mplayer: Makefile
           pkgsrc/multimedia/mplayer-share: distinfo
   Added Files:
           pkgsrc/multimedia/mplayer-share/patches: patch-ca

   Log message:
   Add security patch from MPlayer SVN repository to fix a buffer overflow
   in the TwinVQ media file decoder.