summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2002-09-05removed obsolete stream_seekable function, implemented some parts of ↵Guenter Bartsch
get_streaminfo instead, added missing parameters/properties noted by daniel CVS patchset: 2620 CVS date: 2002/09/05 23:20:20
2002-09-05adding message eventGuenter Bartsch
CVS patchset: 2617 CVS date: 2002/09/05 20:59:14
2002-09-05implement missing list/autoplay/browse_mrl functionsGuenter Bartsch
CVS patchset: 2614 CVS date: 2002/09/05 16:50:55
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-08-15- reimplement independent x/y zooming.Miguel Freitas
- new helper module (vo_scale.c) with all common scaling code of video out drivers. it should greatly simplify drivers development by removing the boring frame/window calculation, aspect ratio, zooming etc. obs: not completely tested, may contain bugs and break things. also only xshm and xv have being simplified so far, others will follow shortly. CVS patchset: 2455 CVS date: 2002/08/15 03:12:24
2002-08-11grrrMiguel Freitas
CVS patchset: 2431 CVS date: 2002/08/11 15:06:13
2002-08-10syncing my local tree:Miguel Freitas
- removes w32codec syncshutdown hack - vo_driver api changed to support drivers with persistent overlays. that will break binary compatibility xine-lib/xine-ui (xine-ui needs to be recompiled). in order to keep binary compatibility overlay_begin/overlay_end must be added after redraw_needed. - video_overlay cleanups - fix a hard to trigger condition where redraw wouldn't happen (freeing handles) CVS patchset: 2427 CVS date: 2002/08/10 21:25:20
2002-08-03remained incompatible xine_tvmode_* functions to xine_tvmode_*2,Siggi Langauf
added backwards compatible functions => binary compatibility with former libxine0 0.9.11 and 0.9.12 Someone who uses nvtvd should definitely test this! They should be renamed back when the new API is released. CVS patchset: 2386 CVS date: 2002/08/03 17:33:06
2002-07-17Apply Bill Fink's patch for skip by chapter capability.Daniel Caujolle-Bert
CVS patchset: 2308 CVS date: 2002/07/17 21:23:57
2002-07-09Made nvtvmode configurable (bool).Daniel Caujolle-Bert
CVS patchset: 2235 CVS date: 2002/07/09 12:45:17
2002-06-23logo mrl fix (where else?)Guenter Bartsch
CVS patchset: 2140 CVS date: 2002/06/23 19:34:36
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
CVS patchset: 2138 CVS date: 2002/06/23 16:18:44
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