summaryrefslogtreecommitdiff
path: root/src/xine-engine/info_helper.c
AgeCommit message (Expand)Author
2010-11-30Various small memory leaks in xine engine.František Dvořák
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-04-05Fix handling of the length of UTF-16 content sourced from, e.g., ID3 tags.Darren Salt
2008-08-06Really fix the metadata bug...Darren Salt
2008-05-09Use size_t to keep the value returned by strlen().Diego 'Flameeyes' Pettenò
2008-05-07Use proper string functions in place of sn?printf.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
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-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
2006-09-26Fix an off-by-one, found by Coverity Scan CID 118.Diego 'Flameeyes' Pettenò
2006-09-12Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as defa...František Dvořák
2006-03-03- Check if the string is in UTF-8, and the encoding badly reported beforeBastien Nocera
2006-03-01- no need to convert to UTF-8 if the "from" encoding is already UTF-8Bastien Nocera
2004-12-20remove all local names beginning with double underscore, because C99Michael Roitzsch
2004-12-19fix leakMiguel Freitas
2004-12-12_x_meta_info_set_encoding sounded like it was setting the "encoding" notMiguel Freitas
2004-12-12ok, so now metadata *IS* UTF-8.Miguel Freitas
2004-08-17Stay within array boundsJames Stembridge
2003-12-14can't use strdup for '\0' separated meta infosDaniel Caujolle-Bert
2003-12-14add _x_meta_info_set_multi function, will be used very soon. Don't parse va_a...Daniel Caujolle-Bert
2003-12-13Update win32 MSVC build:František Dvořák
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16actually not every engine file uses internals, so we do not need to defineMichael Roitzsch
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-10-30tighten up some functions to make xine less prone to crashingMike Melanson
2003-10-26Code review from Daniel.Thibaut Mattern
2003-10-19Rename meta_helper info_helper.Thibaut Mattern