| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -1/+10 |
* | mf bug fixed. | pontscho | 2001-12-11 | 1 | -4/+0 |
* | swscaler cleanup | michael | 2001-11-29 | 1 | -7/+8 |
* | changed SH_MEM to HAVE_SHM according to configure | alex | 2001-11-19 | 1 | -7/+5 |
* | fix to compile when SHM is disabled | alex | 2001-11-18 | 1 | -3/+3 |
* | Move yuv2rgb to postprocess | nick | 2001-11-06 | 1 | -1/+0 |
* | Using new stuff of rgb15to16 | nick | 2001-10-30 | 1 | -40/+7 |
* | yv12 to yv12 scaler | michael | 2001-10-28 | 1 | -2/+3 |
* | 15bpp fix for swscale | michael | 2001-10-20 | 1 | -1/+1 |
* | xinc scaled by 16 instead of 8 | arpi | 2001-10-19 | 1 | -3/+3 |
* | swscale - 16bpp and -fs support | arpi | 2001-10-17 | 1 | -6/+11 |
* | yv12 scaling at 24/32bpp with -zoom | arpi | 2001-10-15 | 1 | -5/+24 |
* | grabs mouse with -vm - patch by Uwe Reder <Uwe.Reder@3SOFT.de> | arpi | 2001-10-05 | 1 | -5/+34 |
* | XDestroyWindow fix baze. | pontscho | 2001-09-20 | 1 | -2/+4 |
* | Fix multiple window bug in multifile mode. | atmos4 | 2001-09-18 | 1 | -1/+1 |
* | fix xshape, mixer, fullscreen, etc | pontscho | 2001-09-04 | 1 | -8/+13 |
* | fix vo_window again | pontscho | 2001-08-29 | 1 | -2/+5 |
* | vo_window bug fixed | pontscho | 2001-08-29 | 1 | -0/+2 |
* | add half gui support | pontscho | 2001-08-29 | 1 | -59/+64 |
* | added draw_alpha_XXXX functions, draw_alpha_func<=correct one in init | atlka | 2001-08-23 | 1 | -21/+34 |
* | changes according to -utf8 option, draw_osd() function added | atlka | 2001-08-13 | 1 | -4/+4 |
* | patch: some X11 compliance fixed: set ClassHint and better fullscreen mode | arpi_esp | 2001-06-17 | 1 | -5/+9 |
* | -Wall like cleanup | al3x | 2001-06-12 | 1 | -5/+4 |
* | Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display... | lgb | 2001-05-31 | 1 | -24/+13 |
* | removed redundant osd.h includes | arpi_esp | 2001-05-24 | 1 | -2/+0 |
* | flip implemented for converted modes, soem cleanup, fixed indent | arpi_esp | 2001-05-12 | 1 | -62/+50 |
* | Added support for flipped BGR/RGB via -flip cmdline switch. | atmosfear | 2001-05-11 | 1 | -2/+21 |
* | clean up | pontscho | 2001-04-24 | 1 | -16/+2 |
* | fprintf(stderr converted to printf( | szabii | 2001-04-24 | 1 | -9/+9 |
* | some warnings killed | szabii | 2001-04-24 | 1 | -1/+17 |
* | Autohide X11 cursor | lgb | 2001-04-13 | 1 | -0/+1 |
* | memcpy() moved mmx.h -> fastmemcpy.h | arpi_esp | 2001-04-11 | 1 | -1/+1 |
* | applied MMX2 memcpy() patch by Nick Kurshev | arpi_esp | 2001-04-11 | 1 | -0/+2 |
* | OSD alpha renderers moved to osd.c | arpi_esp | 2001-04-10 | 1 | -20/+14 |
* | vo_x11 query_format fix | laaz | 2001-04-10 | 1 | -1/+8 |
* | Szebb es jobb screensaver-kikapcsolo resz | laaz | 2001-04-10 | 1 | -55/+5 |
* | Screensaver and monitor powersafe function is switched off when playing a | laaz | 2001-04-09 | 1 | -1/+48 |
* | codecs.conf support | arpi_esp | 2001-04-07 | 1 | -3/+8 |
* | OSD/SUB image quality & speed improvement | arpi_esp | 2001-03-29 | 1 | -3/+6 |
* | subtitle+OSD font support | arpi_esp | 2001-03-25 | 1 | -1/+1 |
* | adds XF86VidMode support to vo_x11.c to do "pseudo-scaling" | mgraffam | 2001-03-24 | 1 | -0/+65 |
* | grey+alpha rendering support (for .sub) | arpi_esp | 2001-03-24 | 1 | -0/+23 |
* | added check_events() interface | arpi_esp | 2001-03-03 | 1 | -38/+14 |
* | Initial revision | arpi_esp | 2001-02-24 | 1 | -0/+476 |