summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ffmpeg yuy2 disabled again, avid RGB->BGRarpi2002-02-071-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4570 b3059339-0415-0410-9bf9-f77b7e298cf2
* fs resize bug fix.pontscho2002-02-071-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4569 b3059339-0415-0410-9bf9-f77b7e298cf2
* unscaled convertersmichael2002-02-071-1/+81
| | | | | | | | BGR24 -> BGR32 & RGB24 -> RGB32 BGR32 -> BGR24 & RGB32 -> RGB24 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4568 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dpsm compile bug in guipontscho2002-02-071-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4567 b3059339-0415-0410-9bf9-f77b7e298cf2
* finalize mfi support.pontscho2002-02-073-32/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4566 b3059339-0415-0410-9bf9-f77b7e298cf2
* completely reworked FILM demuxer to support both audio and video...neithermelanson2002-02-071-88/+138
| | | | | | | | of which work yet (CVID video and uncompressed audio)...but the demuxer is working well now git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4565 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing green line at right side bug (reported by Nick Kurshev ↵michael2002-02-071-1/+8
| | | | | | <nickols_k@mail.ru>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4564 b3059339-0415-0410-9bf9-f77b7e298cf2
* one more fix for optional vesarfelker2002-02-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4563 b3059339-0415-0410-9bf9-f77b7e298cf2
* finished making vesa optionalrfelker2002-02-072-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4562 b3059339-0415-0410-9bf9-f77b7e298cf2
* made vesa support optional at compiletimerfelker2002-02-071-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4561 b3059339-0415-0410-9bf9-f77b7e298cf2
* added mga_top_reserved module parameter to skip a configurable amountrfelker2002-02-071-1/+4
| | | | | | | | | of space at the top of video memory. this is needed to prevent corruption of the kernel's console font when using the "fastfont" option with matroxfb. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4560 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb32 & rgb24 input supportmichael2002-02-062-17/+98
| | | | | | | squished a endianness bug in the 15/16bgr output git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4559 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix spudec, faszom (C#)pontscho2002-02-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4558 b3059339-0415-0410-9bf9-f77b7e298cf2
* emulating BITMAPINFOHDR (for win32 codecs)arpi2002-02-061-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4557 b3059339-0415-0410-9bf9-f77b7e298cf2
* 101 (yuv2rgb with mpeg1,...) ;)michael2002-02-061-6/+115
| | | | | | | simple copy if possible (same format, no scaling, ...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4556 b3059339-0415-0410-9bf9-f77b7e298cf2
* swScale internally uses yuv2rgb now if possiblemichael2002-02-065-12/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4555 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh. i forgot to commit this patch: fix RTP streaming. patch by Dave Chapman ↵arpi2002-02-061-7/+8
| | | | | | <dave@dchapman.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4554 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix spudec bugpontscho2002-02-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4553 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mfi supportpontscho2002-02-066-1/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4552 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mfi demuxerpontscho2002-02-061-0/+103
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4551 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mfi supportpontscho2002-02-062-0/+91
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4550 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correct vesa shutdown on 'config playback' errorsnick2002-02-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4549 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonick2002-02-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4548 b3059339-0415-0410-9bf9-f77b7e298cf2
* qt AVID fourcc addedarpi2002-02-061-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4547 b3059339-0415-0410-9bf9-f77b7e298cf2
* bad debug printf caused sig11 with divx audioarpi2002-02-051-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4546 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing mlib required to build a solaris mencoderpl2002-02-051-1/+1
| | | | | | | (patch by meleth@freebox.com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4545 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix display of echocheck on sunospl2002-02-051-14/+17
| | | | | | | | | | | | added missing '--with-mlibdir' to help message replaced \t by ' ' in help section uses $MLIBHOME as a hint to set _mlibdir (Solaris) small indent fixes (dunno why people did not align them ?) (bugs & fixes for sun by meleth@freebox.com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4544 b3059339-0415-0410-9bf9-f77b7e298cf2
* mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4gabucino2002-02-051-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4543 b3059339-0415-0410-9bf9-f77b7e298cf2
* checking output of getSwsContext*()michael2002-02-051-10/+17
| | | | | | | 101 I420/IYUV support without -zoom git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4542 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable 15bpp on servernick2002-02-051-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4541 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer has swapped RGB's fourcc :(nick2002-02-051-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4540 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added auto selection of the best streams and fixed a few compileralbeu2002-02-051-5/+30
| | | | | | | warnings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4539 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support of scaling with every fourccnick2002-02-051-181/+114
| | | | | | | | (include patch of Michael Niedermayer <michaelni@gmx.at>) Now (*swScale)() is used as BES by functionality. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4538 b3059339-0415-0410-9bf9-f77b7e298cf2
* HTML fixgabucino2002-02-051-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4537 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable SSH optimizations for FIR filteranders2002-02-052-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4536 b3059339-0415-0410-9bf9-f77b7e298cf2
* promoted the RoQ audio decoder from "buggy" to "working"melanson2002-02-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4535 b3059339-0415-0410-9bf9-f77b7e298cf2
* reconciled one minor, nagging palette issue with the official QT specmelanson2002-02-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4534 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed FPS as well as crash bug when no audio chunks are presentmelanson2002-02-051-20/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4533 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied pl's patch (sorry, overlooked it previously.. and procmailrcgabucino2002-02-051-50/+43
| | | | | | | put the Cc into mplayer-dev-eng also;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4532 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add playlist keys (some missing?!) and add some shift handlers to allow keys ↵atmos42002-02-041-4/+12
| | | | | | to work with german keyboards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4531 b3059339-0415-0410-9bf9-f77b7e298cf2
* printing error messages if something is wrong instead of just return NULL;michael2002-02-041-3/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4530 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix multifile playback (sdl was not fully reinitialized).atmos42002-02-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4529 b3059339-0415-0410-9bf9-f77b7e298cf2
* print also contrast on cat /dev/mga_videyck2002-02-041-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4528 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some unuseful stuff and don't try to kill an unexistingalbeu2002-02-041-14/+2
| | | | | | | child process on uninit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4527 b3059339-0415-0410-9bf9-f77b7e298cf2
* Tell the user when we fallback on default config.albeu2002-02-041-8/+21
| | | | | | | Added some default joystick bindings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4526 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the bugs the previous version should fix (and those introducedalbeu2002-02-043-74/+11
| | | | | | | by the previous version ;) ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4525 b3059339-0415-0410-9bf9-f77b7e298cf2
* Activate QSCALE flag for avcodecmswitch2002-02-031-16/+14
| | | | | | | | | | Reset playback speed on exit (we aren't using this feature yet... but will hopefully do soon) Use fsync instead of the mediocre flush ioctl's on seeking/pausing, at least video seems to stay in sync... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4524 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updates (patch by Jonas Jermann <jjermann@gmx.net>)gabucino2002-02-035-95/+392
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4523 b3059339-0415-0410-9bf9-f77b7e298cf2
* Juergen Kreileder changes, fixing some lintian errors, adding correct ↵eyck2002-02-034-7/+11
| | | | | | | | | manpath and adding xvidix to array of system-selectable drivers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4522 b3059339-0415-0410-9bf9-f77b7e298cf2
* Attila Kinali fixing memleak introduced by me.eyck2002-02-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4521 b3059339-0415-0410-9bf9-f77b7e298cf2
* too many arguments to sscan in subdetect.eyck2002-02-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4520 b3059339-0415-0410-9bf9-f77b7e298cf2
* Corrected the quit bug and added support for up to 10 axisalbeu2002-02-033-25/+109
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4519 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correct bug in plaintext parser : correctly remove trailling \ralbeu2002-02-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4518 b3059339-0415-0410-9bf9-f77b7e298cf2
* Direct rendering expansion:nick2002-02-031-0/+18
| | | | | | | | | | | | | | | | test with -vc divx4vfw: -vaa_dr: BENCHMARKs: V: 7.043s VO: 0.005s A: 0.528s Sys: 22.331s = 29.907s BENCHMARK%: V: 23.5498% VO: 0.0156% A: 1.7670% Sys: 74.6676% = 100.0000% -vaa_nodr: BENCHMARKs: V: 5.454s VO: 2.433s A: 0.519s Sys: 21.513s = 29.920s BENCHMARK%: V: 18.2296% VO: 8.1321% A: 1.7351% Sys: 71.9032% = 100.0000% speed up on 7.043 vs 7.687 = 10% on K7 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4517 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimizationnick2002-02-033-8/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4516 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgot the osd fix in the other patch, well, here it is ;)mswitch2002-02-031-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4515 b3059339-0415-0410-9bf9-f77b7e298cf2
* Switched from libmp1e to libavcodec, at least for me it runs helluva lot ↵mswitch2002-02-031-230/+173
| | | | | | | | | | | faster than libmp1e (high quality divx movies that before ran very poor now plays perfectly). Also includes some minor fixes to the osd support. Since libmp1e has issues with non-mmx system I think this move is a smart one... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4514 b3059339-0415-0410-9bf9-f77b7e298cf2
* YUY2 BGR32 BGR24 support for vo_x11 if swScaler is usedmichael2002-02-032-2/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4513 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc 3.0.3 compiling howto by Matt Willis <willis_matthew@yahoo.com>gabucino2002-02-031-6/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4512 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typonexus2002-02-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4511 b3059339-0415-0410-9bf9-f77b7e298cf2
* using dlerror() instead strerror(), displays unresolved symbol messagesalex2002-02-031-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4510 b3059339-0415-0410-9bf9-f77b7e298cf2
* added more audio plugin documentationgabucino2002-02-034-5/+119
| | | | | | | (patch submitted by Johansson <ajh@atri.curtin.edu.au>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4509 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added options to enable new input and joystick supportalbeu2002-02-031-0/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4508 b3059339-0415-0410-9bf9-f77b7e298cf2
* vidix equalizer can be used with 1-8 keys alsogabucino2002-02-032-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4507 b3059339-0415-0410-9bf9-f77b7e298cf2
* on non-Linux use Vidix instead of mga_vid kernelmodulegabucino2002-02-032-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4506 b3059339-0415-0410-9bf9-f77b7e298cf2
* mga_vid supports reads and writesgabucino2002-02-032-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4505 b3059339-0415-0410-9bf9-f77b7e298cf2
* RoQ fileformat added, anything it is ;)gabucino2002-02-034-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4504 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also: -vo xvidix, -vo vesa:vidix, -vo fbdev:vidix ;) - as Nick noticedgabucino2002-02-032-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4503 b3059339-0415-0410-9bf9-f77b7e298cf2
* QNX updatesgabucino2002-02-031-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4502 b3059339-0415-0410-9bf9-f77b7e298cf2
* QNX updatesgabucino2002-02-031-7/+10
| | | | | | | Dariusz spellings corrected (noticed by Nell) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4501 b3059339-0415-0410-9bf9-f77b7e298cf2
* more translatedgabucino2002-02-031-142/+177
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4500 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo xv does video equalizinggabucino2002-02-036-8/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4499 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore K7 supportnick2002-02-033-555/+601
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4498 b3059339-0415-0410-9bf9-f77b7e298cf2
* Vidix video equalizing (Nick's patch)gabucino2002-02-032-0/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4497 b3059339-0415-0410-9bf9-f77b7e298cf2
* Be more precisenick2002-02-031-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4496 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allows to users control direct renderingnick2002-02-034-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4495 b3059339-0415-0410-9bf9-f77b7e298cf2
* code cleanupnick2002-02-032-10/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4494 b3059339-0415-0410-9bf9-f77b7e298cf2
* filterPos bugfix (only nearest neighbor scaling was affected)michael2002-02-031-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4493 b3059339-0415-0410-9bf9-f77b7e298cf2
* finally fixed no-opendivx compile problemrfelker2002-02-031-7/+1
| | | |