Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
binary will not work on olders CPUs (e.g. G3) but the package works on at
least G4 and G5 systems now.
|
|
it didn't properly build PowerPC specific code before. The package might
therefore already build properly under Mac OS X i386.
|
|
which was removed during the last update of this package.
|
|
|
|
Gnash is a player for animated "movies" in the Macromedia Shockwave Flash
(.swf) format. It can be run as a graphical application, as a Web browser
plugin, or as a library used by other programs. It is not yet complete;
it does not correctly handle every .swf file.
Many of the Flash movies that I come across play fine in Gnash. Many
others do not. In particular, Flash movies that are used for browser
navigation may still have a few issues with some URLs left. Most
Flash based navigation of a web site should work.
Gnash supports the majority of Flash opcodes up to SWF version 7, and
a wide sampling of ActionScript classes for SWF version 7. All the core
ones are implemented, and many of the newer ones work, but may be missing
some of their methods. All unimplemented opcodes and ActionScript classes
and methods print a warning when using -v with gnash or gprocessor. Using
gprocessor -v is a quick way to see why a movie isn't playing correctly.
|
|
Changes based on a patch by Juan Romero Pardines.
|
|
Bump PKGREVISION.
|
|
|
|
where they came from, but they are not needed and were causing me
build problems.
|
|
- Fix the build when the mmx option is not sent.
All items were fixed by Dieter Roelants sending me a private email
with patch, thank you.
|
|
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
|
|
Patch provided by Abel Chow in PR 34620.
This release fixes security vulnerabilities as reported in Adobe Vulnerability
APSB06-11 (CVE-2006-3014, CVE-2006-3311, CVE-2006-3587, CVE-2006-3588,
CVE-2006-4640).
|
|
|
|
HAVE_LIBCDIO case
|
|
|
|
patch from abs@ on pkgsrc-users.
|
|
get errors on deinstall
bump PKGREVISION
|
|
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
|
|
Changes since 1.1.1:
xvidcore library
* Fixed typo in xvid.c
* Updated bitstream.h to fix the previous faulty non-aligned
bitstream buffers fix
Changes since 1.1.0:
xvidcore library
* Fixed bug when frame-drop (N-VOP) feature is used in combination
with packed B-frames
* Fix for premature EOF in xvid_decraw example
* Fixed potential crash on Intel EMT64 architecture
* Several fixes for IA64 platform (patch by Thomas Koeckerbauer)
* Fix for visual_object_verid vs. video_object_layer_verid problem
* Ensure intervening bytes are preserved in BitstreamInit()
VFW frontend
* Prevent segfault when encoding application calls compress_end
with NULL codec context (PerfectDark at yandex dot ru)
* Profile definitions updates
DShow frontend
* Add missing debug.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove vmnc.dll.
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ABI demands PIC code. This fixes the build.
A big patch to make the asm PIC is available from gentoo at
http://bugs.gentoo.org/show_bug.cgi?id=90287
in case someone knowledgable is interested in verifying and integrating it.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
changes:
Removed an extra free in DVDClose that caused crashes if more than one
DVDClose was called
|
|
|
|
changes:
* Browser enhancement:
- Fix the "Open with..." menu item not showing for some supported types
- Hide the preferences menu item
- Fix playback for http://www.viftv.no
- Fix videos on http://www.apple.com/getamac/ stopping playing
- Support the "showcontrols=false" parameter, for http://www.k9media.se
- Fix playback of videos on http://news.sky.com
- Add a new plugin to support videos on http://stage6.divx.com/
* When opening the "Skip to" dialogue, set the default to the current time
* Fix a possible crasher when checking for an ASF reference file
* Use the top-level title from the SMIL playlist, when there isn't an
entry specific one
* Playlist parser:
- Handle playlists linked inside playlists as used on kinkfm.com
- Handle "BASE HREF" in ASX files
- When adding ISO images, or on-disk DVDs, set a title
* Browser plugin:
- Don't accept streams that aren't from the supported mime-type
* GStreamer backend:
- Restore the statusbar text when we've been buffering
- Fix buffering when streaming
|
|
changes:
-UI improvements (editable menu shortcuts, eject)
-bugfixes and cleanup
|
|
changes:
-build system fixes
-acceleration on amd64 and ppc
-bugfixes
|
|
|
|
The codecs package is restricted to i386.
From rudolf on pkgsrc-users.
|
|
|
|
changes: many bugfixes
|
|
changes:
-added apev2mux element
-many bugfixes
|