summaryrefslogtreecommitdiffstats
path: root/loader/dshow
Commit message (Expand)AuthorAgeFilesLines
* Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.diego2008-03-011-1/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2312-36/+38
* Remove $Id$ tags, they make diffs between different versionsreimar2008-01-276-6/+0
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and adiego2008-01-2015-61/+61
* Add missing #include, fixes the warning:diego2008-01-191-0/+1
* Use ld conversion specifier for long int argument, fixes the warning:diego2008-01-191-1/+1
* Remove another 2 useless castsreimar2008-01-131-2/+2
* Get rid of another useless castreimar2008-01-131-1/+1
* Remove a cast useless since r24425.reimar2008-01-131-1/+1
* Move variable declaration into block where it is used.reimar2008-01-131-1/+1
* Remove result from warning string, it has no useful meaning here.reimar2008-01-131-1/+1
* Remove a useless castreimar2008-01-131-1/+1
* Fix warnings:diego2008-01-061-0/+1
* Add missing #includes to fix compilation:diego2008-01-061-0/+3
* consistency cosmeticsdiego2008-01-012-2/+2
* Move AM_MEDIA_TYPE structure definition to mediatype.h.voroshil2007-09-133-13/+26
* Remove leading underscores from multiple inclusion guards,diego2007-09-131-3/+3
* Fix indentation after r24367.cehoyos2007-09-101-2/+2
* Fix for:voroshil2007-09-101-8/+8
* cosmetics: Add comments to some #endif preprocessor directives.diego2007-09-101-1/+1
* Fix for:voroshil2007-09-101-2/+2
* Fix for:voroshil2007-09-101-6/+6
* Proper fix for:voroshil2007-09-101-2/+1
* cosmetics: Fix silly typo.diego2007-09-101-3/+3
* warning fix:diego2007-09-101-0/+1
* warning fixes:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-1/+0
* Avoid releasing of unallocated memory.voroshil2007-09-081-0/+2
* Always initialize pUnk pointer with zero.voroshil2007-09-081-0/+1
* Add regular #define for header file.voroshil2007-06-081-0/+4
* 10l: Remove overlooked instance of NOAVIFILE_HEADERS.diego2007-06-021-7/+0
* Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled anddiego2007-06-023-23/+0
* Rework of copying samples from directshow codecs.voroshil2007-03-026-92/+71
* Fix wrong typecast, which can cause MPlayer crashvoroshil2007-02-261-3/+3
* Fix loading of mpeg4ds direct show video codec under win32, broken in r22322voroshil2007-02-231-0/+19
* Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyedvoroshil2007-02-231-0/+1
* Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ...voroshil2007-02-235-40/+261
* Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.voroshil2007-02-234-27/+38
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have beenrtogni2007-02-111-0/+1
* Doxygen comments for used DirectShow methods.voroshil2007-01-282-2/+969
* fix overlooked debug messagevoroshil2007-01-271-1/+1
* Changing debug messages and renaming method names according to theirvoroshil2007-01-271-29/+29
* fix typos from previous commitvoroshil2007-01-271-2/+2
* Cosmetics. Doxygen comments.voroshil2007-01-271-6/+484
* Remove illegal definition of underscored-prefixed symbol "__MODULE__":gpoirier2007-01-262-4/+0
* Make loader Makefile non-recursive.diego2006-11-251-53/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* Remove reference to non-existent variable.diego2006-08-221-1/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* consistency cosmetics: Add -DNOAVIFILE_HEADERS to CFLAGS instead of to INCLUDE.diego2006-08-161-2/+2
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* rm unnecesary casts from void* - part 2reynaldo2006-07-025-10/+10
* CVS --> Subversion in copyright noticesdiego2006-06-226-12/+12
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-2/+2
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+9
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* Mark modified imported files as such to comply with GPL ยง2a.diego2005-04-156-0/+35
* last mingw32 support patch by Sascha Sommeralex2003-04-241-0/+2
* cygwin support patch by Sascha Sommer and some fixes by mealex2003-04-214-1/+44
* CoTaskMemAlloc/Free vs malloc/free cleanupalex2003-04-213-11/+11
* a warning fix and rgb15/16 support by Sascha Sommeralex2003-03-141-2/+5
* cbAlign=1 fix for proper Windows support (noticed by Sascha Sommer)alex2003-02-253-5/+6
* compiler warning fixesarpi2002-12-142-2/+4
* avifile sync (mostly cosmetics)arpi2002-11-2610-34/+49
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-222-3/+4
* avifile sync - 95% cosmetics 5% bugarpi2002-09-1312-157/+143
* disable annonying debug printf (autoq)atmos42002-09-081-1/+1
* use dir/libname.a instead of -Ldir -lnamearpi2002-08-291-1/+1
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-221-1/+1
* SetValue: ignore case of 'item'arpi2002-07-251-17/+17
* Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me.atmos42002-07-231-0/+1
* yvu9 and if09 support. fixed i420,iyuv handlingalex2002-06-234-4/+34
* warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-06-071-0/+1
* some more output cosmetics, especially for vivo and mov demuxersarpi2002-05-201-2/+2
* possible sig11 fixed - noticed by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-01-171-1/+2
* debug--arpi2002-01-041-3/+3
* SetValue fixed, iv_State=START enabled (silly xine developers disabled for un...arpi2002-01-021-17/+20
* headers cleanuparpi2002-01-024-64/+60
* ACEL.P fixed (avifile sync)arpi2001-12-311-6/+10
* avifile syncarpi2001-12-1111-137/+314
* avifile mergearpi2001-12-112-5/+10
* do not fault if Filter_Create failedalex2001-12-111-0/+6
* obsoleted filesarpi2001-12-102-56/+0
* obsoleted filesarpi2001-12-104-218/+13
* API changes - now fully compatible with C++ versionarpi2001-12-104-11/+18
* avifile sync. seems to some bugs fixed...arpi2001-11-267-34/+38
* 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
* Move ignores in subdirs to their respective .cvsignore files.atmos42001-11-171-0/+1
* hmm. indeo5ds YV12 fixed?arpi2001-11-131-1/+1
* fixed some miscoding :)alex2001-10-301-2/+2
* 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
* sync with avifilearpi2001-10-0410-58/+52
* setup_FS.c -> ldt_keeper.c (avifile sync)arpi2001-10-043-10/+9
* Fix two memory accesses to unallocated memory (detected by electric fence)jkeil2001-08-311-2/+4
* small fixarpi2001-08-271-0/+1
* 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
* fixed BITMAPINFO struct length truncation (WMV8)arpi2001-08-152-12/+31
* debug printf() removedarpi2001-08-041-1/+1
* 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-111-2/+2
* 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
* 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
* avifile-0.6-CVS mergearpi_esp2001-05-0611-124/+194
* other YUV formats supportarpi_esp2001-04-161-1/+8
* using expLoadLibraryA instead of LoadLibraryAarpi_esp2001-04-112-7/+9
* less, and more informal printfsarpi_esp2001-04-111-4/+4
* gcc 3.0 patch by Felix von Leitnerarpi_esp2001-04-072-2/+4
* Setup_FS fix for directshowarpi_esp2001-03-291-3/+11
* added DS_AudioDecarpi_esp2001-03-223-2/+215
* fixed Quality settingarpi_esp2001-03-211-1/+2
* fixed DivX Quality setting (using registry)arpi_esp2001-03-202-8/+67
* 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