summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Collapse)AuthorAgeFilesLines
* small bugfix.pontscho2002-03-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4979 b3059339-0415-0410-9bf9-f77b7e298cf2
* vm pecs applied from daniel carter <hedonist@win.co.nz>pontscho2002-03-071-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4978 b3059339-0415-0410-9bf9-f77b7e298cf2
* accept STATIC buffers if num_buffers==1arpi2002-03-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4976 b3059339-0415-0410-9bf9-f77b7e298cf2
* small bug fixed and workarounds :(pontscho2002-03-071-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4975 b3059339-0415-0410-9bf9-f77b7e298cf2
* direct rendering supportarpi2002-03-072-1/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4972 b3059339-0415-0410-9bf9-f77b7e298cf2
* control+preinit moved to mga_common.carpi2002-03-073-26/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4971 b3059339-0415-0410-9bf9-f77b7e298cf2
* using mem2agpcpy_pic()arpi2002-03-061-40/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4950 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround for Lara Croft CVID sample... - one more problem to solvearpi2002-03-061-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4948 b3059339-0415-0410-9bf9-f77b7e298cf2
* 're-include' possibilitynick2002-03-031-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4934 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use as much buffers as possiblenick2002-03-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4930 b3059339-0415-0410-9bf9-f77b7e298cf2
* add no fs as default for windriversatmos42002-03-031-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4926 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuy2 support disabled to workaround stupid colorspace selectionmichael2002-03-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4906 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added BGR32 output support to PNG vo target because, hey, whymelanson2002-03-011-0/+12
| | | | | | | not? Besides, it helps me debug PPC stuff. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4905 b3059339-0415-0410-9bf9-f77b7e298cf2
* print the number of buffers usedmichael2002-02-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4896 b3059339-0415-0410-9bf9-f77b7e298cf2
* Corrections to position saving/restore under vo=X11.atlka2002-02-281-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4890 b3059339-0415-0410-9bf9-f77b7e298cf2
* older API fixes, support for async modealex2002-02-241-10/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4842 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not fault if no directbuffer available (for example: ggi display-multi)alex2002-02-241-10/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4832 b3059339-0415-0410-9bf9-f77b7e298cf2
* reworked :) should work on low bpp outputsalex2002-02-241-282/+101
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4831 b3059339-0415-0410-9bf9-f77b7e298cf2
* totally reworked, working fine on fbdev too, applied Andres Beck's patches, ↵alex2002-02-231-338/+236
| | | | | | quad-buffering support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4829 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh, return error if cannot open displayalex2002-02-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4828 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugfix in x11_common.c mainly. Don't screw up the display name,albeu2002-02-233-20/+20
| | | | | | | | | don't forget to close the display (vo_xv) and to reset vo_depthonscreen when we have destroyed the window and closed the display !!!!! Open the display before using it (vo_x11) !!! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4816 b3059339-0415-0410-9bf9-f77b7e298cf2
* using vo_dx, vo_dyalex2002-02-221-31/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4814 b3059339-0415-0410-9bf9-f77b7e298cf2
* setting vo_dx and vo_dy in event handlingalex2002-02-221-4/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4813 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vo_dx,vo_dy (used currently only by X based outputs)alex2002-02-222-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4812 b3059339-0415-0410-9bf9-f77b7e298cf2
* clear the window if resized but no scaling used. Enable runtime fullscreen ↵alex2002-02-221-6/+8
| | | | | | selectin when no zooming available git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4809 b3059339-0415-0410-9bf9-f77b7e298cf2
* osd outside movie support for vo_sdl, patch by Fredrik Kuivinenatmos42002-02-223-108/+457
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4808 b3059339-0415-0410-9bf9-f77b7e298cf2
* mondom fix bazmeg.pontscho2002-02-222-47/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4806 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix nexus's key bug :) 10l, sorry :)pontscho2002-02-221-31/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4805 b3059339-0415-0410-9bf9-f77b7e298cf2
* new interface ? :)pontscho2002-02-211-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4799 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing scaled outputmichael2002-02-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4797 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changespontscho2002-02-214-142/+84
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4796 b3059339-0415-0410-9bf9-f77b7e298cf2
* unscaled yuv2rgb fix for big-endian systemsmichael2002-02-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4792 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix return value of VOCTRL_FULLSCREENatmos42002-02-212-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4791 b3059339-0415-0410-9bf9-f77b7e298cf2
* ExposureMask fixed.pontscho2002-02-212-14/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4785 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes in fullscreen/window switching code to obtain returning toatlka2002-02-211-4/+8
| | | | | | | old window position (icewm aware) while using -vo x11 -zoom git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4781 b3059339-0415-0410-9bf9-f77b7e298cf2
* subtitle positioning patch by Jiri Svobodaatmos42002-02-201-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4774 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for VOCTRL_FULLSCREENatmos42002-02-201-14/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4773 b3059339-0415-0410-9bf9-f77b7e298cf2
* add new input cuccpontscho2002-02-202-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4763 b3059339-0415-0410-9bf9-f77b7e298cf2
* Screenshot on the flynick2002-02-181-0/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4757 b3059339-0415-0410-9bf9-f77b7e298cf2
* Accidentally mixed experimental code with stable one during last commit,mswitch2002-02-181-17/+15
| | | | | | | | fixed... Also updated changelog to reflect recent changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4756 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added VOCTRL_PAUSE and VOCTRL_RESUMEmswitch2002-02-182-19/+38
| | | | | | | | | Fixed playback bug in vo_dxr3 which would cause syncloss when playing ntsc movies on pal and vice versa (this does not affect mpeg playback as we still don't know how to set the internal fps registers) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change order of vo_function calls (Although it doesn't matter for now).nick2002-02-171-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow using direct rendering with any HW pitches (even on matrox g400).nick2002-02-171-12/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4746 b3059339-0415-0410-9bf9-f77b7e298cf2
* vidix interleaved U V planes (for g200) by Attila Kinali <kinali@gmx.net>nick2002-02-171-30/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4745 b3059339-0415-0410-9bf9-f77b7e298cf2
* added local X11 error handler (call player_exit)alex2002-02-171-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4743 b3059339-0415-0410-9bf9-f77b7e298cf2
* More correct direct rendering usagenick2002-02-171-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4742 b3059339-0415-0410-9bf9-f77b7e298cf2
* Screenshot on the flynick2002-02-172-0/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4740 b3059339-0415-0410-9bf9-f77b7e298cf2
* Screenshot on the flynick2002-02-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4739 b3059339-0415-0410-9bf9-f77b7e298cf2
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'nick2002-02-1719-22/+130
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4738 b3059339-0415-0410-9bf9-f77b7e298cf2
* added VOFLAG_* definitions and int vo_flagsalex2002-02-172-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4737 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for runtime fullscreen switchingalex2002-02-171-1/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4735 b3059339-0415-0410-9bf9-f77b7e298cf2
* added VOCTRL_FULLSCREENalex2002-02-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4732 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a bug with prebuffering which would cause syncloss, someone atmswitch2002-02-161-4/+0
| | | | | | | sigma should go die for not giving us the damn tech docs =( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4728 b3059339-0415-0410-9bf9-f77b7e298cf2
* 101 (NULL->srcW, NULL->srcH)michael2002-02-161-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4727 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a strange bug that sneaked in at the last minute (vobsub wouldmswitch2002-02-161-10/+8
| | | | | | | segfault for some reason.. I don't even know what vobsub is) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4725 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug which would cause gibberish to be printed when using :noprebufmswitch2002-02-161-15/+18
| | | | | | | | Removed equalization code, it caused problems with older machines, until someone with a fast machine can betatest it it's only worthless git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4724 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid allocating a dummy scaler as debug/info messages will only be printed ↵michael2002-02-151-3/+8
| | | | | | for the first allocated scaler unless -v -v is used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4719 b3059339-0415-0410-9bf9-f77b7e298cf2
* use mem2agpcpy_pic()michael2002-02-151-20/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4714 b3059339-0415-0410-9bf9-f77b7e298cf2
* mem2agpcpy_pic()michael2002-02-141-0/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4709 b3059339-0415-0410-9bf9-f77b7e298cf2
* yv12 slices fix by Robert Kesterson <robertk@robertk.com>arpi2002-02-141-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4707 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfix for width % 2 != 0michael2002-02-141-6/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4698 b3059339-0415-0410-9bf9-f77b7e298cf2
* Using the mplayer SwScaler instead of doing scaling manually (sometimes this ↵mswitch2002-02-131-66/+65
| | | | | | | | | | | | dies with sig FPE when not using -vc mpegpes with mpegs (I find it unlikely it would only happen on mpegs though)) Using detection code to check if using NTSC or PAL/SECAM and setting appropriate resolution and GOP-Size based on this information. It now generates a valid mpeg1 stream instead of a hybrid mpeg2 (with mpeg1 headers). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4686 b3059339-0415-0410-9bf9-f77b7e298cf2
* 101michael2002-02-131-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4685 b3059339-0415-0410-9bf9-f77b7e298cf2
* we are now able to use the new bitwriter code in libavcodecrik2002-02-121-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4684 b3059339-0415-0410-9bf9-f77b7e298cf2
* use mem2agpcpy() instead of fast_memcpy()michael2002-02-121-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4683 b3059339-0415-0410-9bf9-f77b7e298cf2
* mem2agpcpy()michael2002-02-123-3/+124
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4682 b3059339-0415-0410-9bf9-f77b7e298cf2
* default is allways nozoom again (specify -zoom if u want the sane behavior)michael2002-02-121-3/+5
| | | | | | | call freeSwsContext() on uninit() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4678 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb/bgr 32bpp and IYUV/I420 supportalex2002-02-121-1/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4675 b3059339-0415-0410-9bf9-f77b7e298cf2
* this file is obsoleted by videodev_mjpeg.hrik2002-02-121-372/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4671 b3059339-0415-0410-9bf9-f77b7e298cf2
* this file obsoletes zoran.h and contains the Recommended interface ↵rik2002-02-121-0/+118
| | | | | | definition for zr devices git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4670 b3059339-0415-0410-9bf9-f77b7e298cf2
* migration of -vo zr to Recommended Interface definition (this obsoletes zoran.h)rik2002-02-121-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4669 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vsync support for doublebuffering to vo_vesaatmos42002-02-123-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4668 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor rounding bugfix in the aspect stuffmichael2002-02-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4663 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fs and or -vm default is nozoom, -zoom does the expected thingmichael2002-02-111-8/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4662 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added new input mouse support in x11 voalbeu2002-02-115-4/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4659 b3059339-0415-0410-9bf9-f77b7e298cf2
* tell to driver doublebufferingnick2002-02-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4655 b3059339-0415-0410-9bf9-f77b7e298cf2
* mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-02-113-759/+405
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4652 b3059339-0415-0410-9bf9-f77b7e298cf2
* allways use swScalermichael2002-02-101-119/+54
| | | | | | | keep aspect ratio during resizeing and fullscreen git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4642 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused includes, added fastmemcpy support, removed local copy of ↵alex2002-02-101-88/+4
| | | | | | rgb24toyv12 (using one in postproc/rgb2rgb.c) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4641 b3059339-0415-0410-9bf9-f77b7e298cf2
* Portabilitynick2002-02-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4634 b3059339-0415-0410-9bf9-f77b7e298cf2
* BGR24 support, including flip flagarpi2002-02-101