buffer.h   buffer.h 
skipping to change at line 235 skipping to change at line 235
#define BUF_AUDIO_MULAW 0x031C0000 #define BUF_AUDIO_MULAW 0x031C0000
#define BUF_AUDIO_ALAW 0x031D0000 #define BUF_AUDIO_ALAW 0x031D0000
#define BUF_AUDIO_GSM610 0x031E0000 #define BUF_AUDIO_GSM610 0x031E0000
#define BUF_AUDIO_EA_ADPCM 0x031F0000 #define BUF_AUDIO_EA_ADPCM 0x031F0000
#define BUF_AUDIO_WMAV2 0x03200000 #define BUF_AUDIO_WMAV2 0x03200000
#define BUF_AUDIO_COOK 0x03210000 #define BUF_AUDIO_COOK 0x03210000
#define BUF_AUDIO_ATRK 0x03220000 #define BUF_AUDIO_ATRK 0x03220000
#define BUF_AUDIO_14_4 0x03230000 #define BUF_AUDIO_14_4 0x03230000
#define BUF_AUDIO_28_8 0x03240000 #define BUF_AUDIO_28_8 0x03240000
#define BUF_AUDIO_SIPRO 0x03250000 #define BUF_AUDIO_SIPRO 0x03250000
#define BUF_AUDIO_WMAV3 0x03260000 #define BUF_AUDIO_WMAPRO 0x03260000
#define BUF_AUDIO_WMAV3 BUF_AUDIO_WMAPRO
#define BUF_AUDIO_INTERPLAY 0x03270000 #define BUF_AUDIO_INTERPLAY 0x03270000
#define BUF_AUDIO_XA_ADPCM 0x03280000 #define BUF_AUDIO_XA_ADPCM 0x03280000
#define BUF_AUDIO_WESTWOOD 0x03290000 #define BUF_AUDIO_WESTWOOD 0x03290000
#define BUF_AUDIO_DIALOGIC_IMA 0x032A0000 #define BUF_AUDIO_DIALOGIC_IMA 0x032A0000
#define BUF_AUDIO_NSF 0x032B0000 #define BUF_AUDIO_NSF 0x032B0000
#define BUF_AUDIO_FLAC 0x032C0000 #define BUF_AUDIO_FLAC 0x032C0000
#define BUF_AUDIO_DV 0x032D0000 #define BUF_AUDIO_DV 0x032D0000
#define BUF_AUDIO_WMAV 0x032E0000 #define BUF_AUDIO_WMAV 0x032E0000
#define BUF_AUDIO_SPEEX 0x032F0000 #define BUF_AUDIO_SPEEX 0x032F0000
#define BUF_AUDIO_RAWPCM 0x03300000 #define BUF_AUDIO_RAWPCM 0x03300000
 End of changes. 1 change blocks. 
1 lines changed or deleted 2 lines changed or added


 xine.h   xine.h 
