summaryrefslogtreecommitdiff
path: root/include/xine.h.tmpl.in
AgeCommit message (Collapse)Author
2002-06-16Avoid explicit void proto.Daniel Caujolle-Bert
CVS patchset: 2082 CVS date: 2002/06/16 22:15:11
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25
2002-06-10Added TV mode switching support for nvtvd from Dirk Thierbach.Matthias Hopf
CVS patchset: 2061 CVS date: 2002/06/10 21:42:44
2002-06-07note about fourcc parameterMiguel Freitas
CVS patchset: 2033 CVS date: 2002/06/07 12:42:01
2002-06-07codec reporting apiMiguel Freitas
CVS patchset: 2030 CVS date: 2002/06/07 04:15:45
2002-05-02Declare a logo name constant (better to use in UIs).Daniel Caujolle-Bert
CVS patchset: 1838 CVS date: 2002/05/02 18:59:29
2002-05-02Made logo configurable. Add a new XINE_LOGO status, use XINE_QUIT atDaniel Caujolle-Bert
xine_exit() (avoid input plugin problems). CVS patchset: 1833 CVS date: 2002/05/02 12:31:02
2002-04-28Another change of this -> self to stop C++ moaningRich J Wareham
CVS patchset: 1792 CVS date: 2002/04/28 10:15:37
2002-04-27Add function to unregister configfile callback.Christian Vogler
Necessary to prevent segfaults if target of a callback has been disposed. CVS patchset: 1788 CVS date: 2002/04/27 23:00:38
2002-04-09new xine error (usually reported with unknown codecs)Miguel Freitas
CVS patchset: 1700 CVS date: 2002/04/09 04:35:17
2002-03-24Use of 'this' keyword not allowed in C++ (use 'self' instead)Ewald Snel
CVS patchset: 1625 CVS date: 2002/03/24 13:22:23
2002-03-21- only draw still frame/logo if neededMiguel Freitas
- fix syncfb driver CVS patchset: 1605 CVS date: 2002/03/21 16:21:01
2002-03-18small log api updateGuenter Bartsch
CVS patchset: 1587 CVS date: 2002/03/18 19:34:16
2002-03-16fix memory leak, add dispose() function to config_values_sEwald Snel
CVS patchset: 1573 CVS date: 2002/03/16 13:33:47
2002-03-14- make libsputext work againMiguel Freitas
- update osd & video_overlay to use 64-bits pts CVS patchset: 1569 CVS date: 2002/03/14 13:57:15
2002-03-14Ewald Snel's latest memory leak fixesMiguel Freitas
CVS patchset: 1567 CVS date: 2002/03/14 04:31:49
2002-03-05remove bad "get_info" functions.James Courtier-Dutton
---------------------------------------------------------------------- CVS patchset: 1539 CVS date: 2002/03/05 22:31:06
2002-03-05Add video out get_property function callJames Courtier-Dutton
---------------------------------------------------------------------- CVS patchset: 1536 CVS date: 2002/03/05 20:39:05
2002-02-25*phew* Xv video output driver works now, zoom feature has been stripped down ↵Guenter Bartsch
a little. Code is cleaned up, identifiers should be consistent with xshm driver (as far as possible) CVS patchset: 1516 CVS date: 2002/02/25 01:23:41
2002-02-16beginning of video_out_driver changesGuenter Bartsch
- driver will ask gui for output size on every frame - shm driver has a seperate yuv2rgb converter instance for every frame - all drivers disabled except xshm, until they're fixed I'm planning to introduce a queue of video_out_events in video_out.c, so events are delivered by video_out_loop which means that all driver functions are called from the same thread (no locking necessary, should help the opengl driver) CVS patchset: 1499 CVS date: 2002/02/16 22:43:24
2002-02-12Fixed wrong named ZOOM caps.Daniel Caujolle-Bert
CVS patchset: 1496 CVS date: 2002/02/12 23:31:32
2002-02-12Add missing VO_CAPs.Daniel Caujolle-Bert
CVS patchset: 1495 CVS date: 2002/02/12 16:45:06
2002-02-06rename config_file_init to xine_config_file_init.Daniel Caujolle-Bert
CVS patchset: 1479 CVS date: 2002/02/06 10:57:15
2002-02-02Added a new DirectFB output plugin (experimental)Rich J Wareham
CVS patchset: 1470 CVS date: 2002/02/02 17:05:43
2002-02-01Reflect is_seekable return value change.Daniel Caujolle-Bert
CVS patchset: 1462 CVS date: 2002/02/01 09:53:54
2002-01-10Correction.James Courtier-Dutton
CVS patchset: 1385 CVS date: 2002/01/10 15:48:55
2002-01-10Forgot to update xine.h.tmpl.in with the new video_out api.James Courtier-Dutton
CVS patchset: 1384 CVS date: 2002/01/10 15:31:26
2002-01-08increase palette size of overlays to 256 colorsChristian Vogler
allow multiple text colors in osd text rendering CVS patchset: 1376 CVS date: 2002/01/08 16:47:56
2002-01-05updates for closed caption decoderMiguel Freitas
CVS patchset: 1344 CVS date: 2002/01/05 21:54:16
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
CVS patchset: 1308 CVS date: 2001/12/27 14:30:28
2001-12-20sync with osd methodsMiguel Freitas
CVS patchset: 1279 CVS date: 2001/12/20 16:50:54
2001-12-19Add function that return an input plugin description from an identifier.Daniel Caujolle-Bert
CVS patchset: 1277 CVS date: 2001/12/19 22:49:45
2001-12-14Add workaround for max attribute COLORKEY value (~0). Add newDaniel Caujolle-Bert
XvAttribute support (XV_AUTOPAINT_COLORKEY). Check boolean/range for config file storage CVS patchset: 1244 CVS date: 2001/12/14 16:50:57
2001-12-13changing this to selfMiguel Freitas
CVS patchset: 1237 CVS date: 2001/12/13 22:24:17
2001-12-13Add new log related function which return log section names. CheckDaniel Caujolle-Bert
for buf value before returning xine log[buf]. CVS patchset: 1233 CVS date: 2001/12/13 00:52:01
2001-12-10Missing define.Daniel Caujolle-Bert
CVS patchset: 1204 CVS date: 2001/12/10 00:11:06
2001-12-09Oops, forgotten mrl_t change.Daniel Caujolle-Bert
CVS patchset: 1199 CVS date: 2001/12/09 20:45:07
2001-12-09xine error reporting interface, very simpleGuenter Bartsch
CVS patchset: 1193 CVS date: 2001/12/09 18:03:26
2001-12-09whoups - forgot these #definesGuenter Bartsch
CVS patchset: 1192 CVS date: 2001/12/09 17:25:55
2001-12-09xine log functions for gui outputGuenter Bartsch
CVS patchset: 1191 CVS date: 2001/12/09 17:24:39
2001-12-08osd renderer interface is public nowGuenter Bartsch
CVS patchset: 1175 CVS date: 2001/12/08 00:45:26
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed ↵Guenter Bartsch
register_empty function from configfile (undocumented and doesn't make sense) CVS patchset: 1153 CVS date: 2001/12/01 22:38:31
2001-11-30Add an automatic way for input plugin to add extra valid mrls:Daniel Caujolle-Bert
add at bottom of init_input_plugin() a line like this: REGISTER_VALID_MRLS(this->config, "mrl.mrls_mpeg_block", "xxx"); CVS patchset: 1147 CVS date: 2001/11/30 21:55:05
2001-11-25Made it C++ compliant.Daniel Caujolle-Bert
CVS patchset: 1112 CVS date: 2001/11/25 21:47:19
2001-11-20testing some configfile stuff...Miguel Freitas
CVS patchset: 1090 CVS date: 2001/11/20 17:22:13
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23
2001-11-10small change to previous commitMike Lampard
CVS patchset: 1009 CVS date: 2001/11/10 06:26:01
2001-11-10new VO_PROP_TVMODE propertyMike Lampard
CVS patchset: 1008 CVS date: 2001/11/10 06:20:39
2001-11-04added zoom patch by Thibaut Mattern <tmattern@noos.fr>Siggi Langauf
Please test, maybe aspect ratio is damaged by this... CVS patchset: 949 CVS date: 2001/11/04 11:53:07
2001-10-27- new dirty and cheap deinterlace method: we give half of the lines to xvMiguel Freitas
driver and let it scale for us - xine_list_demux_plugins update CVS patchset: 894 CVS date: 2001/10/27 16:12:21