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