log libvo/aspect.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 26 May 2013 12:40:44 +0000 ib Remove unused variable.
Mon, 13 May 2013 19:34:43 +0000 reimar Add support for rotating the video via OpenGL.
Mon, 11 Oct 2010 17:09:33 +0000 reimar Fix handling of invalid values in aspect_save_screenres to not overwrite
Sat, 09 Oct 2010 01:31:52 +0000 reimar Add fallback values to aspect_save_screenres to avoid division by 0
Thu, 27 Aug 2009 23:40:36 +0000 reimar Remove unused movie_aspect extern declaration.
Thu, 27 Aug 2009 18:36:51 +0000 reimar Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
Thu, 27 Aug 2009 13:31:12 +0000 reimar Make panscan cover the same range in -wid -fs mode as in normal mode.
Thu, 27 Aug 2009 12:38:22 +0000 reimar Fix aspect_fit to work correctly when borders need to be added on top and
Thu, 27 Aug 2009 12:35:23 +0000 reimar Forgotten changes to aspect code to handle -wid with -fs.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Sat, 02 Feb 2008 17:21:19 +0000 reimar Make aspect adjustment calculation simpler and more flexible.
Sat, 19 Jan 2008 18:12:10 +0000 reimar -panscan should also work for right and left borders
Sat, 19 Jan 2008 18:10:06 +0000 reimar Some reindentation
Sat, 28 Jul 2007 22:42:20 +0000 reimar Use a new variable for user-supplied monitor-aspect so we can overwrite
Fri, 27 Apr 2007 23:16:45 +0000 cehoyos Make -monitorpixelaspect 1 the default.
Wed, 08 Nov 2006 14:55:37 +0000 kraymer MSGTRs for libvo/aspect.c and libvo/vo_xv.c
Mon, 24 Apr 2006 04:23:53 +0000 reynaldo Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
Sat, 15 Apr 2006 20:50:33 +0000 reimar new monitorpixelaspect option, esp. useful for xinerama setups with upcoming patch
Tue, 27 Sep 2005 08:32:37 +0000 reimar Add -panscanrange option
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Wed, 15 Oct 2003 15:17:09 +0000 attila fix aspect hack
Sat, 04 Oct 2003 17:29:08 +0000 gabucino many small typo and grammar fixes
Sun, 21 Sep 2003 15:34:51 +0000 atmos4 temporary fix for attilas 10l, until better solution is found
Sun, 21 Sep 2003 11:56:09 +0000 attila make aspect recognize -noaspect
Mon, 13 Jan 2003 01:50:20 +0000 atmos4 debug++
Mon, 10 Jun 2002 18:40:19 +0000 pontscho fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patch
Fri, 07 Jun 2002 22:43:29 +0000 arpi warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
Wed, 05 Jun 2002 19:35:54 +0000 pontscho added panscan support for xmga/xvidix
Tue, 14 May 2002 00:22:03 +0000 atmos4 Fix a bug in the aspect coden (roudning at wrong point) and allow donwscaling in second pass.
Thu, 18 Oct 2001 02:43:33 +0000 atmos4 Eeeh :) time to sleep!
Thu, 18 Oct 2001 02:42:20 +0000 atmos4 Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo_xmga are untested!
Mon, 15 Oct 2001 17:22:41 +0000 atmos4 Add downscaling as a last resort.
Thu, 04 Oct 2001 11:42:21 +0000 atmos4 Add debug printfs to aspect(), add aspect() usage to vo_sdl.
Wed, 03 Oct 2001 17:40:56 +0000 atmos4 Fix case where srch, srcw and fitinw and fitinh are really the same variables.
Wed, 03 Oct 2001 15:31:51 +0000 atmos4 Simplified aspect() for the loss of some functionality to get ansi compatibility.
Wed, 03 Oct 2001 14:41:53 +0000 atmos4 Monitor aspect stuff.