Moritz Bunkus
dd7c254277
Initialize AVI header fields before writing
...
Fix for #727 .
2012-03-14 12:53:13 +01:00
Moritz Bunkus
1643e752bf
Avoid compilation warnings on mingw
2012-03-04 17:30:52 +01:00
Moritz Bunkus
04fd1dd07d
Remove unused file avidump.c
2012-03-04 17:24:03 +01:00
Moritz Bunkus
9df51e5dd9
Compile with "-Wextra" and fix all warnings from that
2011-11-19 22:32:46 +01:00
Moritz Bunkus
529cc8db20
Avoid warning about const cast
2011-11-12 13:19:22 +01:00
Moritz Bunkus
b0aaad24e2
Refactoring: move input file creation into generic_reader_c
2011-11-11 23:11:16 +01:00
Moritz Bunkus
f90734d886
Merge all .gitignore files into one
2011-09-17 00:23:00 +02:00
Moritz Bunkus
2e99e16b95
Removed set but unused variables
2011-07-11 22:09:07 +02:00
Moritz Bunkus
b044d2da28
Avoid never ending recursive calls due to wrong #defines
...
gcc 4.4.x mingw contains a strncasecmp() implementation that already
calls _strnicmp(). Also common/os.h already defines
strncasecmp. Defining it a second time leads to a never ending
recursive call.
Fix for bug 642.
2011-07-11 15:52:47 +02:00
Moritz Bunkus
4db0e3c2d9
Support for AVIs/WAVs using a WAVEFORMATEXTENSIBLE structure (format tag == 0xfffe)
...
Fix for bug 614.
2011-04-15 11:29:01 +02:00
Moritz Bunkus
53dce17edf
Removed most of the old build system
2010-08-01 11:12:44 +02:00
Moritz Bunkus
ac8c0b0a65
Added Rakefiles to nearly every subdirectory
2010-08-01 11:12:44 +02:00
Moritz Bunkus
83a08c7353
Fix a lot of warnings about comparing signed/unsigned integers
2010-06-06 23:26:10 +02:00
Moritz Bunkus
b253f1d9ec
Include a proxy header file for common/common.h
...
gcc < 4.4 has a bug that is triggered by included a header with a
precompiled version more than once. Including a proxy header file that
wraps the actual precompiled one inside a #ifdef guard is fine, though.
2010-03-23 20:26:52 +01:00
Steve Lhomme
10338df395
the common/mm_io.h include implies common.h
2010-03-15 21:54:50 +01:00
Steve Lhomme
079d2ae3ce
clean the use of avilib.h
2010-03-13 19:04:03 +01:00
Steve Lhomme
099fa41bc7
avoid some macro collisions with MSVC
2010-03-12 20:39:51 +01:00
Steve Lhomme
58541a33a9
Preliminary support for coremake
2010-03-12 20:38:38 +01:00
Moritz Bunkus
bd86697a61
Moved the directories 'librmff' and 'avilib-0.6.10' to a common subdirectory 'lib'.
2009-08-18 11:29:48 +02:00