| Commit message (Expand) | Author | Age |
* | Fix memleak when using fontconfig without a font name. | reimar | 2009-09-01 |
* | Use MPlayer's standard aspect handling functions in corevideo | reimar | 2009-09-01 |
* | Port feature from corevideo: remember half/double size settings and reapply | reimar | 2009-08-28 |
* | Make aspect switching work again (used the wrong variable and always | reimar | 2009-08-28 |
* | Fix implicit declaration of mp_input_.. functions. | reimar | 2009-08-28 |
* | 1l, use sizeof for snprintf size instead of hard-coding the current value. | reimar | 2009-08-28 |
* | Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer | reimar | 2009-08-28 |
* | Move aspect change handling from vo_quartz to osx_common. | reimar | 2009-08-28 |
* | Add osx_common.c and move the keycode conversion (OSX to MPlayer) there. | reimar | 2009-08-28 |
* | Use the standard MPlayer aspect handling instead of reimplementing our own in... | reimar | 2009-08-28 |
* | Remove unused movie_aspect extern declaration. | reimar | 2009-08-27 |
* | Use lookup_keymap_table function with data structure instead of huge switch-case | reimar | 2009-08-27 |
* | Enable calc_src_dst_rects for windowed aspect and panscan. | reimar | 2009-08-27 |
* | Remove panscan related conditions and code that only breaks future windowed | reimar | 2009-08-27 |
* | Make gl2 code capable of windowed aspect and panscan (no user option to enabl... | reimar | 2009-08-27 |
* | Add infrastructure and test code to enable aspect scaling and panscan in wind... | reimar | 2009-08-27 |
* | Fix video placement with -vo gl2 -fs -wid. | reimar | 2009-08-27 |
* | -vo gl2 resize does not need to modify its arguments, so pass int instead of ... | reimar | 2009-08-27 |
* | Simplify -vo gl ass border etc. dimension calculation one bit more. | reimar | 2009-08-27 |
* | Remove useless code that has no effect. | reimar | 2009-08-27 |
* | Simplify and fix ass border calculations for -vo gl and -wid -fs mode. | reimar | 2009-08-27 |
* | Make panscan cover the same range in -wid -fs mode as in normal mode. | reimar | 2009-08-27 |
* | Disable -keepaspect with -wid in w32_common code. | reimar | 2009-08-27 |
* | Fix aspect_fit to work correctly when borders need to be added on top and | reimar | 2009-08-27 |
* | Forgotten changes to aspect code to handle -wid with -fs. | reimar | 2009-08-27 |
* | First attempts at supporting -fs with -wid, -vo gl on X11 only so far | reimar | 2009-08-27 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 |
* | Use memcpy_pic2 instead of reimplementing it. | reimar | 2009-06-26 |
* | Close /dev/tty again on uninit. | reimar | 2009-06-26 |
* | Fix indentation broken in last patch | reimar | 2009-06-26 |
* | Get rid of completely pointless vt_doit variable | reimar | 2009-06-26 |
* | 10l, use fopen directly instead of open + fdopen | reimar | 2009-06-26 |
* | Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an | reimar | 2009-06-26 |
* | Use FFALIGN and FFMAX3 | reimar | 2009-06-26 |
* | Remove useless casts | reimar | 2009-06-26 |
* | fbdev: remove pointless () | reimar | 2009-06-26 |
* | Use the RESET_GEOMETRY macro in one more place instead of duplicating its code. | reimar | 2009-06-26 |
* | 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is a | reimar | 2009-06-26 |
* | fix missing event on move that breaks xmga window movement | attila | 2009-06-19 |
* | enable fontconfig support by default. This change takes only in effect, | siretart | 2009-06-17 |
* | When used with shared_buffer, there's no need for a NSApp object, which cause... | adrian | 2009-05-18 |
* | When used with shared_buffer, autorelease in each flip_page so objects don't ... | adrian | 2009-05-18 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Do not use flag CWBackPixel when calling vo_x11_create_vo_window(): | cehoyos | 2009-05-08 |
* | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 |
* | Rename macosx video output driver to corevideo. | diego | 2009-05-04 |
* | Replace QuickTime.h #include with Carbon.h, which is really needed. | diego | 2009-05-04 |
* | Change getdladdr to always use dlopen, dlsym and then dlclose. | reimar | 2009-04-23 |
* | Fix a signedness issue that caused a warning to be wrongfully printed at runt... | gpoirier | 2009-04-21 |
* | Unify error message output and update error messages. | diego | 2009-04-20 |