summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Collapse)AuthorAgeFilesLines
* added voctrl_guisupport and fixed some typosalex2002-02-091-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4619 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated :noprebuf to emulate the playback used in mplayer 0.60 (with dxr3 ↵mswitch2002-02-091-7/+15
| | | | | | | | | patch), this solves alot of issues for ppl who had problems with the new prebuffering code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4614 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a bug where seeking would lock mplayermswitch2002-02-091-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4610 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed some stuff from the em8300 driver, had to compensatemswitch2002-02-091-6/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4608 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2002-02-091-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4607 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added switch to disable prebufferingmswitch2002-02-091-9/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4606 b3059339-0415-0410-9bf9-f77b7e298cf2
* ARGH, changing playback speed was a mistake...mswitch2002-02-091-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4605 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed some stuff with setting timestamps, and added proper setting of ↵mswitch2002-02-091-2/+7
| | | | | | | | | playback speed. I'm guessing I'm looking at lots of sleepless nights ahead =( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4604 b3059339-0415-0410-9bf9-f77b7e298cf2
* Thanks to the new control() method I've finally been able to add ↵mswitch2002-02-091-13/+21
| | | | | | | | | prebuffering support. This should greatly inprove performance on all systems... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4603 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make code simple. Use swScaler even for fastmemcpy purposes :)nick2002-02-091-28/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4602 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_yuv4mpeg addedarpi2002-02-092-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4600 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv4mpeg output, by Robert Kesterson <robertk@robertk.com>arpi2002-02-091-0/+284
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4598 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000hl to Holm... control MUST BE static...arpi2002-02-0927-27/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4597 b3059339-0415-0410-9bf9-f77b7e298cf2
* screensize from fbdev ioctl - patch by Jason Lunz <j@falooley.org>arpi2002-02-091-0/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4596 b3059339-0415-0410-9bf9-f77b7e298cf2
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-0931-117/+247
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4593 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net>albeu2002-02-081-4/+53
| | | | | | | and added mouse support for new input git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Configurable OSD zonesnick2002-02-071-0/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4573 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix color key handling bugpontscho2002-02-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4571 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
* finished making vesa optionalrfelker2002-02-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4562 b3059339-0415-0410-9bf9-f77b7e298cf2
* swScale internally uses yuv2rgb now if possiblemichael2002-02-062-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4555 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
* 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
* 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
* 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
* 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
* 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
* 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-031-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4513 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allows to users control direct renderingnick2002-02-031-0/+1
| | | | 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
* Cleaned up some codemswitch2002-02-021-20/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4481 b3059339-0415-0410-9bf9-f77b7e298cf2
* Alex! Never write bottlenecks, ok?nick2002-02-011-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4460 b3059339-0415-0410-9bf9-f77b7e298cf2
* Optimizing with use new tune infonick2002-02-011-199/+243
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4455 b3059339-0415-0410-9bf9-f77b7e298cf2
* change init to config in vo_gl and vo_md5 like in the other vo_ modules -- ↵rfelker2002-02-012-2/+2
| | | | | | fixes crash caused by the changeover git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4449 b3059339-0415-0410-9bf9-f77b7e298cf2
* change init to config in vo_mga like in the other vo_ modules -- fixes crash ↵rfelker2002-02-011-1/+1
| | | | | | caused by the changeover git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4448 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsoleted Terminate_Display_Process, using freeMyXImage and ↵alex2002-01-311-17/+3
| | | | | | vo_x11_uninit at exit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4444 b3059339-0415-0410-9bf9-f77b7e298cf2
* return error if unknown depth given. more informative error messages. dont ↵alex2002-01-311-7/+9
| | | | | | exit if draw_frame was called with Planar YUV, only warn the user git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4443 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obosolete Terminate_Display_Process. using vo_x11_uninit. support ↵alex2002-01-311-24/+4
| | | | | | UYVY format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4442 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsoleted Terminate_Display_Process, using vo_x11_uninitalex2002-01-312-21/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4441 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsoleted Terminate_Display_Processalex2002-01-312-14/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4440 b3059339-0415-0410-9bf9-f77b7e298cf2
* grr, 10l. vo_x11_uninit: close display only if window not created by GUIalex2002-01-311-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4439 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_x11_uninit: dont destroy window if GUI created italex2002-01-311-12/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4438 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vo_x11_uninitalex2002-01-311-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4437 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use new tune infonick2002-01-315-9/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4435 b3059339-0415-0410-9bf9-f77b7e298cf2
* new info for tuningnick2002-01-3129-88/+98
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4434 b3059339-0415-0410-9bf9-f77b7e298cf2
* IMGFMT_RGBxx experimental supportnick2002-01-311-2/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4431 b3059339-0415-0410-9bf9-f77b7e298cf2
* using the common -vm code, patch by Santi Béjar <tiarda@yahoo.es>arpi2002-01-312-69/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4427 b3059339-0415-0410-9bf9-f77b7e298cf2
* common -vm code, patch by Santi Béjar <tiarda@yahoo.es>arpi2002-01-312-0/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4426 b3059339-0415-0410-9bf9-f77b7e298cf2
* real window resizeing support (i know nearly nothing about x11 so feel free ↵michael2002-01-301-111/+155
| | | | | | to fix / reverse it, if its broken) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4421 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fix - else 0 is unreachablenick2002-01-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4407 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for HW equalizing through VAAnick2002-01-281-30/+144
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4397 b3059339-0415-0410-9bf9-f77b7e298cf2
* did not compile when --disable-vidix was usedpl2002-01-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4387 b3059339-0415-0410-9bf9-f77b7e298cf2
* small typos in textpl2002-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4383 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use real preinitnick2002-01-271-20/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4381 b3059339-0415-0410-9bf9-f77b7e298cf2
* provide full vaa interfacenick2002-01-271-5/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4380 b3059339-0415-0410-9bf9-f77b7e298cf2
* improvementsnick2002-01-272-2/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4373 b3059339-0415-0410-9bf9-f77b7e298cf2
* preinit moved to right placealex2002-01-261-37/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4364 b3059339-0415-0410-9bf9-f77b7e298cf2
* preinit usagenick2002-01-262-32/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4363 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a decimation/scaling bug in vo_zr and some verbose messages have changed ↵arpi2002-01-261-4/+28
| | | | | | - patch by Rik Snel <rsnel@cube.dyndns.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4362 b3059339-0415-0410-9bf9-f77b7e298cf2
* no longer required to call preinit from init and query_format, mplayer.c ↵alex2002-01-261-3/+3
| | | | | | does this git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4360 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed preinit conflictalex2002-01-261-8/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4355 b3059339-0415-0410-9bf9-f77b7e298cf2
* i420/iyuv supportalex2002-01-261-4/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4354 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extensions for video accelerated architecturenick2002-01-2630-16/+306
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4353 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed i420 handlingalex2002-01-261-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4352 b3059339-0415-0410-9bf9-f77b7e298cf2
* use the new jpeg encoder - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-01-261-225/+163
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4349 b3059339-0415-0410-9bf9-f77b7e298cf2
* fast 4:2:2 jpeg encoder, based on libavcodec. - patch by Rik Snel ↵arpi2002-01-261-0/+899
| | | | | | <rsnel@cube.dyndns.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4348 b3059339-0415-0410-9bf9-f77b7e298cf2
* Let mplayer handle signals so terminal gets cleaned up.atmos42002-01-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4343 b3059339-0415-0410-9bf9-f77b7e298cf2
* qscale 3->2 (Thank you Michael)arpi2002-01-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4342 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for i420 and iyuvalex2002-01-241-4/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4341 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_pts fix (10l)arpi2002-01-241-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4331 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't render UV planes if interleaved (also add support later)alex2002-01-231-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4325 b3059339-0415-0410-9bf9-f77b7e298cf2
* RGB independed correction for GATOS's radeon_video driver!nick2002-01-231-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4321 b3059339-0415-0410-9bf9-f77b7e298cf2
* intense -> intensitynick2002-01-233-24/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4318 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix screen saver bug under guipontscho2002-01-234-17/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4317 b3059339-0415-0410-9bf9-f77b7e298cf2
* Attempt to fix NVidia problemsnick2002-01-221-7/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4308 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup of video packet writer, PTS sent only oncearpi2002-01-221-14/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4307 b3059339-0415-0410-9bf9-f77b7e298cf2
* move bug fixedpontscho2002-01-221-13/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4304 b3059339-0415-0410-9bf9-f77b7e298cf2
* LPCM write code rewritten, thanks to Marcus at mocm@convergence.dearpi2002-01-221-29/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4300 b3059339-0415-0410-9bf9-f77b7e298cf2
* Gamma correction (based on patch of Pásztor Szilárd ↵nick2002-01-211-1/+55
| | | | | | | | | | | | <si