Age | Commit message (Collapse) | Author | Files | Lines |
|
ffmpegthumbnailer version 2.0.6 (January 6, 2011)
* Fixed memory leak
ffmpegthumbnailer version 2.0.5 (November 30, 2010)
* Replaced deprecate gnome-vfs with gio (--enable-gio)
ffmpegthumbnailer version 2.0.4 (August 06, 2010)
* Fixed undefined references when compiling with certain LDFLAGS
ffmpegthumbnailer version 2.0.3 (August 06, 2010)
* Writing to stdout is now supported
* Support for gnome-vfs uris added. New configure flag (--enable-gnome-vfs), this puts a runtime dependancy on libgnome-vfs-2.0
ffmpegthumbnailer version 2.0.2 (May 15, 2010)
* Fixed compilation error against latest ffmpeg
* Size of the filmstrip overlay is dependent on thumbnail size
ffmpegthumbnailer version 2.0.1 (April 17, 2010)
* Setting the thumbnail size to 0 will use the original video size (thanks to John Fremlin)
* Fix for video files containing lots of audio packets before a video packet
* Fixed libs in pkgconfig file (thanks to magnus.tuominen)
ffmpegthumbnailer version 2.0.0 (January 6, 2010)
* Fixed some issues in package-config file (Thanks to ambrop7)
* C++ library has been put in a namespace
* C library functions have been renamed
version 1.5.6 (December 19, 2009)
* Fixed segmentation fault when seek in video file fails
* Command line option added to specify output format of the image regardless of the filename
* Fixed memory leak in MovieDecoder (thanks to Ulrich Völkel)
version 1.5.5 (September 23, 2009)
* Fixed build issue with certain versions of autoconf
* Fixed build issue with recent versions of gcc
* Fixed thumbnail generation for ogm files
* Fixed ffmpegthumbnailer hanging on certain filetypes caused by AVFMT_FLAG_GENPTS flag of video decoder
version 1.5.4 (June 22, 2009)
* Fixed support for large files
|
|
|
|
|
|
|
|
|
|
The On2 VP8 Sodec SDK from Google.
|
|
|
|
whose builtin detection has been fixed.
|
|
|
|
package actually builds. Tested on both NetBSD/amd64 5.1 and
Mac OS 10.6.6. Bump package revision again.
|
|
|
|
hwdecode-demos consists of simple test programs to address various HW
video decoding APIs: Crystal HD, VA-API, VDPAU and XvBA.
|
|
|
|
VAAPI (Video Acceleration API) enables hardware accelerated video
decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.)
for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4
AVC/H.264, and VC-1/VMW3).
|
|
|
|
|
|
Someone who groks linker issues should try to make the asm code
position independent. Until then I suspect we will end up using
--disable-asm everywhere.
|
|
|
|
|
|
binutils 2.17 or newer which is only available under NetBSD-current.
|
|
|
|
former are linked against the latter
bump PKGREV
|
|
Requested by jmcneill@.
|
|
changes:
-Synced to FFmpeg 0.6 branch
-Add mappings for all new codecs
-encoders: proxy downstream width/height/framerate
-encoders: Fix timestamps
|
|
with two changes by me:
-disabled symbol versioning - this didn't work correctly for me
-changed PKGVERSION to start with the release date, so that it
sorts correctly against the snapshots we had before
vlc-1.0.6 does still build, but can be updated now
|
|
(I've just put back libtool support.)
needed for update of ffmpeg which in turn is needed for updates
of eg vlc and gst-plugin-ffmpeg
|
|
|
|
|
|
|
|
Also take over maintainership on suggestion by Alistair Crooks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gettext-lib and msgfmt to USE_TOOLS.
|
|
with gettext-lib and msgfmt to USE_TOOLS.
* let to not depend on lang/ruby, it wll conflicts with PKG_ALTERNATIVES.
|
|
password for the web user interface. Bump package revision because of
this change.
|
|
1.0.2 - Wed Nov 9 21:46:28 EST 2005
* vektor: Add a proper TVTIME_NOOP command so that you can remove
keybindings. Thanks to Andrew Dalton for the fix.
* vektor: Add back missing translations.
|
|
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
|
|
It is not widely available or broken (disabled on Darwin in configure,
or build failure on DragonFly as PR#43640).
Furthermore, paths for codecs is not adjusted for pkgsrc.
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
|
|
seems to match what was done here:
http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20061211/133119.html
|
|
|
|
4.5.4 brings bugfixes and translation updates
|
|
Build tested on NetBSD/landisk 5.1 and player tested on NetBSD/dreamcast 5.1.
(though some more packages need hacks/fixes for XFree86 and SH3)
|
|
changes: misc bugfixes
|
|
changes: many fixes and improvements - see the Changelog
|