~ubuntu-branches/ubuntu/hardy/libdv/hardy

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-14 14:05:05 UTC
  • Revision ID: james.westby@ubuntu.com-20020414140505-9nsrestts2o64x0r
Tags: 0.9.5-2
* dv.c: Tell C version of dv_macroblock_yuv() about additional arguments
  to YUY2 functions.
* idct_248.c: Fix types in C version of fixed_multiply().
* enc_input.c: Purge remaining glib types from C versions of f2b() and
  f2sb.
* All of the above fix compile errors on non-x86. Closes: #142770

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libdv (0.9.5-2) unstable; urgency=low
 
2
 
 
3
  * dv.c: Tell C version of dv_macroblock_yuv() about additional arguments
 
4
    to YUY2 functions.
 
5
  * idct_248.c: Fix types in C version of fixed_multiply().
 
6
  * enc_input.c: Purge remaining glib types from C versions of f2b() and
 
7
    f2sb.
 
8
  * All of the above fix compile errors on non-x86. Closes: #142770
 
9
 
 
10
 -- Daniel Kobras <kobras@debian.org>  Sun, 14 Apr 2002 14:05:05 +0200
 
11
 
 
12
libdv (0.9.5-1) unstable; urgency=low
 
13
 
 
14
  * New upstream version.
 
15
    This version is supposed to also work as a shared lib, but let's
 
16
    keep the package static-only until woody is released, and we have
 
17
    time to properly test this change.
 
18
 
 
19
 -- Daniel Kobras <kobras@debian.org>  Sat, 13 Apr 2002 17:35:34 +0200
 
20
 
 
21
libdv (0.9-2) unstable; urgency=low
 
22
 
 
23
  * Rebuild with libsdl1.2debian. (No code changes necessary.)
 
24
  * Do not clobber upstream config.guess/config.sub.
 
25
  * Configure with explicit host and build architecture as suggested in
 
26
    autotools-dev README.
 
27
  * Added note to package description explaining why there is no shared
 
28
    version of the lib.
 
29
  * Increased standards version. 
 
30
 
 
31
 -- Daniel Kobras <kobras@debian.org>  Wed, 17 Oct 2001 14:12:46 +0200
 
32
 
 
33
libdv (0.9-1) unstable; urgency=low
 
34
 
 
35
  * New upstream version.
 
36
  * Include auto-generated dependencies in control (doh!). Closes: #103016
 
37
  * Always use latest autotools helpers.
 
38
  * Versioned build dependency on libsdl1.2-dev. Autobuilders would choke
 
39
    on earlier versions.
 
40
 
 
41
 -- Daniel Kobras <kobras@debian.org>  Tue, 31 Jul 2001 17:23:28 +0200
 
42
 
 
43
libdv (0.8-2) unstable; urgency=low
 
44
 
 
45
  * Fix compilation in non-asm mode. Closes: #96804
 
46
 
 
47
 -- Daniel Kobras <kobras@debian.org>  Wed,  9 May 2001 09:20:49 +0200
 
48
 
 
49
libdv (0.8-1) unstable; urgency=low
 
50
 
 
51
  * New upstream version.
 
52
 
 
53
 -- Daniel Kobras <kobras@debian.org>  Fri,  4 May 2001 19:55:35 +0200
 
54
 
 
55
libdv (0.7-2) unstable; urgency=low
 
56
 
 
57
  * Some MMX code in encode.c wasn't wrapped in ARCH_X86 conditionals.
 
58
    Closes: #94521
 
59
  * Build with SDL support.
 
60
 
 
61
 -- Daniel Kobras <kobras@debian.org>  Fri, 20 Apr 2001 09:42:53 +0200
 
62
 
 
63
libdv (0.7-1) unstable; urgency=low
 
64
 
 
65
  * Initial Release. Closes: #89510
 
66
  * Renamed encode to encodedv.
 
67
  * Added man pages for playdv and encodedv.
 
68
  * Fixed bogus space in dv option string.
 
69
  * Fixed missing time.h include in headers.c.
 
70
 
 
71
 -- Daniel Kobras <kobras@debian.org>  Thu, 12 Apr 2001 20:48:56 +0200
 
72