Commit graph

9 commits

Author SHA1 Message Date
obache
f399fb6bfa Update libdv (and tools) to 1.0.0.
2006-09-25  Dan Dennedy <dan@dennedy.org>
* libdv 1.0.0 release.

2006-09-03  Dan Dennedy <dan@dennedy.org>
* libdv/encode.c, libdv/enc_output.c: apply patch (1550898) from Craig
  Lawson to prevent noise when dv_encode_full_audio() is called with
  zero samples.

2006-08-06  Dan Dennedy <dan@dennedy.org>
* libdv/*.S: apply patch from Mike Frysinger <vapier@gentoo.org> to
  cleanup assembly symbols by hiding them and/or setting their type.
* configure.ac, Makefile.am: apply patch from Burkhard Plaum to
  automatically disable GTK-based features (playdv) when GTK+ 1.2
  is not found and to fix dist make target behavior with GTK+ disabled.
* libdv/Makefile.am: bump libtool revision.
* configure.ac: bump project version to 1.0.0.

2006-04-10  Dan Dennedy <dan@dennedy.org>
* playdv/playdv.c: bugfix segfault on exit due to dv_display_exit being
  called twice.

2006-03-06  Dan Dennedy <dan@dennedy.org>
* mmx.h: apply patches from Zan Lynx and Richard Guenther to fix x86
  compilation on gcc 4.1.

2006-01-15  Dan Dennedy <dan@dennedy.org>
* encode.c: apply patch from Burkhard Plaum to use gcc
  destructor attribute to invoke dv_cleanup() when unloading
  libdv after loading dynamically and thereby fixing a
  memory leak.

* playdv.c: bugfix segfault on exit due to dv_display_exit()
  being called twice: once in main() and second in atexit
  handler created by dv_display. Thanks for hint provided
  by Jean-Francois Panisset.

2005-01-31  Dan Dennedy <dan@dennedy.org>
* *.S: apply patch from Nicholas Miell <nmiell@gmail.com>
  to not require execution stack for assembler functions.

2004-12-20  Dan Dennedy <dan@dennedy.org>
* vlc.h, mmx.h: apply patch from Daniel Kobras to improve
  compile compatibillity by making extern inline, static inline.

2004-12-12  Dan Dennedy <dan@dennedy.org>
* *_x86_64.S: apply patch from Dean Kolosiek to fix linker
  compatibility.
2010-03-03 08:44:38 +00:00
dogcow
44a5577f79 fix compilation with gcc4; patch from cvs libdv 2006-06-15 20:16:41 +00:00
jmmv
84ab5fef54 Add DragonFly support; patch from Joerg Sonnenberger. 2005-06-05 09:49:01 +00:00
jmmv
fbc1e6ed01 Split libdv into two packages: libdv itself, which installs only the codec
library, and libdv-tools, which installs all the associated tools.
While doing this, clean-up useless dependencies in libdv's buildlink3.mk
file.

The main purpose of this change is to let mplayer use the dv codec (which
is the default setting) while not depending on unused packages (gtk+).
2005-06-03 15:40:30 +00:00
agc
5ae9517d74 Add RMD160 digests. 2005-02-24 11:24:01 +00:00
wiz
ffff30aa81 Update to 0.104:
* libdv.pc: added -lm to make build more portable.
        * applied x86-64 patch from Dean Kolosiek.
2005-01-03 12:48:29 +00:00
wiz
71d1a5e48c libdv.so uses pthread functions directly, so include pthread.bl3.mk
and fix libdv.so link line so that it links against libpthread.
2004-11-28 14:34:28 +00:00
adam
bef34805b4 Changes 0.103:
* Unknown (you have to track the mailing list)
2004-11-25 14:52:20 +00:00
grant
4431c9380f Initial import of libdv 0.102 into the NetBSD packages collection.
The Quasar DV codec (libdv) is a software codec for DV video, the
encoding format used by most digital camcorders, typically those that
support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. libdv was
developed according to the official standards for DV video: IEC 61834
and SMPTE 314M.

Submitted in PR pkg/24313 by Osamu OISHI with cleanup and update to
0.102 by me.
2004-06-26 17:48:29 +00:00