skipping to change at line 112 skipping to change at line 112
const char *xine_get_version_string (void) XINE_PROTECTED; const char *xine_get_version_string (void) XINE_PROTECTED;
void xine_get_version (int *major, int *minor, int *sub) XINE_PROTECTED; void xine_get_version (int *major, int *minor, int *sub) XINE_PROTECTED;
/* compare given version to libxine version, /* compare given version to libxine version,
return 1 if compatible, 0 otherwise */ return 1 if compatible, 0 otherwise */
int xine_check_version (int major, int minor, int sub) XINE_PROTECTED; int xine_check_version (int major, int minor, int sub) XINE_PROTECTED;
/* static info - which libxine release this header came from */ /* static info - which libxine release this header came from */
#define XINE_MAJOR_VERSION 1 #define XINE_MAJOR_VERSION 1
#define XINE_MINOR_VERSION 1 #define XINE_MINOR_VERSION 1
#define XINE_SUB_VERSION 17 #define XINE_SUB_VERSION 18
#define XINE_VERSION "1.1.17" #define XINE_VERSION "1.1.18.1"
/* /*
* pre-init the xine engine * pre-init the xine engine
* *
* will first malloc and init a xine_t, create an empty config * will first malloc and init a xine_t, create an empty config
* system, then scan through all installed plugins and add them * system, then scan through all installed plugins and add them
* to an internal list for later use. * to an internal list for later use.
* *
* to fully init the xine engine, you have to load config values * to fully init the xine engine, you have to load config values
* (either using your own storage method and calling * (either using your own storage method and calling
skipping to change at line 977 skipping to change at line 977
#define XINE_VIDEO_AFD_4_3_PROTECT_14_9 13 #define XINE_VIDEO_AFD_4_3_PROTECT_14_9 13
#define XINE_VIDEO_AFD_16_9_PROTECT_14_9 14 #define XINE_VIDEO_AFD_16_9_PROTECT_14_9 14
#define XINE_VIDEO_AFD_16_9_PROTECT_4_3 15 #define XINE_VIDEO_AFD_16_9_PROTECT_4_3 15
/* xine_get_meta_info */ /* xine_get_meta_info */
#define XINE_META_INFO_TITLE 0 #define XINE_META_INFO_TITLE 0
#define XINE_META_INFO_COMMENT 1 #define XINE_META_INFO_COMMENT 1
#define XINE_META_INFO_ARTIST 2 #define XINE_META_INFO_ARTIST 2
#define XINE_META_INFO_GENRE 3 #define XINE_META_INFO_GENRE 3
#define XINE_META_INFO_ALBUM 4 #define XINE_META_INFO_ALBUM 4
#define XINE_META_INFO_YEAR 5 #define XINE_META_INFO_YEAR 5 /* may be full date */
#define XINE_META_INFO_VIDEOCODEC 6 #define XINE_META_INFO_VIDEOCODEC 6
#define XINE_META_INFO_AUDIOCODEC 7 #define XINE_META_INFO_AUDIOCODEC 7
#define XINE_META_INFO_SYSTEMLAYER 8 #define XINE_META_INFO_SYSTEMLAYER 8
#define XINE_META_INFO_INPUT_PLUGIN 9 #define XINE_META_INFO_INPUT_PLUGIN 9
#define XINE_META_INFO_CDINDEX_DISCID 10 #define XINE_META_INFO_CDINDEX_DISCID 10
#define XINE_META_INFO_TRACK_NUMBER 11 #define XINE_META_INFO_TRACK_NUMBER 11
#define XINE_META_INFO_COMPOSER 12 #define XINE_META_INFO_COMPOSER 12
/* post-1.1.17; taken from the list at http://age.hobba.nl/audio/mirroredpa
ges/ogg-tagging.html on 2009-12-11 */
#define XINE_META_INFO_PUBLISHER 13
#define XINE_META_INFO_COPYRIGHT 14
#define XINE_META_INFO_LICENSE 15
#define XINE_META_INFO_ARRANGER 16
#define XINE_META_INFO_LYRICIST 17
#define XINE_META_INFO_AUTHOR 18
#define XINE_META_INFO_CONDUCTOR 19
#define XINE_META_INFO_PERFORMER 20
#define XINE_META_INFO_ENSEMBLE 21
#define XINE_META_INFO_OPUS 22
#define XINE_META_INFO_PART 23
#define XINE_META_INFO_PARTNUMBER 24
#define XINE_META_INFO_LOCATION 25
/********************************************************************* /*********************************************************************
* plugin management / autoplay / mrl browsing * * plugin management / autoplay / mrl browsing *
*********************************************************************/ *********************************************************************/
/* /*
* note: the pointers to strings or string arrays returned * note: the pointers to strings or string arrays returned
* by some of these functions are pointers to statically * by some of these functions are pointers to statically
* alloced internal xine memory chunks. * alloced internal xine memory chunks.
* they're only valid between xine function calls * they're only valid between xine function calls
 End of changes. 3 change blocks. 
3 lines changed or deleted 18 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/