| Commit message (Expand) | Author | Age | Files | Lines |
* | for testing | arpi | 2001-11-08 | 1 | -0/+2 |
* | loads .qts | arpi | 2001-11-08 | 1 | -2/+2 |
* | fixed TlsAlloc | alex | 2001-11-04 | 1 | -5/+14 |
* | KERNEL32 fix for ivvideo and strncmp for U263 | arpi | 2001-11-04 | 1 | -0/+12 |
* | partially synced with avifile... (TODO: migrate to new registry.c and driver.c) | arpi | 2001-11-03 | 5 | -419/+586 |
* | MPEGLAYER3WAVEFORMAT added | arpi | 2001-11-02 | 1 | -0/+14 |
* | hm, non-working :) | alex | 2001-10-30 | 1 | -4/+7 |
* | fixed some miscoding :) | alex | 2001-10-30 | 1 | -2/+2 |
* | introduced new critical section handling | alex | 2001-10-30 | 1 | -5/+110 |
* | support newly added PF defs (loader/wine/winnt.h) | alex | 2001-10-30 | 1 | -1/+26 |
* | new Processor Features | alex | 2001-10-30 | 1 | -1/+4 |
* | fixed, rotfl :p | alex | 2001-10-27 | 1 | -19/+12 |
* | devel | alex | 2001-10-27 | 2 | -0/+104 |
* | CoCreateFreeThreadedMarshaler stub added | alex | 2001-10-23 | 1 | -1/+9 |
* | changes merged back from avifile cvs | arpi | 2001-10-08 | 5 | -33/+88 |
* | using ldt_keeper.c instead | arpi | 2001-10-04 | 2 | -225/+0 |
* | iosteram included for cout/cerr | arpi | 2001-10-04 | 1 | -1/+1 |
* | stdlib.h added | arpi | 2001-10-04 | 1 | -0/+1 |
* | killed unneeded dependency on c++ headers | arpi | 2001-10-04 | 7 | -36/+43 |
* | (solaris x86) C++ style variable declaration not at the start of a block does | jkeil | 2001-10-04 | 1 | -0/+2 |
* | sync with avifile | arpi | 2001-10-04 | 23 | -359/+544 |
* | using ldt_keeper instead of setup_fs, includes changed | arpi | 2001-10-04 | 1 | -9/+9 |
* | setup_FS.c -> ldt_keeper.c (avifile sync) | arpi | 2001-10-04 | 5 | -10/+253 |
* | do_cpuid stored the results of the cpuid instruction in the wrong place | jkeil | 2001-09-20 | 1 | -9/+7 |
* | removed unused buggy shit | arpi | 2001-09-02 | 1 | -19/+0 |
* | GUID fix | arpi | 2001-09-02 | 1 | -3/+10 |
* | added WAVEFORMATEXTENSIBLE and new WAVE FORMAT TAGS | arpi | 2001-09-02 | 1 | -42/+178 |
* | Fix two memory accesses to unallocated memory (detected by electric fence) | jkeil | 2001-08-31 | 1 | -2/+4 |
* | small fix | arpi | 2001-08-27 | 1 | -0/+1 |
* | Add a few ifdefs, so that the code compiles on old solaris releases (2.6 and 7) | jkeil | 2001-08-24 | 2 | -1/+4 |
* | Commented out annoying printfs with -autoq. | atmos4 | 2001-08-20 | 2 | -2/+6 |
* | exception stuff fixed | arpi | 2001-08-16 | 1 | -10/+9 |
* | fixes | arpi | 2001-08-16 | 1 | -4/+11 |
* | error handling | arpi | 2001-08-16 | 1 | -4/+20 |
* | Start/Stop state flag fixed - requires for brightness/contrast/etc stuff... | arpi | 2001-08-16 | 3 | -4/+10 |
* | big avifile sync - from now we have common code | arpi | 2001-08-16 | 21 | -2067/+2328 |
* | updated | arpi | 2001-08-16 | 1 | -10/+19 |
* | UnregisterComClass added | arpi | 2001-08-16 | 1 | -0/+58 |
* | fixed BITMAPINFO struct length truncation (WMV8) | arpi | 2001-08-15 | 2 | -12/+31 |
* | SetCodecPath -> win32_codec_name | arpi | 2001-08-12 | 1 | -1/+2 |
* | debug printf() removed | arpi | 2001-08-04 | 1 | -1/+1 |
* | partial avifile-CVS merge | arpi | 2001-07-29 | 2 | -7/+41 |
* | Pre-allocate some stack space to work around a problem with DLL alloca() code | jkeil | 2001-07-29 | 1 | -10/+12 |
* | MPlayer doesn't compile on linux/alpha | jkeil | 2001-07-16 | 1 | -1/+1 |
* | Remove some superfluous casts. Fixes a few compile warnings. | jkeil | 2001-07-14 | 1 | -5/+5 |
* | Fix two prototype warnings | jkeil | 2001-07-13 | 2 | -0/+2 |
* | Add prototypes to wine/loader stuff, so that we can catch __stdcall function | jkeil | 2001-07-12 | 21 | -697/+533 |
* | VfwEx support | arpi | 2001-07-08 | 2 | -0/+73 |
* | OPTFLAGS vs. INCLUDES cleanup | arpi | 2001-06-26 | 1 | -2/+2 |
* | Ehh, wine ... | lgb | 2001-06-26 | 1 | -1/+1 |
* | Force exeptions for dshow code (keeps users from building unworkable mplayer). | atmosfear | 2001-06-11 | 1 | -1/+1 |
* | some possible buffer overflow places fixed | al3x | 2001-06-11 | 3 | -7/+7 |
* | The "bad" "using namespace std" was removed :) | arpi_esp | 2001-06-10 | 2 | -2/+2 |
* | ehh. removed duplicated namspace 'std'... and removed include string.h, unnee... | arpi_esp | 2001-06-09 | 2 | -5/+2 |
* | added missing 'using namespace std;' for gcc 3.0 | arpi_esp | 2001-06-09 | 3 | -1/+8 |
* | applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de> | arpi_esp | 2001-06-05 | 2 | -19/+24 |
* | Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se> | arpi_esp | 2001-06-05 | 1 | -0/+2 |
* | dependency stuff fixed | arpi_esp | 2001-06-04 | 1 | -3/+2 |
* | FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.net | arpi_esp | 2001-06-03 | 1 | -1/+1 |
* | using gcc -MM instead of makedepend, make OBJS from SRCS where possible | arpi_esp | 2001-05-24 | 1 | -2/+4 |
* | Applies kabis changes to avifile 0.6 cvs | atmosfear | 2001-05-07 | 1 | -7/+11 |
* | avifile-0.6-CVS merge | arpi_esp | 2001-05-06 | 13 | -145/+285 |
* | no more warnings... | szabii | 2001-04-23 | 2 | -27/+28 |
* | added MulDiv -> should fix Acelp.net audio | arpi_esp | 2001-04-17 | 1 | -0/+16 |
* | other YUV formats support | arpi_esp | 2001-04-16 | 1 | -1/+8 |
* | using expLoadLibraryA instead of LoadLibraryA | arpi_esp | 2001-04-11 | 2 | -7/+9 |
* | more printf cosmetic on DLL loader | arpi_esp | 2001-04-11 | 1 | -1/+2 |
* | less, and more informal printfs | arpi_esp | 2001-04-11 | 5 | -11/+17 |
* | gcc 3.0 patch by Felix von Leitner | arpi_esp | 2001-04-07 | 3 | -3/+6 |
* | added expRegEnumValueA(), fixed expWaitForSingleObject() | arpi_esp | 2001-04-06 | 1 | -5/+14 |
* | Setup_FS fix for directshow | arpi_esp | 2001-03-29 | 1 | -3/+11 |
* | Setup_FS_Segment() for VoxWare audio | arpi_esp | 2001-03-28 | 2 | -0/+206 |
* | verbose output changed | arpi_esp | 2001-03-28 | 2 | -4/+5 |
* | added DS_AudioDec | arpi_esp | 2001-03-22 | 3 | -2/+215 |
* | 'You' bug fixed | arpi_esp | 2001-03-21 | 1 | -1/+1 |
* | disabled DirectShow loader - use libDS_Filter instead | arpi_esp | 2001-03-21 | 1 | -3/+3 |
* | fixed Quality setting | arpi_esp | 2001-03-21 | 1 | -1/+2 |
* | get_path() | szabii | 2001-03-21 | 1 | -10/+14 |
* | fixed DivX Quality setting (using registry) | arpi_esp | 2001-03-20 | 2 | -8/+67 |
* | registry moved to /root/.mplayer/registry | arpi_esp | 2001-03-20 | 1 | -2/+2 |
* | small cosmetic to avoid gcc warnings | arpi_esp | 2001-03-20 | 3 | -4/+3 |
* | Added C-C++ interface in DS_VideoDec.h | arpi_esp | 2001-03-20 | 4 | -4/+487 |
* | Initial revision | arpi_esp | 2001-03-20 | 16 | -0/+2962 |
* | crtdll/memcpy added (req for MJPEG) | arpi_esp | 2001-03-18 | 1 | -3/+15 |
* | DLL loader updated from avifile-0.60beta4 | arpi_esp | 2001-03-18 | 9 | -481/+1302 |
* | added RtlMoveMem (for CRAM support) | arpi_esp | 2001-03-17 | 1 | -0/+24 |
* | Initial revision | arpi_esp | 2001-02-24 | 47 | -0/+20671 |