aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/dshow/DS_VideoDecoder.c
Commit message (Expand)AuthorAge
* Use consistent #include paths without "../".Gravatar diego2008-04-28
* Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.Gravatar diego2008-03-01
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and aGravatar diego2008-01-20
* Get rid of another useless castGravatar reimar2008-01-13
* cosmetics: Fix silly typo.Gravatar diego2007-09-10
* warning fixes:Gravatar diego2007-09-10
* Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled andGravatar diego2007-06-02
* Rework of copying samples from directshow codecs.Gravatar voroshil2007-03-02
* Fix loading of mpeg4ds direct show video codec under win32, broken in r22322Gravatar voroshil2007-02-23
* Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.Gravatar voroshil2007-02-23
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have beenGravatar rtogni2007-02-11
* Remove illegal definition of underscored-prefixed symbol "__MODULE__":Gravatar gpoirier2007-01-26
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* last mingw32 support patch by Sascha SommerGravatar alex2003-04-24
* cygwin support patch by Sascha Sommer and some fixes by meGravatar alex2003-04-21
* a warning fix and rgb15/16 support by Sascha SommerGravatar alex2003-03-14
* cbAlign=1 fix for proper Windows support (noticed by Sascha Sommer)Gravatar alex2003-02-25
* compiler warning fixesGravatar arpi2002-12-14
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* disable annonying debug printf (autoq)Gravatar atmos42002-09-08
* SetValue: ignore case of 'item'Gravatar arpi2002-07-25
* yvu9 and if09 support. fixed i420,iyuv handlingGravatar alex2002-06-23
* possible sig11 fixed - noticed by Fredrik Kuivinen <freku045@student.liu.se>Gravatar arpi2002-01-17
* debug--Gravatar arpi2002-01-04
* SetValue fixed, iv_State=START enabled (silly xine developers disabled for un...Gravatar arpi2002-01-02
* headers cleanupGravatar arpi2002-01-02
* avifile mergeGravatar arpi2001-12-11
* do not fault if Filter_Create failedGravatar alex2001-12-11
* API changes - now fully compatible with C++ versionGravatar arpi2001-12-10
* mplayer integrationGravatar arpi2001-11-22
* xine's bugs fixed - YV50 yv12 and setup_fsGravatar arpi2001-11-22
* imported from xineGravatar arpi2001-11-21
* hmm. indeo5ds YV12 fixed?Gravatar arpi2001-11-13
* iosteram included for cout/cerrGravatar arpi2001-10-04
* killed unneeded dependency on c++ headersGravatar arpi2001-10-04
* sync with avifileGravatar arpi2001-10-04
* setup_FS.c -> ldt_keeper.c (avifile sync)Gravatar arpi2001-10-04
* Fix two memory accesses to unallocated memory (detected by electric fence)Gravatar jkeil2001-08-31
* Commented out annoying printfs with -autoq.Gravatar atmos42001-08-20
* Start/Stop state flag fixed - requires for brightness/contrast/etc stuff...Gravatar arpi2001-08-16
* big avifile sync - from now we have common codeGravatar arpi2001-08-16