summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pci_names.c creation fixupalex2002-12-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8507 b3059339-0415-0410-9bf9-f77b7e298cf2
* EPIA (CyberBlade/i1) driver by Alastair M. Robinsonalex2002-12-213-3/+757
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8506 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrected w32codec address (noticed by Peter Nelson on mplayer-users)alex2002-12-202-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8505 b3059339-0415-0410-9bf9-f77b7e298cf2
* svgalib kernelhelper support (based on patch by Matan Ziv-Av ↵alex2002-12-207-98/+314
| | | | | | <matan@svgalib.org>) and some reordering/cleanup (part #1 ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8504 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2002-12-201-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8503 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2002-12-201-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8502 b3059339-0415-0410-9bf9-f77b7e298cf2
* Russian frequencies by Alexander S. Belov <asbel@sice.ru>alex2002-12-201-0/+104
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8501 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed memleak caused by multiple config() calls - thx Gabuarpi2002-12-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8500 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-12-191-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8499 b3059339-0415-0410-9bf9-f77b7e298cf2
* more_options removedgabucino2002-12-191-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8498 b3059339-0415-0410-9bf9-f77b7e298cf2
* too big readahead can be badgabucino2002-12-191-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8497 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - my system is very tolerant it seemsfaust32002-12-191-8/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8496 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a TV_SET_CNANNEL commandhenry2002-12-195-0/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8495 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***iive2002-12-181-17/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8494 b3059339-0415-0410-9bf9-f77b7e298cf2
* mb qp limitsmichael2002-12-182-1/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8493 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the XVID_API_UNSTABLE macro instead of a home-made one.rguyom2002-12-182-13/+69
| | | | | | | Print a big warning if compiled for the unstable XViD tree. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8492 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l! I have no idea how this code worked at all before. I guess norfelker2002-12-181-6/+6
| | | | | | | one tests win32 much anyway... :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8491 b3059339-0415-0410-9bf9-f77b7e298cf2
* Re-write the soundcard.h test, so that it does not use a "!" operator.jkeil2002-12-171-4/+5
| | | | | | | | | | This part of configure was failing on solaris, with an error message: Checking for soundcard.h ... ./configure: !: not found no git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8490 b3059339-0415-0410-9bf9-f77b7e298cf2
* small typo fixatmos42002-12-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8489 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000L for messing up cvshenry2002-12-161-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8488 b3059339-0415-0410-9bf9-f77b7e298cf2
* handle bogus norm parameter; check for errors when setting normhenry2002-12-161-9/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8487 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't give up when set_tuner fails; more zero div sanity checkshenry2002-12-161-7/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8486 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix (?) "mixer bug"pontscho2002-12-164-11/+9
| | | | | | | | - fix audio_id/video_id changing - fix some other bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8485 b3059339-0415-0410-9bf9-f77b7e298cf2
* Polish man updatedgabucino2002-12-161-108/+148
| | | | | | | From: Zorg <kmaterka@wp.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8484 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated changelog for rc2gabucino2002-12-161-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8483 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied Gregory's patchpontscho2002-12-162-15/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8482 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2002-12-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8481 b3059339-0415-0410-9bf9-f77b7e298cf2
* break one line too long in mplayer.1nicolas2002-12-162-6/+10
| | | | | | | sync on French/mplayer1 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8480 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable DPMS handlingpontscho2002-12-161-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8479 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for exotic normshenry2002-12-163-5/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8478 b3059339-0415-0410-9bf9-f77b7e298cf2
* bunkus: Restored sane line breaks. Added note about other DVD resolutions ↵mosu2002-12-161-1/+25
| | | | | | than 720x576. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8477 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-12-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8476 b3059339-0415-0410-9bf9-f77b7e298cf2
* v4l - dimensions in the example were not multiple of 16henry2002-12-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8475 b3059339-0415-0410-9bf9-f77b7e298cf2
* handle mencoder's 0-byte 'skipped frames'arpi2002-12-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8474 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-12-161-3/+3
| | | | | | | foudn by Steven Schultz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8473 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sorenson 1/3 encoding just for fun :)arpi2002-12-166-1/+335
| | | | | | | | ve_qtvideo code by Sascha Sommer SVQ3 support hack by /me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8472 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
* prepared for rc2arpi2002-12-151-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8470 b3059339-0415-0410-9bf9-f77b7e298cf2
* +MSGTR_BuiltinCodecsConfarpi2002-12-151-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8469 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fallback to builtin (generated from etc/codecs.conf at compile time)arpi2002-12-154-11/+130
| | | | | | | | codecs.conf if no ext configfile found. Based on patch by Sidik Isani <lksi@cfht.hawaii.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8468 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-12-151-20/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8467 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1larpi2002-12-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8466 b3059339-0415-0410-9bf9-f77b7e298cf2
* scripts mentioned by DOCS/tech/encoding-tips.txtarpi2002-12-152-0/+58
| | | | | | | written by Moritz Bunkus git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8465 b3059339-0415-0410-9bf9-f77b7e298cf2
* encoding tips - collected from mplayer-users list mailings byarpi2002-12-151-0/+554
| | | | | | | | Martin Pavon <martin_199ar@yahoo.com.ar> (some additions/changes by me) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8464 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support the latest development code from XViD dev-api-3 CVSrguyom2002-12-153-29/+100
| | | | | | | | | | | | | | | | | | | | | | | | branch. Still compatible (at compile time) with the stable XViD code. Adds : - GMC, global motion compensation (gmc) - quarter pixel motion estimation (qpel) - B frames (max_bframes, bquant_ratio, bquant_offset) - half-resolution U&V encoding (reduced) - ?? (me_colour) Based on a patch by Marco "elcabesa" Belli <elcabesa at inwind dot it>. Also : * renamed option "br" to "bitrate". * renamed option "quality" to "me_quality" and defaults to 4 (fast and still not that bad). * added option "4mv", was previously silently included in quality 4, 5 and 6. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8463 b3059339-0415-0410-9bf9-f77b7e298cf2
* uninstall switchalex2002-12-151-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8462 b3059339-0415-0410-9bf9-f77b7e298cf2
* this fixes compilation for me (and it works), hope it didn't breaks for ↵alex2002-12-152-2/+2
| | | | | | LinuxPPC (i use Debian/PPC with 2.4.20 kernel) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8461 b3059339-0415-0410-9bf9-f77b7e298cf2
* this isn't mplayerxp...3 buffers are enough for double(triple)buffering ↵alex2002-12-151-1/+3
| | | | | | (instead of 28 buffers ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8460 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2*10l=20larpi2002-12-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8459 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2002-12-151-28/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8458 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2002-12-151-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8457 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2002-12-151-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8456 b3059339-0415-0410-9bf9-f77b7e298cf2
* bunkus: Removed "-oac copy" from the mf examples. Removed the paragraph ↵mosu2002-12-151-28/+6
| | | | | | about the "internal lavc controller": the examples right above that paragraph already use this syntax. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8455 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing very ugly esp games / fixes the propolice problem on OpenBSD (patch ↵michael2002-12-151-5/+1
| | | | | | | | | by Björn Sandell <biorn at dce dot chalmers dot se>) i hope this is ok for all compilers ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8454 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rnd --> -shufflediego2002-12-152-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8453 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiler warning fixesarpi2002-12-1420-61/+86
| | | | | | | based on patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8452 b3059339-0415-0410-9bf9-f77b7e298cf2
* notice vo driver about skipped/dropped framesarpi2002-12-143-4/+67
| | | | | | | patch by Alvaro Lopes <alvieboy@alvie.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8451 b3059339-0415-0410-9bf9-f77b7e298cf2
* link added, section reworded.diego2002-12-141-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8450 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2002-12-143-12/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8449 b3059339-0415-0410-9bf9-f77b7e298cf2
* added local copy of Ville Syrjälä's directfb for matrox howtoattila2002-12-142-1/+65
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8448 b3059339-0415-0410-9bf9-f77b7e298cf2
* memory leakhenry2002-12-141-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8447 b3059339-0415-0410-9bf9-f77b7e298cf2
* use more methods to get the fs window on tophenry2002-12-141-5/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8446 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed possible division by zerohenry2002-12-141-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8445 b3059339-0415-0410-9bf9-f77b7e298cf2
* DirectX installation clarified.diego2002-12-141-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8444 b3059339-0415-0410-9bf9-f77b7e298cf2
* Entries for the new mailing lists by Alex.diego2002-12-131-4/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8443 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update to the QT documentation by Alex.diego2002-12-132-9/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8442 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed fonts pathalex2002-12-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8441 b3059339-0415-0410-9bf9-f77b7e298cf2
* most of us do use unix-system, don't we?jaf2002-12-130-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8440 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrected groff command(for taking care of the accents) + syncnicolas2002-12-121-18/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8439 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nicolas is not a Linux box ;-)diego2002-12-122-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8438 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by HR <hephooey@fastmail.fm>, sorry, i was busy.jaf2002-12-121-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8437 b3059339-0415-0410-9bf9-f77b7e298cf2
* -format, -lavcdeint, -2xsai and small fixes.diego2002-12-121-16/+24
| | | | | | | 1bpp, eq2, yvu9 and bmovl are TODO. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8436 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSD menudiego2002-12-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8435 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added some documenters.diego2002-12-121-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8434 b3059339-0415-0410-9bf9-f77b7e298cf2
* small updatesdiego2002-12-124-11/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8433 b3059339-0415-0410-9bf9-f77b7e298cf2
* we don't need to pass gworld :)arpi2002-12-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8432 b3059339-0415-0410-9bf9-f77b7e298cf2
* print list of supported output colorspacesarpi2002-12-111-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8431 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync (v4l args update)nicolas2002-12-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8430 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved component lister up, as it messes up 'desc'arpi2002-12-111-17/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8429 b3059339-0415-0410-9bf9-f77b7e298cf2
* codmeticsarpi2002-12-111-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8428 b3059339-0415-0410-9bf9-f77b7e298cf2
*