summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* Only use hardware sync and prebuffering with mpegs!mswitch2002-01-191-13/+11
* Handle timestamps internallymswitch2002-01-191-12/+16
* Added reverting support for -zr* optionsalbeu2002-01-191-5/+30
* Added reverting support for -aa* optionsalbeu2002-01-191-0/+9
* vidix_grkey_support checking for colorkeyingalex2002-01-193-8/+17
* Removed seeking warning message since it has now been fixed in the drivermswitch2002-01-191-1/+0
* mangling in libvoatmos42002-01-192-3/+4
* updated based vo_xmga, using colorkey, working with gui, fixed xinerama and w...alex2002-01-181-67/+209
* added colorkey handlingalex2002-01-182-5/+21
* sorry, i really wanted to add vidix_start and stop as int, to detect if somet...alex2002-01-182-6/+8
* Missed fastmemcpynick2002-01-181-0/+1
* Suppress return values for 'void'. 10L to Alexnick2002-01-181-5/+2
* gamma correction supportnick2002-01-182-1/+46
* Fixed seekingmswitch2002-01-171-3/+6
* Added new syncengine thanks to a new previously undocumented feature of the e...mswitch2002-01-171-91/+177
* zr driver (tv-out for DC10/DC10+, iomega buz, LML33...) added - patch by Rik ...arpi2002-01-173-0/+1018
* fbdev nocopy option - Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>arpi2002-01-171-2/+41
* added vidix_start() and vidix_stop() for better runtime-resize support ;)alex2002-01-165-11/+35
* Fixed resize bug.nick2002-01-161-5/+4
* patch by Fredrik Kuivinen <freku045@student.liu.se>pl2002-01-151-1/+1
* Fix xvidix for non-x11 systems (delayed due netloss)atmos42002-01-151-1/+1
* Fix xvidix for non-x11 systems, 10l Alex :)atmos42002-01-151-1/+1
* 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
* using LIBDIR@config.halex2002-01-131-1/+1
* Still one bit of bugs fixednick2002-01-131-2/+2
* test for preinit errors and correct handling subdevicenick2002-01-132-4/+17
* Minor changes: -fs key and vidix paramsnick2002-01-131-2/+7
* fixed vidix_name handling (subdevice)alex2002-01-131-10/+26
* added vo_xvidixalex2002-01-122-1/+8
* added X11/VIDIXalex2002-01-121-0/+336
* 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
* 'mplayer -aadriver stdout' segfault fixed by Fredrik Kuivinen <freku045@stude...arpi2002-01-111-1/+1
* Configurable VIDIX usagenick2002-01-113-11/+72
* Add DVD subtitles to menoderkmkaplan2002-01-113-3/+4
* Support software scaling with DVD subtitleskmkaplan2002-01-111-1/+1
* VIDIX expansion, Usage: -vo fbdev:vidix (-fs -zoom). Zoom is supported for VI...nick2002-01-101-19/+84
* Minor bugs and new vidix stuff supportnick2002-01-101-3/+3
* Using any graphics servernick2002-01-102-7/+12
* Add vobsub support, suppress conditionnal on USE_DVDREAD.kmkaplan2002-01-101-7/+12
* Add vobsub support.kmkaplan2002-01-101-0/+1
* Reverted to accurate but glitchy sync...mswitch2002-01-091-20/+2
* SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by meatmos42002-01-082-10/+69
* added rgb24to32 instead of c converteralex2002-01-071-1/+5
* OSD supportnick2002-01-071-19/+12
* YV12 sliced output fixednick2002-01-071-2/+2
* Embedding vidixnick2002-01-072-10/+34
* Xinerama patch number two by attila.atmos42002-01-065-11/+52
* Looks working ;)nick2002-01-061-23/+22
* Printing driver namenick2002-01-061-0/+1
* preliminary versionnick2002-01-062-0/+350
* preliminary config interfacemswitch2002-01-061-7/+27
* Fixes to sync codemswitch2002-01-061-10/+6
* paint background on -v -vnick2002-01-061-2/+2
* xinerama fix by attilaatmos42002-01-054-5/+33
* 10larpi2002-01-021-2/+2
* do not hide cursur if play at rootwin. based on patch by Tomas Konir <moje@mo...arpi2002-01-021-0/+2
* osd support, zlib range fix. by Kim Minh Kaplan <kmkaplan@selfoffice.com>arpi2002-01-021-1/+6
* Some last minute changes to accomodate for anamorphic 1.85:1 and 2.35:1 movie...mswitch2001-12-281-10/+11
* use XF86VidMode later in init (at line 1031) only if we've got support (if ha...alex2001-12-281-0/+6
* -wid/-rootwin supportarpi2001-12-281-0/+5
* WinID cleanup, support for Xvarpi2001-12-284-7/+14
* 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
* Plugger patch by Sam Linatmos42001-12-221-1/+10
* working with 0.9.6 too (0.9.6 is coming with debian woody)alex2001-12-221-2/+7
* 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
* better fullscreen-mode selection, patch by dunno :)atmos42001-12-191-2/+14
* Applied patch by Jiri Svoboda <Jiri.Svoboda@seznam.cz>:pl2001-12-181-21/+10
* fixalex2001-12-171-1/+1
* aspect ratio bug fix for guipontscho2001-12-172-0/+6
* applied Panagiotis' patchgabucino2001-12-142-0/+4
* xinerama: allow to override xinerama screen_w/screen_h and setting size of sc...alex2001-12-111-2/+8
* mf bug fixed.pontscho2001-12-111-4/+0
* MP1E configure patch by D. Holm.atmos42001-12-101-2/+18
* yuy2 in C color bugfix patch from Artur Zaprzala <artur.zaprzala@talex.com.pl>michael2001-12-101-1/+4
* runtime cpu detectionmichael2001-12-092-346/+90
* Removed hardware syncing support. Actually movies seem to run much smoother w...mswitch2001-12-081-5/+0
* fixed typoalex2001-12-071-1/+1
* -aspect ration correctionatmos42001-12-051-22/+61
* compile if no uyvy support (test this change)alex2001-12-051-1/+14
* 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
* do not crash if can't get modelines (dga2.0)alex2001-12-041-0/+12
* vo DirectFB support by Jiri Svoboda <Jiri.Svoboda@seznam.cz>arpi2001-12-032-0/+848
* Fixed single buffering problems and -vo mga compatibility by number of buffersnick2001-12-021-1/+4
* 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
* swscaler cleanupmichael2001-11-292-13/+15
* Support for YV12 with DXR3, patch by D. Holm.atmos42001-11-291-44/+44
* Minor fixesnick2001-11-291-1/+58
* Minor optimizationnick2001-11-292-15/+19
* Newest DXR3 patch (improved 1.0rc2) by David Holm.atmos42001-11-293-401/+137
* New onesnick2001-11-292-2/+11
* summary handling was not correct (bugs found by Nilmoni Deb and Tibcu)pl2001-11-281-6/+0
* Patch by D. Holm to make audio with dxr3 working.atmos42001-11-281-8/+5
* spudec_new has a dvd_priv_t as an argument, which is defined inpl2001-11-281-2/+4
* Direct i420 support for Radeonsnick2001-11-271-25/+5
* optional runtime cpu detectmichael2001-11-271-0/+104
* runtime cpu detectionmichael2001-11-262-476/+147
* sorry, config2.mak is not up-to-datejaf2001-11-251-1/+0
* usefull filejaf2001-11-251-1/+3
* 10-20% faster fastmemcpy :) on my p3 at least but the algo is mostly from "am...michael2001-11-222-12/+232
* DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>arpi2001-11-202-0/+12
* Minor fixes with the same resultsnick2001-11-201-69/+10
* Bad attempt of YV12 direct supportnick2001-11-201-0/+62
* Verbosing and minor optimizationnick2001-11-201-19/+13
* changed SH_MEM to HAVE_SHM according to configurealex2001-11-191-7/+5
* mode selection (subdev) fix by Matan Ziv-Av matan@svgalib.orgarpi2001-11-181-1/+35
* Ugly YV12 support on Radeon BES. (Only radeon_vid currently work with this st...nick2001-11-181-6/+30
* Added preinit of lvo stuffnick2001-11-183-12/+34
* fix to compile when SHM is disabledalex2001-11-181-3/+3
* Minor fixes by David.atmos42001-11-181-83/+52
* Unknown subdevice now is error (was - warning)nick2001-11-181-1/+2
* Qualitative speedup of decodingnick2001-11-181-46/+2
* Move ignores in subdirs to their respective .cvsignore files.atmos42001-11-171-0/+1
* Fixed incorretc terminating of lvo stuff and improving of query_formatnick2001-11-171-15/+19
* working draw_slice stuffnick2001-11-171-2/+15
* Xv stuffnick2001-11-161-2/+44
* dxr3-patch4 by David Holmarpi2001-11-161-40/+86
* No commentsnick2001-11-151-1/+1
* Screen clearing instead of stupid BIOSesnick2001-11-151-0/+13
* minor lacks fixingnick2001-11-131-1/+2
* New video output technique Linux Video Overlay:nick2001-11-134-9/+258
* Added a temporary fix to the DXR3 win32 codec playback, win32 codecs might pr...mswitch2001-11-131-36/+172
* Compile fix.atmos42001-11-122-2/+2
* p2/p3 bgr32 version (20%faster)michael2001-11-112-6/+316
* Use new logic suggested by Michael Niedermayernick2001-11-112-0/+4
* Cloning 32 stuff to 24nick2001-11-112-6/+168
* Minor speedup for K6-2, K7, P3nick2001-11-112-66/+68
* Enable MMX stuffnick2001-11-112-42/+14
* Extract parallelism from OSD stuff + MMX2 optimization.nick2001-11-112-64/+82
* bugfixmichael2001-11-112-8/+8
* .balign or we´ll align by 64kb on some architecturesmichael2001-11-102-4/+4
* Code cleanup - emms is not required when MMX block is commented out.nick2001-11-102-26/+32
* added some macros for rgb/bgralex2001-11-091-0/+6
* added missing #include <malloc.h>pl2001-11-091-5/+5
* memalign detection cleanuppl2001-11-091-5/+1
* DXR3 beta2 patch by David Holm.atmos42001-11-081-48/+220
* Move yuv2rgb to postprocessnick2001-11-0614-19/+13
* No longer requirednick2001-11-064-944/+0
* autodetecting for dvb-cardsjaf2001-11-052-2/+3
* Well - old algorithms and new stuff rgb24to16(15)nick2001-11-051-0/+4
* rgb32to16, rgb32to15 supportnick2001-11-051-0/+4
* Sorry, my laptop has no dvb-cardjaf2001-11-051-1/+1
* vo_pts addedarpi2001-11-052-0/+4
* audio packet writting addedarpi2001-11-051-4/+67
* Minor notesnick2001-11-041-2/+2
* Use standard aspect codenick2001-11-041-20/+7
* Code cleanupnick2001-11-041-2/+9
* Double buffering supportnick2001-11-041-40/+55
* Fixed rgb2rgb in DGA modenick2001-11-041-7/+9
* vo_format_name prototype addedalex2001-11-031-0/+2
* What's new:nick2001-11-031-30/+123
* ao_dxr3 by David Holm <dholm@telia.com>arpi2001-11-032-0/+335
* code cleanupnick2001-11-021-1/+1
* Fixed bug of -vc libmpeg2 on vesa:dganick2001-11-021-2/+3
* Qualitative speedup decoding when video card supports DGA!nick2001-11-021-103/+122
* *** empty log message ***nick2001-11-021-0/+7
* mmx opt ,untested, i have no mgamichael2001-11-021-0/+41
* vo_vesa: DGA supportnick2001-11-011-3/+28
* vo_format_name moved from video_out.c to img_format.calex2001-10-313-43/+45
* Code cleanupnick2001-10-313-5/+0
* slow mmx & not so slow asm versions (outcommented)michael2001-10-302-0/+154
* No longer requirednick2001-10-301-42/+0
* Using new stuff of rgb15to16nick2001-10-305-85/+19
* print 'sw convertor usage' without verbosingnick2001-10-301-1/+1
* Cosmeticnick2001-10-301-3/+2
* memalign 64nick2001-10-291-0/+8
* vo_odivx disabledarpi2001-10-292-3/+3
* yv12 to yv12 scalermichael2001-10-282-5/+7
* More elegant solutionnick2001-10-281-706/+1
* vo_vesa: more rgb2rgb supportnick2001-10-281-0/+2
* vo_vesa: more rgb2rgb supportnick2001-10-281-0/+2
* vo_vesa: rgb2rgb supportnick2001-10-281-14/+51
* never declare variables in *.h files, plsnick2001-10-273-19/+21
*