index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-engine
/
info_helper.c
Age
Commit message (
Expand
)
Author
2008-08-06
Really fix the metadata bug...
Darren Salt
2008-05-09
Use size_t to keep the value returned by strlen().
Diego 'Flameeyes' Pettenò
2008-05-07
Use proper string functions in place of sn?printf.
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2006-10-16
Fixed several warnings (but warnings due to APIs not solved).
František Dvořák
2006-09-26
Fix an off-by-one, found by Coverity Scan CID 118.
Diego 'Flameeyes' Pettenò
2006-09-12
Fixed 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 before
Bastien Nocera
2006-03-01
- no need to convert to UTF-8 if the "from" encoding is already UTF-8
Bastien Nocera
2004-12-20
remove all local names beginning with double underscore, because C99
Michael Roitzsch
2004-12-19
fix leak
Miguel Freitas
2004-12-12
_x_meta_info_set_encoding sounded like it was setting the "encoding" not
Miguel Freitas
2004-12-12
ok, so now metadata *IS* UTF-8.
Miguel Freitas
2004-08-17
Stay within array bounds
James Stembridge
2003-12-14
can't use strdup for '\0' separated meta infos
Daniel Caujolle-Bert
2003-12-14
add _x_meta_info_set_multi function, will be used very soon. Don't parse va_a...
Daniel Caujolle-Bert
2003-12-13
Update win32 MSVC build:
František Dvořák
2003-11-16
New stream/meta info (safe) stuff.
Daniel Caujolle-Bert
2003-11-16
actually not every engine file uses internals, so we do not need to define
Michael Roitzsch
2003-11-15
more helper functions cleanup (stream info, meta info)
Miguel Freitas
2003-10-30
tighten up some functions to make xine less prone to crashing
Mike Melanson
2003-10-26
Code review from Daniel.
Thibaut Mattern
2003-10-19
Rename meta_helper info_helper.
Thibaut Mattern