File: ChangeLog

package info (click to toggle)
alogg 1.3.3-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 344 kB
  • ctags: 252
  • sloc: ansic: 1,923; makefile: 394; sh: 100; pascal: 17; lisp: 1
file content (88 lines) | stat: -rw-r--r-- 3,616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
27 may 2003
    alogg 1.3.3 released
    the datogg grabber plugin now compiles with Tremor
    alogg_stream now avoids cutting the stream too early when adding echo

19 may 2003
    alogg 1.3.2 released
    fix the encoder not setting the end of stream properly
    the datogg grabber plugin can now stream Ogg/Vorbis streams off memory
    fix a rare overflow when Vorbis decoding returns more data than expected
    alogg_encode now understands the -o option to set the output filename
    DAT_OGG_VORBIS is now part of alogg's public interface

3 february 2003
    alogg 1.3.1 released
    Alexandre Pineau: new man page for alogg-config
    alogg-config is now installed with lib/headers
    various Makefile tweaks regarding installation

3 december 2002
    alogg 1.3.0 released
    threaded streaming support
    alogg can now stream off a URL (HTTP, etc) using libcurl (experimental)
    alogg can now be compiled as a shared library
    License update to allow non distribution of object files
    Comments can now be added to saved streams
    alogg_encode can now be given a title for the encoded streams
    alogg_stream now shows stream titles, with chaining support
    Update includes location to newest Tremor snapshot
    Eric Botcazou: Makefile fixes and improvements for DOS/Windows
    Fix stream stopping and some occasional pop sounds
    Optimize memory allocation when loading streams of unknown size
    Update to compile with Allegro 4.1.4 and Allegro 4.1.6
    Documentation fixes (replace < with &lt, add links for URLs, etc)
    Eric Botcazou: new datogg.scm linker script for Mingw32

12 september 2002
    alogg 1.2.1 released
    Read decoded data in the host endianness
    datogg.scu and datogg.scr now included in the archive
    Minor source improvements (extra parameter checks)

10 september 2002
    alogg 1.2.0 released
    Tremor (fixed point version of the Ogg/Vorbis decoder) support
    Eric Botcazou: Try to fix potential slash/backslash user mixup in Makefile
    New datogg.scu/datogg.scr linker scripts
    Miscellaneous Makefile improvements

27 august 2002
    alogg 1.1.0 released
    New alogg-config script for helping compiling/linking with alogg
    New defines (ALOGG_VERSION, etc) to ease building with different
      versions of alogg
    Reorganization of code between datogg and alogg
    Add alogg_start_streaming_callbacks and alogg_create_sample
    New alogg_dat example shows how to play/stream from a loaded datafile
    Various documentation improvements

22 august 2002
    alogg 1.0.4 released
    Mingw32 autodetection (which I had forgotten from Eric's previous patch)
    Various documentation improvements
    cleanup in datogg.c (old naming was left for datogg_get_info)
    The input buffer for encoding is now const

21 august 2002
    alogg 1.0.3 released
    alogg_stream now shows how to use manual streaming to add echo
    Eric Botcazou: Makefile support for Mingw32, Makefile improvements
    Eric Botcazou: use USE_CONSOLE (needed for Windows)
    Eric Botcazou: spotted useless hunk in libs.diff
    ChangeLog now states which versions corresponds to which release date
    Documentation fix for alogg_exit

20 august 2002
    alogg 1.0.2 released
    alogg should now play stereo files fine
    Fix detection of register_sample_file_type in the Makefile
      (I had broken it when trying to make it work for DOS)

18 august 2002
    alogg 1.0.1 released
    Eric Botcazou: Fixes for compilation with DJGPP and Allegro 4
    Makefile changes to bring alogg closer to compilation on DJGPP

14 August 2002
    alogg 1.0.0 released