summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dxr3.c
Commit message (Collapse)AuthorAgeFilesLines
* Some last minute changes to accomodate for anamorphic 1.85:1 and 2.35:1 ↵mswitch2001-12-281-10/+11
| | | | | | movies... Needs more work, but this is good enough for now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3862 b3059339-0415-0410-9bf9-f77b7e298cf2
* Brand new sync core, uses hw sync for everything.mswitch2001-12-281-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3829 b3059339-0415-0410-9bf9-f77b7e298cf2
* osd support, not for mpegpesmswitch2001-12-261-24/+36
| | | | | | | more cleanups of old code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3760 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modified aspect reference, uses default PAL values... Difference to NTSC ↵mswitch2001-12-221-1/+1
| | | | | | should be minimal enough so that no checking of videomode is necessary. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3662 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modified the sync code once again, commented out hardware pts sync (I'll ↵mswitch2001-12-201-43/+38
| | | | | | | | | likely burn in hell before understanding how to get this bastard to sync well) Added automagic setup of aspect ratio, will remove the "aspect-bug" (I hope). As well as please you rich 16:9 doods ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3640 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed conversion for yuy2, libmp1e supports this format, no need to ↵mswitch2001-12-201-15/+9
| | | | | | cnovert it... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3631 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed some old libavcodec code which would cause inproper scaling of some ↵mswitch2001-12-201-38/+20
| | | | | | movies... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3630 b3059339-0415-0410-9bf9-f77b7e298cf2
* Inproved mpeg sync on fast computersmswitch2001-12-191-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3622 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix glitchy mpeg playbackmswitch2001-12-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3615 b3059339-0415-0410-9bf9-f77b7e298cf2
* MP1E configure patch by D. Holm.atmos42001-12-101-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3433 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed hardware syncing support. Actually movies seem to run much smoother ↵mswitch2001-12-081-5/+0
| | | | | | without it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3388 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed typoalex2001-12-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3375 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor typo fix (which I thought I commited yesterday)mswitch2001-12-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Switched from rte which caused alot of problems for some users to libmp1e.mswitch2001-12-041-55/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3330 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for codecs that supports BGR24 (some opensource codecs and vivo)mswitch2001-11-301-26/+98
| | | | | | | | | | | Added the over-requested underrated black-border around scaled movies that everyone's been nagging me about lately =). Fixed the following Bugs: YV12 video getting cropped at the bottom Lockups on exit (if these problems surface again, contact me please) Invalid stride in YUY2 playback git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3233 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix green borders -> black borders, patch from D. Holm, also small fix to ↵atmos42001-11-301-10/+24
| | | | | | dxr3 ao. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3219 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for YV12 with DXR3, patch by D. Holm.atmos42001-11-291-44/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3209 b3059339-0415-0410-9bf9-f77b7e298cf2
* Newest DXR3 patch (improved 1.0rc2) by David Holm.atmos42001-11-291-401/+135
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3202 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by D. Holm to make audio with dxr3 working.atmos42001-11-281-8/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3187 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixes by David.atmos42001-11-181-83/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2969 b3059339-0415-0410-9bf9-f77b7e298cf2
* dxr3-patch4 by David Holmarpi2001-11-161-40/+86
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2922 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a temporary fix to the DXR3 win32 codec playback, win32 codecs might ↵mswitch2001-11-131-36/+172
| | | | | | prove to play back an unscaled image! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2867 b3059339-0415-0410-9bf9-f77b7e298cf2
* DXR3 beta2 patch by David Holm.atmos42001-11-081-48/+220
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2771 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move yuv2rgb to postprocessnick2001-11-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2733 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_dxr3 by David Holm <dholm@telia.com>arpi2001-11-031-0/+331
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2646 b3059339-0415-0410-9bf9-f77b7e298cf2