The NetBSD Project

CVS log for pkgsrc/multimedia/mplayer-share/Attic/Makefile.depends

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / mplayer-share

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24, Mon Jul 25 00:47:30 2022 UTC (20 months, 3 weeks ago) by tnn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +1 -1 lines
FILE REMOVED

mplayer-share: remove unreferenced file

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jun 4 13:39:38 2019 UTC (4 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.13 (colored)

mplayer: Update to 1.4

pkgsrc changes:

* Set autosync = 30 by default to fix choppy video with NetBSD's new
  audio system.
* Remove PulseAudio and legacy sound servers (nas, esd) as defaults.
  Consistent with mpv.
* Add an alsa option and enable it by default on Linux.
* Disable all codecs by default and just use ffmpeg instead.
  Allows distribution restrictions based on patents to be removed.
  Tested with a variety of common file formats.
  Consistent with other packages (e.g. FreeBSD Ports).
  While here, upgrade to ffmpeg4.

Upstream changes:

  1.4: "SubCounter" April 18, 2019

    Decoders, demuxers, streams:
    * More pixel formats are supported for VP9, RSCC, Screenpresso
    * pvr:// support for the Hauppauge HD PVR model 1212
    * Speed up detection of mpg format while streaming (limit probe to 4 MB)
    * demuxer: fall back to audio pts if all others are unavailable (#1928)
    * raw video: add support for < 8bpp RGB, support for paletted raw video,
      fix fliped raw video in non-avi containers
    * increase -lavdopts threads limit to 32
    * warn for badly interleaved files, and make -ni more aggressive
    * support GBR pixel formats for HEVC
    * FFmpeg audio decoders: g721, g732
    * FFmpeg video decoders: more Matrox mpeg2 formats (M702-3-4-5), Truemotion
      RT, Matrox Uncompressed SD/HD, BitJazz SheerVideo, YUY2 Lossless Codec
      Apple Pixlet, ScreenPressor, FM Screen Capture Codec
    * FFmpeg IFF video/image decoders: ANIM, ILBM, PBM, RGB8, RGBN

    Fixes:
    * fix more issues reported by Coverity
    * expand error checking, and fix many memleaks
    * fix -subcp enca: with external ASS subtitles (#2281)
    * fix reading of bitmap fonts
    * fix -subdelay applied inverted
    * some fixes for video filter bmovl (#2304, #2308)
    * fix timing of first and last frame (#2315)

    Other:
    * MPlayer can link against OpenSSL instead of GnuTLS for https support
      (Warning: the resulting binary can not be redistributed)
    * OSD: NV12/NV21 support
    * video output xv: NV12/NV21 support
    * video outputs for OSX: fix a few issues with newer OSX versions

    GUI:
    * No limitation on the number of entries in a font description file
    * Dramatic speedup of scanning font description files
    * Playback improvements for cue sheet playlists
    * Implementation of audio playback utilizing ReplayGain data
    * New symbol character 'g' and new dynamic label variable $g
    * Skins can leave current volume unchanged at startup
    * New configuration file: gui.gain
    * Modern new icons for the (default) menu, the file selector,
      the playlist and the message boxes
    * Rearrangement of some items of the (default) menu
    * Fix of broken evLoadAudioFile, evLoadSubtitle and evDropSubtitle
    * Skin support for 8-bit PNGs with palette

Revision 1.22 / (download) - annotate - [select for diffs], Sun May 27 15:27:13 2018 UTC (5 years, 10 months ago) by tsutsui
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored) to selected 1.13 (colored)

mencoder, mplayer, gmplayer: avoid text relocations on NetBSD/i386 8.0.

* specify --disable-sse4 to avoid non-PIE asm ops in libmpcodecs/vf_ass.c
  that cause text relocations on NetBSD/i386
* explicitly pull pkgsrc/multimedia/libass to avoid internal libass
  (which seems usually enabled by configure's autodetect)
* specify -fpic in configure for NetBSD/i386 to enable __PIC__ blocks
  in some sources
* while here, use -mtune rather than -mcpu for not only gcc4 but
  also 5.x and later

Bump PKGREVISIONs.  Ok'ed by wiz@ in PR pkg/53319.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Mar 5 09:03:02 2016 UTC (8 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.13 (colored)

Update to 1.3.0

* Use FFmpeg 3

Changelog:
2016-02-16, Tuesday :: MPlayer 1.3.0 released

MPlayer 1.3.0 "worksforme" is out.

Less than a month after 1.2.1, we're at it again.

MPlayer 1.3.0 is compatible with the FFmpeg 3.0.x releases and (at the time of writing) with FFmpeg git. The tarball already includes a copy of FFmpeg 3.0, so you don't need to fetch it separately.

This release brings you some new codecs and formats, a lot of fixes, and many cleanups. It also includes all the enhancements and speed-ups from FFmpeg; check their changelog if you are curious about the details.

In addition to these, there were a lot of updates to accommodate the API changes made in FFmpeg. Some were simple renames, but others were quite invasive. None of them should have a user-visible effect, except maybe for some corner-cases in the channel order for multichannel files.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Feb 7 13:34:33 2016 UTC (8 years, 2 months ago) by leot
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored) to selected 1.13 (colored)

Update multimedia/{gmplayer,mencoder,mplayer,mplayer-share} to 1.2.1.

pkgsrc changes:
 o Switch all mplayer packages to use multimedia/ffmpeg2 instead of the
   version bundled with MPlayer. This will make maintainership of mplayer
   packages probably a bit easier (and it's particular relevant when dealing
   vulnerability issues). Discussed with wiz@.
 o Adjust CONFIGURE_ARGS and other part of the Makefile* to reflect the switch
   to multimedia/ffmpeg2.

Changes:
  1.2.1:
    Fixes:
    * misc GUI fixes
    * fix build regression in FreeBSD
    * fix many crashes with fuzzed files
    * fix errors for multichannels files and pulseaudio >= 6
    Other:
    * building with system FFmpeg libs is possible without a local copy of
      of private FFmpeg headers
    * docs building does not require FFmpeg anymore
    * FFmpeg updated to 2.8.5

Revision 1.19 / (download) - annotate - [select for diffs], Thu Sep 16 18:56:12 2010 UTC (13 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.18: +2 -4 lines
Diff to previous 1.18 (colored) to selected 1.13 (colored)

Update to 20100913, provided by Aleksey Cheusov via wip.

One year of changes.
Ok ahoka@

Revision 1.18 / (download) - annotate - [select for diffs], Wed Aug 15 13:23:27 2007 UTC (16 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.17: +1 -4 lines
Diff to previous 1.17 (colored) to selected 1.13 (colored)

Removed the dependency on binutils. It had never been documented why
this is needed at all, and why only on NetBSD. If someone knows, please
re-add the code and _comment_ it properly.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Dec 7 14:09:03 2006 UTC (17 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored) to selected 1.13 (colored)

Move fontconfig/buildlink3.mk to a common makefile fragment, so that
mencoder gets it too. Without that, fontconfig vertions from pkg and
X11R6 get mixed which is bad. Bump mencoder's PKGREVISION.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 6 14:06:17 2006 UTC (17 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.13 (colored)

DESTDIR support and convert to mdular buildlinks.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Oct 31 22:33:28 2006 UTC (17 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) to selected 1.13 (colored)

Update mplayer-share, mplayer, mencoder, and gmplayer to 1.0rc9 (which
is upstream 1.0rc1, but we already used rc for the previous versions).

With valuable help from drochner, thanks!

ChangeLog:
MPlayer 1.0rc1: "Codename intentionally left blank"

DOCS:

    * German documentation translation finished
    * Russian documentation translation synced and almost finished

Drivers:

    * IVTV hardware MPEG audio/video decoder output
    * ALSA audio output: AC3 passthrough now works even when the device name of the digital output port has been set by the user
    * bicubic OpenGL scaling works with ATI cards
    * md5sum switched to the libavutil MD5 implementation
    * support for libcaca 1.0 via compatibility layer

Decoders:

    * liba52 updated to 0.7.4 (slightly faster)
    * SSE optimizations for mp3lib
    * removed support for obsolete and non-free divx4 libraries

Demuxers:

    * audio stream switching in MPEG-TS/PS, Matroska and streams supported by libavformat
    * audio stream switching between streams with different codecs
    * libavformat demuxer now honors -alang
    * chapter seeking in Matroska files
    * fixed seeking to absolute and percent position for libavformat demuxer
    * NUT demuxer using libnut
    * Matroska SimpleBlock support

Inputs:

    * split of stream layer from libmpdemux to new stream library
    * PVR input for hardware MPEG encoder based cards, such as Hauppauge WinTV PVR-150/250/350/500 AKA IVTV but also pvrusb2 and cx88 (requires Linux >= 2.6.18 kernel, featuring native V4L2 MPEG API)
    * native RTSP input (handles MPEG-TS over RTP) for generic RTSP servers
    * support for seeking to chapters in dvd:// and dvdnav:// streams
    * radio support (radio://)

FFmpeg/libavcodec:

    * VC-1/WMV3/WMV9 video decoder
    * Vorbis decoding speedup, now default Vorbis decoder
    * VMware Video decoder
    * On2 VP50 and VP62 decoder
    * lossless audio decoders: WavPack, TTA, Shorten
    * CAVS decoder
    * GXF muxer/demuxer
    * MXF demuxer
    * much improved FLAC encoder
    * more H.264 decoding speed improvements, plus support for -lavdopts fast
    * Theora decoder fixes
    * preliminary Vorbis encoder
    * MTV demuxer

GUI:

    * Windows version added
    * drag-and-drop ignored last file
    * save and load cache setting correctly
    * working audio stream selection for Ogg and Matroska files
    * executable names like gmplayer_old etc. will now start GUI as well
    * -gui/-nogui options
    * xinerama fixes, now behaves similar to MPlayer without GUI

Filters:

    * MMX-optimizations for -vf yadif
    * MMX-optimizations for -vf zrmjpeg

MEncoder:

    * support of x264 encoding via libavcodec
    * rewrite -x264encopts option parser to use the 264 option parser; likely breaks 3rd party tools as the syntax of some options has changed
    * removed support for obsolete and non-free divx4 libraries

Ports:

    * partial Intel Mac support, --disable-win32 --disable-mp3lib is needed
    * OpenGL can now create windows > screen size under Windows
    * allow filenames starting with \\ for remote paths on Windows

Others:

    * SSA/ASS subtitle renderer
    * -endpos option for MPlayer
    * -correct-pts option
    * UTF-8 used for OSD and subtitles, some bitmap fonts will no longer work correctly and -subcp must be set for all non-UTF-8 subtitles
    * more audio-truncation fixes
    * libavutil mandatory for MPlayer compilation
    * more intuitive -edlout behaviour
    * -nortc is now default since -rtc has disadvantages with recent kernels

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jun 1 18:45:46 2005 UTC (18 years, 10 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.13: +1 -38 lines
Diff to previous 1.13 (colored)

Convert the mplayer* and mencoder* packages to the options framework.
This means that the MPLAYER_ENABLE_RUNTIME_CPU_DETECTION,
MPLAYER_DISABLE_DRIVERS and MPLAYER_USE_MEDIALIB become deprecated
(although still recognized).

Visible changes in the resulting binary packages should be minimum by
default (everything that was enabled before still is, and the same
dependencies are kept).  A notable addition, though, is the support for
user-defined menus, closing PR pkg/29784.

Also note that (almost) all dependencies have now a corresponding option
to disable them in case you want to get a minimalist mplayer package.
'make show-options' is your friend ;)

With thanks to wiz@ and dillo@ for their comments and help.

Revision 1.13 / (download) - annotate - [selected], Wed Jun 1 18:03:06 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 18 13:35:06 2004 UTC (19 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.13 (colored)

Add dependency on libtheora; bump PKGREVISION.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jun 26 18:33:31 2004 UTC (19 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored) to selected 1.13 (colored)

include support for libdv.

Revision 1.10 / (download) - annotate - [select for diffs], Sun May 16 10:15:21 2004 UTC (19 years, 11 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.9: +4 -1 lines
Diff to previous 1.9 (colored) to selected 1.13 (colored)

only bring in xvidcore on i386.

Revision 1.9 / (download) - annotate - [select for diffs], Sun May 16 08:59:36 2004 UTC (19 years, 11 months ago) by grant
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.13 (colored)

include cdparanoia support on FreeBSD, too.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 28 15:54:46 2004 UTC (19 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.13 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Sat Apr 10 12:23:55 2004 UTC (20 years ago) by salo
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored) to selected 1.13 (colored)

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

Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 7 12:57:58 2004 UTC (20 years ago) by salo
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) to selected 1.13 (colored)

PKGREVISION++
Add Matroska support.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 20 17:32:33 2004 UTC (20 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.4: +13 -13 lines
Diff to previous 1.4 (colored) to selected 1.13 (colored)

bl3ify

Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 1 01:43:29 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.13 (colored)

In the new compiler selection framework, GCC_REQD is appended to, not
overridden.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 28 14:39:37 2004 UTC (20 years, 2 months ago) by recht
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.13 (colored)

catch up with the move of libdvdcss, libdvdplay and libdvdread from misc
to multimedia category

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 26 12:42:02 2004 UTC (20 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.13 (colored)

Fix path to xvidcore (moved to the multimedia category).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jan 26 12:06:40 2004 UTC (20 years, 2 months ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.13 (colored)

Move mplayer-share to the multimedia category (coming from graphics).
This is version 1.0rc3.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 26 12:06:40 2004 UTC (20 years, 2 months ago) by jmmv
Branch: MAIN
Diff to selected 1.13 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>