summaryrefslogtreecommitdiff
path: root/src/xine-engine/vo_scale.c
AgeCommit message (Expand)Author
2006-09-26Use _x_assert.Diego 'Flameeyes' Pettenò
2006-09-25The frame_output_cb function for the scaler is mandatory, assert it so that d...Diego 'Flameeyes' Pettenò
2005-07-18Aspect ratio applies to image after croppingJames Stembridge
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-10-26add frontend cropping supportMiguel Freitas
2004-10-09prevent the user from enabling scaling on video outs not supporting itMichael Roitzsch
2004-10-08* moved image scaling config entry from XShm to vo_scale helperMichael Roitzsch
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
2004-05-11make sure displayed values are sane, that is, we are not trying to displayMiguel Freitas
2004-01-18this header is not neededMichael Roitzsch
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-07fix some compiler warningsMichael Roitzsch
2003-10-04Fix scaling by the wrong factor.Robin KAY
2003-08-12these tests are done more cenralized in video out nowMichael Roitzsch
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-04-24make it more obvious that we are doing floating point subtractionJames Stembridge
2003-04-24fix scaling of video with aspect ratio != 1James Stembridge
2003-02-28Xine assert() replacement:Stephen Torri
2002-11-25make guenter happy: raise the expertise level of the position entriesMichael Roitzsch
2002-11-24wtf happened to those black bars ?\!? :>Guenter Bartsch
2002-11-22when the image does not fit the viewport and black bars need to be added, theirMichael Roitzsch
2002-10-24proper rounding for video scalingMichael Roitzsch
2002-09-29make xine less hysterical when it encounters this corner caseMike Melanson
2002-09-17be a bit more tolerantMichael Roitzsch
2002-09-16don't distortMichael Roitzsch
2002-09-15Memory leak fixes, using a slightly modified version of the patch fromJames Courtier-Dutton
2002-09-13duplicating behaviour of XShm fixes the bug James discoveredMichael Roitzsch
2002-09-10Fix a segfault in XV output.James Courtier-Dutton
2002-09-08copy & paste at the wrong placeMichael Roitzsch
2002-09-08- reorder XINE_VO_ASPECT_* constants so they match the order in the oldMichael Roitzsch
2002-09-05XV Video out at least loads now and we see the xine logo again.James Courtier-Dutton
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-28enforce scaling_disabledMiguel Freitas
2002-08-16- syncfb simplified with helper functions (obs: i enabled zoom since it seeme...Miguel Freitas
2002-08-16- simplify sdl video driver with scaling helperMiguel Freitas
2002-08-15- reimplement independent x/y zooming.Miguel Freitas