summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DXR3 docs updated. Patch by David Holm <david@realityrift.com>, furtherdiego2002-09-043-33/+51
| | | | | | | spelling/consistency fixes by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7271 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell ↵bertrand2002-09-042-4/+55
| | | | | | <biorn@dce.chalmers.se>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7270 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-09-041-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7269 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-09-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7268 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-09-041-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7267 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add workaround for fuckin localepontscho2002-09-046-154/+36
| | | | | | | - remove tga and bmp filter git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7266 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsoletedpontscho2002-09-044-320/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7265 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix package building by adding BINDIR.diego2002-09-032-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7264 b3059339-0415-0410-9bf9-f77b7e298cf2
* enabled csp-query support, but only for formats with 'query' flag setarpi2002-09-031-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7263 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass outflags[] index via sh->outfmtidx to the vd->control() func (for VfW)arpi2002-09-031-0/+1
| | | | | | | small hack - but other possible solutions are even worse :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7262 b3059339-0415-0410-9bf9-f77b7e298cf2
* - vfwex redundancy removedarpi2002-09-032-358/+33
| | | | | | | - fixed 10l bug in GetPalette (outflags vs. outfmt) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7261 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10ljonas2002-09-031-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7260 b3059339-0415-0410-9bf9-f77b7e298cf2
* bgr8 palette fixedarpi2002-09-031-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7259 b3059339-0415-0410-9bf9-f77b7e298cf2
* ICDecompressEndEx() addedarpi2002-09-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7258 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add the code that chooses a good X11 truecolor visual to the vo_x11 config()jkeil2002-09-033-62/+57
| | | | | | | | | | function. This is useful for framebuffers on Sun hardware, where we have multiple truecolor visuals of different depths available, and the root window typically runs at depth 8, yet there are 24 bit true color visuals available as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7257 b3059339-0415-0410-9bf9-f77b7e298cf2
* The ALT_BITSTREAM_READER code does not work on SPARC, because the code accessesjkeil2002-09-031-0/+8
| | | | | | | | 32-bit works from unaligned addresses. For now, disable ALT_BITSTREAM_READER on SPARC. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7256 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable dvdkit on solarisjkeil2002-09-031-4/+4
| | | | | | | | | | | | | solaris has iconv() in libc.so, a separate libiconv.so library does not exist. Only add a -liconv library when we were succesful compiling a test program with the -liconv option. --enable-debug does not work on solaris, because test "-g" in configure script fails with a test error message "test: argument expected". Use string comparision to test for a non empty $_debug / $_profile git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7255 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix by Mark <CompGuy284@attbi.com>alex2002-09-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7254 b3059339-0415-0410-9bf9-f77b7e298cf2
* - If fatal error while trying to connect to a WM server, skip other proto.bertrand2002-09-031-2/+8
| | | | | | | - Fix that makes mplayer works with corona(WMS9) servers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7253 b3059339-0415-0410-9bf9-f77b7e298cf2
* Return -2 for fatal error while connecting to a server.bertrand2002-09-031-4/+6
| | | | | | | Fatal are unable to resolve name, connection timeout... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7252 b3059339-0415-0410-9bf9-f77b7e298cf2
* Checked if the connection succeeded before writing in the socket.bertrand2002-09-031-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7251 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed some problems with colorspace/init order, some cleanuparpi2002-09-031-116/+62
| | | | | | | csp query disabled, has to be fixed in vd core first and make it optional git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7250 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vfm should override status/priorityarpi2002-09-021-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7249 b3059339-0415-0410-9bf9-f77b7e298cf2
* VDCTRL_QUERY_FORMAT isn't required for constant csp supportarpi2002-09-021-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7248 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - RANLIB added to fix libavcodec compilationarpi2002-09-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7247 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc 2.95.4 doesn't like VAR==value without spacesarpi2002-09-021-1/+1
| | | | | | | patch by Martin Olschewski <olschewski@zpr.uni-koeln.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7246 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow to specify freetype-config and restrict to freetype 2.1.x+atmos42002-09-021-10/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7245 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct palette handling and query_format support (now huffyuv, cram and ↵alex2002-09-022-90/+228
| | | | | | mwv1 is working nice) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7244 b3059339-0415-0410-9bf9-f77b7e298cf2
* document -vop halfpackrfelker2002-09-021-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7243 b3059339-0415-0410-9bf9-f77b7e298cf2
* better subfont description, moved to the write placejonas2002-09-021-32/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7242 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed uninit orderarpi2002-09-011-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7241 b3059339-0415-0410-9bf9-f77b7e298cf2
* better freetype detectionarpi2002-09-011-1/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7240 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2002-09-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7239 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pontscho forgot to add *.rm to all video files...diego2002-09-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7238 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100lmichael2002-09-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7237 b3059339-0415-0410-9bf9-f77b7e298cf2
* preparation for future format, cosmetic changes (subfont, comments, etc), no ↵jonas2002-09-011-86/+135
| | | | | | real changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7236 b3059339-0415-0410-9bf9-f77b7e298cf2
* make test1 && make test2 fixedarpi2002-09-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7235 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsoleted dll_init.c/halex2002-09-013-659/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7234 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolete itemsalex2002-09-011-13/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7233 b3059339-0415-0410-9bf9-f77b7e298cf2
* merged with dll_init.calex2002-09-011-5/+174
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7232 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2002-09-012-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7231 b3059339-0415-0410-9bf9-f77b7e298cf2
* merged with dll_initalex2002-09-012-32/+434
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7230 b3059339-0415-0410-9bf9-f77b7e298cf2
* merged with dll_init.c, moved some variables from sh_audio to private structalex2002-09-011-16/+178
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7229 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***jaf2002-09-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7228 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed vertical pink stripe on Radeon2 cards by Emiel Neggers <emiel@neggers.net>alex2002-09-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7227 b3059339-0415-0410-9bf9-f77b7e298cf2
* added col1 fcc to ffdivxalex2002-09-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7226 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2002-09-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7225 b3059339-0415-0410-9bf9-f77b7e298cf2
* added lcl codecs (mpmszh, mpzlib), removed zlibnativealex2002-09-011-9/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7224 b3059339-0415-0410-9bf9-f77b7e298cf2
* added LCL decoder by Roberto Togni <r_togni@libero.it>, removed my old vd_zlibalex2002-09-014-188/+742
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7223 b3059339-0415-0410-9bf9-f77b7e298cf2
* ability to override MANDIR, BINDIRarpi2002-09-012-5/+14
| | | | | | | | patch by Dominik Mierzejewski <dominik@rangers.eu.org> modified to remain compatible with previous solution (ie mandir=prefix/man) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7222 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-09-018-7/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7221 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics, 10l at beginning, no real changesjonas2002-09-011-27/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7220 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdvdkit/ and libmp1e/ are obsolete.diego2002-09-011-18/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7219 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewrite eq interface and add *.rm to fspontscho2002-09-016-54/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7218 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsoletedpontscho2002-09-012-246/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7217 b3059339-0415-0410-9bf9-f77b7e298cf2
* increased SUB_MAX_TEXT by Piotr Krukowiecki <piotr@pingu.ii.uj.edu.pl>alex2002-09-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7216 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove config files on purge.diego2002-09-012-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7215 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio in layer is used only bu tvi_v4l, don't compile for others.arpi2002-08-314-9/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7214 b3059339-0415-0410-9bf9-f77b7e298cf2
* seek frameno.avi too - idea by cpro@posta.unizar.esarpi2002-08-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7213 b3059339-0415-0410-9bf9-f77b7e298cf2
* some messages added/changedarpi2002-08-311-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7212 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l... sh->vcodec may be changed by mpvdec->decode()arpi2002-08-311-1/+2
| | | | | | | it caused various crashes, including the mencoder+ijpg one reported by goth git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7211 b3059339-0415-0410-9bf9-f77b7e298cf2
* made compatible to LCLalex2002-08-311-10/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7210 b3059339-0415-0410-9bf9-f77b7e298cf2
* user-data moved one -v uparpi2002-08-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7209 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - use NULL instead of -1 for init_video's vfmarpi2002-08-312-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7208 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove obsoleted filespontscho2002-08-312-7/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7207 b3059339-0415-0410-9bf9-f77b7e298cf2
* WARNING message gui windows disabled, the only critical warn message (tooarpi2002-08-312-1/+6
| | | | | | | slow) moved to ERROR git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7206 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix cache disable for live.comatmos42002-08-312-11/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7205 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add None to audio/video family selectionpontscho2002-08-312-44/+64
| | | | | | | - add *.divx and case insensitive search to fs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7204 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed buggy fd<0 check for disallowing dumpstream/cachearpi2002-08-312-9/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7203 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove ↵atmos42002-08-316-8/+40
| | | | | | | | | unused envp. Patch by Donnie Smith <xc0bead2d8130df59@f4n.org>, updated by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7202 b3059339-0415-0410-9bf9-f77b7e298cf2
* - warnings enabled for GUI modearpi2002-08-311-3/+21
| | | | | | | - color mode (color depends on msg level), disabled by default git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7201 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cosmetics for guialex2002-08-311-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7200 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable linewrappingalex2002-08-311-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7199 b3059339-0415-0410-9bf9-f77b7e298cf2
* some fixesgabucino2002-08-313-4/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7198 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l - libmpdvdkit2 fix, thx Nexusarpi2002-08-311-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7197 b3059339-0415-0410-9bf9-f77b7e298cf2
* print only fatal/error/warning to stderr, others go to stdoutarpi2002-08-311-7/+6
| | | | | | | (actually reversed Nick's r1.10 commit) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7196 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix flip handling bugalex2002-08-311-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7195 b3059339-0415-0410-9bf9-f77b7e298cf2
* make -ac/-vc help look betterarpi2002-08-311-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7194 b3059339-0415-0410-9bf9-f77b7e298cf2
* Zr documentation updated plus some typos fixed.diego2002-08-312-28/+130
| | | | | | | Patch by rsnel@cube.dyndns.org. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7193 b3059339-0415-0410-9bf9-f77b7e298cf2
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-3121-19/+67
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7192 b3059339-0415-0410-9bf9-f77b7e298cf2
* All RealVideo codecs liste on one line - less wasted space.diego2002-08-311-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7191 b3059339-0415-0410-9bf9-f77b7e298cf2
* some changes, Arpi was right...jonas2002-08-311-8/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7190 b3059339-0415-0410-9bf9-f77b7e298cf2
*