summaryrefslogtreecommitdiff
path: root/src/xine-engine/scratch.c
AgeCommit message (Collapse)Author
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
--HG-- extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
For contributed code, leave whatever the version we last synced for is using to make simpler future syncs.
2007-01-19Fix constant on ordered attribute.Diego 'Flameeyes' Pettenò
CVS patchset: 8522 CVS date: 2007/01/19 00:12:22
2006-12-13Lock the log buffer while updating it.Darren Salt
CVS patchset: 8411 CVS date: 2006/12/13 18:30:30
2006-10-18- return if xine_xmalloc failedBastien Nocera
CVS patchset: 8345 CVS date: 2006/10/18 18:46:17
2006-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
CVS patchset: 8344 CVS date: 2006/10/16 22:18:24
2006-09-26Use protected visibility for all the functions exported by libxine.so, so ↵Diego 'Flameeyes' Pettenò
that their binding is local to the library (has a similar effect to -Bsymbolic, but will work better with hidden visibility enabled, that is step two). CVS patchset: 8289 CVS date: 2006/09/26 05:19:47
2006-09-09Dynamically create the log_buffers entries and the lines buffers for the ↵Diego 'Flameeyes' Pettenò
logs, so that it does not waste 450KiB immediately at startup. CVS patchset: 8212 CVS date: 2006/09/09 19:35:40
2006-07-17Add timestamp information to log text.Darren Salt
CVS patchset: 8134 CVS date: 2006/07/17 17:59:56
2006-06-29Add missing format attributes for in-xine code.Diego 'Flameeyes' Pettenò
CVS patchset: 8078 CVS date: 2006/06/29 12:28:06
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
CVS patchset: 5879 CVS date: 2003/12/09 00:02:28
2003-11-27avoid confusionDaniel Caujolle-Bert
CVS patchset: 5805 CVS date: 2003/11/27 12:45:23
2003-11-27pfff, et voilà, this is what happen when you sleep 4 hours a night... ;-)Daniel Caujolle-Bert
CVS patchset: 5804 CVS date: 2003/11/27 12:44:31
2003-11-27[0] pointer was badly setDaniel Caujolle-Bert
CVS patchset: 5803 CVS date: 2003/11/27 09:10:10
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. ↵Daniel Caujolle-Bert
scratch buffer enhancement (thanks Thibaut for the malloc tips), enlarge log buffer from 25 lines (very useless), to 150 (better). CVS patchset: 5801 CVS date: 2003/11/26 23:44:08
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2002-10-23fix comments, c syntaxGuenter Bartsch
CVS patchset: 2967 CVS date: 2002/10/23 17:12:30
2002-09-06introduce "const"Michael Roitzsch
fix some input plugins that would not copy the mrl on open CVS patchset: 2623 CVS date: 2002/09/06 18:13:10
2002-03-01memleak fixes from ewald snelGuenter Bartsch
CVS patchset: 1535 CVS date: 2002/03/01 09:29:49
2002-01-16changing function pointer name to make new gcc happy. (i think it isMiguel Freitas
stupid to #define printf -- gcc/glibc is broken not xine!) CVS patchset: 1416 CVS date: 2002/01/16 17:35:34
2002-01-13Fix a few compile warnings.James Courtier-Dutton
CVS patchset: 1397 CVS date: 2002/01/13 21:15:48
2001-12-11Fix log ordering.Daniel Caujolle-Bert
CVS patchset: 1223 CVS date: 2001/12/11 23:59:00
2001-12-10scratch buffer bugfixesGuenter Bartsch
CVS patchset: 1216 CVS date: 2001/12/10 22:53:23
2001-12-10malloc bugfix from Damien Clermonté <damien.clermonte@free.fr>Guenter Bartsch
CVS patchset: 1215 CVS date: 2001/12/10 22:30:53
2001-12-09xine log functions for gui outputGuenter Bartsch
CVS patchset: 1191 CVS date: 2001/12/09 17:24:39