summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2008-05-09Remove a new bunch of xine_malloc() calls.Diego 'Flameeyes' Pettenò
2008-05-07Replace strn?cpy() + strn?cat() calls with a?sprintf().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-05-03Remove unused variables, as reported by GCC 4.3.Diego 'Flameeyes' Pettenò
2008-04-21Fix Xv driver debug build.Darren Salt
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2008-04-08New video out plugin ("raw")Christophe Thommeret
2008-04-08Fix YUY2 Video Output on Mac OS X XineOpenGLViewMatthias Ringwald
2008-02-17nvidia driver uses XV_SYNC_TO_VBLANK attribute, not XV_DOUBLE_BUFFER as xine ...Miguel Freitas
2008-02-04Fix a few remaining and apparently harmless linkage order issues.Darren Salt
2008-01-11XineOpenViewGL bug on PPC/DarwinMatthias Ringwald
2008-01-04Pass $(X_CFLAGS) when compiling syncfb.Darren Salt
2008-01-01Avoid potential install-time mislinkage against libxine.so.2.Darren Salt
2007-07-26report unsupported frame format when blending overlayReinhard Nißl
2007-07-26report unsupported frame format and abortReinhard Nißl
2007-10-08Revert cheating invalid frame sizes after fixed frame allocation (continued).Reinhard Nißl
2007-12-31Build fix: back out the SSA subtitles change from the DirectFB video-out plugin.Darren Salt
2007-12-27Add VO_PROP_OUTPUT_* to some other video output drivers (where trivial).Darren Salt
2007-12-27[Subtitles] SSA-tags patchDubois Nicolas
2007-12-26Correct another color→colour change to a struct member name.Darren Salt
2007-12-26Correct a color→colour change to a struct member name.Darren Salt
2007-12-24Consistently use "colour", "colour key", "colour space" in output.Darren Salt
2007-11-19add support for GNU/kFreeBSDPetr Salinger ext:(%20)
2007-11-11Merge transplanted patches.Darren Salt
2007-11-11Reset the previous screen resolution after switching to fullscreen.Claudio Ciccani
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-10-01Revert cheating invalid frame sizes after fixed frame allocation.Reinhard Nißl
2007-08-26Protect previously shown frame from immediate reuse by decoder.Reinhard Nißl
2007-08-26Provide options to control ondemand disabling of bob deinterlacing.Reinhard Nißl
2007-08-26Protect drawable from beeing changed while drawing.Reinhard Nißl
2007-08-12Add a few missing "\n"s.Darren Salt
2007-07-26clip overlay against sub image when calling XvMCCompositeSubpicture()Reinhard Nißl
2007-06-15fix possible crash in xcbxv output plugin"Christoph Pfister"
2007-06-13pgx32/64 need SUNDGA_CFLAGSAlbert Lee
2007-06-13Avoid name collison (don't redefine TRANSPARENT).Albert Lee
2007-06-09Add $(LTLIBINTL) for a few plugins which I'd missed.Darren Salt
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.Darren Salt
2007-06-08Added $(LTLIBINTL) to several targetsBen Taylor
2007-06-06[PATCH] video_out_fb crashSteve Freeland
2007-06-01Port Simon Farnsworth's xv deinterlacing fix to xcbxv.Darren Salt
2007-05-17Convert comments (and the occasional string where it doesn't matter) to UTF-8.Darren Salt
2007-05-02[PATCH] Enhance logging in demux_ts, input_dvb and video_out_xvSimon Farnsworth
2007-05-04[PATCH] Fix deinterlacing in video_out_xv.cSimon Farnsworth
2007-05-06Merge Reinhard Nissl's xxmc fixes and related changes.Darren Salt
2007-04-14Remove #ifdef wrappers from the Xv & XcbXv plugins. Allows XcbXv to be built.Darren Salt
2007-04-13Disable bob deinterlacing on a per frame decision (continued).Reinhard Nißl
2007-04-12Disable bob deinterlacing on a per frame decision.Reinhard Nißl
2007-04-12Make bob deinterlacing more precisely and skip it on demand.Reinhard Nißl