summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_opengl.c
AgeCommit message (Expand)Author
2003-12-14API version bounceSiggi Langauf
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-23cleanup in video_out.hMichael Roitzsch
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...Robin KAY
2003-10-06- add XvMC supportMiguel Freitas
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-02Add support for brightness, saturation, contrast (not functional yet)Ewald Snel
2003-01-29adjust priorities to what we agreed on jun/2002.Miguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-06- update api version, adding new "copy_called" flag.Miguel Freitas
2002-11-22when the image does not fit the viewport and black bars need to be added, theirMichael Roitzsch
2002-11-21compiles, but does not work yet (segfaults).Matthias Hopf
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-10syncing my local tree:Miguel Freitas
2002-07-16Fix unresolved symbols and replace duplicate code in video output pluginsEwald Snel
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-07-10handle freshly introduced pan&scan aspect like anamorphic aspectMichael Roitzsch
2002-06-21adjust video_out prioritiesMiguel Freitas
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-26String constant split on two lines? Sun's Forte compiler doesn't like that...Juergen Keil
2002-03-26Adapted to interface 5.Matthias Hopf
2002-03-07Small clean up.James Courtier-Dutton
2002-03-05remove bad "get_info" functions.James Courtier-Dutton
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-23Change/fix opengl checks, add a glut fallback (GLU).Daniel Caujolle-Bert
2002-01-23Modified the OpenGL plugin to use proper 2D textures which a) ImprovesRich J Wareham
2002-01-23Fix Menu overlay button colours.James Courtier-Dutton
2002-01-22New OpenGL output plugin. Will only work with upcoming changes in xine-ui.Matthias Hopf