Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Improved Win32 Unicode handling. Improved h264 support in TS/TS2/MP4
files. Improved image handling (BMP, JPEG, etc.). The Qt4 GUI has
been greatly improved. Translations have been updated.
it's disabled (fixes a build problem).
Add patches from upstream SVN to fix build problems with newer x264
snapshots, like the one in pkgsrc.
Bump PKGREVISION for pulseaudio change.
2008-07-24: 2.4.3
For those building it from source, please use cmake. The
Autoconf/automake build is less tested and will be obsoleted very
soon.
Now, the small changelog compiled by Gruntster :
* Improved support for MP4 files including support for 64-bit files
* Encoder and Decoder for Y800 (Compholio).
* libavcodec is now the default MPEG-2 decoder (instead of mpeg2dec).
* Fixed memory leak when indexing DVR-MS files.
* Fixed calculation of width and height for High Profile H.264
video in TS files.
* Fixed dropping of frames using x264 2-pass encoding (regression
introduced in 2.4.2).
* Restored missing code pages to the Subtitler filter (regression
introduced in 2.4.2).
* Fixed crashing on MS Windows when opening multiple instances of
Avidemux (regression introduced in 2.4.2).
* Do not add unneeded delay when using x264 with mkv or mp4.
2008-07-07: 2.4.2
Probably the biggest bugfix release ever. The "what s new", prepared
by Gruntster :
* Improved input and output of audio streams in MKV files
* Support for MJPEG-A in MOV/MP4 files
* Fixed saving header information of AVI files with PCM/LPCM audio
* Fixed opening FLV files that don't contain audio
* Fixed corruption when decoding MP4 files
* Fixed crashing when using MPEG-4 ASP (lavc) and two pass average
bitrate mode
* Flush the x264 encoder upon completion so the last few frames
aren't dropped
* Fixed incorrect colour conversion of 24/32 bit BMP and DIB files
* Re-enabled AMR-NB decoder (regression introduced in 2.4.0)
* Support for additional VP6 fourCCs
* Xvid custom matrices are now activated correctly
* Fixed caching issue with Qt4 interface which would corrupt
translated strings
* Fixed zooming when using SDL (regression introduced in 2.4.1)
* Windows are now centred correctly on multi-monitor setups
* Use alternate button ordering for GTK+ interface when GNOME HIG
isn't appropriate, e.g. MS Windows and KDE
* Various additions to the Qt4 interface including a new calculator
tool, drag and drop support, improved joblist support and an about
window
* SRT subtitle support for Arabic, Baltic, Greek, Hebrew and Turkish
* Fixed iPod profile where audio encoding options weren't always
set correctly
* Fixed Film to PAL audio filter so frames are removed and added
correctly
* Batch importing of image files is no longer restricted by the
file handle limit set by the C runtime
* New video filter for outputting the frame number
* PulseAudio support (Linux only)
* GCC 4.3 support
* Updated the following translations: Czech, French, German, Greek,
Italian, Spanish
* Fixed drag and drop support on MS Windows
* Improved Unicode support for filenames on MS Windows
* Prevent source files from being overwritten accidentally by the
user on MS Windows
* MS Windows logging and settings are now stored under the Application
Data folder instead of the User Profile folder
* Native file dialogs are now used for the Qt4 interface on Mac
* Various minor fixes and enhancements
A short changelog compared to 2.3:
* Input and output support for MKV and FLV containers
* Rewritten MP4/MOV/3GP reader
* Support for Nellymoser codec
* New DV video output support
* New MPEG-TS support including H.264 Elementary Stream
* OCR support for MPEG-TS subtitles
* New video bitstream unpacker (improved compatibility)
* Capability to pack video bitstreams
* New Yadif filter (ported from Avisynth)
* Video filters can be loaded as external plug-ins (sample plug-in included)
* Three interfaces now offered: command line, GTK+ and Qt4 (Qt4 is still incomplete)
* Several key dialogs have been revamped (GTK+ user interface only)
* Preview system refactored
* Priority control added for encoding and video playback (Win32 only)
* New Jog Shuttle control (GTK+ user interface only)
* Support for Jog Shuttle hardware (Linux & GTK+ only)
* New iPod and PlayStation Portable profiles
* New Glyph Editor
* Improved Bitrate Histogram
* JACK support (Linux only)
* DirectX support (Win32 only)
* New Avisynth Proxy GUI (Win32 only)
* Improved crash recovery - session settings are saved and reloaded upon
application start
* Numerous bugs fixed
...and more, see the changelog for more info.
The list of fixed bugs:
* Fixed make install for po directory
* Fixed Ffv1rec
* Fix for multiple gthread_init call (aakef)
* Better audio dithering (Mihail+Josh Green)
* Support for DV in .mov/.mp4
* Resample crash fix when upsampling (a nasty one).
* PCM in .mov/.mp4 sample size fix
* Fix for MP4/MOV files containing .url field
* Added smartcopy from cli or from javascript
* Fix encoding x264 with use bframe as reference + output to mp4
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
Changes and history are not up-to-date.
Webpage at
http://avidemux.berlios.de/dotclear/index.php?2006/03/05/8-212-is-out
says:
* workaround to depack badly packed xvid bitstream
* unplayable avi by windows media player / totem
* bad computation of audio length for mpeg2 cut
* mplayer delogo ui
* some sub enhancement
* crashfix for some 3gp/mp4/mov files
* multiple audio track support for 3gp/mp4/mov
* properly initialize faad when sbr is usedin 3gp/mp4/mov
* better handling of bframe in 3gp/mp4/mov
* fixed ffv1rec
* updated lavcodec
(I don't know which of these is form the 2.1.0 update.)
I tested this with playing mpeg, saving a mpeg and also adding
an audio channel.