summaryrefslogtreecommitdiff
path: root/src/dxr3/video_out_dxr3.c
AgeCommit message (Expand)Author
2014-04-19DXR3: silence warnings.Torsten Jager
2014-03-10Silence compiler warnings on register_enum () arg #4.Torsten Jager
2013-09-13Copyright year update by hg log infoTorsten Jager
2011-10-17Merge from 1.1Petri Hintukainen
2011-10-10Fixed asprintf usagePetri Hintukainen
2011-10-04Merge from 1.1.Darren Salt
2011-10-03Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke...Chris Rankin
2011-10-01Add CLOEXEC flag to DXR3 plugin's descriptors.Chris Rankin
2010-02-23Merge from 1.1.Darren Salt
2010-02-12DXR3 compatibility fix for newer versions of the em8300 driver.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-03-25Merge from 1.1; adapt dh_xine for 1.2.Darren Salt
2009-03-22change long-dead email addressmlampard-guest
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-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-04-09Compilation fixes, mostly ffmpeg-related, and linkage fixes.Darren Salt
2008-01-05Now that FFmpeg is always used external, move the ffmpeg-based MPEG encoderDiego 'Flameeyes' Pettenò
2008-01-05Merge from 1.2.Diego 'Flameeyes' Pettenò
2007-12-30Manual port of the color→colour change to 1.2; should make merging easier.Darren Salt
2007-12-23Make more readable.Diego 'Flameeyes' Pettenò
2007-12-23Fix constant pointers declaration.Diego 'Flameeyes' Pettenò
2007-12-23Merge from 1.2 main branch.Diego 'Flameeyes' Pettenò
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 N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all misc plugins to the new identifier/description interface. Add _() ...Diego 'Flameeyes' Pettenò
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-12-24Consistently use "colour", "colour key", "colour space" in output.Darren Salt
2006-07-17Add EXPORTED tag to xine_plugin_info.Darren Salt
2006-06-18Misc warnings fixes.Diego 'Flameeyes' Pettenò
2006-06-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...Diego 'Flameeyes' Pettenò
2006-06-0764-bit casting int<->pointer fixes.Darren Salt
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2005-09-25move alphablend to coreMiguel Freitas
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
2005-04-10Fixed plugin list array idThibaut Mattern
2005-04-10Used the new plugin list array.Thibaut Mattern
2005-01-18**BUGFIX**Michael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-11-24patch to further improve overlay blending and to elimiate static variablesMichael Roitzsch
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
2004-07-20small DXR3 code cleanup:Michael Roitzsch