summaryrefslogtreecommitdiffstats
path: root/loader/qtx
Commit message (Collapse)AuthorAgeFilesLines
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-232-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26077 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and adiego2008-01-201-2/+2
| | | | | | | | capital letter are reserved for the system, those starting with _ are reserved at the file level. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25822 b3059339-0415-0410-9bf9-f77b7e298cf2
* /usr/lib/win32 --> /usr/local/lib/codecsdiego2008-01-062-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25621 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove compilation command comments.diego2008-01-062-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25620 b3059339-0415-0410-9bf9-f77b7e298cf2
* Comment out non-existing mp_msg_set_level function to fix linking.diego2008-01-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25618 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation by replacing a broken macro with in-place code.diego2008-01-061-3/+1
| | | | | | | qtx/qtxload.c:16:1: error: pasting "*" and "ComponentDispatch" does not give a valid preprocessing token git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25617 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation due to conflicting type declaration:diego2008-01-061-2/+0
| | | | | | | | qtx/list.c:22: error: conflicting types for 'OSErr' qtx/qtxsdk/components.h:15: error: previous declaration of 'OSErr' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25616 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing #include so that the header works standalone.diego2008-01-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25615 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add proper compilation rules for qtx/list and qtx/qtxload and remove sillydiego2008-01-061-2/+0
| | | | | | | compilation shell script. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25614 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add multiple inclusion guards to all header files that lack them.diego2008-01-012-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25581 b3059339-0415-0410-9bf9-f77b7e298cf2
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-032-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18894 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray MSDOS linebreaksivo2005-08-101-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16195 b3059339-0415-0410-9bf9-f77b7e298cf2
* AMD64 fixes based on patch by Timo Teräs <timo.teras@iki.fi>faust32004-10-301-55/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13810 b3059339-0415-0410-9bf9-f77b7e298cf2
* Warning fixes (approved by A'rpi).rathann2003-11-081-17/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11413 b3059339-0415-0410-9bf9-f77b7e298cf2
* CRLF->LFarpi2002-12-161-84/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8471 b3059339-0415-0410-9bf9-f77b7e298cf2
* dump more!arpi2002-12-011-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8324 b3059339-0415-0410-9bf9-f77b7e298cf2
* some new experimentsarpi2002-11-242-11/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8269 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes, updatesarpi2002-11-241-23/+130
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8267 b3059339-0415-0410-9bf9-f77b7e298cf2
* dump stuffarpi2002-03-251-1/+205
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5335 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more...arpi2002-03-211-2/+385
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5254 b3059339-0415-0410-9bf9-f77b7e298cf2
* InitializeQTML(0) addedarpi2002-03-201-4/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5212 b3059339-0415-0410-9bf9-f77b7e298cf2
* comments on compilingarpi2002-03-201-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5211 b3059339-0415-0410-9bf9-f77b7e298cf2
* simple sample proggy, using qtmlClient.dll to access QT componentsarpi2002-03-201-0/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5210 b3059339-0415-0410-9bf9-f77b7e298cf2
* more messarpi2002-01-011-10/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3936 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedarpi2001-11-101-17/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2798 b3059339-0415-0410-9bf9-f77b7e298cf2
* still sig11arpi2001-11-101-42/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2797 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes?arpi2001-11-091-25/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2779 b3059339-0415-0410-9bf9-f77b7e298cf2
* videocodec and component selectors (function IDs)arpi2001-11-091-0/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2778 b3059339-0415-0410-9bf9-f77b7e298cf2
* struct->typedefarpi2001-11-091-9/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2777 b3059339-0415-0410-9bf9-f77b7e298cf2
* for testingarpi2001-11-081-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2770 b3059339-0415-0410-9bf9-f77b7e298cf2
* loads .qtsarpi2001-11-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2769 b3059339-0415-0410-9bf9-f77b7e298cf2
* hm, non-working :)alex2001-10-301-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2583 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed, rotfl :palex2001-10-271-19/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2503 b3059339-0415-0410-9bf9-f77b7e298cf2
* develalex2001-10-272-0/+104
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2502 b3059339-0415-0410-9bf9-f77b7e298cf2