summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dxr3.c
Commit message (Expand)AuthorAgeFilesLines
* Rename font-related preprocessor directives.diego2008-08-071-1/+1
* Change a bunch of X11-specific preprocessor directives.diego2008-08-041-8/+8
* Rename two GUI-related preprocessor directives:diego2008-07-301-6/+6
* Remove changelog from file header, we have revision control for this.diego2008-01-061-110/+0
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-8/+9
* Make X11 window creation and (with -fixed-vo) management simpler and morereimar2007-06-271-13/+4
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-051-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-2/+2
* Gui --> guidiego2007-04-231-1/+1
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as welldiego2007-02-221-1/+1
* fix typo X<->Yattila2006-04-241-1/+1
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...reynaldo2006-04-241-59/+61
* massive attack: mp_msg printf format fixesrathann2006-01-121-1/+1
* Fix compilation, use vo_fs instead of fullscreen variable. Not tested.reimar2005-11-061-8/+3
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-5/+5
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-1/+1
* Fix memset() usage, patch by Ismail Donmezrathann2005-03-311-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* Removed superfluous XFlush calls before XSync.al2004-08-201-1/+0
* string handling security fixesdiego2004-06-251-11/+13
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+6
* Added a patch from Anders Rune Jensen to support the latest em8300 CVS changesmswitch2003-11-281-2/+4
* Patch from Tamas Kohegyi to fix subpic placement on 16:9mswitch2003-02-181-1/+5
* Added patch from Tamas Kohegyi to fix subpic placement with freetypemswitch2003-01-121-2/+9
* Added patch by Thomas Jaroschmswitch2003-01-021-30/+32
* Updated changelogmswitch2003-01-021-12/+9
* Added patch that makes the dxr3 return to the previous tv norm when quiting.mswitch2003-01-021-8/+21
* Added patch from Thomas Jaroschmswitch2002-12-241-0/+74
* Use MVCOMMAND_SYNCmswitch2002-11-291-3/+3
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-6/+1
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+3
* Made new overlay functions static so they won't interfere with the restmswitch2002-11-031-30/+33
* At least I can honestly say that I didn't add the equalizer support, somswitch2002-11-031-4/+0
* Suddenly I needed vidix.h for vidix_video_eq_tmswitch2002-11-031-0/+1
* Updated docs with DXR3 overlay infomswitch2002-11-031-52/+64
* Missed some gui ifdefsmswitch2002-11-021-0/+8
* Minor cleanupsmswitch2002-11-021-10/+15
* Huge update, added native overlay support (no more need for dxr3view).mswitch2002-11-021-1/+743
* Removed debugging outputmswitch2002-10-301-4/+0
* Prebuffering is no longer the default option.mswitch2002-10-291-47/+81
* Fixed stupid bug relating to multiple cards on athlonsmswitch2002-10-281-2/+5
* 10larpi2002-10-271-1/+1
* - fix window handling with dxr3pontscho2002-08-291-0/+4
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
* - add dxr3 equ patch from "Szombathelyi [iso-8859-2] György" <gyurco@freemai...pontscho2002-08-271-7/+10
* fix dxr3 subtitle handling and add some optimizationspontscho2002-08-221-15/+65
* - add dxr3 gui support (dialogbox, etc.)pontscho2002-08-141-0/+3
* 1l :)arpi2002-07-301-1/+1
* eq synced to new way, not tested, but the old one isn't working yetalex2002-07-251-35/+40
* Disabled spuenc, it still doesn't work well with the em8300mswitch2002-07-181-4/+9
* removed fame and lavc encoder, enabled spu encoder, added equaliuzer supportalex2002-07-051-365/+110
* fix compile bug with driver 0.9+pontscho2002-07-021-2/+10
* query_format revisedalex2002-05-271-3/+3
* argh, missed this one as I have no dxr3.atmos42002-04-261-1/+1
* Disabled spuenc code due to upcoming prerelease, there are still bugs heremswitch2002-04-161-6/+13
* Some minor changes to the avcodec code.mswitch2002-04-101-6/+4
* Make avcodec the default encoder again, thanks Michaelmswitch2002-04-101-3/+3
* trying to fix davids "libavcodec bug" ...michael2002-04-091-1/+1
* Fixed bug that would cause the dxr3 to lock if too many subpics were sent at ...mswitch2002-04-061-1/+6
* Make fame the default encoder until lavc's mpeg1 encoder is repaired.mswitch2002-04-051-4/+4
* Removed blinking effect from spuencmswitch2002-04-041-1/+1
* Added spuenc... should write a draw_alpha_spu perhaps =Dmswitch2002-04-041-2/+64
* Fixed avcodec init bugmswitch2002-03-301-5/+10
* lego++ bug fixed by XorAmswitch2002-03-281-148/+154
* XorA added the option of switching between fame/avcodec withoutmswitch2002-03-261-18/+102
* Bugfix by XorAmswitch2002-03-251-1/+4
* Fixed bug in Athlon detection code ;)mswitch2002-03-241-1/+3
* XorA found a bug in the avcodec codemswitch2002-03-241-1/+1
* Default to avcodec if installed, otherwise use fame. Apparently fame output i...mswitch2002-03-241-4/+4
* Aspect code reenabled, apparently users didn't like running moviesmswitch2002-03-231-4/+2
* Disable prebuffering on athlons (3DNowEx) as the ones running at 266MHzmswitch2002-03-231-1/+2
* As jittering is corrected we might as well play the movie in full resmswitch2002-03-231-2/+4
* Jitter-bug fixed by Marcel Hild <hild@b4mad.net>, many many thanks goesmswitch2002-03-231-1/+9
* Fame support enabled, awaiting bugreports =Dmswitch2002-03-201-13/+13
* Automatically use avcodec if it exists, otherwise fall back to fame (duemswitch2002-03-191-6/+11
* Fixed some bugs with fame, had to disable prebuffering with fame thoughmswitch2002-03-161-7/+38
* Fixed problem with seeking/sync when using libfamemswitch2002-03-161-9/+4
* No longer force the device into not using famemswitch2002-03-151-2/+5
* This will slow down wobbling (just a bit)mswitch2002-03-131-2/+2
* Added preliminary fame supportmswitch2002-03-131-61/+97
* Accidentally mixed experimental code with stable one during last commit,mswitch2002-02-181-17/+15
* Added VOCTRL_PAUSE and VOCTRL_RESUMEmswitch2002-02-181-18/+33
* Fixed a bug with prebuffering which would cause syncloss, someone atmswitch2002-02-161-4/+0
* Fixed a strange bug that sneaked in at the last minute (vobsub wouldmswitch2002-02-161-10/+8
* Fixed bug which would cause gibberish to be printed when using :noprebufmswitch2002-02-161-15/+18
* Using the mplayer SwScaler instead of doing scaling manually (sometimes this ...mswitch2002-02-131-66/+65
* updated :noprebuf to emulate the playback used in mplayer 0.60 (with dxr3 pat...mswitch2002-02-091-7/+15
* Fixed a bug where seeking would lock mplayermswitch2002-02-091-0/+5
* Removed some stuff from the em8300 driver, had to compensatemswitch2002-02-091-6/+1
* Added switch to disable prebufferingmswitch2002-02-091-9/+19
* ARGH, changing playback speed was a mistake...mswitch2002-02-091-7/+0
* Fixed some stuff with setting timestamps, and added proper setting of playbac...mswitch2002-02-091-2/+7
* Thanks to the new control() method I've finally been able to add prebuffering...mswitch2002-02-091-13/+21
* 10000hl to Holm... control MUST BE static...arpi2002-02-091-1/+1
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-42/+33
* Activate QSCALE flag for avcodecmswitch2002-02-031-16/+14
* Forgot the osd fix in the other patch, well, here it is ;)mswitch2002-02-031-5/+3
* Switched from libmp1e to libavcodec, at least for me it runs helluva lot fast...mswitch2002-02-031-230/+173
* Cleaned up some codemswitch2002-02-021-20/+9
* new info for tuningnick2002-01-311-1/+1
* 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