| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace deprecated sws_scale_ordered usages by sws_scale (which does the same). | reimar | 2010-01-03 | 1 | -1/+1 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 1 | -2/+2 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -4/+4 |
* | Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo. | reimar | 2009-03-29 | 1 | -4/+2 |
* | Add standard license headers, unify header formatting. | diego | 2009-02-08 | 1 | -0/+17 |
* | Remove pointless forward declaration. | diego | 2008-12-23 | 1 | -1/+0 |
* | Clear the whole window on resize in vo_x11 since we do not | reimar | 2008-11-23 | 1 | -1/+3 |
* | Simplify vo_x11 check_events function | reimar | 2008-11-23 | 1 | -7/+2 |
* | Do not draw in window if our image has not yet been adjusted to the new windo... | reimar | 2008-11-23 | 1 | -0/+5 |
* | Remove unnecessary xf86vmode.h include. | reimar | 2008-11-23 | 1 | -3/+0 |
* | Remove some usnused variables and commented-out code. | reimar | 2008-11-23 | 1 | -6/+0 |
* | Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling. | reimar | 2008-11-23 | 1 | -9/+3 |
* | Simplify handling of "flags" parameter | reimar | 2008-11-21 | 1 | -13/+4 |
* | Add forgotten initialization if Flip_Flag to 0. | reimar | 2008-11-21 | 1 | -0/+1 |
* | Factor common code like -wid handling, vo_gc creation etc. out into | reimar | 2008-11-19 | 1 | -29/+2 |
* | Remove explicit setting of vo_ontop since that is already done by vo_x11_crea... | reimar | 2008-11-15 | 1 | -3/+0 |
* | Remove a duplicated vo_x11_selectinput_witherr | reimar | 2008-11-15 | 1 | -8/+0 |
* | respect -vf dsize etc. also for -rootwin, just like vo_xv does. | reimar | 2008-11-15 | 1 | -10/+8 |
* | Remove now unused variables. | reimar | 2008-11-15 | 1 | -4/+0 |
* | Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height. | reimar | 2008-11-15 | 1 | -1/+1 |
* | Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same | reimar | 2008-11-15 | 1 | -12/+2 |
* | Set modified window position and monitor aspect in vo_vm_switch instead of in | reimar | 2008-11-15 | 1 | -4/+0 |
* | Replace some of the different inconsistent XGetGeometry uses by a | reimar | 2008-11-15 | 1 | -3/+1 |
* | Remove code from unused and since ages deprecated draw_frame function. | reimar | 2008-11-15 | 1 | -21/+1 |
* | vo_x11: do not replace the vo_gc created by the Gui. | reimar | 2008-11-15 | 1 | -4/+3 |
* | Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring. | reimar | 2008-11-15 | 1 | -2/+4 |
* | Cosmetics for vo_x11 control() to make it more similar to vo_xv.c | reimar | 2008-11-15 | 1 | -8/+6 |
* | fixed image format detection for 15 bit color depths | faust3 | 2008-10-17 | 1 | -1/+7 |
* | Remove duplicated prototype for XShmGetEventBase(), because | diego | 2008-08-09 | 1 | -3/+0 |
* | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 | 1 | -6/+6 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -2/+2 |
* | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 | 1 | -4/+4 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -1/+1 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 | 1 | -1/+0 |
* | Format mapping table should be const | reimar | 2007-12-02 | 1 | -2/+2 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 | 1 | -1/+1 |
* | Make vo info structs const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Remove unused variable. | diego | 2007-08-15 | 1 | -1/+0 |
* | Make X11 window creation and (with -fixed-vo) management simpler and more | reimar | 2007-06-27 | 1 | -28/+2 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 1 | -1/+1 |
* | Remove more pointless fastmemcpy.h includes in libvo | reimar | 2007-05-27 | 1 | -1/+0 |
* | Simplify -flip handling on vo_x11.c | reimar | 2007-05-12 | 1 | -6/+4 |
* | Fix crash with -flip on 64 bit systems, the result of | reimar | 2007-05-12 | 1 | -1/+1 |
* | Factor common code out of if in x11_common.c | reimar | 2007-05-12 | 1 | -2/+1 |
* | Gui --> gui | diego | 2007-04-23 | 1 | -1/+1 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 | 1 | -1/+1 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 | 1 | -9/+3 |
* | 10l, missing () in check for 32bit endian-conversion hack | reimar | 2006-12-14 | 1 | -1/+1 |
* | Support for different endianness on client and server with -vo x11 | reimar | 2006-12-12 | 1 | -0/+14 |
* | Align image data pointer, this is also in preparation of an upcoming patch | reimar | 2006-12-12 | 1 | -1/+6 |
* | Use XCreateImage instead of XGetImage, this is not only more correct and | reimar | 2006-12-12 | 1 | -3/+5 |
* | Proper detection of corresponding MPlayer image format for X server format fo... | reimar | 2006-10-23 | 1 | -41/+58 |
* | Remove dead code (condition can obviously never be true) | reimar | 2006-10-13 | 1 | -2/+0 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 | 1 | -1/+0 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 1 | -1/+1 |
* | Software Scaler headers usage cleanup | lucabe | 2006-06-18 | 1 | -8/+11 |
* | Fix window position when changing videos while in fullscreen and for | reimar | 2006-06-15 | 1 | -3/+3 |
* | Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ... | reynaldo | 2006-04-24 | 1 | -1/+2 |
* | Fix and improve xinerama support | reimar | 2006-04-16 | 1 | -3/+3 |
* | remove useless and memleak-causing strdup | reimar | 2006-03-09 | 1 | -1/+1 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -2/+2 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -6/+6 |
* | Make -wid behave more consistent. | al | 2005-05-21 | 1 | -0/+5 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 | 1 | -7/+7 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -7/+7 |
* | Removed superfluous XFlush calls before XSync. | al | 2004-08-20 | 1 | -1/+0 |
* | removed saver_on, saver_off calls, they are already in x11_common.c | reimar | 2004-07-25 | 1 | -3/+0 |
* | major reindentation of x11 code try #2 | attila | 2004-06-14 | 1 | -462/+586 |
* | just the same include reordering as in vo_xv (codemetics :) | alex | 2003-12-27 | 1 | -15/+15 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 1 | -0/+6 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -1/+1 |
* | Avoid flickering during resizes. Keep video contents even when paused. Fix by... | mosu | 2003-08-31 | 1 | -10/+19 |
* | geometry support for x11 | attila | 2003-08-31 | 1 | -0/+1 |
* | vf_scale.h & related cleanup & some small warning fix by dominik | michael | 2003-06-01 | 1 | -0/+1 |
* | warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> | alex | 2003-05-30 | 1 | -1/+1 |
* | swscaler doesn't recognizes support for BGR1/BGR4 too, and so if forced it cr... | alex | 2003-05-23 | 1 | -1/+3 |
* | that works correctly | alex | 2003-05-23 | 1 | -4/+0 |
* | 10000l (YUV vs. YVU swscale fix/cleanup) | michael | 2003-03-27 | 1 | -3/+2 |
* | sws_ prefix, more seperation between internal & external swscaler API | michael | 2003-02-23 | 1 | -7/+8 |
* | The reason why mplayer crashes (in some cases) when using x11 | arpi | 2003-02-04 | 1 | -4/+4 |
* | MPlayer crash when using -wid and -vo x11 parameters. | arpi | 2003-01-26 | 1 | -2/+3 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 | 1 | -5/+3 |
* | here is a somewhat generic equalizer implementation for the X11 vo drivers | arpi | 2002-10-29 | 1 | -2/+21 |
* | fix memleak | pontscho | 2002-10-16 | 1 | -1/+6 |
* | -fixed-vo support | pontscho | 2002-10-16 | 1 | -19/+18 |
* | since draw_slice() supports RGB/BGR, we don't need draw_image() for stride | arpi | 2002-10-09 | 1 | -12/+3 |
* | - implemented draw_image() | arpi | 2002-10-09 | 1 | -23/+16 |
* | -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net> | arpi | 2002-09-28 | 1 | -0/+1 |
* | Add the code that chooses a good X11 truecolor visual to the vo_x11 config() | jkeil | 2002-09-03 | 1 | -1/+4 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 | 1 | -1/+1 |
* | ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warning | arpi | 2002-08-09 | 1 | -2/+2 |
* | initial window size (-xy) fixed - patch by Kazunori Ueno <jagarl@creator.club... | arpi | 2002-07-31 | 1 | -1/+1 |
* | Silly me, vo_x11 doesn't use my aspect code! | atmos4 | 2002-07-11 | 1 | -1/+0 |
* | 1000l, back out hack-n-slay 8bpp code from my local tree. | atmos4 | 2002-07-10 | 1 | -7/+4 |
* | Markus Rechberger <revenger at shell.dnload.com>: | atmos4 | 2002-07-10 | 1 | -0/+1 |
* | -vm -fs -zoom fix, set correct vm screenres in aspect code (similar to xv fix). | atmos4 | 2002-07-10 | 1 | -5/+14 |
* | Destroy the old win when config is called multiple times | albeu | 2002-05-24 | 1 | -1/+6 |
* | some cleanup, gl/gl2 updated to use vo_window | arpi | 2002-05-14 | 1 | -1/+1 |
* | disable bgr8 | alex | 2002-05-13 | 1 | -0/+2 |
* | bad fix removed | arpi | 2002-05-12 | 1 | -2/+0 |
* | fix Arpi's bugs | pontscho | 2002-05-12 | 1 | -4/+3 |
* | fix Nil's vo_x11 bug (Nilmoni Deb <ndeb@ece.cmu.edu>) | pontscho | 2002-05-11 | 1 | -20/+10 |
* | fix some small bug and -rootwin | pontscho | 2002-05-11 | 1 | -35/+34 |
* | some reorder | arpi | 2002-05-09 | 1 | -7/+7 |
* | -zoom, -fs with x[11|mga|v] fix -- round two | pontscho | 2002-05-08 | 1 | -2/+2 |
* | some bugfix, x[11|mga|v] ( fullscreen with more files ) | pontscho | 2002-05-08 | 1 | -12/+23 |
* | fix -fs and 'f' | pontscho | 2002-05-06 | 1 | -6/+6 |
* | fix xmga fs, resize to movie size and mouse auto hide + dga | pontscho | 2002-05-03 | 1 | -1/+1 |
* | fix aspect ratio handling | pontscho | 2002-05-03 | 1 | -57/+1 |
* | printf to mp_msg | albeu | 2002-05-02 | 1 | -19/+15 |
* | fix fullscreen (?) | pontscho | 2002-04-25 | 1 | -1/+1 |
* | -rootwin fixed, keys work, mouse doesn't | arpi | 2002-04-24 | 1 | -1/+4 |
* | workaround yv12 vs. i420 'bug' of swscale | arpi | 2002-04-19 | 1 | -0/+1 |
* | fix playlist bug with gui and rewrite mousecursor show/hide code | pontscho | 2002-04-16 | 1 | -1/+1 |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 1 | -2/+0 |
* | VFCAP added | arpi | 2002-04-11 | 1 | -3/+3 |
* | check depth for direct rendering | arpi | 2002-03-31 | 1 | -0/+1 |
* | fix uninit() crash if no config() call | arpi | 2002-03-31 | 1 | -0/+3 |
* | Fix resizing when zoom is used and image size changes between frames. | atmos4 | 2002-03-27 | 1 | -3/+2 |
* | print meaningfull error message instead of "hmm, arpi said that isnt used... | michael | 2002-03-21 | 1 | -4/+14 |
* | Add a (more or less dummy) reference to vo_format_name(), to pull the | jkeil | 2002-03-17 | 1 | -0/+2 |
* | added directrendering support and better query_format | alex | 2002-03-16 | 1 | -10/+53 |
* | small changes in libvo's X11 support | pontscho | 2002-03-08 | 1 | -3/+6 |
* | yuy2 support disabled to workaround stupid colorspace selection | michael | 2002-03-01 | 1 | -1/+1 |
* | Corrections to position saving/restore under vo=X11. | atlka | 2002-02-28 | 1 | -2/+3 |
* | 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 | 1 | -3/+7 |
* | using vo_dx, vo_dy | alex | 2002-02-22 | 1 | -31/+16 |
* | clear the window if resized but no scaling used. Enable runtime fullscreen se... | alex | 2002-02-22 | 1 | -6/+8 |
* | mondom fix bazmeg. | pontscho | 2002-02-22 | 1 | -12/+3 |
* | fix nexus's key bug :) 10l, sorry :) | pontscho | 2002-02-22 | 1 | -31/+29 |
* | unscaled yuv2rgb fix for big-endian systems | michael | 2002-02-21 | 1 | -1/+1 |
* | Fix return value of VOCTRL_FULLSCREEN | atmos4 | 2002-02-21 | 1 | -0/+1 |
* | changes in fullscreen/window switching code to obtain returning to | atlka | 2002-02-21 | 1 | -4/+8 |
* | I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me' | nick | 2002-02-17 | 1 | -1/+6 |
* | added support for runtime fullscreen switching | alex | 2002-02-17 | 1 | -1/+51 |
* | 101 (NULL->srcW, NULL->srcH) | michael | 2002-02-16 | 1 | -6/+6 |
* | avoid allocating a dummy scaler as debug/info messages will only be printed f... | michael | 2002-02-15 | 1 | -3/+8 |
* | bugfix for width % 2 != 0 | michael | 2002-02-14 | 1 | -6/+13 |
* | default is allways nozoom again (specify -zoom if u want the sane behavior) | michael | 2002-02-12 | 1 | -3/+5 |
* | 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 | 1 | -1/+5 |
* | allways use swScaler | michael | 2002-02-10 | 1 | -119/+54 |
* | bgr15 / bgr16 input support (with -zoom) | michael | 2002-02-10 | 1 | -7/+15 |
* | 10000hl to Holm... control MUST BE static... | arpi | 2002-02-09 | 1 | -1/+1 |
* | query_ stuff replaced by new control() - patch by David Holm | arpi | 2002-02-09 | 1 | -3/+6 |
* | swScale internally uses yuv2rgb now if possible | michael | 2002-02-06 | 1 | -1/+1 |
* | checking output of getSwsContext*() | michael | 2002-02-05 | 1 | -10/+17 |
* | YUY2 BGR32 BGR24 support for vo_x11 if swScaler is used | michael | 2002-02-03 | 1 | -1/+20 |
* | removed obsoleted Terminate_Display_Process, using freeMyXImage and vo_x11_un... | alex | 2002-01-31 | 1 | -17/+3 |
* | new info for tuning | nick | 2002-01-31 | 1 | -1/+1 |
* | using the common -vm code, patch by Santi BĂ©jar <tiarda@yahoo.es> | arpi | 2002-01-31 | 1 | -68/+18 |
* | real window resizeing support (i know nearly nothing about x11 so feel free t... | michael | 2002-01-30 | 1 | -111/+155 |
* | small typos in text | pl | 2002-01-27 | 1 | -2/+2 |
* | Extensions for video accelerated architecture | nick | 2002-01-26 | 1 | -1/+8 |
* | added support for i420 and iyuv | alex | 2002-01-24 | 1 | -4/+16 |
* | fix screen saver bug under gui | pontscho | 2002-01-23 | 1 | -2/+2 |
* | added rgb24to32 instead of c converter | alex | 2002-01-07 | 1 | -1/+5 |
* | Xinerama patch number two by attila. | atmos4 | 2002-01-06 | 1 | -0/+3 |
* | WinID cleanup, support for Xv | arpi | 2001-12-28 | 1 | -5/+2 |
* | Plugger patch by Sam Lin | atmos4 | 2001-12-22 |