summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_xcbshm.c
AgeCommit message (Expand)Author
2008-06-23Allow for <libavutil/base64.h> etc.Darren Salt
2008-06-20Merge the avutil branch; port the "raw" video output plugin.Darren Salt
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-09Compilation fixes, mostly ffmpeg-related, and linkage fixes.Darren Salt
2008-03-01Update to the new FFmpeg's include directory.Diego 'Flameeyes' Pettenò
2008-03-01Merge from 1.2 tip.Diego 'Flameeyes' Pettenò
2008-02-25Add more VO_CAP_* to indicate support for colour controls & zoom properties.Darren Salt
2008-02-02Convert xshm_set_property() from if() chain to switch block.Darren Salt
2008-01-05Merge from 1.2.Diego 'Flameeyes' Pettenò
2008-01-03Replace _x_vo_scale_aspect_ratio_name() function with a string table, all the...Diego 'Flameeyes' Pettenò
2008-01-02Return value is a constant string.Diego 'Flameeyes' Pettenò
2007-12-30Merge from 1.1 (except po/*; translators needed for this).Darren Salt
2007-12-23Merge from 1.2 main branch.Diego 'Flameeyes' Pettenò
2007-12-27Add VO_PROP_OUTPUT_* to some other video output drivers (where trivial).Darren Salt
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-12Merge from 1.2 main.Diego 'Flameeyes' Pettenò
2007-12-12Replace usage of xine_xmalloc_aligned() with av_mallocz() from libavutil, lin...Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for video output plugins.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-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-10Merge from 1.1.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-06-15Use xine_xcalloc() to make sure nothing will overflow.Diego 'Flameeyes' Pettenò
2007-04-24Use LOG_MODULE in log messages in the Xv & XxMC plugins.Darren Salt
2007-10-08Revert cheating invalid frame sizes after fixed frame allocation (continued).Reinhard Nißl
2007-03-25Create at least a 1×1 shared image when the first frame is skipped (and thus...Diego 'Flameeyes' Pettenò
2007-03-25Fix messages for video out modules. Patch by Reinhard Nissl.Diego 'Flameeyes' Pettenò
2007-02-15Commit the XCB output plugins by Christoph Pfister after testing on Gentoo pa...Diego 'Flameeyes' Pettenò