summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-24obsolete a special buffer type (fewer special cases is better)Mike Melanson
CVS patchset: 5583 CVS date: 2003/10/24 02:59:03
2003-10-24use the common bitmapinfo and waveformatex structuresMike Melanson
CVS patchset: 5582 CVS date: 2003/10/24 02:57:58
2003-10-23version bumping...Siggi Langauf
CVS patchset: 5581 CVS date: 2003/10/23 23:03:44
2003-10-23today's evening DVD didn't work...Michael Roitzsch
CVS patchset: 5580 CVS date: 2003/10/23 21:01:44
2003-10-23I should have seen this coming...Michael Roitzsch
The changes to the video API of course require the video/spu decoder and post plugin APIs to be increased as well. CVS patchset: 5579 CVS date: 2003/10/23 20:12:33
2003-10-23- be quietBastien Nocera
CVS patchset: 5578 CVS date: 2003/10/23 17:57:04
2003-10-23note the documentations updateMichael Roitzsch
CVS patchset: 5577 CVS date: 2003/10/23 15:18:39
2003-10-23cleanup in video_out.hMichael Roitzsch
* some obsolete VO_CAP_* constants removed * VO_ZOOM_* constants replaced by their XINE_VO_ZOOM_* equivalents from xine.h * moved some bits around * proc_frame() needs only one parameter: the frame * renamed copy_called to proc_called * changed logic in video_out.c to call proc_* functions a bit (call proc_frame() first, then call proc_slice() if proc_frame() has not set proc_called, this allows video out plugins to have both hooks called) CVS patchset: 5576 CVS date: 2003/10/23 15:17:06
2003-10-23make the demuxers conform to the bitmapinfo structureMike Melanson
CVS patchset: 5575 CVS date: 2003/10/23 05:18:59
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase ↵Robin KAY
video_out API version to 18. CVS patchset: 5574 CVS date: 2003/10/22 20:38:09
2003-10-22reduce the security value to make the entry visible in xine-uiMichael Roitzsch
CVS patchset: 5573 CVS date: 2003/10/22 19:14:10
2003-10-22I used xine-ui to show the slides on my presentation and found it moreMichael Roitzsch
useful, when the image demuxer shows an image for ever so that it has to be stopped explicitly CVS patchset: 5572 CVS date: 2003/10/22 16:52:47
2003-10-22remove some outdated documentation and update Makefile to not include nowMichael Roitzsch
missing files CVS patchset: 5571 CVS date: 2003/10/22 16:50:50
2003-10-22note the VCDX changesMichael Roitzsch
CVS patchset: 5570 CVS date: 2003/10/22 16:49:58
2003-10-22deprecate str_stickyMichael Roitzsch
CVS patchset: 5569 CVS date: 2003/10/22 16:49:26
2003-10-22Daniel, I hope you don't mind that I readd a placeholder for str_sticky,Michael Roitzsch
otherwise we would have to increase all plugin API versions. We can remove it again on the structure cleanup scheduled for rc6. CVS patchset: 5568 CVS date: 2003/10/22 16:49:00
2003-10-22- fix compile-time warningBastien Nocera
CVS patchset: 5567 CVS date: 2003/10/22 12:04:42
2003-10-21remove this config relic, sticky_str was removes more than year ago.Daniel Caujolle-Bert
CVS patchset: 5566 CVS date: 2003/10/21 22:10:34
2003-10-21whoops, even another missing renameMichael Roitzsch
CVS patchset: 5565 CVS date: 2003/10/21 16:14:50
2003-10-21Since the plugin lives inside xine-lib now, there should be no cause for anyMichael Roitzsch
API problems any more. CVS patchset: 5564 CVS date: 2003/10/21 16:10:31
2003-10-21fix forgotten vcdx -> vcd renamingMichael Roitzsch
CVS patchset: 5563 CVS date: 2003/10/21 16:08:56
2003-10-21adding members in the middle of an engine structure breaks plugin APIMichael Roitzsch
solutions: increase (in this case: ALL) plugin interface versions or add the new member at the end taking solution 2 for now and adding a TODO-item for later CVS patchset: 5562 CVS date: 2003/10/21 16:08:04
2003-10-21fix typoMichael Roitzsch
CVS patchset: 5561 CVS date: 2003/10/21 16:04:05
2003-10-20(...) forNUC__ onlyDaniel Caujolle-Bert
CVS patchset: 5560 CVS date: 2003/10/20 20:30:55
2003-10-20Security hole in RIP input plugin fixed.František Dvořák
CVS patchset: 5559 CVS date: 2003/10/20 09:04:17
2003-10-20Clog the security hole in RIP input plugin. Streams may be saved only into ↵František Dvořák
onle directory. Note, this is patch only for xine-engine. It doesn't cover cfg:// MRLs used by xine-ui. CVS patchset: 5558 CVS date: 2003/10/20 08:36:56
2003-10-20Add a warning about RESUME calls happening when they should now.James Courtier-Dutton
CVS patchset: 5557 CVS date: 2003/10/20 07:04:55
2003-10-20Submitted by Rett Walters: -James Courtier-Dutton
Implement relative seeking and time display in mpeg2 transport streams. The time display might be off on some streams. CVS patchset: 5556 CVS date: 2003/10/20 06:19:02
2003-10-20Accidentally committed debug printf's.Rocky Bernstein
CVS patchset: 5555 CVS date: 2003/10/20 01:17:47
2003-10-20Should reduce the spurious calls to scan devices.Rocky Bernstein
CVS patchset: 5554 CVS date: 2003/10/20 01:14:33
2003-10-20Allow lazy loading of Sun mediaLib. Update ChangeLog.Robin KAY
CVS patchset: 5553 CVS date: 2003/10/20 00:33:28
2003-10-19vcd,ovcd -> vcdo. In MRL and plugin name. In the past, the mpeg demuxRocky Bernstein
expected the mrl to *start* with vcd (not end with vcd). CVS patchset: 5552 CVS date: 2003/10/19 23:48:47
2003-10-19vcdx -> vcd. In MRL, in plugin name.Rocky Bernstein
CVS patchset: 5551 CVS date: 2003/10/19 23:47:34
2003-10-19po update from Giovanni Venturi <jumpyj@libero.it>Daniel Caujolle-Bert
CVS patchset: 5550 CVS date: 2003/10/19 23:40:51
2003-10-19tvtime don't need to register config values, post have special config methodDaniel Caujolle-Bert
CVS patchset: 5549 CVS date: 2003/10/19 20:58:27
2003-10-19mpeg_audio and wav demuxer fixes.Thibaut Mattern
CVS patchset: 5548 CVS date: 2003/10/19 20:07:39
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
2003-10-19Add fourcc for Real 14.4 codecJames Stembridge
CVS patchset: 5546 CVS date: 2003/10/19 16:32:08
2003-10-19Disable saving of real streams - will make users angry but will stop real ↵James Stembridge
from getting angry :) CVS patchset: 5545 CVS date: 2003/10/19 16:28:10
2003-10-19specfile: new rpm for directfb implementedManfred Tremmel
CVS patchset: 5544 CVS date: 2003/10/19 15:06:18
2003-10-19VCD plugins renamed:Siggi Langauf
VCD (formerly known as VCDX) is the new navigation enables one OVCD (formerly known as VCD) is the old, deprecated one. This is still in here for people who may experience trouble with the new plugin... CVS patchset: 5543 CVS date: 2003/10/19 14:34:35
2003-10-19Try to follow audio_out api.Thibaut Mattern
Thanks to Daniel for the patch. Bastien: please test CVS patchset: 5542 CVS date: 2003/10/19 13:40:32
2003-10-19build both vcd pluginsDaniel Caujolle-Bert
CVS patchset: 5541 CVS date: 2003/10/19 12:01:47
2003-10-19Refactor code. Rewrite chroma keying implementation.Robin KAY
CVS patchset: 5540 CVS date: 2003/10/19 03:12:47
2003-10-18Re-add COMPLETION gui_data_exchange() support, removed by //error//.Daniel Caujolle-Bert
CVS patchset: 5539 CVS date: 2003/10/18 23:01:21
2003-10-18mms + asf + nbc cleanup/fixesThibaut Mattern
All these patches to support this radio: mms://wms03.nordicwebradio.com/chelsea The metronom needs to be patched if you do not want to skip 5-6 seconds at the beginning of each song. CVS patchset: 5538 CVS date: 2003/10/18 21:29:29
2003-10-18cleanups, xlock fixesDaniel Caujolle-Bert
CVS patchset: 5537 CVS date: 2003/10/18 20:40:25
2003-10-18Add meta_helper.[h|c]Thibaut Mattern
CVS patchset: 5536 CVS date: 2003/10/18 19:25:12
2003-10-18Add io_helper and meta_helper.Thibaut Mattern
CVS patchset: 5535 CVS date: 2003/10/18 19:19:52
2003-10-18Metainfo helper functions.Thibaut Mattern
CVS patchset: 5534 CVS date: 2003/10/18 19:14:34