summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2001-11-28* OSD (On Screen Display) for rendering text and graphics into overlaysMiguel Freitas
2001-11-23Fixed XV_* properties storage (num to range).Daniel Caujolle-Bert
2001-11-20xv_filter now setup configurableMiguel Freitas
2001-11-20testing some configfile stuff...Miguel Freitas
2001-11-20log output cleanupsGuenter Bartsch
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-09Contrast and Brightness Control enabledJoachim Koenig
2001-11-09Adapting zooming feature from Xv video out plugin.Matthias Dahl
2001-11-09fb_screen_size correctionJoachim Koenig
2001-11-09Checked in patch by Thibaut Mattern <tmattern@noos.fr> for the ZOOMINGMatthias Dahl
2001-11-07Passing through the logo visibility to the video out plugin. This way aMatthias Dahl
2001-11-07Unhide/hide video window works now too...Matthias Dahl
2001-11-07implement GUI_EX* event to notify vo plugins when the vo window isMike Lampard
2001-11-07You can now safely iconify (and back) the video out window during play backMatthias Dahl
2001-11-07More updates to the README.Matthias Dahl
2001-11-06this *should* *slightly* improve picture quality during hardware deinterlacing.Matthias Dahl
2001-11-06forgot to remove RGB from our capabilities list (until it is supported)Matthias Dahl
2001-11-06Added missing include for proper compilation on solaris. Thanks to IanMatthias Dahl
2001-11-06code cleanup and proper frame->format handling (incl. YUY2 support)Matthias Dahl
2001-11-06fixing typo (unimportant but nevertheless *grin*)Matthias Dahl
2001-11-05Fixing cr<->cb swap error in alphablending code; fixed some confusions inMatthias Dahl
2001-11-05re-enable YUV "fallback mechanism"; update TODO listMatthias Dahl
2001-11-05first (little) step towards support for YUY2 and RGB...Matthias Dahl
2001-11-05only offering YV12 to XINE for now until rest is added.Matthias Dahl
2001-11-05how embarrassing... :)Matthias Dahl
2001-11-05disabling anything but the 3 plane YUV420 support; adding to KNOWN BUGsMatthias Dahl
2001-11-04Adapting compile warning fix from Chris Rankin <rankincj@yahoo.com>.Matthias Dahl
2001-11-04*** empty log message ***Matthias Dahl
2001-11-04added zoom patch by Thibaut Mattern <tmattern@noos.fr>Siggi Langauf
2001-11-04Fixing compiler warnings.Matthias Dahl
2001-11-03Made syncfb config option "default_repeat", a .xinerc configurable option.Matthias Dahl
2001-11-03minimizing config ioctl calls.Matthias Dahl
2001-11-03ok, last deinterlacing bug squished! :) Now you can push "i" as often as youMatthias Dahl
2001-11-03updates to the deinterlacing support - one bug still left to fix. (Joachim,Matthias Dahl
2001-11-03deinterlacing improvementsJoachim Koenig
2001-11-03Added deinterlace to SyncFBRich J Wareham
2001-11-03Fixed a bad bug in the new SyncFB plugin that caused it to crash easily. AndMatthias Dahl
2001-11-03Replacing the old syncfb plugin with a totally reworked version. Also fixedMatthias Dahl
2001-10-29XShm gamma adjusting (brightness)Miguel Freitas
2001-10-27- new dirty and cheap deinterlace method: we give half of the lines to xvMiguel Freitas
2001-10-24turn bilinear scaling into xinerc optionMiguel Freitas
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
2001-10-21more memcpy stuffMiguel Freitas
2001-10-20optimized memcpy (mmx,sse,etc...)Miguel Freitas
2001-10-20remove soft deinterlace property (not used anymore)Miguel Freitas
2001-10-15The gui->video translation code in xv seems to work, enable it.Juergen Keil
2001-10-14Update xine.h doxygen comments. Use constants for aspect ratio inDaniel Caujolle-Bert
2001-10-14turn deinterlace method into a .xinerc optionGuenter Bartsch