| Commit message (Expand) | Author | Age | Files | Lines |
* | 're-include' possibility | nick | 2002-03-03 | 1 | -0/+4 |
* | Use as much buffers as possible | nick | 2002-03-03 | 1 | -2/+2 |
* | add no fs as default for windrivers | atmos4 | 2002-03-03 | 1 | -1/+5 |
* | yuy2 support disabled to workaround stupid colorspace selection | michael | 2002-03-01 | 1 | -1/+1 |
* | Added BGR32 output support to PNG vo target because, hey, why | melanson | 2002-03-01 | 1 | -0/+12 |
* | print the number of buffers used | michael | 2002-02-28 | 1 | -0/+1 |
* | Corrections to position saving/restore under vo=X11. | atlka | 2002-02-28 | 1 | -2/+3 |
* | older API fixes, support for async mode | alex | 2002-02-24 | 1 | -10/+56 |
* | do not fault if no directbuffer available (for example: ggi display-multi) | alex | 2002-02-24 | 1 | -10/+14 |
* | reworked :) should work on low bpp outputs | alex | 2002-02-24 | 1 | -282/+101 |
* | totally reworked, working fine on fbdev too, applied Andres Beck's patches, q... | alex | 2002-02-23 | 1 | -338/+236 |
* | ehh, return error if cannot open display | alex | 2002-02-23 | 1 | -1/+1 |
* | Bugfix in x11_common.c mainly. Don't screw up the display name, | albeu | 2002-02-23 | 3 | -20/+20 |
* | using vo_dx, vo_dy | alex | 2002-02-22 | 1 | -31/+16 |
* | setting vo_dx and vo_dy in event handling | alex | 2002-02-22 | 1 | -4/+27 |
* | added vo_dx,vo_dy (used currently only by X based outputs) | alex | 2002-02-22 | 2 | -0/+6 |
* | clear the window if resized but no scaling used. Enable runtime fullscreen se... | alex | 2002-02-22 | 1 | -6/+8 |
* | osd outside movie support for vo_sdl, patch by Fredrik Kuivinen | atmos4 | 2002-02-22 | 3 | -108/+457 |
* | mondom fix bazmeg. | pontscho | 2002-02-22 | 2 | -47/+26 |
* | fix nexus's key bug :) 10l, sorry :) | pontscho | 2002-02-22 | 1 | -31/+29 |
* | new interface ? :) | pontscho | 2002-02-21 | 1 | -3/+7 |
* | fixing scaled output | michael | 2002-02-21 | 1 | -2/+2 |
* | small changes | pontscho | 2002-02-21 | 4 | -142/+84 |
* | unscaled yuv2rgb fix for big-endian systems | michael | 2002-02-21 | 1 | -1/+1 |
* | Fix return value of VOCTRL_FULLSCREEN | atmos4 | 2002-02-21 | 2 | -1/+2 |
* | ExposureMask fixed. | pontscho | 2002-02-21 | 2 | -14/+2 |
* | changes in fullscreen/window switching code to obtain returning to | atlka | 2002-02-21 | 1 | -4/+8 |
* | subtitle positioning patch by Jiri Svoboda | atmos4 | 2002-02-20 | 1 | -1/+2 |
* | support for VOCTRL_FULLSCREEN | atmos4 | 2002-02-20 | 1 | -14/+12 |
* | add new input cucc | pontscho | 2002-02-20 | 2 | -1/+14 |
* | Screenshot on the fly | nick | 2002-02-18 | 1 | -0/+54 |
* | Accidentally mixed experimental code with stable one during last commit, | mswitch | 2002-02-18 | 1 | -17/+15 |
* | Added VOCTRL_PAUSE and VOCTRL_RESUME | mswitch | 2002-02-18 | 2 | -19/+38 |
* | Change order of vo_function calls (Although it doesn't matter for now). | nick | 2002-02-17 | 1 | -4/+4 |
* | Allow using direct rendering with any HW pitches (even on matrox g400). | nick | 2002-02-17 | 1 | -12/+17 |
* | vidix interleaved U V planes (for g200) by Attila Kinali <kinali@gmx.net> | nick | 2002-02-17 | 1 | -30/+49 |
* | added local X11 error handler (call player_exit) | alex | 2002-02-17 | 1 | -0/+25 |
* | More correct direct rendering usage | nick | 2002-02-17 | 1 | -4/+8 |
* | Screenshot on the fly | nick | 2002-02-17 | 2 | -0/+78 |
* | Screenshot on the fly | nick | 2002-02-17 | 1 | -0/+2 |
* | I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me' | nick | 2002-02-17 | 19 | -22/+130 |
* | added VOFLAG_* definitions and int vo_flags | alex | 2002-02-17 | 2 | -0/+7 |
* | added support for runtime fullscreen switching | alex | 2002-02-17 | 1 | -1/+51 |
* | added VOCTRL_FULLSCREEN | alex | 2002-02-17 | 1 | -0/+2 |
* | Fixed a bug with prebuffering which would cause syncloss, someone at | mswitch | 2002-02-16 | 1 | -4/+0 |
* | 101 (NULL->srcW, NULL->srcH) | michael | 2002-02-16 | 1 | -6/+6 |
* | Fixed a strange bug that sneaked in at the last minute (vobsub would | mswitch | 2002-02-16 | 1 | -10/+8 |
* | Fixed bug which would cause gibberish to be printed when using :noprebuf | mswitch | 2002-02-16 | 1 | -15/+18 |
* | avoid allocating a dummy scaler as debug/info messages will only be printed f... | michael | 2002-02-15 | 1 | -3/+8 |
* | use mem2agpcpy_pic() | michael | 2002-02-15 | 1 | -20/+9 |
* | mem2agpcpy_pic() | michael | 2002-02-14 | 1 | -0/+20 |
* | yv12 slices fix by Robert Kesterson <robertk@robertk.com> | arpi | 2002-02-14 | 1 | -7/+7 |
* | bugfix for width % 2 != 0 | michael | 2002-02-14 | 1 | -6/+13 |
* | Using the mplayer SwScaler instead of doing scaling manually (sometimes this ... | mswitch | 2002-02-13 | 1 | -66/+65 |
* | 101 | michael | 2002-02-13 | 1 | -2/+0 |
* | we are now able to use the new bitwriter code in libavcodec | rik | 2002-02-12 | 1 | -1/+4 |
* | use mem2agpcpy() instead of fast_memcpy() | michael | 2002-02-12 | 1 | -2/+5 |
* | mem2agpcpy() | michael | 2002-02-12 | 3 | -3/+124 |
* | default is allways nozoom again (specify -zoom if u want the sane behavior) | michael | 2002-02-12 | 1 | -3/+5 |
* | rgb/bgr 32bpp and IYUV/I420 support | alex | 2002-02-12 | 1 | -1/+21 |
* | this file is obsoleted by videodev_mjpeg.h | rik | 2002-02-12 | 1 | -372/+0 |
* | this file obsoletes zoran.h and contains the Recommended interface definition... | rik | 2002-02-12 | 1 | -0/+118 |
* | migration of -vo zr to Recommended Interface definition (this obsoletes zoran.h) | rik | 2002-02-12 | 1 | -13/+13 |
* | add vsync support for doublebuffering to vo_vesa | atmos4 | 2002-02-12 | 3 | -4/+6 |
* | minor rounding bugfix in the aspect stuff | michael | 2002-02-11 | 1 | -1/+1 |
* | -fs and or -vm default is nozoom, -zoom does the expected thing | michael | 2002-02-11 | 1 | -8/+9 |
* | Added new input mouse support in x11 vo | albeu | 2002-02-11 | 5 | -4/+36 |
* | tell to driver doublebuffering | nick | 2002-02-11 | 1 | -1/+1 |
* | mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org> | arpi | 2002-02-11 | 3 | -759/+405 |
* | allways use swScaler | michael | 2002-02-10 | 1 | -119/+54 |
* | removed unused includes, added fastmemcpy support, removed local copy of rgb2... | alex | 2002-02-10 | 1 | -88/+4 |
* | Portability | nick | 2002-02-10 | 1 | -1/+1 |
* | BGR24 support, including flip flag | arpi | 2002-02-10 | 1 | -19/+43 |
* | bgr15 / bgr16 input support (with -zoom) | michael | 2002-02-10 | 1 | -7/+15 |
* | added voctrl_guisupport and fixed some typos | alex | 2002-02-09 | 1 | -4/+6 |
* | updated :noprebuf to emulate the playback used in mplayer 0.60 (with dxr3 pat... | mswitch | 2002-02-09 | 1 | -7/+15 |
* | Fixed a bug where seeking would lock mplayer | mswitch | 2002-02-09 | 1 | -0/+5 |
* | Removed some stuff from the em8300 driver, had to compensate | mswitch | 2002-02-09 | 1 | -6/+1 |
* | FreeBSD fix | nexus | 2002-02-09 | 1 | -0/+3 |
* | Added switch to disable prebuffering | mswitch | 2002-02-09 | 1 | -9/+19 |
* | ARGH, changing playback speed was a mistake... | mswitch | 2002-02-09 | 1 | -7/+0 |
* | Fixed some stuff with setting timestamps, and added proper setting of playbac... | mswitch | 2002-02-09 | 1 | -2/+7 |
* | Thanks to the new control() method I've finally been able to add prebuffering... | mswitch | 2002-02-09 | 1 | -13/+21 |
* | Make code simple. Use swScaler even for fastmemcpy purposes :) | nick | 2002-02-09 | 1 | -28/+20 |
* | vo_yuv4mpeg added | arpi | 2002-02-09 | 2 | -1/+3 |
* | yuv4mpeg output, by Robert Kesterson <robertk@robertk.com> | arpi | 2002-02-09 | 1 | -0/+284 |
* | 10000hl to Holm... control MUST BE static... | arpi | 2002-02-09 | 27 | -27/+30 |
* | screensize from fbdev ioctl - patch by Jason Lunz <j@falooley.org> | arpi | 2002-02-09 | 1 | -0/+20 |
* | query_ stuff replaced by new control() - patch by David Holm | arpi | 2002-02-09 | 31 | -117/+247 |
* | Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net> | albeu | 2002-02-08 | 1 | -4/+53 |
* | Configurable OSD zones | nick | 2002-02-07 | 1 | -0/+36 |
* | fix color key handling bug | pontscho | 2002-02-07 | 1 | -0/+2 |
* | fs resize bug fix. | pontscho | 2002-02-07 | 1 | -0/+3 |
* | finished making vesa optional | rfelker | 2002-02-07 | 1 | -2/+2 |
* | swScale internally uses yuv2rgb now if possible | michael | 2002-02-06 | 2 | -3/+3 |
* | Correct vesa shutdown on 'config playback' errors | nick | 2002-02-06 | 1 | -1/+1 |
* | checking output of getSwsContext*() | michael | 2002-02-05 | 1 | -10/+17 |
* | Enable 15bpp on server | nick | 2002-02-05 | 1 | -0/+1 |
* | Support of scaling with every fourcc | nick | 2002-02-05 | 1 | -181/+114 |
* | Add playlist keys (some missing?!) and add some shift handlers to allow keys ... | atmos4 | 2002-02-04 | 1 | -4/+12 |
* | Fix multifile playback (sdl was not fully reinitialized). | atmos4 | 2002-02-04 | 1 | -3/+3 |
* | Activate QSCALE flag for avcodec | mswitch | 2002-02-03 | 1 | -16/+14 |
* | Forgot the osd fix in the other patch, well, here it is ;) | mswitch | 2002-02-03 | 1 | -5/+3 |
* | Switched from libmp1e to libavcodec, at least for me it runs helluva lot fast... | mswitch | 2002-02-03 | 1 | -230/+173 |
* | YUY2 BGR32 BGR24 support for vo_x11 if swScaler is used | michael | 2002-02-03 | 1 | -1/+20 |
* | Allows to users control direct rendering | nick | 2002-02-03 | 1 | -0/+1 |
* | code cleanup | nick | 2002-02-03 | 2 | -10/+14 |
* | Cleaned up some code | mswitch | 2002-02-02 | 1 | -20/+9 |
* | Alex! Never write bottlenecks, ok? | nick | 2002-02-01 | 1 | -2/+3 |
* | Optimizing with use new tune info | nick | 2002-02-01 | 1 | -199/+243 |
* | change init to config in vo_gl and vo_md5 like in the other vo_ modules -- fi... | rfelker | 2002-02-01 | 2 | -2/+2 |
* | change init to config in vo_mga like in the other vo_ modules -- fixes crash ... | rfelker | 2002-02-01 | 1 | -1/+1 |
* | removed obsoleted Terminate_Display_Process, using freeMyXImage and vo_x11_un... | alex | 2002-01-31 | 1 | -17/+3 |
* | return error if unknown depth given. more informative error messages. dont ex... | alex | 2002-01-31 | 1 | -7/+9 |
* | removed obosolete Terminate_Display_Process. using vo_x11_uninit. support UYV... | alex | 2002-01-31 | 1 | -24/+4 |
* | removed obsoleted Terminate_Display_Process, using vo_x11_uninit | alex | 2002-01-31 | 2 | -21/+4 |
* | removed obsoleted Terminate_Display_Process | alex | 2002-01-31 | 2 | -14/+3 |
* | grr, 10l. vo_x11_uninit: close display only if window not created by GUI | alex | 2002-01-31 | 1 | -4/+1 |
* | vo_x11_uninit: dont destroy window if GUI created it | alex | 2002-01-31 | 1 | -12/+19 |
* | added vo_x11_uninit | alex | 2002-01-31 | 1 | -0/+12 |
* | Use new tune info | nick | 2002-01-31 | 5 | -9/+55 |
* | new info for tuning | nick | 2002-01-31 | 29 | -88/+98 |
* | IMGFMT_RGBxx experimental support | nick | 2002-01-31 | 1 | -2/+79 |
* | using the common -vm code, patch by Santi Béjar <tiarda@yahoo.es> | arpi | 2002-01-31 | 2 | -69/+55 |
* | common -vm code, patch by Santi Béjar <tiarda@yahoo.es> | arpi | 2002-01-31 | 2 | -0/+71 |
* | real window resizeing support (i know nearly nothing about x11 so feel free t... | michael | 2002-01-30 | 1 | -111/+155 |
* | Minor fix - else 0 is unreachable | nick | 2002-01-29 | 1 | -1/+1 |
* | Support for HW equalizing through VAA | nick | 2002-01-28 | 1 | -30/+144 |
* | did not compile when --disable-vidix was used | pl | 2002-01-27 | 1 | -1/+1 |
* | small typos in text | pl | 2002-01-27 | 1 | -2/+2 |
* | Use real preinit | nick | 2002-01-27 | 1 | -20/+16 |
* | provide full vaa interface | nick | 2002-01-27 | 1 | -5/+51 |
* | improvements | nick | 2002-01-27 | 2 | -2/+34 |
* | preinit moved to right place | alex | 2002-01-26 | 1 | -37/+18 |
* | preinit usage | nick | 2002-01-26 | 2 | -32/+22 |
* | fix a decimation/scaling bug in vo_zr and some verbose messages have changed ... | arpi | 2002-01-26 | 1 | -4/+28 |
* | no longer required to call preinit from init and query_format, mplayer.c does... | alex | 2002-01-26 | 1 | -3/+3 |
* | fixed preinit conflict | alex | 2002-01-26 | 1 | -8/+3 |
* | i420/iyuv support | alex | 2002-01-26 | 1 | -4/+19 |
* | Extensions for video accelerated architecture | nick | 2002-01-26 | 30 | -16/+306 |
* | fixed i420 handling | alex | 2002-01-26 | 1 | -2/+10 |
* | use the new jpeg encoder - patch by Rik Snel <rsnel@cube.dyndns.org> | arpi | 2002-01-26 | 1 | -225/+163 |
* | fast 4:2:2 jpeg encoder, based on libavcodec. - patch by Rik Snel <rsnel@cube... | arpi | 2002-01-26 | 1 | -0/+899 |
* | Let mplayer handle signals so terminal gets cleaned up. | atmos4 | 2002-01-24 | 1 | -1/+1 |
* | qscale 3->2 (Thank you Michael) | arpi | 2002-01-24 | 1 | -1/+1 |
* | added support for i420 and iyuv | alex | 2002-01-24 | 1 | -4/+16 |
* | vo_pts fix (10l) | arpi | 2002-01-24 | 1 | -2/+3 |
* | don't render UV planes if interleaved (also add support later) | alex | 2002-01-23 | 1 | -0/+12 |
* | RGB independed correction for GATOS's radeon_video driver! | nick | 2002-01-23 | 1 | -1/+12 |
* | intense -> intensity | nick | 2002-01-23 | 3 | -24/+28 |
* | fix screen saver bug under gui | pontscho | 2002-01-23 | 4 | -17/+8 |
* | Attempt to fix NVidia problems | nick | 2002-01-22 | 1 | -7/+22 |
* | cleanup of video packet writer, PTS sent only once | arpi | 2002-01-22 | 1 | -14/+20 |
* | move bug fixed | pontscho | 2002-01-22 | 1 | -13/+6 |
* | LPCM write code rewritten, thanks to Marcus at mocm@convergence.de | arpi | 2002-01-22 | 1 | -29/+44 |
* | Gamma correction (based on patch of Pásztor Szilárd <silicon@falcon.sch.bme... | nick | 2002-01-21 | 1 | -1/+55 |
* | added support for unlimited video resolution (-1) | alex | 2002-01-20 | 1 | -3/+10 |
* | reworked, picture moves when window moved, fullscreen working with gui, fixed... | alex | 2002-01-19 | 1 | -80/+61 |
* | clearing safely the buffer, queryfourcc returns 0x2 (hw accel, noconv.), sett... | alex | 2002-01-19 | 1 | -30/+35 |
* | Reverted to using software sync again, some day I'll die of a heartattack if ... | mswitch | 2002-01-19 | 1 | -26/+7 |
* | Only use hardware sync and prebuffering with mpegs! | mswitch | 2002-01-19 | 1 | -13/+11 |
* | Handle timestamps internally | mswitch | 2002-01-19 | 1 | -12/+16 |
* | Added reverting support for -zr* options | albeu | 2002-01-19 | 1 | -5/+30 |
* | Added reverting support for -aa* options | albeu | 2002-01-19 | 1 | -0/+9 |
* | vidix_grkey_support checking for colorkeying | alex | 2002-01-19 | 3 | -8/+17 |
* | Removed seeking warning message since it has now been fixed in the driver | mswitch | 2002-01-19 | 1 | -1/+0 |
* | mangling in libvo | atmos4 | 2002-01-19 | 2 | -3/+4 |
* | updated based vo_xmga, using colorkey, working with gui, fixed xinerama and w... | alex | 2002-01-18 | 1 | -67/+209 |
* | added colorkey handling | alex | 2002-01-18 | 2 | -5/+21 |
* | sorry, i really wanted to add vidix_start and stop as int, to detect if somet... | alex | 2002-01-18 | 2 | -6/+8 |
* | Missed fastmemcpy | nick | 2002-01-18 | 1 | -0/+1 |
* | |