summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2002-11-20Add debug info. remove un-used variable.James Courtier-Dutton
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-11gui_data_exchange function is requiredDaniel Caujolle-Bert
2002-11-11add none vo pluginDaniel Caujolle-Bert
2002-11-10src/video_out/video_out_xv.c:Stephen Torri
2002-11-10deinterlacing fix by James SlorachMichael Roitzsch
2002-11-04Vidix is back to life.Daniel Caujolle-Bert
2002-11-04more spelling...Siggi Langauf
2002-11-04SpellingPhilipp Hahn
2002-11-02Reinsert ifdefs around SPARC assembler code in pgx64. Enable building pgx64 o...Robin KAY
2002-11-02Fixed support for 8 bit colour in pgx64. Changed xine_check only to include X...Robin KAY
2002-10-29Inhibit multiple instances of pgx64. Improve deinterlacing code.Robin KAY
2002-10-29map brightness/contrast/... settings to specified rangesGuenter Bartsch
2002-10-29Updated pgx64 to newest API. Changed alphablend code to handle pitches.Robin KAY
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
2002-10-28Fix an automake-1.7.1 warning. Automake 1.7.1 complains that our Makefile.amJuergen Keil
2002-10-27Little cleanup.Thibaut Mattern
2002-10-26deinterlace method onefield_xv works nowThibaut Mattern
2002-10-22First attempt at re-enabling the XShm pluginJuergen Keil
2002-10-18Adapt AA vo plugin to new API (fully untested yet).Daniel Caujolle-Bert
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-16introduce audio/video_driver_class_t, adapt oss audio output plugin, exclude ...Guenter Bartsch
2002-10-16remove no longer needed scratch buffer, use config_name insteadGuenter Bartsch
2002-10-16trying to get Xv output plugin working; make sure xine parameters are not reg...Guenter Bartsch
2002-10-16increase audio/video out plugin interface version numbers to avoid accidents ...Guenter Bartsch
2002-10-13yuv2rgb_mlib needs an even YUV2 width. It was segfaulting on Solaris SPARC withJuergen Keil
2002-10-13pgx64 video plugin was crashing xine during auto probe of video_out drivers,Juergen Keil
2002-10-12Improved support for moving and resizing video windowRobin KAY
2002-10-10Various misc changes. Added support for XINE_VISUAL_TYPE_FB (pgx64fb).Robin KAY
2002-10-10Remove duplicate log messages about the scale_line variant we're usingJuergen Keil
2002-10-09removed some redundant codeRobin KAY
2002-10-09configure.ac:Stephen Torri
2002-10-06minor fix to pluginRobin KAY
2002-10-05Ported plugin to new api. Nasty bug fixed thanks to Howdy Pierce.Robin KAY
2002-10-04bounds check in frame_copy fixing segfaultsMichael Roitzsch
2002-10-03DTS debug messages.James Courtier-Dutton
2002-09-30Fixes and performance improvements to the alphablend.c code.James Courtier-Dutton
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
2002-09-18Revival of AA vo plugin.Daniel Caujolle-Bert
2002-09-18fix flicking deinterlace problemMiguel Freitas
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
2002-09-16A bit of info regarding wrong bpp depths.James Courtier-Dutton
2002-09-15any reason why this should be 128 ?Guenter Bartsch
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-08XShm is backMichael Roitzsch
2002-09-08- reorder XINE_VO_ASPECT_* constants so they match the order in the oldMichael Roitzsch
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-09-04Added support for alphablendingRobin KAY