summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* fixed regpathname bugalex2001-11-261-1/+1
* avifile sync again... :(arpi2001-11-264-83/+134
* decl. of VirtualFree changed (avifile sync)arpi2001-11-261-1/+1
* packed attribute addedarpi2001-11-261-2/+2
* avifile sync. seems to some bugs fixed...arpi2001-11-267-34/+38
* avifile sync... maybe broken, tell me if so.arpi2001-11-264-115/+241
* mplayer integrationarpi2001-11-226-249/+223
* xine's bugs fixed - YV50 yv12 and setup_fsarpi2001-11-221-2/+2
* imported from xinearpi2001-11-214-360/+595
* C++ -> C (import from avifile cvs)arpi2001-11-2114-1296/+1491
* expCoInitialize() added (requires for PIM1)arpi2001-11-201-0/+13
* Move ignores in subdirs to their respective .cvsignore files.atmos42001-11-171-0/+1
* Try to provide a vsscanf() implementation, if the system does not havejkeil2001-11-141-0/+13
* hmm. indeo5ds YV12 fixed?arpi2001-11-131-1/+1
* updatedarpi2001-11-101-17/+55
* still sig11arpi2001-11-101-42/+53
* removed #define DETAILED_OUTarpi2001-11-091-1/+1
* Eugene's fixes to work with QuickTime.qtsarpi2001-11-093-8/+85
* fixes?arpi2001-11-091-25/+24
* videocodec and component selectors (function IDs)arpi2001-11-091-0/+68
* struct->typedefarpi2001-11-091-9/+6
* for testingarpi2001-11-081-0/+2
* loads .qtsarpi2001-11-081-2/+2
* fixed TlsAllocalex2001-11-041-5/+14
* KERNEL32 fix for ivvideo and strncmp for U263arpi2001-11-041-0/+12
* partially synced with avifile... (TODO: migrate to new registry.c and driver.c)arpi2001-11-035-419/+586
* MPEGLAYER3WAVEFORMAT addedarpi2001-11-021-0/+14
* hm, non-working :)alex2001-10-301-4/+7
* fixed some miscoding :)alex2001-10-301-2/+2
* introduced new critical section handlingalex2001-10-301-5/+110
* support newly added PF defs (loader/wine/winnt.h)alex2001-10-301-1/+26
* new Processor Featuresalex2001-10-301-1/+4
* fixed, rotfl :palex2001-10-271-19/+12
* develalex2001-10-272-0/+104
* CoCreateFreeThreadedMarshaler stub addedalex2001-10-231-1/+9
* changes merged back from avifile cvsarpi2001-10-085-33/+88
* using ldt_keeper.c insteadarpi2001-10-042-225/+0
* iosteram included for cout/cerrarpi2001-10-041-1/+1
* stdlib.h addedarpi2001-10-041-0/+1
* killed unneeded dependency on c++ headersarpi2001-10-047-36/+43
* (solaris x86) C++ style variable declaration not at the start of a block doesjkeil2001-10-041-0/+2
* sync with avifilearpi2001-10-0423-359/+544
* using ldt_keeper instead of setup_fs, includes changedarpi2001-10-041-9/+9
* setup_FS.c -> ldt_keeper.c (avifile sync)arpi2001-10-045-10/+253
* do_cpuid stored the results of the cpuid instruction in the wrong placejkeil2001-09-201-9/+7
* removed unused buggy shitarpi2001-09-021-19/+0
* GUID fixarpi2001-09-021-3/+10
* added WAVEFORMATEXTENSIBLE and new WAVE FORMAT TAGSarpi2001-09-021-42/+178
* Fix two memory accesses to unallocated memory (detected by electric fence)jkeil2001-08-311-2/+4
* small fixarpi2001-08-271-0/+1
* Add a few ifdefs, so that the code compiles on old solaris releases (2.6 and 7)jkeil2001-08-242-1/+4
* Commented out annoying printfs with -autoq.atmos42001-08-202-2/+6
* exception stuff fixedarpi2001-08-161-10/+9
* fixesarpi2001-08-161-4/+11
* error handlingarpi2001-08-161-4/+20
* Start/Stop state flag fixed - requires for brightness/contrast/etc stuff...arpi2001-08-163-4/+10
* big avifile sync - from now we have common codearpi2001-08-1621-2067/+2328
* updatedarpi2001-08-161-10/+19
* UnregisterComClass addedarpi2001-08-161-0/+58
* fixed BITMAPINFO struct length truncation (WMV8)arpi2001-08-152-12/+31
* SetCodecPath -> win32_codec_namearpi2001-08-121-1/+2
* debug printf() removedarpi2001-08-041-1/+1
* partial avifile-CVS mergearpi2001-07-292-7/+41
* Pre-allocate some stack space to work around a problem with DLL alloca() codejkeil2001-07-291-10/+12
* MPlayer doesn't compile on linux/alphajkeil2001-07-161-1/+1
* Remove some superfluous casts. Fixes a few compile warnings.jkeil2001-07-141-5/+5
* Fix two prototype warningsjkeil2001-07-132-0/+2
* Add prototypes to wine/loader stuff, so that we can catch __stdcall functionjkeil2001-07-1221-697/+533
* VfwEx supportarpi2001-07-082-0/+73
* OPTFLAGS vs. INCLUDES cleanuparpi2001-06-261-2/+2
* Ehh, wine ...lgb2001-06-261-1/+1
* Force exeptions for dshow code (keeps users from building unworkable mplayer).atmosfear2001-06-111-1/+1
* some possible buffer overflow places fixedal3x2001-06-113-7/+7
* The "bad" "using namespace std" was removed :)arpi_esp2001-06-102-2/+2
* ehh. removed duplicated namspace 'std'... and removed include string.h, unnee...arpi_esp2001-06-092-5/+2
* added missing 'using namespace std;' for gcc 3.0arpi_esp2001-06-093-1/+8
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-052-19/+24
* Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>arpi_esp2001-06-051-0/+2
* dependency stuff fixedarpi_esp2001-06-041-3/+2
* FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.netarpi_esp2001-06-031-1/+1
* using gcc -MM instead of makedepend, make OBJS from SRCS where possiblearpi_esp2001-05-241-2/+4
* Applies kabis changes to avifile 0.6 cvsatmosfear2001-05-071-7/+11
* avifile-0.6-CVS mergearpi_esp2001-05-0613-145/+285
* no more warnings...szabii2001-04-232-27/+28
* added MulDiv -> should fix Acelp.net audioarpi_esp2001-04-171-0/+16
* other YUV formats supportarpi_esp2001-04-161-1/+8
* using expLoadLibraryA instead of LoadLibraryAarpi_esp2001-04-112-7/+9
* more printf cosmetic on DLL loaderarpi_esp2001-04-111-1/+2
* less, and more informal printfsarpi_esp2001-04-115-11/+17
* gcc 3.0 patch by Felix von Leitnerarpi_esp2001-04-073-3/+6
* added expRegEnumValueA(), fixed expWaitForSingleObject()arpi_esp2001-04-061-5/+14
* Setup_FS fix for directshowarpi_esp2001-03-291-3/+11
* Setup_FS_Segment() for VoxWare audioarpi_esp2001-03-282-0/+206
* verbose output changedarpi_esp2001-03-282-4/+5
* added DS_AudioDecarpi_esp2001-03-223-2/+215
* 'You' bug fixedarpi_esp2001-03-211-1/+1
* disabled DirectShow loader - use libDS_Filter insteadarpi_esp2001-03-211-3/+3
* fixed Quality settingarpi_esp2001-03-211-1/+2
* get_path()szabii2001-03-211-10/+14
* fixed DivX Quality setting (using registry)arpi_esp2001-03-202-8/+67
* registry moved to /root/.mplayer/registryarpi_esp2001-03-201-2/+2
* small cosmetic to avoid gcc warningsarpi_esp2001-03-203-4/+3
* Added C-C++ interface in DS_VideoDec.harpi_esp2001-03-204-4/+487
* Initial revisionarpi_esp2001-03-2016-0/+2962
* crtdll/memcpy added (req for MJPEG)arpi_esp2001-03-181-3/+15
* DLL loader updated from avifile-0.60beta4arpi_esp2001-03-189-481/+1302
* added RtlMoveMem (for CRAM support)arpi_esp2001-03-171-0/+24
* Initial revisionarpi_esp2001-02-2447-0/+20671