summaryrefslogtreecommitdiff
path: root/src/video_out
AgeCommit message (Expand)Author
2007-12-20Correct some #includes.Darren Salt
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for video output plugins.Diego 'Flameeyes' Pettenò
2007-12-11Merge from 1.2 main branch.Diego 'Flameeyes' Pettenò
2007-12-11Don't use the if(foo) free(foo); construct, as free(NULL); is well defined.Diego 'Flameeyes' Pettenò
2007-12-11Don't use two C files to build the two versions of directfb. Just add -DDIREC...Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all video output plugins to the new identifier/description interface.Diego 'Flameeyes' Pettenò
2007-12-11Update to the new identifier/description interface and call _().Diego 'Flameeyes' Pettenò
2007-11-11Reset the previous screen resolution after switching to fullscreen.Claudio Ciccani
2007-11-10Merge from 1.1.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-10-08Revert cheating invalid frame sizes after fixed frame allocation (continued).Reinhard Nißl
2007-10-03Merge from 1.1.Darren Salt
2007-10-01Revert cheating invalid frame sizes after fixed frame allocation.Reinhard Nißl
2007-08-26Merge from 1.1.Darren Salt
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-16Merge all but the open()/glibc workaround from 1.1.Darren Salt
2007-07-26propagate frame changes in xxmc_do_update_frame() to intercepted framesReinhard Nißl
2007-07-26access native frame where an intercepted can be passedReinhard Nißl
2007-07-26initialize pointer to native frame in acceleration dataReinhard Nißl
2007-07-26report unsupported frame format when blending overlayReinhard Nißl
2007-07-26report unsupported frame format and abortReinhard Nißl
2007-08-02Merge from 1.1.Darren Salt
2007-07-26clip overlay against sub image when calling XvMCCompositeSubpicture()Reinhard Nißl
2007-06-17Merge 1.1 branch, with the BE_/LE_ macros renamed.Diego 'Flameeyes' Pettenò
2007-06-15fix possible crash in xcbxv output plugin"Christoph Pfister"
2007-06-15Use xine_xcalloc() to make sure nothing will overflow.Diego 'Flameeyes' Pettenò
2007-06-15Change variable to be size_t if sizeof() is used to compare to it.Diego 'Flameeyes' Pettenò
2007-06-14Merge from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-06-13pgx32/64 need SUNDGA_CFLAGSAlbert Lee
2007-06-13Avoid name collison (don't redefine TRANSPARENT).Albert Lee
2007-06-12A nice simple merge from 1.1.Darren Salt
2007-08-12Add a few missing "\n"s.Darren Salt
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-08Merge from 1.1.Darren Salt
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-16[1.2 patch] removal of deinterlace.[c/h] and xvmc deinterlacersChristoph Pfister