index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-engine
/
vo_scale.c
Age
Commit message (
Expand
)
Author
2006-09-26
Use _x_assert.
Diego 'Flameeyes' Pettenò
2006-09-25
The frame_output_cb function for the scaler is mandatory, assert it so that d...
Diego 'Flameeyes' Pettenò
2005-07-18
Aspect ratio applies to image after cropping
James Stembridge
2004-12-12
huge patch ahead: reorganizing config entries with automatic conversion
Michael Roitzsch
2004-10-26
add frontend cropping support
Miguel Freitas
2004-10-09
prevent the user from enabling scaling on video outs not supporting it
Michael Roitzsch
2004-10-08
* moved image scaling config entry from XShm to vo_scale helper
Michael Roitzsch
2004-09-22
- added cropping capability (thanks James Stembridge)
Miguel Freitas
2004-05-11
make sure displayed values are sane, that is, we are not trying to display
Miguel Freitas
2004-01-18
this header is not needed
Michael Roitzsch
2003-12-09
update copyright year (and we have to do it again in 3 weeks... ;-) )
Daniel Caujolle-Bert
2003-12-07
get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...
Daniel Caujolle-Bert
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-10-07
fix some compiler warnings
Michael Roitzsch
2003-10-04
Fix scaling by the wrong factor.
Robin KAY
2003-08-12
these tests are done more cenralized in video out now
Michael Roitzsch
2003-08-04
support for arbitrary aspect ratios
Miguel Freitas
2003-04-24
make it more obvious that we are doing floating point subtraction
James Stembridge
2003-04-24
fix scaling of video with aspect ratio != 1
James Stembridge
2003-02-28
Xine assert() replacement:
Stephen Torri
2002-11-25
make guenter happy: raise the expertise level of the position entries
Michael Roitzsch
2002-11-24
wtf happened to those black bars ?\!? :>
Guenter Bartsch
2002-11-22
when the image does not fit the viewport and black bars need to be added, their
Michael Roitzsch
2002-10-24
proper rounding for video scaling
Michael Roitzsch
2002-09-29
make xine less hysterical when it encounters this corner case
Mike Melanson
2002-09-17
be a bit more tolerant
Michael Roitzsch
2002-09-16
don't distort
Michael Roitzsch
2002-09-15
Memory leak fixes, using a slightly modified version of the patch from
James Courtier-Dutton
2002-09-13
duplicating behaviour of XShm fixes the bug James discovered
Michael Roitzsch
2002-09-10
Fix a segfault in XV output.
James Courtier-Dutton
2002-09-08
copy & paste at the wrong place
Michael Roitzsch
2002-09-08
- reorder XINE_VO_ASPECT_* constants so they match the order in the old
Michael Roitzsch
2002-09-05
XV Video out at least loads now and we see the xine logo again.
James Courtier-Dutton
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch
2002-08-28
enforce scaling_disabled
Miguel 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 helper
Miguel Freitas
2002-08-15
- reimplement independent x/y zooming.
Miguel Freitas