Moved src/audio to more appropriately named src/av
[2oom.git] / ChangeLog
blob3bb18c0491b8535fc632d2d059279f379124829d
1 2007-02-18
2         -Added ability to close of SDL audio output.
3         -Added crossfading to audio output system.
4         -Revamped audio output API to move resource access to the ao plugin,
5          allowing for the plugin to have more control over how things are
6          played.
7 2007-02-08
8         -Fixed build so that FFMpeg plugin is not built if libav{codec,format}
9          support is disabled / not detected.
10 2007-02-07
11         -Added configure checks for FFMpeg and SDL.
12 2007-01-31
13         -Implemented functional base for audio output.
14         -Added SDL audio output driver.
15 2007-01-30
16         -Fixed heap corruption in service allocation in plugin/service.c.
17         -Added service for accessing AV resources.
18 2007-01-29
19         -AV access framework in-place.  No support for multiple plugins yet.
20         -Base FFmpeg audio access implemented.
22         Revision 18:
23         -Base AV system begun
24         -FFmpeg AV input plugin started
25         -Fixed various VFS issues
26         -Plugin service for accessing VFS added
27 2006-11-08
28         -Implemented basic VFS access routines
29 2006-10-27
30         -Moved VFS access routines to their own source file
31 2006-10-26
32         -Began adding VFS resource access routines
33 2006-10-25
34         -VFS resource population partially implemented
35 2006-10-24
36         -Made VFS-Flat plugin actually load rather than bailing
37         -Altered plugin loading to not require symbols from the executable
38 2006-10-23
39         -Began working on VFS
40         -Added plugin service interface
41         -Grouped routines in Doxygen
42         -Further developed plugin prologue
43 2006-10-22
44         -Added libltdl stuff to autotools scripts
45         -Plugin initialization further developed
46 2006-10-21
47         -Began working on game loop framework
48         -Began working on plugin framework
49         -Added conf_getsubpath() allowing for work within the config dir
50         -Added Doxygen stuff
51         -Disabled optimizations in the autogen.sh
52         -Started to clean up the code to deal with the user's home dir.
53         -Fixed logging so that it actually displays the log severity.