aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/aspect.c
Commit message (Expand)AuthorAge
* Remove dead codeGravatar wm42012-08-01
* VO: silence "[ASPECT] Warning: No suitable new res found!"Gravatar Uoti Urpala2011-07-05
* VO: clean up aspect.c, remove aspecttest toolGravatar Uoti Urpala2011-07-05
* aspect.c: use fallback if screen dimensions are not knownGravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\
| * Remove unused movie_aspect extern declaration.Gravatar reimar2009-08-27
| * Add infrastructure and test code to enable aspect scaling and panscan in wind...Gravatar reimar2009-08-27
| * Make panscan cover the same range in -wid -fs mode as in normal mode.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
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Move aspect.c options to option structGravatar Uoti Urpala2008-05-01
* | libvo: Move aspect.c static variables to vo structGravatar Uoti Urpala2008-05-01
* | Move movie_aspect to options structGravatar Uoti Urpala2008-04-25
|/
* Make aspect adjustment calculation simpler and more flexible.Gravatar reimar2008-02-02
* -panscan should also work for right and left bordersGravatar reimar2008-01-19
* Some reindentationGravatar reimar2008-01-19
* Use a new variable for user-supplied monitor-aspect so we can overwriteGravatar reimar2007-07-28
* Make -monitorpixelaspect 1 the default.Gravatar cehoyos2007-04-27
* MSGTRs for libvo/aspect.c and libvo/vo_xv.cGravatar kraymer2006-11-08
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24
* new monitorpixelaspect option, esp. useful for xinerama setups with upcoming ...Gravatar reimar2006-04-15
* Add -panscanrange optionGravatar reimar2005-09-27
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* fix aspect hackGravatar attila2003-10-15
* many small typo and grammar fixesGravatar gabucino2003-10-04
* temporary fix for attilas 10l, until better solution is foundGravatar atmos42003-09-21
* make aspect recognize -noaspectGravatar attila2003-09-21
* debug++Gravatar atmos42003-01-13
* fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patchGravatar pontscho2002-06-10
* warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2002-06-07
* added panscan support for xmga/xvidixGravatar pontscho2002-06-05
* Fix a bug in the aspect coden (roudning at wrong point) and allow donwscaling...Gravatar atmos42002-05-14
* Eeeh :) time to sleep!Gravatar atmos42001-10-18
* Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo...Gravatar atmos42001-10-18
* Add downscaling as a last resort.Gravatar atmos42001-10-15
* Add debug printfs to aspect(), add aspect() usage to vo_sdl.Gravatar atmos42001-10-04
* Fix case where srch, srcw and fitinw and fitinh are really the same variables.Gravatar atmos42001-10-03
* Simplified aspect() for the loss of some functionality to get ansi compatibil...Gravatar atmos42001-10-03
* Monitor aspect stuff.Gravatar atmos42001-10-03