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