summaryrefslogtreecommitdiff
path: root/src/xine-utils/xineutils.h
AgeCommit message (Expand)Author
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2009-01-15Split most of the MMX declarations in xineutils.h out into xine_mmx.h.Darren Salt
2008-06-15Move the declaration of xine_strcat_realloc.Darren Salt
2008-06-12Fix up reporting of supported formats by the ALSA & OSS output plugins.Darren Salt
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-20Make xine_mm_accel() appear like a constant function.Diego 'Flameeyes' Pettenò
2008-05-07Deprecate xine_xmalloc().Diego 'Flameeyes' Pettenò
2008-05-05Check for malloc attribute and define XINE_MALLOC for use in xineutils.h, rat...Diego 'Flameeyes' Pettenò
2008-05-03Mark some removed-in-1.2 exported/unimplemented functions as deprecated.Darren Salt
2008-04-28Add xine_get_pluginroot() for win32. Completely untested.Darren Salt
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ò
2006-12-25 * Allow building with Sun CC by fixing the lprintf variadic macro; patch byDiego 'Flameeyes' Pettenò
2006-12-18Automatically flush lprintf() output.Claudio Ciccani
2006-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
2006-09-26Forgot one symbol.Diego 'Flameeyes' Pettenò
2006-09-26Fix the missing protected symbols, and enable hidden visibility for libxine.so.Diego 'Flameeyes' Pettenò
2006-06-23Miscellaneous static/const fixups.Darren Salt
2006-04-08Ancient platforms support:František Dvořák
2006-02-14Make input-only pointers point to const data.Darren Salt
2006-01-28Forgotten files.Thibaut Mattern
2005-08-29*BUGFIX*František Dvořák
2005-08-25*BUGFIX*František Dvořák
2004-12-12Check absolute path in $ac_aux_dir (just reflected from gxine).František Dvořák
2004-10-29use monotonic clock when availableMiguel Freitas
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
2004-09-20Build system improvements:František Dvořák
2004-09-06Updates:František Dvořák
2004-09-01Improvements and implementing Michael's suggestions:František Dvořák
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-07-14 - Use Windows encoding for the external subtitles, guessed according to curr...František Dvořák
2004-06-14fix comment (this is enclosed in #ifdef DEBUG)Michael Roitzsch
2004-05-09Valid error description for gethostbyname. Obsolete function hstrerror() has ...František Dvořák
2004-04-28Backport VIS motion_comp code from libmpeg2 CVS so libmpeg2 uses these routin...Robin KAY
2004-04-25addeed ppcasm_cacheable_memcpy fix from David Woodhouse <dwmw2@infradead.org>Manfred Tremmel
2004-04-06Prepare for MinGW port:František Dvořák
2004-03-29fix prototypeMichael Roitzsch
2004-03-27"+y"+p code from xine-ui for guessing locale codeset (default encoding for OSD).František Dvořák
2004-03-18The string passed to putenv must not be freed during the lifetime of that ent...Robin KAY
2004-03-03arrays of variable size are not understood by all compilersMichael Roitzsch
2004-01-07frame copying functionsJames Stembridge
2003-12-29getting rid of some MSVC specific partsMichael Roitzsch
2003-12-26Win32 mega update:František Dvořák
2003-12-21if gcc knows that xine_xmalloc() behaves like malloc(), some moreMichael Roitzsch
2003-12-13Update win32 MSVC build:František Dvořák
2003-12-13no need to mallocing (and never freeing) for putenv() calls.Daniel Caujolle-Bert
2003-12-08use __XINE_FUNCTION__Daniel Caujolle-Bert
2003-12-08_x_assert: printout format like assert(), _x_abort: print file/line/func befo...Daniel Caujolle-Bert
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-06getting the spelling really rightMichael Roitzsch