summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dxr3.c
Commit message (Expand)AuthorAgeFilesLines
* Extensions for video accelerated architecturenick2002-01-261-0/+10
* Reverted to using software sync again, some day I'll die of a heartattack if ...mswitch2002-01-191-26/+7
* Only use hardware sync and prebuffering with mpegs!mswitch2002-01-191-13/+11
* Handle timestamps internallymswitch2002-01-191-12/+16
* Removed seeking warning message since it has now been fixed in the drivermswitch2002-01-191-1/+0
* Fixed seekingmswitch2002-01-171-3/+6
* Added new syncengine thanks to a new previously undocumented feature of the e...mswitch2002-01-171-91/+177
* Moved declaration of picture_* out of ifdef MP1E as not to break compilation ...mswitch2002-01-151-1/+1
* hw spu support for dxr3 - patch by David Holmarpi2002-01-151-7/+17
* Fixed a bug relating to libmp1e (actually the bug is in libmp1e, but this sol...mswitch2002-01-121-2/+0
* useless cosmetics changes... a.k.a. cvslog killer - patch by David Holmarpi2002-01-111-301/+348
* Reverted to accurate but glitchy sync...mswitch2002-01-091-20/+2
* preliminary config interfacemswitch2002-01-061-7/+27
* Fixes to sync codemswitch2002-01-061-10/+6
* Some last minute changes to accomodate for anamorphic 1.85:1 and 2.35:1 movie...mswitch2001-12-281-10/+11
* Brand new sync core, uses hw sync for everything.mswitch2001-12-281-9/+9
* osd support, not for mpegpesmswitch2001-12-261-24/+36
* Modified aspect reference, uses default PAL values... Difference to NTSC shou...mswitch2001-12-221-1/+1
* Modified the sync code once again, commented out hardware pts sync (I'll like...mswitch2001-12-201-43/+38
* Removed conversion for yuy2, libmp1e supports this format, no need to cnovert...mswitch2001-12-201-15/+9
* Removed some old libavcodec code which would cause inproper scaling of some m...mswitch2001-12-201-38/+20
* Inproved mpeg sync on fast computersmswitch2001-12-191-0/+2
* Fix glitchy mpeg playbackmswitch2001-12-191-2/+2
* MP1E configure patch by D. Holm.atmos42001-12-101-2/+18
* Removed hardware syncing support. Actually movies seem to run much smoother w...mswitch2001-12-081-5/+0
* fixed typoalex2001-12-071-1/+1
* Minor typo fix (which I thought I commited yesterday)mswitch2001-12-051-1/+1
* Switched from rte which caused alot of problems for some users to libmp1e.mswitch2001-12-041-55/+16
* Added support for codecs that supports BGR24 (some opensource codecs and vivo)mswitch2001-11-301-26/+98
* Fix green borders -> black borders, patch from D. Holm, also small fix to dxr...atmos42001-11-301-10/+24
* Support for YV12 with DXR3, patch by D. Holm.atmos42001-11-291-44/+44
* Newest DXR3 patch (improved 1.0rc2) by David Holm.atmos42001-11-291-401/+135
* Patch by D. Holm to make audio with dxr3 working.atmos42001-11-281-8/+5
* Minor fixes by David.atmos42001-11-181-83/+52
* dxr3-patch4 by David Holmarpi2001-11-161-40/+86
* Added a temporary fix to the DXR3 win32 codec playback, win32 codecs might pr...mswitch2001-11-131-36/+172
* DXR3 beta2 patch by David Holm.atmos42001-11-081-48/+220
* Move yuv2rgb to postprocessnick2001-11-061-1/+1
* ao_dxr3 by David Holm <dholm@telia.com>arpi2001-11-031-0/+331