Changes:
DOCS:
* Spanish and Russian translations almost finished
* French, Hungarian, Polish translations updated
* New Romanian translation started
* numerous sections updated
Ports:
* initial Amiga/MorphOS (through GeekGadgets) support
* FreeBSD 5.x (libkse/libthr) support in win32 DLL loader
* finally fixed the compilation on non-mvi capable alpha CPUs
* OSD menu now works on MinGW
* slave mode, vobsub and MEncoder support on Windows
* MinGW 3.1.0 supports MPlayer out of the box!
Codecs and demuxers:
* support for QuickTime version 6.3 DLLs
* fixed some bugs in imported FAAD
* disabled internal FAAD when using buggy GCC
* --enable-externalfaad option to force using external FAAD library
* imaadpcm bug fixed
* ViVD v2 codec support (DLL only)
* QuickTime codecs support inside Matroska
* improved seeking inside Matroska
* some bugs with DMO codecs have been fixed
* fix for MOV files with bogus user data length
* fixed some demuxers which read after the EOF
* better RTP synchronisation
* FLAC support through imported libmpflac
Filters:
* new delogo filter (for removing TV channel logos)
* presets support in swscaler filter
* new audio filter export, for supporting visual effect applications
* correct select handling in bmovl filter
FFmpeg/libavcodec:
* better divx/xvid bug detection code
* Id RoQ decoder
* Interplay MVE decoder
* WC3/Xan video decoder
* Xan DPCM, DK3 & DK4 ADPCM audio decoders
* detect old xvid with fourcc=DIVX
* vp3 decoder fixes
* improved the Alpha optimizations
* x86 optimizations are threadsafe now
* settable scene change threshold
* better MPEG1/MPEG2 conformance encoder
* quality improvement for high bitrate videos with trellis quantization
* indeo3 decoder fixed
* new options: mv0, cbp
* DV video encoder
* MPEG1 now works with Trellis quantization
Faad2:
* synced to latest CVS
* HE_AAC profile added
* SBR QMF improvements
* DRM updates
* Covariance speedup
* reduced memory usage
* overall cleanups and fixes
Drivers:
* VIDIX driver for nVidia cards
* VIDIX and libdha ported to Windows
* SDL on IRIX support
* directfb2 fixed for latest directfb
* opengl video output for Windows
* smoother audio playback with alsa9
* fullscreen and geometry support in directx
* fullscreen support with opengl drivers
* OSD fixed with svga
* new cvidix and winvidix drivers
* user settable colorkey
Others:
* several leak fixes
* selecting optimizations for PPC 7455 CPU
* CPU detection code now measures speed on x86
* unrarlib cleaned up a bit
* updated the list of known x86 CPUs (including Opteron!)
* alignment and smart line splitting option on subtitles
* Fixed panel crash with corrupted config file
* Window management improvement
* Improved handling of multiple selections in the file manager
* French translations for the documentation
* Translation updates
* A new Gtk2 theme called "Xfce-winter"
Changes since 2.3.15:
art_render_gradient.c: revert the double comparison test in the
asserts and comment out the two asserts causing crashes
everywhere.
curses is not used. This is so for pkgsrc-users who have a curses
and they use LOCALBASE=/usr, it won't be detected, configured,
and built with it. (Because then could break devel/SDL build later
due to missing libncurses.la.)
The real fix is to improve the buildlink system to work
with LOCALBASE=/usr too. But this will work until that is done.
Changes since 1.0.2:
o Added many icons.
o Uninstall locale files at install time, since theme files already
contains translations and we shouldn't install catalog files.
files created with ogmmerge > 1.1 unplayable on Windows and broken on big
endian platforms.
Other changes:
1.2
o Implemented reading older OGM files with the broken streamr
headers produced by ogmmerge < 1.1. Re-merging should be enough
to fix the headers.
o Improved MP3 and AC3 detection.
1.1
o ogmdemux skips empty packets in the text subtitle streams.
o Updated the avilib to the latest version from mkvtoolnix. It
should be able to handle OpenDML AVIs.
o Added a --summary option to ogminfo which will display the size,
bitrate, number of packets/frames and total length in seconds for
each track.
o Added an option, --omit-empty-packets, that will suppress the
creation of empty subtitle packets.
o When splitting files the second and all following files have a new
chapter entry starting at 00:00:00 which is marked with
"(continued)".
o Improved OS/X and BSD/OS compatibility.
o Fixed the OGM stream headers again - they wouldn't play back on
Windows, and they would be broken on big endian systems.
many changes / fixes (see NEWS for details)
including:
* Autorouting of orthconn lines. Still fairly primitive, doesn't avoid
objects, but at least goes the right way out of connectionpoints (when
connectionpoints have their dirs set).
* Parenting. Objects can now be set to be parents of others (so far, only
the UML Large Package is set so by default). Objects created into these
or explicitly added are moved with the parent and cannot be moved
outside.
* Dynamic grid that changes with zoom scale.
* Grid now has thicker line every n lines (default 5). Stippled grid
option removed.
* Mouse wheel(s) can be used to scroll and zoom.
* More diagram properties can be set for existing diagrams, and are loaded
and saved.
* UML Component features: Event sources and sinks.
* Improved undo of grouping and ungrouping.
* Updates of the Python plugin:
- groups, rgb, and images can be manipulated
- better svg parsing
* Gnome and Gnome HIG conformance better.
* Better text alignment in flowchart objects.
* Better SVG export.
* Better arrow head calculations.
* More tooltips.
This also fixes a gcc3 build problem.
ok'ed by wiz@
automake 1.4-p5 rather than automake 1.4). Update distinfo and use
DIST_SUBDIR to avoid breaking systems with previously downloaded distfiles.
No PKGREVISION bump as no functional change.
Fixes build with gcc3 and hopefully Alistair's bulk build.
Explicitly not updated to version 1.1.1 because while that version
builds with gcc3 with fewer patches it completely breaks gcc2.
Changes:
October 29th, 2003 ivtools-1.1.0
- re-enable use of shared memory for X11 image rendering under MacOS X
- fix command passed to popen() to detect executables on MacOS X
- fix up some AttrValue stuff
- all the changes it took to get it built with ACE on MacOS X (though
it doesn't work yet).
- the cpp bundled with gcc-3.3 has a bug, and gets confused by
back-slashed commas in macro arguments (it thinks they start a new
argument, which they don't). This introduced a problem to long stable
config files, but a workaround is here.
- this also fixes things so FreeBSD can configure on alpha architectures.
- add -svgexport flag to drawtool that by default suppresses (the
incomplete) SVG export mechanism.
without a version bump. Changes made, according to the website, for
libtool/autofoo fixes.
Some changes from Ron Roskens:
glut depends upon graphics/glu (otherwise its linked against X11R6 libs)
MesaDemos:
rather than using the pre-built distribution makefiles,
use the automake/configure built makefiles which have
the build dependencies all setup.
This closes PR pkg/23476.
Changes since 1.3.4:
* Added option to rotate image based on Exif.
* Added advanced view for exif data, shows all data in the file.
* The list of supported file formats is now built by querying gdk-pixbuf.
Installing additional image loaders (for example the one in
librsvg2 for SVG files) will now be enabled automatically.
* Fix crash when filesystem filenames are not UTF-8 even though the
system settings claim they are.
file to use. Also, on Solaris, avoid passing "-a" to xmkmf which will
cause the openwindows makedepend to be called which in turn will fail
as it was compiled with MAXFILES set too low. These changes fix
compilation on Solaris.