75 Commits (8ea8856cfdf4e4e3599799a2ce6d8b44553232e2)

Author SHA1 Message Date
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Christopher Mueller dda048cf91 Xml: added empty element detection 15 years ago
Jean-Baptiste Kempf 8621230992 libXML: deactivate an unused function 15 years ago
Rémi Denis-Courmont 0e17b717fe XML: return attribute value as const 15 years ago
Rémi Denis-Courmont 92864777b9 Simplify 15 years ago
Rémi Duraffort c101ca179b xml! fix potential memleak. 15 years ago
Ilkka Ollakka 275dd46200 libxml: return attribute name on ReaderNextAttr 15 years ago
Pierre Ynard 4a5b1b0875 XML: fix incomplete last commit 15 years ago
Rémi Denis-Courmont ad10f794dd XML: return node (element name or text value) as const 15 years ago
Rémi Denis-Courmont 3dbfa99f14 Return XML attribute as const from NextAttr 15 years ago
Rémi Denis-Courmont 59f0684a6f XML: merge read and node_type operations, skip unknown nodes 15 years ago
Rémi Denis-Courmont e2bb99c8e0 Don't recurse into modules/misc/xml 15 years ago
Rémi Denis-Courmont d2f2be39f5 Remove xtag 15 years ago
Rémi Denis-Courmont 7ca109664f Small simplification 15 years ago
Laurent Aimar 134f4a7b08 Fixed order between xmlFreeTextReader and xmlCleanupParser. 16 years ago
Rémi Denis-Courmont 99f02e9278 xml_ReaderUseDTD: remove useless parameter 16 years ago
Rémi Denis-Courmont c328515343 xtag: fix a warning 16 years ago
Rémi Denis-Courmont f37d226983 xtag: don't pretend to support DTD and catalogs 16 years ago
Rémi Denis-Courmont 354f70c527 XML reader: use VLC object and plugin infrastructures 16 years ago
Rémi Denis-Courmont b63326b733 Rename linked_with_a_crap_library_which_uses_atexit() 16 years ago
Erwan Tulou 2bac8977d8 Win32: use linked_with_a_crap_library_which_uses_atexit() (libxml2 and libqt4) 16 years ago
Rémi Denis-Courmont 25232e200b Do not assert memory allocations 17 years ago
JP Dinger 15643af12d Replace argument = realloc( argument, size ); with realloc_or_free() in modules/*, and while at it add assert( argument ) to mark unhandled ENOMEM conditions, also for malloc(). 17 years ago
Rémi Duraffort 1317456752 libxml: return NULL for pointers (not 0). 17 years ago
Rémi Duraffort cf72f53237 xtag: simplify (remove a dummy test and makes some static code analyser happy). 17 years ago
Jean-Baptiste Kempf d2e9083f35 Includes corrections 17 years ago
Rémi Duraffort 9bf4d5d3ce Fix dead assignement and cleaning. 17 years ago
Rémi Denis-Courmont db8219ed64 Allow libxml 2.7. Leak memory. 17 years ago
Rémi Denis-Courmont 5aa3552479 Require libxml2 < 2.7 17 years ago
Rémi Duraffort fd80be2b14 xtag: comment out xtag_snprint wich is never used. 17 years ago
Rémi Denis-Courmont cf44d7458d libxml: fix plugin re-entrancy - refs #2541 17 years ago
Rémi Duraffort 82c1d83c32 xtag_free don't need to return anything. 18 years ago
Rémi Duraffort dfce44aa4f * Fix memleak (#2352) 18 years ago
Rémi Denis-Courmont a7317a9af7 By definition of sizeof, sizeof(char) = 1 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Rémi Duraffort b9dc29f14c Fix potential memleak (CID 69) 18 years ago
Rémi Duraffort a81102ef99 Fix "use after a free" (to be honnest that's more a segfault here) (CID 243) 18 years ago
Geoffroy Couprie 432e45db4a Initialize threading code in libxml2 18 years ago
Rémi Denis-Courmont fa0e963f7f Move a bunch of plugins out of configure.ac 18 years ago
Rémi Duraffort 6a0fc8156b Check malloc return value. 18 years ago
Rémi Denis-Courmont 25a48a4e64 Avoid printf for debug 18 years ago
Rémi Duraffort b674dab81c Remove unneeded msg_Error about memory failure. 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago
Rafaël Carré c0a898e18e Include assert.h where assert() is used 18 years ago
Rémi Denis-Courmont 13ae40b0ef Use gettext_noop() consistently 18 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 18 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 18 years ago
Rémi Duraffort cc10207a6d Another bunch of useless test. 18 years ago
Rafaël Carré 94a6747034 misc: fix warnings 18 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 19 years ago