summaryrefslogtreecommitdiff
path: root/src/xine-utils/xmlparser.c
AgeCommit message (Collapse)Author
2003-12-06reading through Daniel's huge patch was quite tiresome, but it was not ↵Michael Roitzsch
worthless: * fixing some lprintf's * fixing one printf -> xprintf * adding patch to diff_to_ffmpeg_cvs * small addition to xineutils.h (some gcc magic for future optimizations) CVS patchset: 5853 CVS date: 2003/12/06 18:11:53
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued... CVS patchset: 5844 CVS date: 2003/12/05 15:54:56
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
2003-10-28Change .dsp and .dsw files for simple using under VCC 6.0 - just change unix ↵František Dvořák
end lines to dos end lines. First small changes for compilation engine under VCC, but it isn't finished yet. CVS patchset: 5624 CVS date: 2003/10/28 13:48:45
2003-09-16Removed headers that were providing nothing needed to the build.Stephen Torri
CVS patchset: 5393 CVS date: 2003/09/16 02:12:54
2003-09-13Oups, wrong node...Thibaut Mattern
CVS patchset: 5361 CVS date: 2003/09/13 14:30:29
2003-09-13Fix memory leaks.Thibaut Mattern
CVS patchset: 5357 CVS date: 2003/09/13 00:05:38
2003-09-11Better xml_parser_free_tree()Thibaut Mattern
faster and uses less memory fix a segfault with >30Mo files. ok, it's a bit stupid to parse 30Mo xml file, but a crazy tried to parse a 30Mo asx file and he was not happy with the parser. ;) CVS patchset: 5356 CVS date: 2003/09/11 23:05:39
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera
engine and the utils, removed unused variables CVS patchset: 5219 CVS date: 2003/07/27 12:47:23
2003-07-19Backport cleanups/fixes/improvements from gxine.Thibaut Mattern
Thanks Günter. CVS patchset: 5182 CVS date: 2003/07/19 00:22:43
2002-12-02less noise with xmlparsing.Daniel Caujolle-Bert
CVS patchset: 3416 CVS date: 2002/12/02 22:37:08
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-05-01added xml parser/lexer from thibaut matternGuenter Bartsch
CVS patchset: 1823 CVS date: 2002/05/01 19:41:55