summaryrefslogtreecommitdiff
path: root/src/xine-engine/info_helper.h
AgeCommit message (Collapse)Author
2006-10-02build cdio for builddir != .František Dvořák
update for attic platforms (mainly older MinGW) unsupported attributes not used (fixes warnings) added check for sentinel attribute enabled TrueSpeech codec CVS patchset: 8327 CVS date: 2006/10/02 15:56:03
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-04-21Sentinel attributes for certain variadic functions.Darren Salt
CVS patchset: 7975 CVS date: 2006/04/21 22:46:33
2004-12-12_x_meta_info_set_encoding sounded like it was setting the "encoding" notMiguel Freitas
the "meta_info". _x_meta_info_set_generic must be clearer. (feel free to change if you have a better name, this function is not yet used) CVS patchset: 7225 CVS date: 2004/12/12 00:47:15
2004-12-12ok, so now metadata *IS* UTF-8.Miguel Freitas
i hope frontend developers are reading this... CVS patchset: 7223 CVS date: 2004/12/12 00:39:14
2003-12-14add _x_meta_info_set_multi function, will be used very soon. Don't parse ↵Daniel Caujolle-Bert
va_arg two times in _x_message function. CVS patchset: 5907 CVS date: 2003/12/14 00:28:02
2003-11-20"Anti audio fifo null" patch ;)Thibaut Mattern
Makes things a bit more symetric: - the audio fifo (demuxer->decoder) can't be NULL - the video driver can be NULL A dummy fifo (5 buffers) is used if the audio driver or video driver is NULL. Audio frontends (rhythmbox, seedeexeen, quark) do not need to instanciate a video driver anymore. CVS patchset: 5767 CVS date: 2003/11/20 00:42:14
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
BIG NOTE: use helpers to access to these informations (get/set/reset): _x_{stream,meta}_info_{get,set,reset}() are for internal use, don't use *_public() ones from inside the beast ;-) Some wrongly names "xine_" fonction renaming. CVS patchset: 5757 CVS date: 2003/11/16 23:33:42
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
CVS patchset: 5731 CVS date: 2003/11/15 13:01:00
2003-10-26Code review from Daniel.Thibaut Mattern
CVS patchset: 5612 CVS date: 2003/10/26 23:51:36
2003-10-19Rename meta_helper info_helper.Thibaut Mattern
Add a function to set integer stream infos. CVS patchset: 5547 CVS date: 2003/10/19 19:45:03