summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ordered dither for 8bppmichael2002-06-161-8/+89
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6453 b3059339-0415-0410-9bf9-f77b7e298cf2
* 8bpp support (no dithering yet, use -vop noise for now)michael2002-06-162-7/+130
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6452 b3059339-0415-0410-9bf9-f77b7e298cf2
* wtf..10l to dunno..only use x11_common.c when x11 is detectedatmos42002-06-162-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6451 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf-noise updatemichael2002-06-161-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6450 b3059339-0415-0410-9bf9-f77b7e298cf2
* higher quality modemichael2002-06-161-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6449 b3059339-0415-0410-9bf9-f77b7e298cf2
* direct rendering (hopefully at least, TFM for the video filters is a bit ↵michael2002-06-161-5/+64
| | | | | | | | | nonexistent or iam just too stupid) ;) uninit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6448 b3059339-0415-0410-9bf9-f77b7e298cf2
* better wording mentioned by "DEBERT Jean-Louis" <jl_debert@rsd-intl.com>attila2002-06-161-1/+1
| | | | | | | on -users git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6447 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a short note on how to contribute fixes.diego2002-06-161-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6446 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates by GoTaR <gotar@poczta.onet.pl>jaf2002-06-161-16/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6445 b3059339-0415-0410-9bf9-f77b7e298cf2
* Recent changes in configure should take care of the Real lib locations.diego2002-06-161-9/+3
| | | | | | | Hint by Atmos on -users. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6444 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanup and fixes, but the badquality.asf is still buggy :(arpi2002-06-161-72/+100
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6443 b3059339-0415-0410-9bf9-f77b7e298cf2
* Now using CSS, added doctype and charset, settle for lowercase tags.diego2002-06-161-70/+69
| | | | | | | | Removed obsolete FONT-tags, quoted some attributes and removed IE specific ones. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6442 b3059339-0415-0410-9bf9-f77b7e298cf2
* Streamline enter-key behaviour suggested by Christian Ohm and disable ↵atmos42002-06-161-4/+7
| | | | | | | | | | I420/IYUV because SDL seems buggy with it (doesn't use hw accel, although XVideo hw supports it). YV12 will be used instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6441 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed lround replacement, hopefully fast enough.atmos42002-06-161-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6440 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for dvdnav-config script, patch by Christian Ohm <chr.ohm@gmx.net>atmos42002-06-151-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6439 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unportable lround and maybe speed up rounding a bit.atmos42002-06-151-4/+4
| | | | | | | Anders: please check if this is correct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6438 b3059339-0415-0410-9bf9-f77b7e298cf2
* Background now set by CSS, added doctype and charset.diego2002-06-151-576/+688
| | | | | | | | | Properly closed all tags, quoted attributes with # and %, removed bogus <P> tags around block elements, do not put block elements in inline elements, some typos and cosmetic changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6437 b3059339-0415-0410-9bf9-f77b7e298cf2
* Background now set by CSS, added doctype and charset.diego2002-06-151-212/+213
| | | | | | | | | | Properly closed all tags, removed bogus <P>-tags around block elements and put <P> outside <A>, the other way around is incorrect. Fixed some typos, uppercased all tags, removed some <I>-tags for better readability on the screen. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6436 b3059339-0415-0410-9bf9-f77b7e298cf2
* K6 is NOT a 686!! this causes SIGILL in libavcodec encoding!rfelker2002-06-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6435 b3059339-0415-0410-9bf9-f77b7e298cf2
* == is a bash2 extension; the proper test for numeric equality is -eqrfelker2002-06-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6434 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also check in LIBDIR/real for the codecs.atmos42002-06-151-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6433 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable RealPlayer DLLs on cygwin.atmos42002-06-151-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6432 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding equalizer pluginanders2002-06-154-3/+245
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6431 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l typo, noticed by Nick K.arpi2002-06-141-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6430 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio subpacket reordering fixed for odd matrix heightarpi2002-06-141-1/+1
| | | | | | | triggered by cowboy.rm uploaded by Luke Harrison <luke@vv.carleton.ca> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6429 b3059339-0415-0410-9bf9-f77b7e298cf2
* Background now set by CSS, added doctype and charset.diego2002-06-141-158/+148
| | | | | | | | | Closed all tags properly and removed bogus <P> tags around block elements. Manpage is really spelled man page and punctuation marks should not be separated by a space from the word they follow. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6428 b3059339-0415-0410-9bf9-f77b7e298cf2
* docs for vf-test & vf-noisemichael2002-06-141-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6427 b3059339-0415-0410-9bf9-f77b7e298cf2
* a-v sync solvedarpi2002-06-141-8/+8
| | | | | | | postprocess added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6426 b3059339-0415-0410-9bf9-f77b7e298cf2
* noise generating filtermichael2002-06-143-1/+299
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6425 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed playback speed and a-v sync issuesarpi2002-06-142-11/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6424 b3059339-0415-0410-9bf9-f77b7e298cf2
* realplayer8 installs at /usr/local/RealPlayer8 by default...arpi2002-06-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6423 b3059339-0415-0410-9bf9-f77b7e298cf2
* Proper gcc 3.1 cpu optimization autodetect, patch by Luca Barbieri ↵atmos42002-06-131-37/+92
| | | | | | | | | <ldb@ldb.ods.org> Please check on pre-3.1 gcc to make sure everythings correct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6422 b3059339-0415-0410-9bf9-f77b7e298cf2
* Darwin/Mac OS X dvd support. Patch from Joey Parrish <joey@yunamusic.com>atmos42002-06-131-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6421 b3059339-0415-0410-9bf9-f77b7e298cf2
* On QNX eof szmbol clashes with system headers, workaround by renaming to ↵atmos42002-06-131-12/+12
| | | | | | at_eof. Fell free to reverse if zou don't like this waz. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6420 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10ljonas2002-06-131-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6419 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l accidently removed a line too much (Shmem_Flag)atmos42002-06-131-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6418 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow building vo_xv without SHM supportatmos42002-06-131-7/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6417 b3059339-0415-0410-9bf9-f77b7e298cf2
* merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>arpi2002-06-132-26/+120
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6416 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix fps/frametime parsing - patch by Florian Schneider <flo-mplayer-dev@gmx.net>arpi2002-06-131-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6415 b3059339-0415-0410-9bf9-f77b7e298cf2
* rounding bugfixmichael2002-06-131-3/+51
| | | | | | | dering filter test patterns git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6414 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fix for real check.atmos42002-06-131-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6413 b3059339-0415-0410-9bf9-f77b7e298cf2
* add FreeBSD default dirnexus2002-06-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6412 b3059339-0415-0410-9bf9-f77b7e298cf2
* ah 10000lgabucino2002-06-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6411 b3059339-0415-0410-9bf9-f77b7e298cf2
* Background now uses CSS, added charset.diego2002-06-131-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6410 b3059339-0415-0410-9bf9-f77b7e298cf2
* Background now uses CSS, added doctype and charset, removed leftoverdiego2002-06-131-23/+24
| | | | | | | </FONT> tags, <P> may not contain an <UL>-element. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6409 b3059339-0415-0410-9bf9-f77b7e298cf2
* Background now uses CSS, added charset, quoted all attributes that needdiego2002-06-131-167/+168
| | | | | | | | quoting (contain % or #), typos, misc HTML fixes and all HTML tags should be UPPERCASE. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6408 b3059339-0415-0410-9bf9-f77b7e298cf2
* Aii 10l forgot to commit with my last x11_common.c commitatmos42002-06-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6407 b3059339-0415-0410-9bf9-f77b7e298cf2
* Background color now set by CSS, added doctype and charset, misc HTML fixesdiego2002-06-131-14/+15
| | | | | | | and repair the table structure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6406 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement Nilmoni's and Bernd Ernesti's patches for:atmos42002-06-134-18/+50
| | | | | | | | | | Better real codec dir detection and NetBSD real support. Fix Nilmonis code, so it's working like expected. Move a debug printf to mp_msg and some fixes in demux_real.c. Some cosmetics :) -> RealPlayer 8 to RealPlayer, as RealOne (aka RealPlayer 9 works, too) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6405 b3059339-0415-0410-9bf9-f77b7e298cf2
* Background color now set by CSS, added doctype and default character set,diego2002-06-123-6/+11
| | | | | | | as well as typos and some HTML fixes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6404 b3059339-0415-0410-9bf9-f77b7e298cf2
* Luke Harrison <luke@vv.carleton.ca>atmos42002-06-121-0/+1
| | | | | | | | This patch fixes a very simple little error in configure's help screen. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6403 b3059339-0415-0410-9bf9-f77b7e298cf2
* Michele Balistreri <brain87@gmx.net>:atmos42002-06-121-0/+4
| | | | | | | | | | | | This patch makes MPlayer more NetWM compliant, setting the pid of the application as a property of the window. It helps the applications trying to swallow mplayer (e.g. a browser plugin). Me: Various warning/compile fixes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6402 b3059339-0415-0410-9bf9-f77b7e298cf2
* translated by Volodymyr M. Lisivka <lvm@mystery.lviv.net>jaf2002-06-121-0/+313
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6401 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to english versionjonas2002-06-121-3/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6400 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated to english versionjonas2002-06-129-728/+708
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6399 b3059339-0415-0410-9bf9-f77b7e298cf2
* this was really wrong! but not they way you all though!! MWAHAHHAA!!!gabucino2002-06-121-1/+1
| | | | | | | (ehh... :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6398 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also set background color via CSS.diego2002-06-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6397 b3059339-0415-0410-9bf9-f77b7e298cf2
* use default.cssdiego2002-06-121-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6396 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for hex key code in input.confalbeu2002-06-121-8/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6395 b3059339-0415-0410-9bf9-f77b7e298cf2
* FONT tags obsoleted by CSSgabucino2002-06-1219-1247/+824
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6394 b3059339-0415-0410-9bf9-f77b7e298cf2
* using CSSgabucino2002-06-129-45/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6393 b3059339-0415-0410-9bf9-f77b7e298cf2
* small updatesgabucino2002-06-1210-82/+54
| | | | | | | using CSS now git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6392 b3059339-0415-0410-9bf9-f77b7e298cf2
* default stylegabucino2002-06-121-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6391 b3059339-0415-0410-9bf9-f77b7e298cf2
* added cdda (paranoia) doxgabucino2002-06-121-2/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6390 b3059339-0415-0410-9bf9-f77b7e298cf2
* cdda added to input/notinputjaf2002-06-111-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6389 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remind people to NOT cut mplayer output, removed italics that make textdiego2002-06-111-11/+16
| | | | | | | hard to read on a screen + minor fixes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6388 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added FAQ compilation entry, moved DGA entry to video section, fixed thediego2002-06-111-15/+31
| | | | | | | table structure + minor updates. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6387 b3059339-0415-0410-9bf9-f77b7e298cf2
* Q/A about mencoder printing negative recommended bitrategabucino2002-06-111-0/+7
| | | | | | | (Diego, don't you wanna enhance the FAQ?) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6386 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-1111-5/+400
| | | | | | | demuxer wich can be used for other purpose. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6385 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pontscho says panscan works with xmga only, not with mga.diego2002-06-101-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6384 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patchpontscho2002-06-105-20/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6383 b3059339-0415-0410-9bf9-f77b7e298cf2
* http_proxy environment variable should be lowercase.diego2002-06-105-5/+5
| | | | | | | Patch by Eric Lammerts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6382 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed copyrightarpi2002-06-101-12/+19
| | | | | | | print info about audio codec flavor, name, bitrate git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6381 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD Real supportnexus2002-06-101-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6380 b3059339-0415-0410-9bf9-f77b7e298cf2
* added -dumpsrtsubgabucino2002-06-101-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6379 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD hacknexus2002-06-101-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6378 b3059339-0415-0410-9bf9-f77b7e298cf2
* use path & dllname from configarpi2002-06-101-3/+5
| | | | | | | removed debug printfs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6377 b3059339-0415-0410-9bf9-f77b7e298cf2