summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* that works correctlyalex2003-05-231-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10177 b3059339-0415-0410-9bf9-f77b7e298cf2
* changing my mail address to a working one :)alex2003-05-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10176 b3059339-0415-0410-9bf9-f77b7e298cf2
* cs_test cleanup and fix compilation if gui enabledalex2003-05-231-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10175 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatealex2003-05-231-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10174 b3059339-0415-0410-9bf9-f77b7e298cf2
* non-x86 supportalex2003-05-231-2/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10173 b3059339-0415-0410-9bf9-f77b7e298cf2
* Recognize ra and rm extensions even with query strings,rtognimp2003-05-231-4/+15
| | | | | | | | eg: rstp://www.addr.com/file.rm?var=123 Based on an idea by Felix Buenemann git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10172 b3059339-0415-0410-9bf9-f77b7e298cf2
* This could be a 10l, but the codes check later if the wsConvFunc is valid, ↵alex2003-05-231-0/+10
| | | | | | so no sig11 if it's NULL, but at least no XShape support on PPC :) After all, finally the GUI works on my PPC!%#^^ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10171 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplyfied it and fixed some 10ls (but sadly xshape still don't works)alex2003-05-231-12/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10170 b3059339-0415-0410-9bf9-f77b7e298cf2
* some fixes and bigendian fix for 32bpp pngsalex2003-05-232-8/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10169 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for selecting the audio track in Matroska files via -alang.mosu2003-05-233-9/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10168 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorspace_typemichael2003-05-231-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10167 b3059339-0415-0410-9bf9-f77b7e298cf2
* it's still a 10l bug + 10l to me for commiting sh*t first time, and ↵alex2003-05-231-1/+1
| | | | | | originally I wrote that tooo, so now I'm at about 1000litres? And anyway, this code isn't used :)) No, Rich, no, I will not upload a clip showing me drinking that much cola :)<EOF> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10166 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2003-05-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10165 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2003-05-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10164 b3059339-0415-0410-9bf9-f77b7e298cf2
* oops, forgot thatalex2003-05-231-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10163 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolete (and currently non-working) scaling functions, after that ↵alex2003-05-231-24/+1
| | | | | | it works correctly with YV12,422P and 444P mjpegs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10162 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for pnm and rtsp stream opening with gui, patch by Ambrose Li ↵alex2003-05-231-1/+5
| | | | | | <a.c.li@ieee.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10161 b3059339-0415-0410-9bf9-f77b7e298cf2
* do it the standard way (tm)alex2003-05-232-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10160 b3059339-0415-0410-9bf9-f77b7e298cf2
* some changes (michael: is the colorspace_type field needed?)alex2003-05-231-9/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10159 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make configure run even on non POSIX compliant shells (Solaris).diego2003-05-231-1/+1
| | | | | | | Patch by Götz Waschk <waschk@informatik.uni-rostock.de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10158 b3059339-0415-0410-9bf9-f77b7e298cf2
* Default codec location is now /usr/local/lib/codecs/, the location is nowdiego2003-05-231-9/+10
| | | | | | | set with --with-codecsdir, plus some more updates. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10157 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cygwin and MinGW should use default codecs directories, --with-codecsdir isdiego2003-05-221-10/+0
| | | | | | | available for setting it differently. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10156 b3059339-0415-0410-9bf9-f77b7e298cf2
* New FFmpeg CVS URL, patch by Magnus Damm <damm@opensource.se>.diego2003-05-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10155 b3059339-0415-0410-9bf9-f77b7e298cf2
* One / too many, noticed by Andreas Hess <jaska@gmx.net>.diego2003-05-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10154 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup/cosmetic patch by the author :)alex2003-05-221-50/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10153 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_win32 and ao_macosxgabucino2003-05-222-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10152 b3059339-0415-0410-9bf9-f77b7e298cf2
* new filter for dropping (near-)duplicate frames. can be used to fixrfelker2003-05-223-1/+185
| | | | | | | | movies that were originally telecined but deinterlaced improperly, or to improve quality when encoding at very low bitrates. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10151 b3059339-0415-0410-9bf9-f77b7e298cf2
* Delayed the parsing of the cues for the case that the KaxInfos (and ↵mosu2003-05-221-11/+18
| | | | | | therefore the timecode scale) is located after the meta seek stuff. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10150 b3059339-0415-0410-9bf9-f77b7e298cf2
* Precise timer for Darwin (it's more accurate than timer-macosx.c)alex2003-05-212-2/+171
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10149 b3059339-0415-0410-9bf9-f77b7e298cf2
* Native MacOSX audio output by Dan Christiansen <danchr@daimi.au.dk>alex2003-05-214-2/+400
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10148 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw support, bug noticed by yepyep on irc.freenode.netalex2003-05-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10147 b3059339-0415-0410-9bf9-f77b7e298cf2
* no capital X in xine's namenicolas2003-05-211-1/+1
| | | | | | | (ok, 1l to me ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10146 b3059339-0415-0410-9bf9-f77b7e298cf2
* no capital X in xine's namenicolas2003-05-216-8/+8
| | | | | | | (ok, 1l to me ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10145 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed broken swscaler support, added runtime fullscreens switching ↵alex2003-05-201-95/+30
| | | | | | ability, and some other general cleanup thingies git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10144 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenBSD support by Bjorn Sandell <biorn@dce.chalmers.se>alex2003-05-202-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10143 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup, use vf->dmpi rather than vf->priv->dmpi for consistencyrfelker2003-05-205-73/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10142 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix segfaults with slices. support slice rendering into a filter evenrfelker2003-05-205-79/+93
| | | | | | | | when the following filter/vo doesn't support slices. also use unified vf->dmpi rather than having vf->priv->dmpi duplicated in every filter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10141 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l by me, noticed by a guy with a transmeta cpu, but forgot his name, sorryalex2003-05-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10140 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed YUV (YV12) and BGR support, leaving the native RGB support. Also ↵alex2003-05-201-145/+15
| | | | | | cleaned some other parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10139 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spellcheck & some small fixes.lumag2003-05-201-34/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10138 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed selling error and broken tag.lumag2003-05-202-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Generate more links for Site navigation Bar.lumag2003-05-201-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with enlumag2003-05-205-50/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10135 b3059339-0415-0410-9bf9-f77b7e298cf2
* Endian fixes and proper support for headerless AAC streams.mosu2003-05-192-6/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10134 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-05-1910-103/+153
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10133 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFASV1michael2003-05-193-1/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10132 b3059339-0415-0410-9bf9-f77b7e298cf2
* small updates here-and-theregabucino2003-05-193-50/+67
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10131 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-05-194-51/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10130 b3059339-0415-0410-9bf9-f77b7e298cf2
* --with-codecsdir option by Diego Biurrunalex2003-05-181-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10129 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid symbol clash with never samba versions (btw, unrarlib.c is full of ↵alex2003-05-181-7/+7
| | | | | | global variables, with common names :( and it's a bit bloated, I think) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10128 b3059339-0415-0410-9bf9-f77b7e298cf2
* some mplayer-g2 related fourccs addedarpi2003-05-181-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10127 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for AAC.mosu2003-05-172-3/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10126 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove byteswap hack with dnet audiortognimp2003-05-171-12/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10125 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrappers for 14.4 and 28.8 codecsrtognimp2003-05-171-0/+300
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10124 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrappers for 14.4 and 28.8 codecs14_4.crtognimp2003-05-173-0/+308
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10123 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-1712-39/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10122 b3059339-0415-0410-9bf9-f77b7e298cf2
* dnet addedarpi2003-05-171-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10121 b3059339-0415-0410-9bf9-f77b7e298cf2
* ac3 byteswapping support (when format!=0x2000)arpi2003-05-171-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10120 b3059339-0415-0410-9bf9-f77b7e298cf2
* skip dnet/ac3 byteswappingarpi2003-05-171-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10119 b3059339-0415-0410-9bf9-f77b7e298cf2
* realaudio 28_8 and 14_4 dll supportfaust32003-05-172-1/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10118 b3059339-0415-0410-9bf9-f77b7e298cf2
* new slave mode command to show text via osd, patch by Lars Gemeinhardt ↵faust32003-05-173-0/+16
| | | | | | <lars.gemeinhardt at searchbroker.de> (reviewed by albeu) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10117 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bigendian fix, with help from Viktor Rosenfeldrtognimp2003-05-171-86/+96
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10116 b3059339-0415-0410-9bf9-f77b7e298cf2
* uninit fix by Aurelien JACOBS <aurel at gnuage.org>faust32003-05-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10115 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed RGB24 and builtin swscaler supportalex2003-05-161-16/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10114 b3059339-0415-0410-9bf9-f77b7e298cf2
* 3:4 TV format doesn't exists ;)nicolas2003-05-167-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10113 b3059339-0415-0410-9bf9-f77b7e298cf2
* various fixes and updatesnicolas2003-05-166-70/+100
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10112 b3059339-0415-0410-9bf9-f77b7e298cf2
* fr version addednicolas2003-05-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10111 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding of XML french docsnicolas2003-05-1622-0/+10872
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10110 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonicolas2003-05-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10109 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-05-161-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10108 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l remove unused globalfaust32003-05-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10107 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for DTS tracks (only with -hwac3 of course).mosu2003-05-152-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10106 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, this is very badrfelker2003-05-141-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10105 b3059339-0415-0410-9bf9-f77b7e298cf2
* change real codecs dir priority as discussed with al3x, hopefully the syntax ↵atmos42003-05-121-5/+4
| | | | | | is korn shell compatible, please test! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10104 b3059339-0415-0410-9bf9-f77b7e298cf2
* dynamic path[] allocationalex2003-05-121-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10103 b3059339-0415-0410-9bf9-f77b7e298cf2
* use dynamic path[] allocation and possible better wraSetDLLAccessPath ↵alex2003-05-121-1/+11
| | | | | | mechanism :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10102 b3059339-0415-0410-9bf9-f77b7e298cf2
* change logic for detecting real codecs dir (loop in to prefer RealPlayer 9 ↵atmos42003-05-121-2/+3
| | | | | | | | | | codecs over RealPlayer 8 codecs) and add another codecs location as used by RealPlayer9 on gentoo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10101 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the abs function as someone reported compilation problems under MacOS.mosu2003-05-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10100 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check with the wrong variable.mosu2003-05-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10099 b3059339-0415-0410-9bf9-f77b7e298cf2
* last cygwin/mingw32 binary codecs support (win32codecs + real) patch by ↵alex2003-05-111-8/+20
| | | | | | Sascha Sommer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10098 b3059339-0415-0410-9bf9-f77b7e298cf2
* New option: using /codecs for all the binary dlls, initial patch by Diego ↵alex2003-05-111-8/+6
| | | | | | Biurrun after discussion on -dev-eng git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10097 b3059339-0415-0410-9bf9-f77b7e298cf2