summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-29a bit fasterThibaut Mattern
CVS patchset: 3721 CVS date: 2002/12/29 16:57:08
2002-12-29give credit to Zoltan, who helped me behind the scenes to get started with ↵Michael Roitzsch
sputext CVS patchset: 3720 CVS date: 2002/12/29 16:51:48
2002-12-29remove old hack for sputextMichael Roitzsch
CVS patchset: 3719 CVS date: 2002/12/29 16:48:34
2002-12-29reactivate sputext directoryMichael Roitzsch
CVS patchset: 3718 CVS date: 2002/12/29 16:42:54
2002-12-29first draft of a sputext demuxerMichael Roitzsch
This does not work at all yet. TODO: - make demuxer send subtitle text in buffers and tag them with useful timestamps - adjust decoder to new API: it should read the text from the buffers and render them into overlays using OSD renderer CVS patchset: 3717 CVS date: 2002/12/29 16:39:38
2002-12-29- new post plugin property: typeMichael Roitzsch
- include post plugins in plugin catalog CVS patchset: 3716 CVS date: 2002/12/29 14:04:43
2002-12-29mark visualization doneMichael Roitzsch
CVS patchset: 3715 CVS date: 2002/12/29 11:44:08
2002-12-29convenienceMichael Roitzsch
CVS patchset: 3714 CVS date: 2002/12/29 11:40:16
2002-12-28fix and strengthen the QT RLE decodersMike Melanson
CVS patchset: 3713 CVS date: 2002/12/28 23:20:41
2002-12-28sanity check for certain header fieldsMike Melanson
CVS patchset: 3712 CVS date: 2002/12/28 19:00:30
2002-12-28top-level accounting for new Interplay MVE systemMike Melanson
CVS patchset: 3711 CVS date: 2002/12/28 18:28:41
2002-12-28added Interplay MVE video decoder (not completely accurate yet, butMike Melanson
somewhat coherent) CVS patchset: 3710 CVS date: 2002/12/28 18:27:14
2002-12-28added Interplay MVE DPCM audio decoderMike Melanson
CVS patchset: 3709 CVS date: 2002/12/28 18:25:08
2002-12-28added Interplay MVE file demuxerMike Melanson
CVS patchset: 3708 CVS date: 2002/12/28 18:23:38
2002-12-28added Interplay MVE A/V buffer typesMike Melanson
CVS patchset: 3707 CVS date: 2002/12/28 18:18:18
2002-12-28set high water mark a little higher to avoid stuttering when switching to a ↵Guenter Bartsch
new channel CVS patchset: 3706 CVS date: 2002/12/28 15:39:37
2002-12-28Fix segmentation fault in QuickTime binary codecsEwald Snel
CVS patchset: 3705 CVS date: 2002/12/28 09:50:49
2002-12-28dvb_class_dispose segfault fixGuenter Bartsch
CVS patchset: 3704 CVS date: 2002/12/28 02:12:30
2002-12-28simple osd menu for dvb channel selection; updated dvb_channels and README.dvbGuenter Bartsch
CVS patchset: 3703 CVS date: 2002/12/28 01:46:11
2002-12-27Consumes less cpu and displays more frames.Thibaut Mattern
CVS patchset: 3702 CVS date: 2002/12/27 23:25:16
2002-12-27This should be more compatible with spu decoder pluginsEwald Snel
CVS patchset: 3701 CVS date: 2002/12/27 22:54:44
2002-12-27Fix 'XINE_STREAM_INFO_MAX_SPU_CHANNEL' propertyEwald Snel
- Calculate number of spu channels in video_decoder_loop() - Use 'track_map' for spu channels, just like audio channels CVS patchset: 3700 CVS date: 2002/12/27 22:49:38
2002-12-27mention new input plugins in build listMichael Roitzsch
CVS patchset: 3699 CVS date: 2002/12/27 19:21:37
2002-12-27move first frame signal deeper into video out to the place where the frames areMichael Roitzsch
actually displayed and on the other side timeout the wait for the signal -> improves frame display during seeking CVS patchset: 3698 CVS date: 2002/12/27 19:14:41
2002-12-27Use $(srcdir) in include paths, so that compilation in separate src/objJuergen Keil
directory works. CVS patchset: 3697 CVS date: 2002/12/27 17:50:39
2002-12-27- query the esd server's sample rate, do not hardcode 44100 HzJuergen Keil
- let xine-lib re-sample to esd's default samplerate - start the delay computation when the first chunk of audio samples is sent to the esd daemon, and not when the audio stream to the esd server is opened. This removes any xine-internal delays between audio driver open and the first audio write. (that is: audio.esd_latency == 0 now gives good A-V sync) - re-block writes to the esd daemon, to work around bugs in old esd servers and to work around cpu cycle wastage with newer esd servers CVS patchset: 3696 CVS date: 2002/12/27 17:49:17
2002-12-27Re-write the gcc compiler version test on Solaris/SPARC to not use characterJuergen Keil
ranges [...], [] are interpreted by the auto* m4 programs CVS patchset: 3695 CVS date: 2002/12/27 17:42:31
2002-12-27re-enable dvb pluginGuenter Bartsch
CVS patchset: 3694 CVS date: 2002/12/27 16:47:17
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
(thanks Chris Rankin for noticing) CVS patchset: 3693 CVS date: 2002/12/27 16:47:10
2002-12-27fix dvb eventsGuenter Bartsch
CVS patchset: 3692 CVS date: 2002/12/27 13:44:58
2002-12-27disable ts compilation, it's BROKEN (one more)Daniel Caujolle-Bert
CVS patchset: 3691 CVS date: 2002/12/27 13:17:30
2002-12-27disable dvb compilation, it's BROKENDaniel Caujolle-Bert
CVS patchset: 3690 CVS date: 2002/12/27 13:10:34
2002-12-27quite experimental changes on post plugin api to enable rewiringMiguel Freitas
of streams. Michael, please let me know if you have a better idea! :) CVS patchset: 3689 CVS date: 2002/12/27 03:40:07
2002-12-27small cleanup for extra_info_tMiguel Freitas
CVS patchset: 3688 CVS date: 2002/12/27 02:03:06
2002-12-27finally - dvb support in xine :)Guenter Bartsch
CVS patchset: 3687 CVS date: 2002/12/27 00:53:49
2002-12-26- cleanup internal interfaces for rewiringMiguel Freitas
- fix UI_PLAYBACK_FINISHED rifle CVS patchset: 3686 CVS date: 2002/12/26 21:53:41
2002-12-26catch a possible segfaultStefan Holst
CVS patchset: 3685 CVS date: 2002/12/26 20:30:00
2002-12-26give credit to the vidix projectMichael Roitzsch
CVS patchset: 3684 CVS date: 2002/12/26 17:49:48
2002-12-26pnm stream setup improvementsStefan Holst
CVS patchset: 3683 CVS date: 2002/12/26 14:57:33
2002-12-25made it compileDaniel Caujolle-Bert
CVS patchset: 3682 CVS date: 2002/12/25 22:24:38
2002-12-25Ooops, forgot the initializationMichael Roitzsch
CVS patchset: 3681 CVS date: 2002/12/25 15:12:02
2002-12-25mention goomMichael Roitzsch
CVS patchset: 3680 CVS date: 2002/12/25 15:07:05
2002-12-25get the rewiring correctly:Michael Roitzsch
when rewiring an output to a port, we must unregister our stream at the old port (call close()) and register ourselves to the new one (call open()) CVS patchset: 3679 CVS date: 2002/12/25 15:05:06
2002-12-25change some types for convenience (less casts)Michael Roitzsch
CVS patchset: 3678 CVS date: 2002/12/25 15:03:20
2002-12-25allow post plugin output's rewire functions to be NULLMichael Roitzsch
CVS patchset: 3677 CVS date: 2002/12/25 15:02:23
2002-12-25convenienceMichael Roitzsch
CVS patchset: 3676 CVS date: 2002/12/25 15:01:04
2002-12-25goomMiguel Freitas
CVS patchset: 3675 CVS date: 2002/12/25 14:14:23
2002-12-25goomMiguel Freitas
CVS patchset: 3674 CVS date: 2002/12/25 05:00:36
2002-12-25What a GOOM!Miguel Freitas
Michael, please review the xine_goom.c code. i'm not sure about some post plugin concepts like "rewiring"... note: that code is quite cpu intensive, so i hardcoded it to 10fps. CVS patchset: 3673 CVS date: 2002/12/25 04:59:14
2002-12-24preparing 1-beta1xine-1-beta1-release1-beta1Siggi Langauf
CVS patchset: 3672 CVS date: 2002/12/24 17:08:53