summaryrefslogtreecommitdiff
path: root/include/xine.h.tmpl.in
AgeCommit message (Collapse)Author
2001-10-22added xine_is_stream_seekable function, minor code cleanupsGuenter Bartsch
CVS patchset: 858 CVS date: 2001/10/22 17:10:20
2001-10-20public header file cleanupGuenter Bartsch
CVS patchset: 842 CVS date: 2001/10/20 18:06:35
2001-10-20big event cleanup: one single mechanism is now used for all communications ↵Guenter Bartsch
between gui, plugins and the xine engine; code cleanup CVS patchset: 837 CVS date: 2001/10/20 02:01:51
2001-10-14Update xine.h doxygen comments. Use constants for aspect ratio inDaniel Caujolle-Bert
vo drivers. CVS patchset: 812 CVS date: 2001/10/14 23:19:59
2001-10-07error detection for screenshot functionGuenter Bartsch
CVS patchset: 758 CVS date: 2001/10/07 17:08:23
2001-10-07added a snapshot functionGuenter Bartsch
CVS patchset: 757 CVS date: 2001/10/07 16:57:02
2001-10-05Fixed $DESTDIR, use it for rpms generation. Update xine.h for audio cap/props.Daniel Caujolle-Bert
CVS patchset: 738 CVS date: 2001/10/05 13:41:53
2001-10-01Add simple mixer control in xine-engine/ao plugins. Fixed some missingsDaniel Caujolle-Bert
in audio_decoder. xine-ui warn at compile time due of a #warning i added, i will remove it pretty soon. CVS patchset: 715 CVS date: 2001/10/01 23:04:57
2001-09-26- Trying to fix video window size for mpeg streams withJuergen Keil
aspect_ratio_information==1 ("square source pels") - Add aspect_ratio_information==4 (2.21:1) - Aspect ratio switching ('a' key) now cycles through "square source pels", too. CVS patchset: 698 CVS date: 2001/09/26 17:19:48
2001-09-16Update docs. Fixed some warnings. configure.in is ready for 0.9.1.Daniel Caujolle-Bert
CVS patchset: 646 CVS date: 2001/09/16 23:13:45
2001-09-01big demuxer clean, demux_ts should work again.Guenter Bartsch
implemented time based seeking / stream length detection, implemented in demux_avi.c demux_mpeg_block.c demux_mpeg.c xine-engine cleanup, xine_seek is gone, use xine_play instead. xine_pause is gone, use xine_set/get_speed instead. CVS patchset: 536 CVS date: 2001/09/01 14:32:59
2001-08-28Fixed sed pattern. Reintroduce XINE_PAUSE status. Fixed deadlock in ↵Daniel Caujolle-Bert
xine_pause. Fixed many pause/unpause case. Syncing xine.h.tmpl.in with xine_internal.h about status (Please, don't forget to update the public API header, that made troubles). CVS patchset: 513 CVS date: 2001/08/28 22:52:57
2001-08-25reflect new trick play functions in public header fileGuenter Bartsch
CVS patchset: 491 CVS date: 2001/08/25 08:50:11
2001-08-21First checkin of new audio_out architecture.James Courtier-Dutton
Audio sync and AC3 formatting now done in xine-lib/src/xine-engine/audio_out.c Audio out now done in xine-lib/src/audio_out/* Currently, only xine-lib/src/audio_oss_out.c is active. Re-support of others will follow as other people implement them. ao_functions split into ao_instance and ao_driver and function in a similar fashion as video_out. All decoder plugins now call ao_instance instead of ao_functions. ao_instance is used in xine-lib/src/xine-engine/audio_out.c ao_driver is used in xine-lib/src/audio_out/* See also changes in xine-ui files CVS patchset: 459 CVS date: 2001/08/21 19:39:50
2001-08-17Add xine_seek() and friends.Daniel Caujolle-Bert
CVS patchset: 446 CVS date: 2001/08/17 16:15:36
2001-07-26Temporary big hack for multi inclusion problems.Daniel Caujolle-Bert
CVS patchset: 352 CVS date: 2001/07/26 12:11:17
2001-07-26Fixed event.h inclusion.Daniel Caujolle-Bert
CVS patchset: 351 CVS date: 2001/07/26 11:36:45
2001-07-26Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man ↵Daniel Caujolle-Bert
page. Added API doc in html. Add new rpm package (doc). Fixes some little bugs in proto decl, etc... CVS patchset: 350 CVS date: 2001/07/26 11:12:25
2001-07-24once again i got confused over all thos include/xine.h* files 8-}Guenter Bartsch
CVS patchset: 344 CVS date: 2001/07/24 21:42:05
2001-07-22this->self renaming for c++ guis, patch submitted by Philip StadermannGuenter Bartsch
CVS patchset: 326 CVS date: 2001/07/22 17:50:37
2001-07-18Split alsa drivers, more checks about versions. Made xine lib c++ compliant.Daniel Caujolle-Bert
CVS patchset: 308 CVS date: 2001/07/18 21:38:16
2001-07-14Added first bit of event mechanism for mouse/keyboard stuff.Rich J Wareham
CVS patchset: 281 CVS date: 2001/07/14 23:17:37
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55
2001-07-10subtitle patches (esp. for XShm) from JamesGuenter Bartsch
CVS patchset: 263 CVS date: 2001/07/10 19:33:05
2001-07-08subtitle patches from jamesGuenter Bartsch
CVS patchset: 259 CVS date: 2001/07/08 18:15:54
2001-07-04spu support updated (unfinished) from Jamesuid32519
CVS patchset: 250 CVS date: 2001/07/04 17:10:24
2001-06-24added sys/types.h includeGuenter Bartsch
CVS patchset: 225 CVS date: 2001/06/24 05:30:03
2001-06-24small bug fix for public xine include fileGuenter Bartsch
CVS patchset: 220 CVS date: 2001/06/24 01:09:31
2001-06-23Fixed/implement xine_get_browse_mrls(), and related stuff.Daniel Caujolle-Bert
CVS patchset: 217 CVS date: 2001/06/23 14:05:46
2001-06-16xine engine cleanups and new callbacks for seamless branchingGuenter Bartsch
CVS patchset: 192 CVS date: 2001/06/16 18:03:21
2001-06-10introducing aalib based video outputHeiko Schaefer
CVS patchset: 157 CVS date: 2001/06/10 23:10:52
2001-05-28Add version informations in API.Daniel Caujolle-Bert
CVS patchset: 97 CVS date: 2001/05/28 21:47:42
2001-05-26Add install-debug rules. This fix the "make install" problem withDaniel Caujolle-Bert
debug version builds. Fixed The debug rule in src/input. CVS patchset: 85 CVS date: 2001/05/26 22:04:38
2001-05-22Re-add video driver CAP contants (UI need to know that). Some debugDaniel Caujolle-Bert
messages in xv driver. There is a bug in XV driver, it self corrupt the BRIGTHNESS property. CVS patchset: 76 CVS date: 2001/05/22 13:26:06
2001-05-17added some more information to the public xine.hGuenter Bartsch
CVS patchset: 74 CVS date: 2001/05/17 21:52:10
2001-05-16finished video window realted code removalGuenter Bartsch
CVS patchset: 73 CVS date: 2001/05/16 15:32:03
2001-05-03Add get capabilites to public API.Daniel Caujolle-Bert
CVS patchset: 60 CVS date: 2001/05/03 23:26:40
2001-05-03Implement some window/cursor settings functions to public API.Daniel Caujolle-Bert
CVS patchset: 59 CVS date: 2001/05/03 22:20:44
2001-05-03Implement xine_*_window*() functions.Daniel Caujolle-Bert
CVS patchset: 58 CVS date: 2001/05/03 18:22:37
2001-05-03Add xine_get_autoplay_*() functions.Daniel Caujolle-Bert
CVS patchset: 56 CVS date: 2001/05/03 00:02:42
2001-04-27fixed video output plugin handling, more cleanups, commented out not-working ↵Guenter Bartsch
code CVS patchset: 37 CVS date: 2001/04/27 23:51:52
2001-04-27Audio out compile again. Change prototypes in audio out, libac3 andDaniel Caujolle-Bert
libmpg123, passing the metronom arg. CVS patchset: 34 CVS date: 2001/04/27 10:42:38
2001-04-26Add skindir and plugindirDaniel Caujolle-Bert
CVS patchset: 29 CVS date: 2001/04/26 21:08:27
2001-04-26load video plugin function implementation, + support in video outDaniel Caujolle-Bert
plugins (xv for now). CVS patchset: 27 CVS date: 2001/04/26 11:31:35
2001-04-25small update to the public xine.hGuenter Bartsch
CVS patchset: 26 CVS date: 2001/04/25 22:17:08
2001-04-24added DEMUX_STRATEGIES to public xine.hGuenter Bartsch
CVS patchset: 25 CVS date: 2001/04/24 22:18:15
2001-04-19Add doxygen support. just do 'make docs', and html version will beDaniel Caujolle-Bert
created into doc/xine-lib-API/html subdir. This is a pre-alpha API documentation, you're warned ;-). CVS patchset: 7 CVS date: 2001/04/19 23:13:09
2001-04-19Get rid of xine.h inclusion. Fix xine.h.tmpl.in, inttypes.h wasDaniel Caujolle-Bert
unincluded. Fix xine.m4 to reflect the new xine.h location. CVS patchset: 6 CVS date: 2001/04/19 09:46:57
2001-04-18removed dependancies from public xine.hGuenter Bartsch
CVS patchset: 4 CVS date: 2001/04/18 23:48:29
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39