| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r31097 | Uoti Urpala | 2010-04-26 | 1 | -131/+7 |
|\ |
|
| * | Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode. | reimar | 2010-04-25 | 1 | -0/+2 |
| * | Share SDL initialization code. | reimar | 2010-04-25 | 1 | -18/+2 |
| * | Add sdl_common file and use it to share the input handling between -vo gl | reimar | 2010-04-25 | 1 | -78/+3 |
| * | Remove code to work around bugs in ancient libSDL versions, the code has been | reimar | 2010-04-24 | 1 | -35/+0 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | | Merge svn changes up to r30185 | Uoti Urpala | 2010-01-08 | 1 | -0/+4 |
|\| |
|
| * | Fixup SDL configure check: | reimar | 2010-01-03 | 1 | -0/+4 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -130/+130 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -130/+130 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -13/+13 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -13/+13 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 1 | -4/+4 |
|\| |
|
| * | Remove obsolete extra elements from opt_t struct initialization. | diego | 2009-03-15 | 1 | -4/+4 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 1 | -1/+1 |
|\| |
|
| * | Make data related to suboption parsing const in libvo | reimar | 2009-03-07 | 1 | -1/+1 |
* | | Merge svn changes up to r28348 | Uoti Urpala | 2009-01-23 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Remove pointless period after copyright statement non-sentences. | diego | 2009-01-19 | 1 | -1/+1 |
* | | Merge svn changes up to r28065 | Uoti Urpala | 2008-12-02 | 1 | -53/+26 |
|\| |
|
| * | Remove a lot of completely pointless mp_msg_test calls. | reimar | 2008-12-01 | 1 | -53/+26 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 1 | -1/+1 |
|\| |
|
| * | Replace numeric constants by their defines. | cehoyos | 2008-10-09 | 1 | -1/+1 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -4/+4 |
|\| |
|
| * | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 | 1 | -4/+4 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 | 1 | -16/+16 |
|\| |
|
| * | Use standard license headers with standard formatting. | diego | 2008-05-14 | 1 | -16/+16 |
* | | Remove variable arguments from vo control() functions | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
|/ |
|
* | Fix nonsensical license header, mpeg2dec is not GNU Make. | diego | 2008-04-09 | 1 | -1/+1 |
* | Use __AMIGAOS4__ instead of AMIGA, like everywhere else. | diego | 2008-03-15 | 1 | -1/+1 |
* | Consistently use __APPLE__ instead of MACOSX as preprocessor condition. | diego | 2008-03-15 | 1 | -1/+1 |
* | #include config.h before all other headers. | diego | 2008-03-14 | 1 | -1/+1 |
* | Remove changelog from file header, we have revision control for this. | diego | 2008-01-06 | 1 | -46/+0 |
* | Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__. | diego | 2007-12-16 | 1 | -1/+1 |
* | 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 |
* | movie player for Linux --> movie player | diego | 2007-10-30 | 1 | -2/+1 |
* | A missing break statement caused SDLK_PLUS to be triggered twice on one press. | diego | 2007-10-22 | 1 | -2/+2 |
* | cosmetics: typo | diego | 2007-10-11 | 1 | -2/+2 |
* | Avoid vo_sdl void * arithmetic | reimar | 2007-06-24 | 1 | -2/+2 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -6/+6 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 | 1 | -1/+1 |
* | Move code to ignore mouse wheel "down" events to fifo.c (needed because | reimar | 2007-01-21 | 1 | -3/+0 |
* | Amiga OS 4 support | diego | 2006-12-23 | 1 | -0/+1 |
* | Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers. | diego | 2006-10-12 | 1 | -3/+3 |
* | disable double buffer in vo_sdl on macosx. fix flicker issue. | nplourde | 2006-08-18 | 1 | -1/+1 |
* | Rename some misspelled and misnamed messages. | diego | 2006-04-28 | 1 | -1/+2 |
* | Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ... | reynaldo | 2006-04-24 | 1 | -43/+44 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -32/+58 |
* | - move our setenv() fallback implementation to osdep | al | 2005-12-26 | 1 | -16/+0 |
* | libvo input cleanup: remove the dependency on libinput, | albeu | 2005-11-02 | 1 | -1/+1 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -6/+6 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 | 1 | -15/+10 |
* | 10l Don't set SDL to X11 by default. | ivo | 2005-03-01 | 1 | -3/+4 |
* | Remove -noxv and -forcexv command line options and replace them by | ivo | 2005-03-01 | 1 | -4/+21 |
* | avoid using vo_subdevice | alex | 2005-01-22 | 1 | -1/+1 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -3/+3 |
* | fix for xscreensaver disabling | reimar | 2004-07-09 | 1 | -17/+6 |
* | asyncblit slows down on UP systems, regarding to the SDL docs, noticed by Joh... | alex | 2004-06-26 | 1 | -4/+6 |
* | SDL_HWACCEL is a readonly flag according to DOCS, noticed by John Philip | alex | 2004-06-26 | 1 | -2/+2 |
* | Unify the config.h #include, use "config.h" instead of "../config.h" | diego | 2004-06-25 | 1 | -1/+1 |
* | Cygwin provides setenv. Fixes compilation on Cygwin. | diego | 2004-03-15 | 1 | -1/+1 |
* | fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net> | faust3 | 2004-03-13 | 1 | -2/+2 |
* | Support binding F11 and F12 keys to commands. | diego | 2004-01-16 | 1 | -0/+2 |
* | MPlayer is now GPL, URL updated. | diego | 2004-01-05 | 1 | -3/+1 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -1/+1 |
* | 100l to me | alex | 2003-09-26 | 1 | -1/+1 |
* | initial MorphOS/Amiga (GeekGadgets) support | alex | 2003-09-26 | 1 | -6/+8 |
* | IRIX support by Timo Kanera <timo@kanera.de> | alex | 2003-09-07 | 1 | -2/+2 |
* | -nomouseinput support for vo_sdl | alex | 2003-09-01 | 1 | -0/+4 |
* | start in windowed mode using Quartz, but no X server started. Ported from fin... | alex | 2003-07-27 | 1 | -1/+2 |
* | keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal... | alex | 2003-04-09 | 1 | -0/+22 |
* | pass correct key for ESCAPE, bug noticed by Vladimir Mosgalin <mosgalin@VM101... | alex | 2003-03-23 | 1 | -13/+7 |
* | linux->osdep | arpi | 2003-02-09 | 1 | -1/+1 |
* | 10l, init priv->X at right place | atmos4 | 2003-01-13 | 1 | -1/+1 |
* | - init & check SDL availability at preinit() (fixes -vo sdl,mga) | arpi | 2003-01-08 | 1 | -52/+63 |
* | Add Quartz (OS X GUI) to SDL window-capable list, patch by Tomas Hurka <tom a... | atmos4 | 2002-11-21 | 1 | -0/+1 |
* | fixed mode switching on Mac | henry | 2002-11-11 | 1 | -0/+16 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 | 1 | -9/+3 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -3/+0 |
* | fix for fs modes on widescreen displays | henry | 2002-11-02 | 1 | -4/+13 |
* | for() -> memcpy_pic() | arpi | 2002-10-09 | 1 | -38/+12 |
* | Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un... | atmos4 | 2002-08-31 | 1 | -0/+23 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 | 1 | -1/+1 |
* | removed old input code | alex | 2002-08-28 | 1 | -38/+3 |
* | HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de> | arpi | 2002-08-09 | 1 | -2/+2 |
* | Streamline enter-key behaviour suggested by Christian Ohm and disable I420/IY... | atmos4 | 2002-06-16 | 1 | -4/+7 |
* | Use new style query_formats flags. Fixes bug with flip. | ksorim | 2002-04-29 | 1 | -2/+4 |
* | Fix keypad volume control. | atmos4 | 2002-04-25 | 1 | -2/+2 |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 1 | -1/+0 |
* | Fix I420 handling, though still don't know why divx4 codec queries for I420 n... | atmos4 | 2002-04-01 | 1 | -14/+45 |
* | eeh, really remove keybinding for w/s for volume control. =) | atmos4 | 2002-03-29 | 1 | -4/+0 |
* | Remove alternative volume control binding that clash with libdvdnav support. | atmos4 | 2002-03-29 | 1 | -2/+0 |
* | fixed green lines caused by missing rounding to 2 | iive | 2002-03-26 | 1 | -1/+1 |
* | Two fixes: | ksorim | 2002-03-24 | 1 | -17/+2 |
* | Fix swapped uv planes when playing yv12 data with direct rendering | ksorim | 2002-03-23 | 1 | -4/+4 |
* | Fixes crash which occured when it wasn't possible to connect to the display | ksorim | 2002-03-23 | 1 | -4/+5 |
* | Fix for OSD when width != pitch | ksorim | 2002-03-22 | 1 | -16/+23 |
* | This will hopefully fix | ksorim | 2002-03-21 | 1 | -22/+24 |
* | Fix crash when playing multiple files. The bug was triggered when the first file | ksorim | 2002-03-21 | 1 | -38/+14 |
* | Fix crash when SDL had to do rgb -> rgb conversion. Removed some code | ksorim | 2002-03-21 | 1 | -43/+30 |
* | sdl dr support | atmos4 | 2002-03-12 | 1 | -1/+43 |
* | add no fs as default for windrivers | atmos4 | 2002-03-03 | 1 | -1/+5 |
* | osd outside movie support for vo_sdl, patch by Fredrik Kuivinen | atmos4 | 2002-02-22 | 1 | -108/+447 |
* | Fix return value of VOCTRL_FULLSCREEN | atmos4 | 2002-02-21 | 1 | -1/+1 |
* | support for VOCTRL_FULLSCREEN | atmos4 | 2002-02-20 | 1 | -14/+12 |
* | 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 | -2/+6 |
* | Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net> | albeu | 2002-02-08 | 1 | -4/+53 |
* | 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 |
* | new info for tuning | nick | 2002-01-31 | 1 | -1/+1 |
* | Extensions for video accelerated architecture | nick | 2002-01-26 | 1 | -0/+10 |
* | Let mplayer handle signals so terminal gets cleaned up. | atmos4 | 2002-01-24 | 1 | -1/+1 |
* | better fullscreen-mode selection, patch by dunno :) | atmos4 | 2001-12-19 | 1 | -2/+14 |
* | Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo... | atmos4 | 2001-10-18 | 1 | -35/+20 |
* | Fix non-X11 build | atmos4 | 2001-10-13 | 1 | -0/+12 |
* | Make double/normal (n-key) use aspect() | atmos4 | 2001-10-10 | 1 | -4/+6 |
* | Add debug printfs to aspect(), add aspect() usage to vo_sdl. | atmos4 | 2001-10-04 | 1 | -22/+22 |
* | Applied quit via windowbutton patch. | atmos4 | 2001-08-27 | 1 | -1/+5 |
* | Removed D key for doublesize, already clobbered by framedrop. | atmos4 | 2001-08-14 | 1 | -5/+2 |
* | changes according to -utf8 option, draw_osd() function added | atlka | 2001-08-13 | 1 | -7/+7 |
* | Added double/normal resize patch by Wojtek Kaniewski <wojtekka at bydg.pdi.net> | atmos4 | 2001-07-28 | 1 | -0/+18 |
* | Corrected SDL include path. | atmos4 | 2001-06-27 | 1 | -7/+1 |
* | Sync with SF cvs. (Bugfixed YUV aalib and RGB/BGR32 converted modes.) | atmos4 | 2001-06-24 | 1 | -8/+16 |
* | Made surface locks switchable via preprocessor. | atmosfear | 2001-06-23 | 1 | -31/+35 |
* | Drastic! speedup of rgb code. Removed nonsens memhole fixes. | atmosfear | 2001-06-22 | 1 | -94/+58 |
* | sdl_driver liquidated, vo_subdevice used | al3x | 2001-06-21 | 1 | -2/+1 |
* | fixed some possible memleak places | al3x | 2001-06-14 | 1 | -7/+33 |
* | fixed my previousily added bug: ifdef buggy_sdl: keypressed: default case | al3x | 2001-06-13 | 1 | -11/+8 |
* | -Wall like cleanup | al3x | 2001-06-12 | 1 | -1/+3 |
* | Ooops, wrong path to config.h - now you may enjoy code that was never before ... | atmosfear | 2001-06-11 | 1 | -1/+1 |
* | init checks return value of sdl_open | al3x | 2001-06-09 | 1 | -3/+5 |
* | applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de> | arpi_esp | 2001-06-05 | 1 | -0/+19 |
* | Changed to only uninit SDL Video Subsystem. | atmosfear | 2001-06-03 | 1 | -2/+2 |
* | FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.net | arpi_esp | 2001-06-03 | 1 | -0/+4 |
* | Some fixups for SDL/aalib. | atmosfear | 2001-06-02 | 1 | -4/+8 |
* | Small changes for aalib. | atmosfear | 2001-05-24 | 1 | -1/+1 |
* | Added ability to use direct surface blitting for BGR modes. | atmosfear | 2001-05-17 | 1 | -0/+50 |
* | Added full aspect awareness, rewrote fullscreen handling. | atmosfear | 2001-05-13 | 1 | -45/+157 |
* | Added flipped video support and activate/deactivate screensaver under X. | atmosfear | 2001-05-11 | 1 | -18/+67 |
* | Got rid of aalib crashing workaround with SDL1.2.1+ | atmosfear | 2001-05-11 | 1 | -8/+4 |
* | Added workaround for buggy SDL versions (before 1.2.1). | atmosfear | 2001-05-05 | 1 | -0/+34 |
* | Fixed keyboard input handling and slowed down keyrepeat interval. | atmosfear | 2001-05-05 | 1 | -16/+13 |
* | Last second changes. | atmosfear | 2001-04-26 | 1 | -0/+2 |
* | -x -y quickfix for release, code will be changed completely later. | atmosfear | 2001-04-26 | 1 | -2/+4 |
* | Added support for osd menue and kexrepeats for mixer keys. | atmosfear | 2001-04-25 | 1 | -6/+7 |
* | 15,16,24,32Bit rgb/bgr support added, aalib fixed, performance optimizations,... | atmosfear | 2001-04-25 | 1 | -160/+338 |
* | clean up | pontscho | 2001-04-24 | 1 | -7/+1 |
* | some warnings killed | szabii | 2001-04-24 | 1 | -1/+5 |
* | little fix, just to be precise | arpi_esp | 2001-04-22 | 1 | -1/+1 |
* | Added maintainer info and disclaimer. | atmosfear | 2001-04-22 | 1 | -6/+22 |
* | Reincluded fastmemcpy.h and added some keybindings for mixer. | atmosfear | 2001-04-22 | 1 | -8/+11 |
* | Changed some code so it only kicks in when XV is disable. | atmosfear | 2001-04-20 | 1 | -12/+20 |
* | doesn't include fastmemcpy.h when SDL_NOXV is defined. | atmosfear | 2001-04-20 | 1 | -15/+18 |
* | changed keyboard input handling to pass key through to mplayer if not special... | atmosfear | 2001-04-16 | 1 | -4/+9 |
* | fixes osd/subtitle for UYVY image format and steps back to 1.15 changes | atmosfear | 2001-04-15 | 1 | -18/+23 |
* | qrva eletbe nem kene cvs-t |