summaryrefslogtreecommitdiffstats
<
Commit message (Collapse)AuthorAgeFilesLines
* Merged EDL 0.5 patch - it's something like Quicktime's edit lists.arpi2002-12-238-6/+249
| | | | | | | | (skip sections listed in a text file. it also supports creating them) patch by Michael Halcrow <mah69@email.byu.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8532 b3059339-0415-0410-9bf9-f77b7e298cf2
* suxen_drol on xvid-devel@xvid.org said : "please do not userguyom2002-12-221-2/+0
| | | | | | | | | DEBLOCKY/UV by default". Well, it doesn't matter much since the dev branch doesn't {en|de}code properly atm, but anyway... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8531 b3059339-0415-0410-9bf9-f77b7e298cf2
* Real* codecs work on Alpha toogabucino2002-12-222-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8530 b3059339-0415-0410-9bf9-f77b7e298cf2
* XMMS Input plugin supportarpi2002-12-228-3/+578
| | | | | | | | based on patches by Balatoni Denes <pnis@coder.hu> changes by me: glib dependency removed, files merged, code simplified, some bugfixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8529 b3059339-0415-0410-9bf9-f77b7e298cf2
* rv40win is working tooalex2002-12-221-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8528 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed rv30win and added rv20win (and ucod doesn't supports UYVY)alex2002-12-221-2/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8527 b3059339-0415-0410-9bf9-f77b7e298cf2
* win32 dlls supportalex2002-12-221-16/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8526 b3059339-0415-0410-9bf9-f77b7e298cf2
* CDDA seeking fixedarpi2002-12-223-6/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8525 b3059339-0415-0410-9bf9-f77b7e298cf2
* dos2unix conversionalex2002-12-220-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8524 b3059339-0415-0410-9bf9-f77b7e298cf2
* alpha support by Alan Young <ayoung@teleport.com>alex2002-12-221-9/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8523 b3059339-0415-0410-9bf9-f77b7e298cf2
* the long awaited pink screen + shift fix for radeon, based on patch by ↵alex2002-12-221-2/+34
| | | | | | Svante Signell <svante.signell@telia.com>, Carl (mlist.mplayer.users@urs.us) and Nick Kurshve <nickolsk@yandex.ru> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8522 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l by Matanalex2002-12-221-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8521 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l and correct aspectfaust32002-12-211-35/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8520 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixnexus2002-12-211-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8519 b3059339-0415-0410-9bf9-f77b7e298cf2
* Presets are an easy way, to use hard to access lame options and to givearpi2002-12-214-3/+288
| | | | | | | | | | you optimum quality at average bitrate. This patch adds presets to mencoder for libmp3lame >= 3.92. More info in the sourcecode & at http://www.mp3dev.org/mp3/doc/html/presets.html patch by eviv bulgroz <ebulgroz@yahoo.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8518 b3059339-0415-0410-9bf9-f77b7e298cf2
* accurate bitrate calculation using index, and more accurate guessingarpi2002-12-211-14/+52
| | | | | | | | if no index available. based on patch by eviv bulgroz <ebulgroz@yahoo.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8517 b3059339-0415-0410-9bf9-f77b7e298cf2
* vidix support and better device options handler by Matan Ziv-Av ↵alex2002-12-211-41/+106
| | | | | | <matan@svgalib.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8516 b3059339-0415-0410-9bf9-f77b7e298cf2
* I have rewritten the gif89a vo in order to solve some problems I hadarpi2002-12-211-246/+327
| | | | | | | | | | | | | | | | | | | | with it. These are: 1) current code is messy 2) poor comments, if any 3) inaccurate frame dropping and delay code 4) output filename hardcoded 5) output framerate as integer You may specify the output filename and framerate like so: -vo gif89a:4.33 4.33 fps output -vo gif89a:some.gif output to some.gif -vo gif89a:5.02:new.gif output to new.gif at 5.02 fps The filename defaults to out.gif, and the framerate defaults to 5 fps. by Joey Parrish <joey@nicewarrior.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8515 b3059339-0415-0410-9bf9-f77b7e298cf2
* more safer version by the authoralex2002-12-211-8/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8514 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix by eviv bulgroz <ebulgroz@yahoo.com>arpi2002-12-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8513 b3059339-0415-0410-9bf9-f77b7e298cf2
* set keyframe flag at encodingarpi2002-12-211-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8512 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l (%d->%f), cosmeticsarpi2002-12-211-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8511 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed the obsolete partsalex2002-12-211-55/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8510 b3059339-0415-0410-9bf9-f77b7e298cf2
* ooh. many mistakesalex2002-12-211-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8509 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedalex2002-12-212-13/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8508 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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