summaryrefslogtreecommitdiff
path: root/src/xine-utils/xineutils.h
AgeCommit message (Expand)Author
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
2003-12-06reading through Daniel's huge patch was quite tiresome, but it was not worthl...Michael Roitzsch
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-12-04some const correctnessJames Stembridge
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26Win32 MSVC stuff:František Dvořák
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-04Final patches for compiling xine under MSVC:František Dvořák
2003-11-01assuming Miguel's consent I commit his profiling macrosMichael Roitzsch
2003-11-01back out brightness patchMike Melanson
2003-10-30brighten up the converted RGB videoMike Melanson