summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix swapped uv planes when playing yv12 data with direct renderingksorim2002-03-231-4/+4
* Fixes crash which occured when it wasn't possible to connect to the displayksorim2002-03-231-4/+5
* Fix for OSD when width != pitchksorim2002-03-221-16/+23
* ixes bug in draw_slice and also fixes compilance toatmos42002-03-221-69/+113
* print meaningfull error message instead of "hmm, arpi said that isnt used...michael2002-03-211-4/+14
* This will hopefully fixksorim2002-03-211-22/+24
* Fix crash when playing multiple files. The bug was triggered when the first fileksorim2002-03-211-38/+14
* Fix crash when SDL had to do rgb -> rgb conversion. Removed some codeksorim2002-03-211-43/+30
* Fame support enabled, awaiting bugreports =Dmswitch2002-03-201-13/+13
* using -dr instead -vaa_dralex2002-03-201-1/+1
* fixing runtime cpudetect with pre SSE cpusmichael2002-03-191-7/+38
* hotfix (i doubt it will really fix this issue) by Fredrik Kuivinen <freku045@...arpi2002-03-191-0/+1
* Automatically use avcodec if it exists, otherwise fall back to fame (duemswitch2002-03-191-6/+11
* updates by Jiri.Svoboda@seznam.czarpi2002-03-181-233/+747
* Add a (more or less dummy) reference to vo_format_name(), to pull thejkeil2002-03-171-0/+2
* uninit bugs fixedarpi2002-03-171-7/+8
* fame enabeldarpi2002-03-161-1/+1
* workaround lack of -fomit-frame-pointermichael2002-03-161-8/+8
* 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
* added directrendering support and better query_formatalex2002-03-161-10/+53
* No longer force the device into not using famemswitch2002-03-151-2/+5
* 10larpi2002-03-151-1/+1
* place subtitles under the imagearpi2002-03-151-3/+10
* 10l? frames_per_sequence==GOPsize... so it should be few secondsarpi2002-03-151-2/+2
* vo_flags unusedarpi2002-03-141-1/+1
* This will slow down wobbling (just a bit)mswitch2002-03-131-2/+2
* Added preliminary fame supportmswitch2002-03-131-61/+97
* upsz ... 10l :)pontscho2002-03-131-4/+8
* small changes in event handlingpontscho2002-03-131-7/+13
* using libFAME...arpi2002-03-131-74/+78
* sdl dr supportatmos42002-03-121-1/+43
* 10l forgot to remove debug printfsatmos42002-03-121-2/+0
* fix dga key handlingatmos42002-03-121-1/+3
* Using yv12_to_yuy2 sw convertor for cards which have no native yv12 supportnick2002-03-121-12/+42
* Compute aspect ratio only oncenick2002-03-111-16/+2
* Fixed fullscreen modenick2002-03-111-1/+3
* Fixed default background color for proper color key usagenick2002-03-111-1/+1
* fixed strides for packed fourccsnick2002-03-101-9/+13
* 32bpp support not implemented - do not liearpi2002-03-101-4/+4
* DirectFB 0.9.9 support - patch by Aubin Paul <aubin@punknews.org>arpi2002-03-101-1/+13
* VM fixes by Nilmoni Deb.atmos42002-03-101-7/+18
* video_eq support - applied brightness/contrast patch by Brian J. Murrellarpi2002-03-101-0/+45
* round up width/height if mod 2 != 0arpi2002-03-091-0/+5
* DR fixed for BGR24arpi2002-03-091-0/+1
* voctls for decoding aheadnick2002-03-092-0/+13
* Optimization and get_image fixes (still untested)nick2002-03-091-129/+68
* small changes in libvo's X11 supportpontscho2002-03-085-59/+44
* VOCTRL_GET_IMAGE (untested but should work)nick2002-03-081-0/+21
* +10l to .soarpi2002-03-071-2/+2
* rewrite fullscreen support in some libvo driverpontscho2002-03-078-52/+95
* direct rendering supportarpi2002-03-071-0/+25
* small bugfix.pontscho2002-03-071-0/+2
* vm pecs applied from daniel carter <hedonist@win.co.nz>pontscho2002-03-071-1/+9
* accept STATIC buffers if num_buffers==1arpi2002-03-071-1/+1
* small bug fixed and workarounds :(pontscho2002-03-071-3/+10
* direct rendering supportarpi2002-03-072-1/+35
* control+preinit moved to mga_common.carpi2002-03-073-26/+16
* using mem2agpcpy_pic()arpi2002-03-061-40/+15
* workaround for Lara Croft CVID sample... - one more problem to solvearpi2002-03-061-0/+3
* 're-include' possibilitynick2002-03-031-0/+4
* Use as much buffers as possiblenick2002-03-031-2/+2
* add no fs as default for windriversatmos42002-03-031-1/+5
* yuy2 support disabled to workaround stupid colorspace selectionmichael2002-03-011-1/+1
* Added BGR32 output support to PNG vo target because, hey, whymelanson2002-03-011-0/+12
* print the number of buffers usedmichael2002-02-281-0/+1
* Corrections to position saving/restore under vo=X11.atlka2002-02-281-2/+3
* older API fixes, support for async modealex2002-02-241-10/+56
* do not fault if no directbuffer available (for example: ggi display-multi)alex2002-02-241-10/+14
* reworked :) should work on low bpp outputsalex2002-02-241-282/+101
* totally reworked, working fine on fbdev too, applied Andres Beck's patches, q...alex2002-02-231-338/+236
* ehh, return error if cannot open displayalex2002-02-231-1/+1
* Bugfix in x11_common.c mainly. Don't screw up the display name,albeu2002-02-233-20/+20
* using vo_dx, vo_dyalex2002-02-221-31/+16
* setting vo_dx and vo_dy in event handlingalex2002-02-221-4/+27
* added vo_dx,vo_dy (used currently only by X based outputs)alex2002-02-222-0/+6
* clear the window if resized but no scaling used. Enable runtime fullscreen se...alex2002-02-221-6/+8
* osd outside movie support for vo_sdl, patch by Fredrik Kuivinenatmos42002-02-223-108/+457
* mondom fix bazmeg.pontscho2002-02-222-47/+26
* fix nexus's key bug :) 10l, sorry :)pontscho2002-02-221-31/+29
* new interface ? :)pontscho2002-02-211-3/+7
* fixing scaled outputmichael2002-02-211-2/+2
* small changespontscho2002-02-214-142/+84
* unscaled yuv2rgb fix for big-endian systemsmichael2002-02-211-1/+1
* Fix return value of VOCTRL_FULLSCREENatmos42002-02-212-1/+2
* ExposureMask fixed.pontscho2002-02-212-14/+2
* changes in fullscreen/window switching code to obtain returning toatlka2002-02-211-4/+8
* subtitle positioning patch by Jiri Svobodaatmos42002-02-201-1/+2
* support for VOCTRL_FULLSCREENatmos42002-02-201-14/+12
* add new input cuccpontscho2002-02-202-1/+14
* Screenshot on the flynick2002-02-181-0/+54
* Accidentally mixed experimental code with stable one during last commit,mswitch2002-02-181-17/+15
* Added VOCTRL_PAUSE and VOCTRL_RESUMEmswitch2002-02-182-19/+38
* Change order of vo_function calls (Although it doesn't matter for now).nick2002-02-171-4/+4
* Allow using direct rendering with any HW pitches (even on matrox g400).nick2002-02-171-12/+17
* vidix interleaved U V planes (for g200) by Attila Kinali <kinali@gmx.net>nick2002-02-171-30/+49
* added local X11 error handler (call player_exit)alex2002-02-171-0/+25
* More correct direct rendering usagenick2002-02-171-4/+8
* Screenshot on the flynick2002-02-172-0/+78
* Screenshot on the flynick2002-02-171-0/+2
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'nick2002-02-1719-22/+130
* added VOFLAG_* definitions and int vo_flagsalex2002-02-172-0/+7
* added support for runtime fullscreen switchingalex2002-02-171-1/+51
* added VOCTRL_FULLSCREENalex2002-02-171-0/+2
* Fixed a bug with prebuffering which would cause syncloss, someone atmswitch2002-02-161-4/+0
* 101 (NULL->srcW, NULL->srcH)michael2002-02-161-6/+6
* 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
* avoid allocating a dummy scaler as debug/info messages will only be printed f...michael2002-02-151-3/+8
* use mem2agpcpy_pic()michael2002-02-151-20/+9
* mem2agpcpy_pic()michael2002-02-141-0/+20
* yv12 slices fix by Robert Kesterson <robertk@robertk.com>arpi2002-02-141-7/+7
* bugfix for width % 2 != 0michael2002-02-141-6/+13
* Using the mplayer SwScaler instead of doing scaling manually (sometimes this ...mswitch2002-02-131-66/+65
* 101michael2002-02-131-2/+0
* we are now able to use the new bitwriter code in libavcodecrik2002-02-121-1/+4
* use mem2agpcpy() instead of fast_memcpy()michael2002-02-121-2/+5
* mem2agpcpy()michael2002-02-123-3/+124
* default is allways nozoom again (specify -zoom if u want the sane behavior)michael2002-02-121-3/+5
* rgb/bgr 32bpp and IYUV/I420 supportalex2002-02-121-1/+21
* this file is obsoleted by videodev_mjpeg.hrik2002-02-121-372/+0
* this file obsoletes zoran.h and contains the Recommended interface definition...rik2002-02-121-0/+118
* migration of -vo zr to Recommended Interface definition (this obsoletes zoran.h)rik2002-02-121-13/+13
* add vsync support for doublebuffering to vo_vesaatmos42002-02-123-4/+6
* minor rounding bugfix in the aspect stuffmichael2002-02-111-1/+1
* -fs and or -vm default is nozoom, -zoom does the expected thingmichael2002-02-111-8/+9
* Added new input mouse support in x11 voalbeu2002-02-115-4/+36
* tell to driver doublebufferingnick2002-02-111-1/+1
* mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-02-113-759/+405
* allways use swScalermichael2002-02-101-119/+54
* removed unused includes, added fastmemcpy support, removed local copy of rgb2...alex2002-02-101-88/+4
* Portabilitynick2002-02-101-1/+1
* BGR24 support, including flip flagarpi2002-02-101-19/+43
* bgr15 / bgr16 input support (with -zoom)michael2002-02-101-7/+15
* added voctrl_guisupport and fixed some typosalex2002-02-091-4/+6
* 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
* FreeBSD fixnexus2002-02-091-0/+3
* 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
* Make code simple. Use swScaler even for fastmemcpy purposes :)nick2002-02-091-28/+20
* vo_yuv4mpeg addedarpi2002-02-092-1/+3
* yuv4mpeg output, by Robert Kesterson <robertk@robertk.com>arpi2002-02-091-0/+284
* 10000hl to Holm... control MUST BE static...arpi2002-02-0927-27/+30
* screensize from fbdev ioctl - patch by Jason Lunz <j@falooley.org>arpi2002-02-091-0/+20
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-0931-117/+247
* Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net>albeu2002-02-081-4/+53
* Configurable OSD zonesnick2002-02-071-0/+36
* fix color key handling bugpontscho2002-02-071-0/+2
* fs resize bug fix.pontscho2002-02-071-0/+3
* finished making vesa optionalrfelker2002-02-071-2/+2
* swScale internally uses yuv2rgb now if possiblemichael2002-02-062-3/+3
* Correct vesa shutdown on 'config playback' errorsnick2002-02-061-1/+1
* checking output of getSwsContext*()michael2002-02-051-10/+17
* Enable 15bpp on servernick2002-02-051-0/+1
* Support of scaling with every fourccnick2002-02-051-181/+114
* Add playlist keys (some missing?!) and add some shift handlers to allow keys ...atmos42002-02-041-4/+12
* Fix multifile playback (sdl was not fully reinitialized).atmos42002-02-041-3/+3
* 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
* YUY2 BGR32 BGR24 support for vo_x11 if swScaler is usedmichael2002-02-031-1/+20
* Allows to users control direct renderingnick2002-02-031-0/+1
* code cleanupnick2002-02-032-10/+14
* Cleaned up some codemswitch2002-02-021-20/+9
* Alex! Never write bottlenecks, ok?nick2002-02-011-2/+3
* Optimizing with use new tune infonick2002-02-011-199/+243
* change init to config in vo_gl and vo_md5 like in the other vo_ modules -- fi...rfelker2002-02-012-2/+2
* change init to config in vo_mga like in the other vo_ modules -- fixes crash ...rfelker2002-02-011-1/+1
* removed obsoleted Terminate_Display_Process, using freeMyXImage and vo_x11_un...alex2002-01-311-17/+3
* return error if unknown depth given. more informative error messages. dont ex...alex2002-01-311-7/+9
* removed obosolete Terminate_Display_Process. using vo_x11_uninit. support UYV...alex