Commit Graph

28 Commits

Author SHA1 Message Date
Moritz Bunkus
97e353e322 Directory reorganization 2003-07-09 18:53:25 +00:00
Moritz Bunkus
693e2f282c Updated ChangeLog, ignore props for some DLLs and a small OS compat update. 2003-06-20 21:40:13 +00:00
Moritz Bunkus
78659c2d44 Fixes for the OS compab stuff. 2003-06-20 19:42:25 +00:00
Moritz Bunkus
00d3ad6398 Unified a LOT of OS and compiler dependant stuff. Introduced support for mingw compilation. 2003-06-20 19:29:26 +00:00
Moritz Bunkus
0f91b0c847 Set ignore property from .cvsignore files and removed those. 2003-06-13 15:21:26 +00:00
Moritz Bunkus
50fb8a18a3 Warning suppression. 2003-05-22 17:05:11 +00:00
Moritz Bunkus
42f4ebe72e Fixed a bug in read_audio_chunk which would access an array one element after its allocated size. 2003-05-20 06:38:22 +00:00
Moritz Bunkus
1256a8316b Small warning suppression. 2003-05-18 12:35:14 +00:00
Moritz Bunkus
944319de57 Fixes that allow compilation with MS VC6. 2003-05-09 10:05:26 +00:00
Moritz Bunkus
9446c2958e Fixes that allow compilation under cygwin. 2003-05-09 05:26:02 +00:00
Moritz Bunkus
ff8a939e88 Better endian compatibility. Better BSD compatibility. 2003-05-04 21:24:31 +00:00
Moritz Bunkus
06bace9397 Fixed an inavlid access to non-allocated space if there is some private data after the WAVEFORMATEX structure in the AVI. 2003-04-17 12:10:46 +00:00
Moritz Bunkus
d0d532a7c4 Makefile for Microsoft Developer Studio by Shelly 2003-04-09 13:27:33 +00:00
Moritz Bunkus
0dc382c4e3 Fixes for compilation under Win32 by Shelly. 2003-04-09 13:25:13 +00:00
Moritz Bunkus
f87ad8e065 Fixes that make avilib compile on cygwin by Shailesh L Mistry <shailesh.mistry@milan.eclipse.co.uk> 2003-03-11 13:01:18 +00:00
Moritz Bunkus
74f92a5d68 Explicit type conversions in order to satisfy gcc 3.2 2003-03-10 22:10:14 +00:00
Moritz Bunkus
5a1f3d0e1d More fixing of potential segfaults 2003-02-26 14:56:07 +00:00
Moritz Bunkus
9e67e5cad2 Fixed a potential segfault when reading the WAVEFORMATEX. 2003-02-25 16:19:32 +00:00
Moritz Bunkus
8b19d0cc0b Fixed some memory leaks and ifs that depended on uninitialized variables. 2003-02-25 14:24:43 +00:00
Moritz Bunkus
896ccd8337 fixed obvious bug in free()ing order 2003-02-21 09:44:59 +00:00
Moritz Bunkus
c5a35ce427 switched support for BITMAPINFOHEADER and WAVEFORMATEX from structures with a "void *data" to newly allocated structs with the additional data coming directly after the struct's contents 2003-02-19 09:29:07 +00:00
Moritz Bunkus
4a6f24302b provisionally suppot for exporting BITMAPINFOHEADER and WAVEFORMATEX structures including the codec's private data 2003-02-18 10:43:17 +00:00
Moritz Bunkus
1d93a9b12c added --with-matroska-include, --with-matroska-lib, automatic g++ version checking; removed several autogenerated files 2003-02-17 11:33:50 +00:00
Moritz Bunkus
c3d8943e0e removed Makefile because of the switch to auto* 2003-02-17 11:30:00 +00:00
Moritz Bunkus
991ccf886c removed the object files 2003-02-16 12:10:14 +00:00
Moritz Bunkus
748f4d25e8 removed libavi.a... 2003-02-16 00:24:39 +00:00
Moritz Bunkus
1001d40c00 intial addition 2003-02-16 00:24:10 +00:00
Moritz Bunkus
3ed2a74051 added avilib 2003-02-16 00:04:40 +00:00